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
BCMFW(8)						    BSD System Manager's Manual 						  BCMFW(8)

NAME
bcmfw -- firmware download utility for Broadcom BCM2033 chip based Bluetooth USB devices SYNOPSIS
bcmfw [-h] -f firmware_file_name -m mini-driver_file_name -n device_name DESCRIPTION
The bcmfw utility downloads the specified mini-driver and firmware files to the specified device. This utility will only work with Broadcom BCM2033 chip based Bluetooth USB devices. The identification is currently based on USB vendor ID/product ID pair. The vendor ID should be 0x0a5c (USB_VENDOR_BROADCOM) and the product ID should be 0x2033. Due to copyright issues I will no longer provide mini-driver and firmware files for the device. These files can be obtained from the Linux BlueZ bluez-firmware package. Visit http://www.bluez.org/download.html for details. I am using the following files from the bluez-firmware-1.0 package: MD5 (BCM2033-MD.hex) = 5580317158d07fc4ace90af04f8e1c73 MD5 (BCM2033-FW.bin) = b4e142b3272cfe5a84b32fda6b4b032f The options are as follows: -f firmware_file_name Specify firmware file name for download. -h Display usage message and exit. -m mini-driver_file_name Specify mini-driver file name for download. -n device_name Specify device name. FILES
BCM2033-MD.hex Mini-driver image. BCM2033-FW.bin Firmware image. /dev/ubtbcmfwN.EE Endpoint EE of device N. EXIT STATUS
The bcmfw utility exits 0 on success, and >0 if an error occurs. EXAMPLES
To download the firmware into the /dev/ubtbcmfw0 device: bcmfw -n ubtbcmfw0 -m BCM2033-MD.hex -f BCM2033-FW.bin SEE ALSO
ubtbcmfw(4), ugen(4) AUTHORS
Maksim Yevmenkin <m_evmenkin@yahoo.com> BUGS
Most likely. Please report if found. BSD
March 31, 2003 BSD