Find the answer to your Linux question:
Results 1 to 9 of 9
Hiya! I recently installed Debian etch AMD64-version on my computer. The installation went good, I guess. But there is a slight problem, the network thingy don't detect my wireless Netgear ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    9

    Debian don't find my WPN311

    Hiya!
    I recently installed Debian etch AMD64-version on my computer.
    The installation went good, I guess.
    But there is a slight problem, the network thingy don't detect my wireless Netgear WPN311 PCI card :/
    I know the card is working, because I'm using it now, in Windows to type this, and it worked with Ubuntu AMD64-version a while ago, without having to install any extra drivers.

    So I ask you guys, why don't Debian detect it?
    And how do I get it to detect it/work?

    thanks!

  2. #2
    Just Joined! soccercisco's Avatar
    Join Date
    Dec 2006
    Location
    So. Cal
    Posts
    98
    ndiswrapper uses you windows drivers for setting up the card under linux.

    First, apt-get install ndiswrapper-utils

    (The above should install 3 packages)


    Then try to follow the instructions beginning at the installation section in this link:
    http://ndiswrapper.sourceforge.net/m...p/Installation

  3. #3
    Just Joined!
    Join Date
    Jan 2007
    Posts
    9
    Thank you very much, I'll try it

  4. #4
    Just Joined! soccercisco's Avatar
    Join Date
    Dec 2006
    Location
    So. Cal
    Posts
    98
    Please let us know how it goes. And if it works you should update the wiki (or send the folks from ndiswrapper an email) saying that your card model worked (if you browse the wiki you'll see a list of cards, sadly, I couldn't find yours on the list, which means that hopefully you'll be the first one to get it working!!! )

    Regards,

  5. #5
    Just Joined!
    Join Date
    Jan 2007
    Posts
    2

    Debian Etch and WPN311 WIFI PCI CARD

    Hi,

    Excusez my english I am Francais.

    Well,
    I spend a long time to make my WPN311 work on an AMD64 Debian Etch configuration.
    My WPN311 use an ATHEROS chipset so I used the madwifi-ng drivers that you can find at http://snapshots.madwifi.org/madwifi-ng/.

    After the classical ./configure make and make install, I used the description of this driver at http://madwifi.org/wiki/ngFeatures.

    Now it works fine at a distance of 30 meters of my access point and with the rate 54Mbps

    Hope it will work for you

    Bye

    montikiki

  6. #6
    Just Joined!
    Join Date
    Jan 2007
    Posts
    9
    Well, I didn't got it to work, because I can't make anything without the kernel source.
    apt-get install linux-headers-$(uname -r) just don't work, coz it doesn't find the package :/
    E: Kunde inte hitta paketet linux-headers-2.6.17-2-amd64
    translated: Couldn't find the package linux-headers-2.6.17-2-amd64
    What to do?

  7. #7
    Just Joined!
    Join Date
    Jan 2007
    Posts
    2
    Hi

    You have to first upgrade your kernel to 2.6.18.

    Have you try apt-get update and apt-get upgrade, another way is to use synaptic.

    After upgrading your kernel will be changed and you will have a new line in Grub with 2.6.18

    after that you wikk easely find linux-headers-2.6.18-x-amd64 with apt-get or synaptic.

    Bye

  8. #8
    Just Joined!
    Join Date
    Jan 2007
    Posts
    9
    soccercisco: I'll try to get it working the montikiki-way first, then I'll try the wrapper
    And, when I try to do it, when I do: "wlanconfig ath0 create wlandev wifi0 wlanmode sta"
    It says "lanconfig: ioctl: Input/output error".
    Did I do something wrong?

  9. #9
    Just Joined!
    Join Date
    Jan 2007
    Posts
    9
    Yay, I got it to work with the madwifi-drivers, thanks for your help!

Posting Permissions

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