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
UBSEC(4)						   BSD Kernel Interfaces Manual 						  UBSEC(4)

NAME
ubsec -- Broadcom and BlueSteel uBsec 5x0x crypto accelerator SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device crypto device cryptodev device ubsec Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ubsec_load="YES" DESCRIPTION
The ubsec driver supports cards containing Broadcom and BlueSteel uBsec 5x0x crypto accelerator chips. The ubsec driver registers itself to accelerate DES, Triple-DES, MD5-HMAC, and SHA1-HMAC operations for ipsec(4) and crypto(4). On those models which contain a public key engine (almost all of the more recent ones), this feature is registered with the crypto(4) subsys- tem. On all models except the Bluesteel 5501 and Broadcom 5801, the driver registers itself to provide random data to the random(4) subsystem. HARDWARE
The ubsec driver supports cards containing any of the following chips: Bluesteel 5501 The original chipset, no longer made. This extremely rare unit was not very fast, lacked an RNG, and had a number of other bugs. Bluesteel 5601 A faster and fixed version of the original, with a random number unit and large number engine added. Broadcom BCM5801 A BCM5805 without public key engine or random number generator. Broadcom BCM5802 A slower version of the BCM5805. Broadcom BCM5805 Faster version of Bluesteel 5601. Broadcom BCM5820 64 bit version of the chip, and significantly more advanced. Broadcom BCM5821 Faster version of the BCM5820. This is the chip found on the Sun Crypto Accelerator 1000. Broadcom BCM5822 Faster version of the BCM5820. Broadcom BCM5823 A BCM5822 with AES capability. Broadcom BCM5825 Faster version of the BCM5823. SEE ALSO
crypt(3), crypto(4), intro(4), ipsec(4), random(4), crypto(9) HISTORY
The ubsec device driver appeared in OpenBSD 2.8. The ubsec device driver was imported to FreeBSD 5.0. BUGS
The BCM5801 and BCM5802 have not actually been tested. The AES capability of the BCM5823 is not yet supported; it is awaiting public disclo- sure of programming information from Broadcom. BSD
May 16, 2009 BSD