Find the answer to your Linux question:
Results 1 to 8 of 8
Equipment: An Acer laptop, originally Vista, now running Debian Etch. It has 802.11G wireless that worked with Vista but does not work with Debian. It also has a wired Ethernet ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    21

    Enabling the Wireless on a Laptop

    Equipment: An Acer laptop, originally Vista, now running Debian Etch. It has 802.11G wireless that worked with Vista but does not work with Debian. It also has a wired Ethernet connection to the LAN and thus to the Internet, which I am using now (eth0). I want to enable the wireless link for use while traveling.

    "lspci" (as root) returns, among other things,
    "00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)"
    which I assume is the wired NIC presently assigned as eth0, and
    "04:05.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)"
    which I assume is the wireless NIC.

    But "iwconfig" returns only
    "lo no wireless extensions.

    "eth0 no wireless extensions.

    "sit0 no wireless extensions."

    Apparently my kernel recognizes the wireless NIC but won't use it.

    I hope there's a software switch somewhere with which I can enable wireless operations (the hardware switch is ON), but a couple days' reading of wireless HOW-TOs hasn't revealed it. I'd like to make eth1 mean the wireless NIC, perhaps using the "alias" command, but what device do I make eth1 reference? Ideally at boot the system would look for a wireless connection if the wired cable were disconnected.

    Would someone please point me in the right direction?

    --Robert Smith

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    You need to install a driver for the wireless NIC. For the Atheros chipset, most people use the MadWifi driver.

    Debian Instructions

  3. #3
    Just Joined!
    Join Date
    Dec 2007
    Posts
    21
    Thank you very much, HROAdmin26! Problem solved! It turned out that Atheros and Madwifi were the keywords for this. Who would've thought it: "mad wifey?" Sheesh!

    If anyone else runs across this problem, the total solution may be found at:
    UserDocs/Distro/Debian/MadWifi]UserDocs/Distro/Debian/MadWifi]UserDocs/Distro/Debian/MadWifi - madwifi.org - Trac

    I followed those instructions slavishly -- without the slightest idea of what I was doing -- and on the second reboot it worked perfectly. I don't understand that part either but have noticed that some Debian downloads only work after an immediate reboot AND sitting all night soaking in powerlessness.

    --Robert Smith
    Last edited by rlsj; 02-03-2008 at 03:04 PM. Reason: Something screwed up quoted URL

  4. #4
    Just Joined!
    Join Date
    Jan 2008
    Posts
    20
    Quick question: I have Intel PRO/Wireless 2100. Is this Atheros chipset?

  5. #5
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    should start your own thread instead of hijacking, but the answer is no

  6. #6
    Just Joined! emerica's Avatar
    Join Date
    Jan 2008
    Location
    Tampa, FL
    Posts
    15
    Quote Originally Posted by alethiophile View Post
    Quick question: I have Intel PRO/Wireless 2100. Is this Atheros chipset?
    Google the ipw2100 drivers. There should be an install guide somewhere on the net.

  7. #7
    Just Joined!
    Join Date
    Dec 2007
    Posts
    21
    Quote Originally Posted by alethiophile View Post
    Quick question: I have Intel PRO/Wireless 2100. Is this Atheros chipset?
    Somebody answers "no." Try running "lspci" as root and see if it reports anything supporting 802.11. That's how I found out I had the Atheros chipset.

    --RS

  8. #8
    Just Joined!
    Join Date
    Jan 2008
    Posts
    20
    Now starting new thread.

Posting Permissions

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