View Full Version : Ubuntu isn't connecting to my wireless router.
cheater87
January 6th, 2009, 12:06 PM
It detects it and trys to connect and I just get the wep screen. I already have that put in but it still does not connect. I have to fiddle around until I get it to connect.
lewmur
January 6th, 2009, 10:03 PM
-{ Quote: "It detects it and trys to connect and I just get the wep screen. I already have that put in but it still does not connect. I have to fiddle around until I get it to connect." }-
Try wicd (http://wicd.sourceforge.net).
cheater87
January 6th, 2009, 11:56 PM
Can't figure out where to go to install it in download.
ronjor
January 7th, 2009, 12:13 AM
http://wicd.sourceforge.net/
cheater87
January 7th, 2009, 01:37 AM
I know thats where it is I don't know how to download and install it.
stapp
January 7th, 2009, 02:20 AM
Just a touch down on this page, may be what you want.
Installing Wicd in Ubuntu
http://wicd.sourceforge.net/download.php
cheater87
January 7th, 2009, 03:37 AM
I'm in the terminal and I can't type a password.
lewmur
January 7th, 2009, 08:04 AM
-{ Quote: "I'm in the terminal and I can't type a password." }-
There is no need to be in a terminal yet. Do this first. Click /System/Administration/Synaptic Package Manager. Enter your normal login password and click OK. In the new window click /Settings/Repositories then the Third-Party Software tab.
Click the Add button and copy and paste the following
deb http://apt.wicd.net intrepid extras
Exit Synaptic Package Manager. Now is the time to open a terminal and copy and paste the following to the command line.
wget -q http://apt.wicd.net/wicd.gpg -O- | sudo apt-key add -
You will be asked for a password. Again, this is the same password you use to login. Now go back into Synaptic and click Reload and Wicd will be available.
Edit: This is assuming you are using the latest version of Ubuntu. If not, replace the word "intrepid" with the one for your version.
Pedro
January 7th, 2009, 10:18 AM
I installed the deb package since wicd is already on Sid (i expect similar with Ubuntu).
-{ Quote: "dpkg -i wicd-package-name.deb" }-
while root.
With Ubuntu it should be
-{ Quote: "sudo dpkg -i wicd-package-name.deb" }-
and insert password when asked.
Network manager (default with GNOME) is slowly maturing note, and i believe it's necessary to uninstall it for wicd. If it is, you will be notified anyway upon installing wicd.
lodore
January 7th, 2009, 10:39 AM
Hello,
as seen in my thread similar to this i have the same problem.
sometimes connects sometimes doesent.
if i replace network manager with wicd is it easy to go back to network manager later on?
ps i use fedora.
Pedro
January 7th, 2009, 10:44 AM
Personally i have no idea, specially since it's an "outside" deb package and i haven't tried uninstalling.
If/when packaged by Debian/Ubuntu (or your distro's people), i don't expect problems, unless you're using the bleeding edge like Sid.
cheater87
January 7th, 2009, 11:46 AM
When I enter that into the Terminal nothing comes up asking for my password.
Pedro
January 7th, 2009, 11:56 AM
I'm afraid that is too vague. If it doesn't ask for a password, it's telling you something :)
Perhaps lewmur's suggestion above is better cheater.
cheater87
January 7th, 2009, 12:27 PM
I'm trying to do what he says do I hit restart after I put the first copy and paste in or do I exit it and not restart? Maybe that is why its not asking me to input the password when I go copy and paste the other line in the terminal.
Pedro
January 7th, 2009, 12:34 PM
After you add that repository, you exit Synaptic and do the other bit.
If it doesn't work, tell us what the terminal spits out.
lewmur
January 7th, 2009, 06:25 PM
-{ Quote: "I'm trying to do what he says do I hit restart after I put the first copy and paste in or do I exit it and not restart? Maybe that is why its not asking me to input the password when I go copy and paste the other line in the terminal." }-
Did you set up a password for your user when you installed Ubuntu or did you leave the password blank? If you logout are you required to enter a password in order to log back in?
It is quite possible that you now have wicd available in Synaptic. Just make sure you search for "Wicd" rather than "wicd" after you click "Reload." If "Reload" works without an error message, then the terminal command worked.
Cerxes
January 8th, 2009, 08:42 AM
@cheater87: Since you can't solve it using the described method above, do as this instead:
1. Open up the terminal and paste this:
sudo gedit /etc/apt/sources.list
-Enter your password-
2. See if you can find the following line as a repositorie source:
deb http://apt.wicd.net/ intrepid extras
3. If it's there, then go to '4', it you can't find it, paste it into the list and save the file.
4. Open the terminal and paste this:
wget -q http://apt.wicd.net/wicd.gpg -O- | sudo apt-key add -
-Enter your password-
5. Open up synaptic once again, reload, and locate the list at /settings/repositories to see if the Wicd source is checked.
6. Press "Search" and type Wicd, and when Wicd appears in the left list, erase the inserted "Wicd" in the search window.
7. Now check "Wicd" in the main window and install. The Gnome network manager will be uninstalled.
Done!
If you can't solve it now with the help of this foolproof instruction, then you're beyond redemption...
/C.
lewmur
January 8th, 2009, 08:51 AM
-{ Quote: "@cheater87: Since you can't solve it using the described method above, do as this instead:
1. Open up the terminal and paste this:
sudo gedit /etc/apt/sources.list
-Enter your password-
2. See if you can find the following line as a repositorie source:
deb http://apt.wicd.net/ intrepid extras
3. If it's there, then go to '4', it you can't find it, paste it into the list and save the file.
4. Open the terminal and paste this:
wget -q http://apt.wicd.net/wicd.gpg -O- | sudo apt-key add -
-Enter your password-
5. Open up synaptic once again, reload, and locate the list at /settings/repositories to see if the Wicd source is checked.
6. Press "Search" and type Wicd, and when Wicd appears in the left list, erase the inserted "Wicd" in the search window.
7. Now check "Wicd" in the main window and install. The Gnome network manager will be uninstalled.
Done!
If you can't solve it now with the help of this foolproof instruction, then you're beyond redemption...
/C." }-
I don't see how this can help. The line I highlighted in red is the exact same as the step in my procedure where he claims it didn't ask for a password. And the first part is just a manual way of adding the repository and that he has already done.
cheater87
January 9th, 2009, 02:08 AM
Well I don't know what happened. I didn't do any of this yet and I just fiddled around with the wireless setting and I can connect but not automatic. It connects when I go to settings and I then have to type my password in and then it connects. I don't know why its doing this but I'm glad it connects but kinda bummed its not automatic.
Ocky
January 9th, 2009, 03:10 AM
Have you tried any of this:- "Solution to many Wireless Problems" - Ubuntu
forums. http://ubuntuforums.org/showthread.php?p=3707623
Cerxes
January 9th, 2009, 04:47 AM
-{ Quote: "I don't see how this can help. The line I highlighted in red is the exact same as the step in my procedure where he claims it didn't ask for a password. And the first part is just a manual way of adding the repository and that he has already done." }- Sometimes when trying to add a new repositorie source to the sources.list by using synaptic, it doesn't update the list by some unknown reason. I had problems myself adding Wicd as a repositorie source using synaptic, so it has to be a glitch of some sort. Therefore I described the direct method of editing the sources.list using gedit, which worked flawlessly. The rest of the info was added, which I'm well aware of is exactly the same as you described above, for the reason of not confusing the OP by describing it step by step.
/C.
cheater87
January 20th, 2009, 10:12 PM
Ok have Wicd enabled but it won't let me go online. It says connected but I click on firefox and it has the page come up when there is no connection. Is it because I entered only 1 of the 3 DNS addresses?
vBulletin® Copyright ©2000-2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums