Find the answer to your Linux question:
Results 1 to 8 of 8
i'm trying to get my wifi card to work (atheros). i've added the info i needed to in /etc/network/interfaces. i tried to install madwifi-tools with apt-get but was unsuccesful because ...
  1. #1
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610

    Atheros Wifi... won't work..

    i'm trying to get my wifi card to work (atheros). i've added the info i needed to in /etc/network/interfaces. i tried to install madwifi-tools with apt-get but was unsuccesful because apt says it can't find the package.
    Last edited by flipjargendy; 09-25-2006 at 02:47 AM. Reason: figured out repos
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Linux Newbie
    Join Date
    Feb 2006
    Location
    Dover, DE
    Posts
    112
    The madwifi packages are only available in the testing and unstable repos. If you want apt to take care of your madwifi upgrades etc you'll have to upgrade to testing or stable or just wait 'till etch is released as stable. The other thing you could try is downloading the deb package from packages.debian.org and install it with dpkg, but you might have dependency problems, mainly with libc6.

  4. #4
    Linux Newbie
    Join Date
    Feb 2006
    Location
    Dover, DE
    Posts
    112
    Found this for you until etch is released as stable:
    add this to /etc/apt/sources.list
    deb http://debian.isg.ee.ethz.ch/public sarge
    OR
    Download the deb file manualy from http://debian.isg.ee.ethz.ch/public/pool-sarge/madwifi/
    This is an old version that will work with debian sarge.

  5. #5
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    You can use
    Code:
    apt-get --build source
    to rebuild the "madwifi" packages for Debian Sarge.

    Quote Originally Posted by Debian MadWifi Packages

    Installation of madwifi-tools with Debian Sarge or Ubuntu

    This is currently impossible, due to the unavailability of the debhelper package version required to build the package

    The madwifi-tools packages are built against the libc6 for Debian unstable, and do not install if you are running Sarge or Ubuntu. Simply rebuild the packages against Debian Sarge/Ubuntu libraries, which satisfy the dependencies. (requires fakeroot)

    Code:
    su
    apt-get build-dep madwifi-tools
    apt-get install fakeroot
    exit
    fakeroot apt-get --build source madwifi-tools
    The .debs created can be installed using dpkg -i. The madwifi-doc, madwifi-source and madwifi-tools binaries are created
    then follow the rest of the instructions at http://madwifi.org/wiki/UserDocs/Distro/Debian/MadWifi to install those newly created packages.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  6. #6
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610
    This is what happen after following the link to the madwifi howto. Any ideas?

    Code:
    Hit http://www.backports.org sarge-backports/non-free Release
    Reading Package Lists... Error!
    E: Dynamic MMap ran out of room
    E: Error occured while processing libstring-koremutake-perl (NewFileVer1)
    E: Problem with MergeList /var/lib/apt/lists/mirrors.kernel.org_debian_dists_stable_main_binary-i386_Packages
    E: The package lists or status file could not be parsed or opened.
    obnoxium:/home/jason# apt-get build-dep madwifi-tools
    Reading Package Lists... Error!
    E: Dynamic MMap ran out of room
    E: Error occured while processing libstring-koremutake-perl (NewFileVer1)
    E: Problem with MergeList /var/lib/apt/lists/mirrors.kernel.org_debian_dists_stable_main_binary-i386_Packages
    E: The package lists or status file could not be parsed or opened.
    obnoxium:/home/jason# apt-get -- build-source
    E: Invalid operation build-source
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

  7. #7
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Did you try the method I mentionned in my post ? You don't need to download anything from Debian-backports. Also, make sure you read the how-to carefully. Some of the commands you are using with apt-get simply don't exist.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  8. #8
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610
    Yeah, i tried what you said, when that didn't work i tried to just go by the howto but that didn't work either. It's like the repos aren't setup right. i don't know whats wrong with them though.
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

Posting Permissions

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