RSS
 

How to install Wireless Driver On Ubuntu?

07 Mar

I have a netbook which has the following Wireless Driver: MSI ms6897(RTK-RTL8191SE); I have installed Ubuntu on my Netbook but Wireless Driver is not installed. I have no problem with my other drivers.

 

Tags: , , ,

  1. annorax64

    March 7, 2010 at 4:08 pm

    I did a quick search for “ms6897 driver linux” and “RTK-RTL8191SE driver linux” and found nothing.

     
  2. Beryl 0.2.1/Linux Mint 8

    March 7, 2010 at 4:19 pm

    Here is the Official Ubuntu Wireless Documentation

    Cards Supported
    https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported

    Troubleshooting/Howto/General
    https://help.ubuntu.com/community/WifiDocs/WiFiHowTo

    In the event of your Wifi card being unsupported you can use Ndiswrapper Here is the Official Ubuntu Ndiswrapper Documentation
    https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper

    LUg.

     
  3. Ricky_Critic

    March 7, 2010 at 4:35 pm

    Step 1
    Open the main Ubuntu menu, move your cursor over “Accessories,” and then click on “Terminal.” Type (or copy and paste) “sudo aptitude install ndiswrapper-common” (without quotes) at the prompt and hit “Enter.”

    Step 2
    Type your administrator password when prompted, then hit “Enter.” This will download and install ndiswrapper and any required dependencies.

    Step 3
    Plug in your USB or PCMCIA wireless card (if you don’t have an internal device), and then restart the computer.

    Step 4
    Copy the Windows driver for the wireless device to your desktop and make note of the driver file name (usually an “.inf” file). Open a terminal and type “cd ~/Desktop,” then hit “Enter.”

    Step 5
    Type “sudo ndiswrapper -i drivername.inf” and hit “Enter” to install the Windows driver (substitute the actual driver name). Type “sudo ndiswrapper -l,” then hit “Enter” to confirm the driver installed correctly (will list installed drivers). Restart the computer.

    Step 6
    Open the main menu, move your cursor over “System,” then “Preferences,” and then click on “Network Configuration.” Click on the “Wireless” tab to configure wireless networks, security keys, ESSID and other network settings. When finished, click “Close” to save and exit the network manager.

    Step 7
    Restart the device by typing “sudo ifup wlan0″ in a terminal, then hit “Enter.” Test your wireless Internet connection by opening a web page in your browser.