⌊ K™¦krizzna.web.id ⌉

Sekedar coretan seorang nyubi

How to connect to a wireless internet using Ubuntu?

Posted on

i have a hp compaq presario c300 with at&t as my internet provider. im new to linux and after countless hours of googling ways to fix my problem i am still unable to connect to the internet. im running ubuntu 9.10 and in the wireless manager menu it doesnt even register that my internet is there.

Share and Enjoy:
  • printfriendly How to connect to a wireless internet using Ubuntu?
  • digg How to connect to a wireless internet using Ubuntu?
  • delicious How to connect to a wireless internet using Ubuntu?
  • facebook How to connect to a wireless internet using Ubuntu?
  • yahoobuzz How to connect to a wireless internet using Ubuntu?
  • twitter How to connect to a wireless internet using Ubuntu?
  • googlebookmark How to connect to a wireless internet using Ubuntu?
  • email link How to connect to a wireless internet using Ubuntu?
  • linkedin How to connect to a wireless internet using Ubuntu?
  • live How to connect to a wireless internet using Ubuntu?
  • myspace How to connect to a wireless internet using Ubuntu?
  • pdf How to connect to a wireless internet using Ubuntu?
  • plurk How to connect to a wireless internet using Ubuntu?
  • slashdot How to connect to a wireless internet using Ubuntu?
  • technorati How to connect to a wireless internet using Ubuntu?
  • tumblr How to connect to a wireless internet using Ubuntu?
  • hackernews How to connect to a wireless internet using Ubuntu?

Tags: , , , ,


  • Beryl 0.2.1/Linux Mint 7

    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.

  • Ricky_Critic

    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.

    For more information: 1 877 854 6888

  • Nathan

    I had this same problem while using LinuxMint 7 (which is based on Ubuntu 9.04), and had to work it out myself.
    In the taskbar area, right click on the internet connection icon, then select Edit Connections.
    Select the Wireless tab, then select Add.
    Tell it the name of your wireless router, that it is a WPA/WPA2 Security, and enter your password (if any)

    That should activate your wireless.
    (That’s what it took for mine)

    Good luck.