Results 1 to 4 of 4

Thread: AR242x Failing to work after installation of wicd

  1. #1
    Join Date
    Aug 2009
    Location
    Raleigh, NC, USA
    Beans
    14
    Distro
    Ubuntu Development Release

    AR242x Failing to work after installation of wicd

    Currently running Ubuntu (Jaunty) on an HP G60-455DX. Been using Ubuntu for three weeks or so without flaw. I recently installed wicd to replace network-manager-gnome, which resulted in my computer losing any information about wlan0, ath0, wmaster0, etc. I reinstalled network-manager-gnome and removed wicd, but I still have no wireless internet. lspci shows
    Code:
     07:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
    . iwconfig -
    Code:
     lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    pan0      no wireless extensions.
    Since the loss of Wireless internet I have installed linux-backports-modules-jaunuty and have attempted to use madwifi and ndiswrapper; but to no avail. I used to run ArchLinux, so I checked /etc/modules.d/blacklist but found that the file didn't exist. To my surprize /etc/modules/blacklist didn't exist either. Anyway... kinda lost here so any advice would be greatly appreciated.

    EDIT: Forgot to mention that I am dual-booting with Vista, which came with the laptop and I have no CD for. Also I attempted to wipe the Ubuntu partition (In order to preform a clan install), but found that DBAN did not recognize that my main hard drive had been partitioned.
    Last edited by Iacoi; August 11th, 2009 at 10:18 PM.

  2. #2
    Join Date
    Aug 2009
    Location
    Raleigh, NC, USA
    Beans
    14
    Distro
    Ubuntu Development Release

    Re: AR242x Failing to work after installation of wicd

    Umm... any ideas?

  3. #3
    Join Date
    Aug 2009
    Location
    Raleigh, NC, USA
    Beans
    14
    Distro
    Ubuntu Development Release

    Re: AR242x Failing to work after installation of wicd

    Okay I fixed it... here's how to do it.
    Code:
    cd /lib/modules/$(uname -r)
    Once there delete all modules used by madwifi...
    Then download the most recent file contained inside madwifi-hal-0.10.5.6/ from http://snapshots.madwifi-project.org/
    Put that file onto your desktop and run the following code.
    Code:
    tar -xvf madwifi-hal-0.10.5.6-r########.tar.gz
    cd madwifi-hal-0.10.5.6-r########/
    Then simply make the file...
    Code:
    make clean
    sudo make 
    sudo make install
    Then add your module to /etc/modules
    Code:
    sudo gedit /etc/modules
    For my wireless card I added "ath_pci" (without quotes)
    After all that a simple reboot finishes the job and my wifi card (finally) started working!

    P.S. Never install wicd on Ubuntu 9.04 (jaunty) it removes all modules and leaves you without wireless internet!

  4. #4
    Join Date
    Oct 2009
    Beans
    2

    Re: AR242x Failing to work after installation of wicd

    Iacoi you sad "Once there delete all modules used by madwifi..." but how can i know wich is one is madwifi mod?

Tags for this Thread

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
  •