In an earlier thread you asked about Ubuntu and LEAP. If you didn't solve your problem, I have a potential solution. After the troubles with XP on my laptop I put Ubuntu on it. I was having problems with connecting to the wireless network here at work today with LEAP. I found a new network manager called wicd that is much better than the default Ubuntu one, and it lets me connect to the wireless, with the same userid and password that didn't work with the default Ubuntu manager.
Here are the instructions:
After you install the package, the default network-admin may complain that it can't get to the resources it needs to continue. Wicd is much nicer and has a lot more options. Plus it works.
Here are the instructions:
Code:
# add the repository to your sources echo "deb http://apt.wicd.net intrepid extras" | sudo tee -a /etc/apt/sources.list #get the key wget q http://apt.wicd.net/wicd.gpg -O | sudo apt-key add - #install the package sudo apt-get install wicd

Comment