Thursday, October 14, 2010

How to get WIFI working in MSI Winf U160 with Ubuntu 10.10 Linux

How to get WIFI working in MSI Winf U160 when installing Ubuntu 10.10 Linux ? What you can do is select System>Administration>Hardware Drivers. Once you click Hardware Drivers, it will present drivers not activated. Click the desired driver(s) and click Activate.

Another possibilities to get WIFI working in Ubuntu 10.10 :

- temporarily hard-wire your laptop to the router
- open a terminal window (Applications/Accessories/Terminal) and type:

sudo apt-get update When promted, enter your normal password (it won't show on the screen). Let this step finish before moving on.

- NOW do as suggested - look in System/Adminnistration/Hardware Drivers and see if a driver is listed for your adapter - if so, enable it. It may download something from the net then.

- physically disconnect the hard-wire connection to your router

- right-click the network manager icon - be sure "Enable Wireless" is checked

- left-click the network manager icon and see if wireless networks now show

- remember that if you use encryption you will need to supply the type and the password/passphrase when you try to connect

- if you use MAC filtering on the router, be sure to update the table to include the MAC of this laptop

If you can't do the above, then please do the following:

- open a terminal window (Applications/Accessories/Terminal)
- type each of the following and post the outputs back here in a reply:

lscpi

lsusb

ifconfig

iwconfig

lshw -C network

Soucer : http://ubuntuforums.org/showthread.php?t=1591546