I have tried using a RT73 USB wireless connection, and this works perfectly as 
wlan1.
The rt2500pci works OK by itself, but won't work with bonding, even with the 
same configuration as wlan1.

#setup using gigbyte wireless usb dongle - lsusb=Bus 001 Device 005: ID
1044:8008 Chu Yuen Enterprise Co., Ltd GN-WB01GS

modprobe bonding
ifenslave bond0 wlan1
wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant_wpa2.conf -iwlan1 -bbond0 
-dd

# WORKS PERFECTLY

# now change it over to wlan0
ifenslave -d bond0 wlan1
ifenslave bond0 wlan0
wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant_wpa2.conf -iwlan0 -bbond0 
-dd

# DOES NOT WORK - traffic apparently transmitted, but no incoming
message

# change back to wlan1
ifenslave -d bond0 wlan0
ifenslave bond0 wlan1
wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant_wpa2.conf -iwlan1 -bbond0 
-dd

# WORKS PERFECTLY

The logs for the wpa_supplicant -dd for wlan0 (rt2500pci-not working)
and wlan1 (rt73-working perfectly) are attached.

** Attachment added: "wpa_supplicant output for faulty modules rt2500pci"
   http://launchpadlibrarian.net/36681197/wlan0.log

-- 
ifenslave broken with wifi
https://bugs.launchpad.net/bugs/397232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

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

Reply via email to