OK OK OK. I'm guessing ur nappin. But here it is I think this will end all your problems............
Re: Drapper and the broadcom 43xx linux drivers (wifi)
--------------------------------------------------------------------------------
UPDATE!! new kernel 2.6.15-23 has a fix for the 11Mb/s issue.
the native driver now runs at 36Mb/s, 3 times faster than before!!!!
now if you are using my script in a 'pre-up' in your /etc/network/interfaces
then you can simply change the line that reads
Code:
iwconfig $myInterface rate 11M # &>/dev/nullto
Code:
iwconfig $myInterface rate 36M # &>/dev/nullor you can simply add
Code:
wireless-rate 36M below your interface in /etc/network/interfaces.
(the native driver is set to 11M automatically so you need to over-ride it.)
thanks to wheeler who let me in on the news
-------------------------------------------------------------------------------
Re: Drapper and the broadcom 43xx linux drivers (wifi)
--------------------------------------------------------------------------------
Hi guys? I removed WIFI Radar as there is some bug, I blacklisted both ndiswrapper and the bcm43xx before doing steps from Dapper section at the following link.
https://wiki.ubuntu.com/WifiDocs/Dri...f2ed327edefdfb
I'm down to #2.2.3 at sudo iwconfig eth1 ap any
If you look at my teminal output you'll see that the scan and also the 11M setting commands didn't work.
I finally got the light on and some additional info which I am posting, its looking brighter! First I need to know a couple things:
1. do I need to re enter the essid in terminal since blacklisting ndiswrapper? (it is in the network settings along with the wep #) I don't see my essid or the broadcom4306 listed in the terminal for eth1 anymore (had them once)
2. Can someone tell me about this out put where it says DHCPDISCOVER on eth1 to 255.255.255.255 (is this correct or should it be looking at 255.255.255.0 ?)
I still need help and guidance since I am now growing tired of the back and forth stuff, BUT I THOUGHT SOME OF THIS MIGHT HELP THE REST, just not sure how do do some othe other stuff listed on this page since some things don't work in terminal... maybe some of you can try this link and you may discover more that will help me also. THANKS!!!!
David
TERMINAL output below:
dspring@laptop:~$ wget
http://ubuntu.cafuego.net/pool/bcm43...3xx-firmware_1 .1-0ubuntu1_all.deb
--09:07:08--
http://ubuntu.cafuego.net/pool/bcm43...are_1.1-0ubunt u1_all.deb
=> `bcm43xx-firmware_1.1-0ubuntu1_all.deb'
Resolving ubuntu.cafuego.net... 64.5.53.83, 202.125.40.144
Connecting to ubuntu.cafuego.net|64.5.53.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 40,738 (40K) [application/x-debian-package]
100%[====================================>] 40,738 111.67K/s
09:07:09 (111.14 KB/s) - `bcm43xx-firmware_1.1-0ubuntu1_all.deb' saved [40738/40 738]
dspring@laptop:~$ sudo dpkg -i bcm43xx-firmware_1.1-0ubuntu1_all.deb
Selecting previously deselected package bcm43xx-firmware.
(Reading database ... 98058 files and directories currently installed.)
Unpacking bcm43xx-firmware (from bcm43xx-firmware_1.1-0ubuntu1_all.deb) ...
Setting up bcm43xx-firmware (1.1-0ubuntu1) ...
Note that you need to DISABLE ndiswrapper and wifi-radar for this driver to work properly!
dspring@laptop:~$ sudo modprobe bcm43xx
dspring@laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
eth1 IEEE 802.11g ESSIDff/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Power Managementff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
dspring@laptop:~$ sudo iwlist ethX scan
ethX Interface doesn't support scanning.
dspring@laptop:~$ sudo iwconfig ethX rate 11M
Error for wireless request "Set Bit Rate" (8B20) :
SET failed on device ethX ; No such device.
dspring@laptop:~$ sudo iwconfig eth1 rate 11M
dspring@laptop:~$ iface eth1 inet dhcp
bash: iface: command not found
dspring@laptop:~$ pre-up sudo iwconfig eth1 rate 11M
bash: pre-up: command not found
dspring@laptop:~$ iface eth1 inet dhcp
bash: iface: command not found
dspring@laptop:~$ iwconfig eth1
eth1 IEEE 802.11g ESSIDff/any
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Bit Rate:54 Mb/s Tx-Power:25 dBm
RTS thr:2347 B Fragment thr:2346 B
Power Managementff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
dspring@laptop:~$ sudo iwconfig eth1 ap any
dspring@laptop:~$ ifup eth1
ifup: failed to open statefile /var/run/network/ifstate: Permission denied
dspring@laptop:~$ sudo ifup eth1
Password:
Internet Systems Consortium DHCP Client V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/products/DHCP
Listening on LPF/eth1/00:90:4b:a2:ad:a1
Sending on LPF/eth1/00:90:4b:a2:ad:a1
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
dspring@laptop:~$
THE LIGHT IS ON, LIGHT IS GOOD.