PDA

View Full Version : Broadcom WiFi Setup



barbaric35
04-17-2005, 03:14 PM
I have an eMachine m5312 (and dead hard drive, LOVE the Live CD) with a Broadcom WiFi chip running Knoppix 3.8.1. Here is how I made it work:

1. Connected the system via the wired card (was automatically detected during boot)
2. Google searched 'bcmwl5 linux driver' and found http://www.spiration.co.uk/ppost/1219 which had a link to the driver
3. Downloaded the following http://www.silfreed.net/download/hpzt3000cto/SP23107A.tar.gz
4. Extracted it to the home folder
5. Went to kde\knoppix\network/internet\ndiswrapper configuration
6. Choose bcmwl5a.inf
7. Went to kde\knoppix\network/internet\wlan configuration and followed the wizard to match my routers settings
8. Opened knoppix root terminal
9. ifconfig eth0 down
10. pump -i wlan0
11. iwconfig (to make sure it picked up the router)
12. ping www.google.com to make sure it worked

The above worked for me. :D

gspaulding
04-30-2005, 04:44 PM
You gave some very useful information. I have an eMachines M6805 (Amd64) with the Broadcom 43xx WiFi chip. I still need some help to get it working, if you would be so kind as to offer assistance.

I got the driver downloaded and extracted to a usb drive and booted up the 3.8.1 Live cd for amd64. My wired ethernet was recognized and internet access working. I started the ndiswrapper config, chose the bcmwl5a.inf from my usb drive and all seemed to go well.

Starting the wlan configuration, I was not sure what to enter in some of the choices. I have an SMC router with wep 128, mac addressing enabled and have my essid broadcast disabled. I entered the ssid and wep key but didn't know what to choose on some other fields. I think I chose 'managed' for one of the choices. The 'ifconfig eth0 down' went ok, but when I entered the 'pump -i wlan0', I received an 'Operation Failed' message. Below is the result of 'iwconfig':

lo no wireless extensions
eth0 no wireless extensions
sit0 no wireless extensions
wlan0 IEEE 802.11g ESSID:off/any
mode:managed Frequency 2.462 GHz Access Point:00:00:00:00:00:00
Bit Rate:54Mb/s TX-Powet:25 dBm
RTS thru:2347 B Fragment thru:2346 B
Encryption key (my 26 digit key...) Security mode:restricted
Power Management:off
Link Quality:100/100 Signal level:-10 dBm Noise level:-256dBm
Rx invalid nwid:0 Invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

I could disable wep and mac addressing and broadcast my ssid if you think that would solve the problem, but I don't want to keep the network unprotected in the long run. Please let me know what values I should try on the wlan config setup or what I should try next. Thanks in advance.
Gary

gspaulding
04-30-2005, 07:00 PM
SUCCESS!!!
I tried again leaving all protection enabled (ssid broadcast disabled, mac addressing, wep 128, spi, nat) and the wireless card kicked right in. In the wavelan configuration I entered only the ssid, mode (Managed), wep key and left all others empty.

Is there any way to make this automatic when I'm booting from the 3.8.1 live cd for amd64? My usb flash drive is recognized on startup. Can I put something there to start and configure the wlan0 automatically?

Wow, it feels great to get this working. I'm no longer a total noob, just mostly noob. Thanks again to barbaric35 for the original post.

Gary

barbaric35
05-01-2005, 08:14 PM
1. Click KDE, Knoppix, Configuration, Save Configuration
2. Save it to USB Device
3. When booting up type the cheat code 'knoppix myconfig=scan' you can do the same thing with your home directory if the drive is big enough

Barbaric35