Wireless driver

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Wireless driver
# 1  
Old 10-17-2009
Wireless driver

hi every one,please i need a link to download Broadcom WLAN 802.11 b/g driver for RHEL 5.1.
thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Looking for a wireless driver for Solaris 10(x86)

Hello, I just installed Solaris 10 on an good old Thinkpad r52 laptop, everything seems to work fine, except for a wireless network interface which needs a third party driver. Back in days this driver was freely available from opensolaris.org now it's gone. The name of the package is SUNWiwi,... (2 Replies)
Discussion started by: nongrato
2 Replies

2. Hardware

Linux Driver for SafeCom ( Texas Instruments ) Wireless Card

hi, would anyone know where to get a Linux ( Red Hat ) driver for a SafeCom ( i.e. Texas Instruments ) 11g WLAN card SWLPT 54108 ? It's quite an old card that only seems to come with windows drivers on its install disk. thanks, Jim (1 Reply)
Discussion started by: jimthompson
1 Replies

3. Red Hat

Installing broadcom driver for wireless access

I use lspci and dmesg command and find out that i have ipw2000 wireless card on my laptop. I want to install driver for that but i'm not getting proper driver for that.My linux version is el5 and architecture is i386. (0 Replies)
Discussion started by: amitbharad
0 Replies

4. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

5. UNIX for Dummies Questions & Answers

boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd

Help, suspect hacked via serial or electric! any ideas on error "Pid:1, comm:swapper Tainted:G W 2.6.35-22 generic #33 -unbutu device = "(null)" or unknown-blocklist(8.1) please append a correct "root"boot option Available partitions 0b00 1048575 sr0 driver:sr 0800 488386584 sda driver:sd. Thanks... (3 Replies)
Discussion started by: kryclear
3 Replies

6. Solaris

SUNWglmr -- rasctrl environment monitoring driver for i2c or SCSI device driver ?

I've been researching minimizeing Solaris 8 and found that on the web page http://www.sun.com/bigadmin/content/packagelist/s8u7PkgList/p2.html the package SUNWglmr is listed as "rasctrl environment monitoring driver for i2c, (Root) (32-bit)" while in the document "Solaris 8 minimize-updt1.pdf"... (1 Reply)
Discussion started by: roygoodwin
1 Replies

7. UNIX for Dummies Questions & Answers

No Mandriva wireless driver, NDIS help...

Mandriva is not recognizing my wireless PCI card. I have the Windows driver but do not know how to use NDIS to load it, anyone done this before? (1 Reply)
Discussion started by: jo calamine
1 Replies

8. HP-UX

Wireless

Can someone please point me in the correct direction for setting up a wireless card using HP-UX 11iV1? I know its different depending on the type of card I have, but im looking for a direction. Thanks! (0 Replies)
Discussion started by: nickwinnie
0 Replies

9. UNIX for Dummies Questions & Answers

Wireless on Solaris 9.0?

I AM running Solaris 9.0 on old machine (for college UNIX class I'm taking). I have a DLINK DWL-120 USB wireless adapter. IS There anyway I can connect this to my existing home network? I can't seem to locate any drivers for this adapter? Is there something basic I am overlooking? (1 Reply)
Discussion started by: mheaster
1 Replies

10. IP Networking

Wireless-G network

Hi, I have a laptop with a Linksys Wireless G PCMCIA card and a cable connection goin into a router and then a patch lead from the router going to a Linksys Wireless G access point IP 192.168.1.245 with DHCP disabled. I can connect to the access point from the laptop, but how do I get the... (1 Reply)
Discussion started by: perleo
1 Replies
Login or Register to Ask a Question
BWI(4)							   BSD Kernel Interfaces Manual 						    BWI(4)

NAME
bwi -- Broadcom BCM43xx IEEE 802.11b/g wireless network driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device bwi device wlan device wlan_amrr device firmware Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_bwi_load="YES" DESCRIPTION
The bwi driver provides support for Broadcom BCM43xx based PCI/CardBus network adapters. It supports station and monitor mode operation. Only one virtual interface may be configured at any time. For more information on configur- ing this device, see ifconfig(8). This driver requires firmware to be loaded before it will work. The ports/net/bwi-firmware-kmod port needs to be installed before ifconfig(8) will work. HARDWARE
The bwi driver supports Broadcom BCM43xx based wireless devices, including: Card Chip Bus Standard Apple Airport Extreme BCM4306 PCI b/g Apple Airport Extreme BCM4318 PCI b/g ASUS WL-138g BCM4318 PCI b/g Buffalo WLI-CB-G54S BCM4318 CardBus b/g Buffalo WLI-PCI-G54S BCM4306 PCI b/g Compaq R4035 onboard BCM4306 PCI b/g Dell Wireless 1390 BCM4311 Mini PCI b/g Dell Wireless 1470 BCM4318 Mini PCI b/g Dell Truemobile 1300 r2 BCM4306 Mini PCI b/g Dell Truemobile 1400 BCM4309 Mini PCI b/g HP nx6125 BCM4319 PCI b/g Linksys WPC54G Ver 3 BCM4318 CardBus b/g Linksys WPC54GS Ver 2 BCM4318 CardBus b/g TRENDnet TEW-401PCplus BCM4306 CardBus b/g US Robotics 5411 BCM4318 CardBus b/g The bwi driver uses the older v3 version of Broadcom's firmware. While this older firmware does support most BCM43xx parts, the bwn(4) driver works better for the newer chips it supports. You must use the bwi driver if you are using older Broadcom chipsets (BCM4301, BCM4303 and BCM4306 rev 2). The v4 version of the firmware that bwn(4) uses does not support these chips. EXAMPLES
Join an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev bwi0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig wlan create wlandev bwi0 ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev bwi0 ssid my_net wepmode on wepkey 0x1234567890 weptxkey 1 up SEE ALSO
arp(4), cardbus(4), intro(4), pci(4), wlan(4), wlan_amrr(4), ifconfig(8), wpa_supplicant(8) HISTORY
The bwi driver first appeared in FreeBSD 8.0. AUTHORS
The bwi driver was written for DragonFly BSD by Sepherosa Ziehau and subsequently ported to FreeBSD. BUGS
Some card based on the BCM4306 and BCM4309 chips do not work properly on channel 1, 2 and 3. BSD
February 6, 2011 BSD