[Bug 397232] Re: ifenslave broken with wifi

2010-01-10 Thread Kim Tyler
I have now tried the 2.6.32-020632rc1 kernel from
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.32-rc1/ for amd64 and
bonding now works.

Also, the rate is for the wireless connection is better, but still not
54M. (iwconfig wlan0 rate 54M auto = gives 12MB/s)

The workaround for karmic would be to install new kernel from above
site, or recompile the rt2xxx etc kernel modules from the 2.6.32+ tree.
(or wait for lucid)

This bug can now be closed. (after some years now)

-- 
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


[Bug 397232] Re: ifenslave broken with wifi

2009-12-10 Thread Kim Tyler
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


[Bug 397232] Re: ifenslave broken with wifi

2009-12-10 Thread Kim Tyler
also adding wlan1.log

** Attachment added: wpa_supplicant output for good module rt73
   http://launchpadlibrarian.net/36681242/wlan1.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


[Bug 397232] Re: ifenslave broken with wifi

2009-07-12 Thread Kim Tyler
I have tried a different wireless driver for the rt2500 chipset in my
PC. (lspci -vnn follows:-)

00:0a.0 Network controller [0280]: RaLink RT2500 802.11g Cardbus/mini-PCI 
[1814:0201] (rev 01)
Subsystem: Micro-Star International Co., Ltd. Device [1462:6833]
Flags: slow devsel, IRQ 17
Memory at d2204000 (32-bit, non-prefetchable) [size=8K]
Capabilities: access denied
Kernel modules: rt2500pci

I removed the current rt2500 modules and added a previously compiled
rt2500 module from serialmonkey website as follows

rmmod rt2500pci rt2x00pci rt2x00lib
insmod rt2500.ko  # wireless device is ra0

ifconfig ra0 192.168.5.100 up
iwconfig ra0 essid my-essid
iwconfig ra0 mode managed
iwconfig ra0 key off
ping 192.168.5.1
PING 192.168.5.1 (192.168.5.1) 56(84) bytes of data.
64 bytes from 192.168.5.1: icmp_seq=1 ttl=127 time=5.57 ms
64 bytes from 192.168.5.1: icmp_seq=2 ttl=127 time=0.954 ms
64 bytes from 192.168.5.1: icmp_seq=3 ttl=127 time=0.906 ms
64 bytes from 192.168.5.1: icmp_seq=4 ttl=127 time=0.946 ms
64 bytes from 192.168.5.1: icmp_seq=5 ttl=127 time=0.960 ms
64 bytes from 192.168.5.1: icmp_seq=6 ttl=127 time=0.881 ms

Then tried the same bonding as before:-
ifconfig bond0 192.168.5.100 up
ifenslave bond0 ra0

ping 192.168.5.1
PING 192.168.5.1 (192.168.5.1) 56(84) bytes of data.
64 bytes from 192.168.5.1: icmp_seq=1 ttl=127 time=6.48 ms
64 bytes from 192.168.5.1: icmp_seq=2 ttl=127 time=0.969 ms
64 bytes from 192.168.5.1: icmp_seq=3 ttl=127 time=0.880 ms
64 bytes from 192.168.5.1: icmp_seq=4 ttl=127 time=0.885 ms
64 bytes from 192.168.5.1: icmp_seq=5 ttl=127 time=0.878 ms

# IT WORKS!

It would seem the problem is with the rt2500pci driver somewhere

-- 
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