Results 1 to 7 of 7

Thread: Wi-Fi Not Working

  1. #1
    Join Date
    Jun 2010
    Beans
    111

    Question Wi-Fi Not Working

    Hi,

    I installed Ubuntu Server 14.04.2 on my office laptop's partition to dual boot with existing Windows 7(HP pavilion dv6). I setup the wi-fi connection properly during the setup

    But when I first booted in to the server's command line and tried to execute 'sudo apt-get update' , it fails to download anything. How do I solve this problem? I want to install gui so practice CLI from an ebook. I want to be able to download the xwindows environment using sudo apt-get install ubuntu-desktop.

    Ty in advance
    Mandar

  2. #2
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Wi-Fi Not Working

    You are most likely missing the driver for your wireless card: it would help if we knew what card is installed in your machine.

    in a terminal type:
    Code:
    lspci
    Then
    Code:
    lsmod
    also
    Code:
    rfkill list
    post the outputs of those commands.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  3. #3
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Wi-Fi Not Working

    Moved to the Networking & Wireless sub-forum

  4. #4
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Wi-Fi Not Working

    Ok Guys,

    you need to go to the additional driver tool found by going to software center > edit> Software Sources>additional drivers

    install the b43 driver from there. when it finished reboot and you should be good to go.
    good luck
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  5. #5
    Join Date
    Jun 2010
    Beans
    111

    Re: Wi-Fi Not Working

    Quote Originally Posted by kc1di View Post
    You are most likely missing the driver for your wireless card: it would help if we knew what card is installed in your machine.

    in a terminal type:
    Code:
    lspci
    Then
    Code:
    lsmod
    also
    Code:
    rfkill list
    post the outputs of those commands.
    how do i take a screenshot, since I am running a console. I have been unable to install the desktop environment due to lack of wi-fi.

  6. #6
    Join Date
    Jun 2010
    Beans
    111

    Re: Wi-Fi Not Working

    I did lspci and it yielded

    08:00.0 Network controller: Qualcomm Ahteros AR9285 wireless Network adaptor (pci Express)(rev01)

    lsmod yielded

    cfg80211 494330 4 ath, ath9k_common, ath9k, mac80211
    I could not execute rfkill list since it requires internet to install it.
    Last edited by mandarpowale; March 17th, 2015 at 11:17 AM.

  7. #7
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: Wi-Fi Not Working

    Take a look at the ASK ubuntu post - last answer see if that will fix the problem.
    http://askubuntu.com/questions/67437...atheros-ar9285

    also the following tweak may help:
    Code:
    echo "options ath9k nohwcrypt=1" | sudo tee  /etc/modprobe.d/ath9k.conf
    sudo modprobe -rfv ath9k
    sudo modprobe -v ath9k
    Last edited by kc1di; March 17th, 2015 at 12:29 PM.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •