I installed Ubuntu on a previous laptop and it was able to find all the drivers needed for me to connect to the internet. But now that I have a 5796, it seems that I am unable to connect to the internet.
I'm pretty much very new to ubuntu and can't seem to figure out how/where I can find linux compatible drivers so I can connect to the internet.
Thank you
-
Go to a terminal.
Applications > Assecories > Terminal
Type 'lspci' and give us the output -
AKAJohnDoe Mime with Tourette's
Hi Thomas. Is there a cheat sheet of these cryptic Linux commands you could point me towards?
-
Here's one. It covers a lot, but also doesnt cover a lot.
Will get you started.
There not very cryptic, lspci=listpci. -
AKAJohnDoe Mime with Tourette's
Thanks again! -
If you can't wait until you can upgrade your kernel, some Ubuntu users have basically added the necessary driver support by using the compat-wireless project and the Intel 5300 microcode, as outlined in the following steps from this post.
1) Open a terminal window and issue the command to allow you to install the necessary components so you can compile programs on your system. (This is the only distribution specific step, as this is what you need to install on Ubuntu to compile programs);
Code:sudo apt-get install build-essential
Code:wget http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-5000-ucode-5.4.A.11.tar.gz tar xzvf iwlwifi-5000-ucode-5.4.A.11.tar.gz sudo cp iwlwifi-5000-ucode-5.4.A.11/iwlwifi-5000-1.ucode /lib/firmware
Code:wget http://linuxwireless.org/download/compat-wireless-2.6/compat-wireless-old-2008-09-12.tar.bz2 tar xjvf compat-wireless-old-2008-09-12.tar.bz2
4) Before we build the driver we need to edit a config file for adding support for the Intel 5000 series hardware. Perform the following steps;
Code:cd compat-wireless-2.6-old/ gedit config.mk
Code:CONFIG_IWL5000=y
Code:make sudo make install
Code:sudo make unload sudo make load
Good Luck.. -
Perhaps Ubuntu testing?(Intrepid Ibex).
It SHOULD work in it. -
I happen to have a similar dilemma, except I'm able to connect to the internet through an ethernet connection but am not via any wifi network.
-
What you need to do is go under the network configuration settings and delete everything there, reboot and successfully go on the internets
Can't connect to the internet
Discussion in 'Linux Compatibility and Software' started by me12345, Sep 11, 2008.