Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: How to set up Wireless connection

  1. #1
    Join Date
    Nov 2008
    Beans
    9

    How to set up Wireless connection

    Hi,

    Just installed 8.10 on Acer Aspire One.
    But I don't know how to get Wireless connection to work.
    I did try
    Code:
    sudo aptitude install linux-backports-modules-intrepid
    And also
    Code:
    sudo aptitude install linux-backports-modules-intrepid-generic
    I did completely shut down and booted again.
    But I don't see no wireless networks showing up in Network Connections.
    So did add a connection manually, but how to connect to it? And where can I find what networks ar nearby?

    - yeah, I'm a first-time Linux user -
    Last edited by Wiesje; November 2nd, 2008 at 11:54 AM.

  2. #2
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: How to set up Wireless connection

    Check you have the atheros card that Acers use.
    Code:
    lspci -v
    It should return

    Code:
    Ethernet controller : Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter
    somewhere near the end.

    If it does copy and paste the following commands into your terminal with a wired connection.

    Download the latest madwifi snapshot.

    Code:
    wget http://snapshots.madwifi.org/madwifi-hal-0.10.5.6-current.tar.gz
    Unzip it
    Code:
    tar -xvf madwifi-hal-0.10.5.6-current.tar.gz

    navigate to the extracted file

    Code:
    cd madwifi-hal-0.10.5.6-r3861-20080903
    If you`ve not got the tools necessary for compiling get them

    Code:
    sudo apt-get install build-essential linux-headers-$(uname -r)
    Then compile it
    Code:
    sudo make
    Code:
    sudo make install
    load the module

    Code:
    sudo modprobe ath_pci
    make it load every time you boot

    Code:
    gksudo gedit /etc/modules
    then copy and paste this to the bottom of that file
    Code:
    ath_pci
    save
    exit
    reboot

  3. #3
    Join Date
    Nov 2008
    Beans
    9

    Re: How to set up Wireless connection

    Quote Originally Posted by nothingspecial View Post
    Check you have the atheros card that Acers use.
    Code:
    lspci -v
    It should return

    Code:
    Ethernet controller : Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter
    somewhere near the end.

    If it does copy and paste the following commands into your terminal with a wired connection.

    Download the latest madwifi snapshot.

    Code:
    wget http://snapshots.madwifi.org/madwifi-hal-0.10.5.6-current.tar.gz
    First step: allright, it returned this ethernet controller.
    But when trying to download madwifi snapshot it returns:
    Resolving snapshots.madwifi.org... failed: Name or service not known.
    wget: unable to resolve host address `snapshots.madwifi.org'

  4. #4
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: How to set up Wireless connection

    madwifi.org appears to be down at the moment. Try later.

  5. #5
    Join Date
    Nov 2008
    Beans
    10

    Re: How to set up Wireless connection

    madwifi.org is unreachable. is there another wau to get madwifi-hal-0.10.5.6 ? Is someone can share or indicate a mirror to get it?

    Thank's

  6. #6
    Join Date
    Nov 2008
    Beans
    10

    Re: How to set up Wireless connection

    madwifi.org is unreachable. is there another wau to get madwifi-hal-0.10.5.6 ? Is someone can share or indicate a mirror to get it?

    Thank's

  7. #7
    Join Date
    Nov 2008
    Beans
    9

    Re: How to set up Wireless connection

    Quote Originally Posted by pasencorelui View Post
    madwifi.org is unreachable. is there another wau to get madwifi-hal-0.10.5.6 ? Is someone can share or indicate a mirror to get it?

    Thank's
    Yeah, would be much appreciated. It's still offline

  8. #8
    Join Date
    Feb 2008
    Beans
    2

    Re: How to set up Wireless connection

    I found this link to download, but haven't tried it yet. http://www.4shared.com/file/58847723...080801tar.html
    Good luck

  9. #9
    Join Date
    Feb 2008
    Beans
    2

    Re: How to set up Wireless connection

    I confirm that this download works
    http://www.4shared.com/file/58847723...080801tar.html
    following this instructions
    http://www.mclarenx.com/2008/06/17/a...ntu-linux-804/
    Tried it with ubuntu 8.10

  10. #10
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: How to set up Wireless connection

    Madwifi is back up. Try again

Page 1 of 3 123 LastLast

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
  •