Bcm43xx with belkin54g is buggy and all the people with my card suggest to use 
bcmwl5.inf for best result, with Edgy I used bcmwl5.inf and it is perfect, so I 
prefer bcmwl5.
 I can install bcmwl5.inf in Feisty. (driver present, hardware present), but 
the main problem is that I can't see eth1 when I remove bcm43xx, and I can't 
load eth1 also I added "ndiswrapper" in "etc/modules" but it doesn't load 
nothing.

This is a step by step about what I did (with "sudo"):

lsmod | grep bcm43xx

rmmod bcm43xx

sudo gedit /etc/modprobe.d/blacklist

I added : blacklist bcm43xx

ndiswrapper -i bcmwl5.inf
ndiswrapper -m
I edited "/etc/modprobe.d/ndiswrapper" with gedit, I deleted alias wlan0 
ndiswrapper
I changed it in "alias eth1 ndiswrapper"

I edited "/etc/network/interfaces:"

auto eth1
iface eth1 inet static
address 192.168.2.2
gateway 192.168.2.1
netmask 255.255.255.0
network 192.168.2.0
wireless-essid belkin54g
wireless-channel 11
wireless-mode managed

sudo iwlist eth1 scan (I can't do this 'cause eht1 is not present) (IN
FEISTY FAWN I CAN'T CONTINUE THIS TUTORIAL, IN EDGY 6.10 IT WORKS)

eth1      Scan completed :
          Cell 01 - Address: 00:11:50:41:A5:69
                    ESSID:"belkin54g"
                    Protocol:IEEE 802.11b
                    Mode:Managed
                    Frequency:2.462 GHz (Channel 11)
                    Quality:0/100  Signal level:-52 dBm  Noise level:-256 dBm
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:bcn_int=100
                    Extra:atim=0
                    IE: WPA Version 1
                        Group Cipher : TKIP 
                        Pairwise Ciphers (1) : TKIP 
                        Authentication Suites (1) : PSK  


iwconfig eth1 mode managed channel 11 essid belkin54g

Andare su System/Ammin./Network

configuration has to be:

Network Name (ESSID): belkin54g
Password Type: Hexadecimal
Network password: password

Connection settings
Configuration: Static IP address
IP address: 192.168.2.2
Subnet mask: 255.255.255.0
Gateway address: 192.168.2.1

Add  DNS

62.211.69.150
212.48.4.15


Make file "/etc/wpa_supplicant.conf" and add:

 network={

   ssid="belkin54g"

   psk="password"

   key_mgmt=WPA-PSK

   proto=WPA

 }

Then

ifconfig eth1 up

sudo wpa_supplicant -Dwext -ieth1 -c /etc/wpa_supplicant.conf -dd -B
 
In edgy this worked, In feisty It doesn't :/



PLS help!

-- 
belkin wireless card eth1 disappear if I install bcmwl5.inf driver
https://bugs.launchpad.net/bugs/108352
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to