[Bug 351280] Re: Authentication with thinkfinger stalls login when user homes are encrypted
I'm seeing this too. At first I thought it was an Xorg problem as I turned on compiz at the same time as setting up thinkfinger. Clearly it is just a matter of needing to actually enter the password to decrypt the home directory. -- Authentication with thinkfinger stalls login when user homes are encrypted https://bugs.launchpad.net/bugs/351280 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 78037] Re: many cards need to be downed for changing essid
rt2500 pci card worked fine under Edgy. Upgraded via alt CD and no network. Numerous attempts at getting network manager to sort it out failed. I uninstalled network manager and it still will not connect via the Gnome network GUI. Note that this is with WEP encryption. I _am_ able to connect via the command line: sudo ifconfig ra0 down sudo iwconfig ra0 essid blahblahblah key hexblahblah sudo dhclient ra0 I found this at https://bugs.launchpad.net/ubuntu/+source/linux- source-2.6.20/+bug/37120 Syntax to manually configure in /etc/network/interfaces iface ra0 inet dhcp pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up iwconfig ra0 essid "MyRouterName" pre-up iwconfig ra0 mode Managed pre-up iwpriv ra0 set AuthMode=WPAPSK pre-up iwpriv ra0 set EncrypType=TKIP pre-up iwpriv ra0 set WPAPSK="MySecretPassword pre-up ifconfig ra0 up auto ra0 Since I am only using WEP, modified to: iface ra0 inet dhcp pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up iwconfig ra0 essid "MyRouterName" pre-up iwconfig ra0 key "MyKeyInHex" pre-up iwconfig ra0 mode Managed pre-up ifconfig ra0 up auto ra0 Now I have wireless connectivity which survives a reboot. See also bugs 107555 and 95828 -- many cards need to be downed for changing essid https://bugs.launchpad.net/bugs/78037 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
[Bug 95828] Re: Sitecom WL-115 ( Ralink RT2500 ) does not work with network-manager
Same problem here. rt2500 pci card worked fine under Edgy. Upgraded via alt CD and no network. Numerous attempts at getting network manager to sort it out failed. I uninstalled network manager and it still will not connect via the Gnome network GUI. Note that this is with WEP encryption. I _am_ able to connect via the command line: sudo ifconfig ra0 down sudo iwconfig ra0 essid blahblahblah key hexblahblah sudo dhclient ra0 I found this at https://bugs.launchpad.net/ubuntu/+source/linux- source-2.6.20/+bug/37120 Syntax to manually configure in /etc/network/interfaces iface ra0 inet dhcp pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up iwconfig ra0 essid "MyRouterName" pre-up iwconfig ra0 mode Managed pre-up iwpriv ra0 set AuthMode=WPAPSK pre-up iwpriv ra0 set EncrypType=TKIP pre-up iwpriv ra0 set WPAPSK="MySecretPassword pre-up ifconfig ra0 up auto ra0 Since I am only using WEP, modified to: iface ra0 inet dhcp pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up iwconfig ra0 essid "MyRouterName" pre-up iwconfig ra0 key "MyKeyInHex" pre-up iwconfig ra0 mode Managed pre-up ifconfig ra0 up auto ra0 Now I have wireless connectivity which survives a reboot. See also bugs 107555 and 78037 -- Sitecom WL-115 ( Ralink RT2500 ) does not work with network-manager https://bugs.launchpad.net/bugs/95828 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
[Bug 107555] Re: rt2500 cannot connect to WPA encrypted network with fiesty
see also bugs 78037 and 95828 -- rt2500 cannot connect to WPA encrypted network with fiesty https://bugs.launchpad.net/bugs/107555 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
[Bug 37120] Re: rt2500 driver does not implement wireless extensions correctly
Thanks, kbang. Your solution worked for me, modified slightly as I'm using WEP: iface ra0 inet dhcp pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up iwconfig ra0 essid "MyRouterName" pre-up iwconfig ra0 key "MyKeyInHex" pre-up iwconfig ra0 mode Managed pre-up ifconfig ra0 up auto ra0 Now I have wireless connectivity which survives a reboot. -- rt2500 driver does not implement wireless extensions correctly https://bugs.launchpad.net/bugs/37120 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 107555] Re: rt2500 cannot connect to WPA encrypted network with fiesty
I found this at https://bugs.launchpad.net/ubuntu/+source/linux- source-2.6.20/+bug/37120 Syntax to manually configure in /etc/network/interfaces iface ra0 inet dhcp pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up iwconfig ra0 essid "MyRouterName" pre-up iwconfig ra0 mode Managed pre-up iwpriv ra0 set AuthMode=WPAPSK pre-up iwpriv ra0 set EncrypType=TKIP pre-up iwpriv ra0 set WPAPSK="MySecretPassword pre-up ifconfig ra0 up auto ra0 Since I am only using WEP, modified to: iface ra0 inet dhcp pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up ifconfig ra0 up pre-up ifconfig ra0 down pre-up iwconfig ra0 essid "MyRouterName" pre-up iwconfig ra0 key "MyKeyInHex" pre-up iwconfig ra0 mode Managed pre-up ifconfig ra0 up auto ra0 Now I have wireless connectivity which survives a reboot. -- rt2500 cannot connect to WPA encrypted network with fiesty https://bugs.launchpad.net/bugs/107555 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
[Bug 107555] Re: rt2500 cannot connect to WPA encrypted network with fiesty
Same problem here. rt2500 pci card worked fine under Edgy. Upgraded via alt CD and no network. Numerous attempts at getting network manager to sort it out failed. I uninstalled network manager and it still will not connect via the Gnome network GUI. Note that this is with WEP encryption. I _am_ able to connect via the command line: sudo ifconfig ra0 down sudo iwconfig ra0 essid blahblahblah key hexblahblah sudo dhclient ra0 However upon reboot no network again. I've tried putting config into /etc/network/interfaces but that hasn't worked either (though I'm not sure as to the proper syntax there) -- rt2500 cannot connect to WPA encrypted network with fiesty https://bugs.launchpad.net/bugs/107555 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
[Bug 107555] Re: rt2500 cannot connect to WPA encrypted network with fiesty
** Changed in: rt2500 (Ubuntu) Status: Unconfirmed => Confirmed -- rt2500 cannot connect to WPA encrypted network with fiesty https://bugs.launchpad.net/bugs/107555 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