Harry Wert wrote: >> The rev 01 cards work fine for most people. It is the rev02 ones that are a >> problem. >> >> As I have stated many times, bcm43xx uses V3 firmware. Getting the V4 driver >> you listed above will >> do nothing for you. >> >> I have no idea what is wrong with that kernel. What information comes from >> 'dmesg | grep bcm'? >> >> Larry > > [EMAIL PROTECTED]:~$ dmesg |grep bcm > [ 18.804000] bcm43xx driver
They didn't turn debugging on. At least your firmware is loading OK. What you need to do is go to www.kernel.org, download and unpack 2.6.22.7, or whatever the latest version is at the time you do it. Untar it, change to that directory, and 'make oldconfig', then 'make', and 'sudo make modules_install install'. Depending on what your distro wants, you may also need to 'sudo mkinitrd'. These steps will get you a kernel that should work. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
