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 ...
- 09-25-2006 #1
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
- 09-25-2006 #2
Perhaps this could help you :
http://madwifi.org/wiki/UserDocs/Distro/Debian/MadWifi"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
- 09-25-2006 #3Linux 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.
- 09-25-2006 #4Linux 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.
- 09-25-2006 #5
You can use
to rebuild the "madwifi" packages for Debian Sarge.Code:apt-get --build source
then follow the rest of the instructions at http://madwifi.org/wiki/UserDocs/Distro/Debian/MadWifi to install those newly created packages.
Originally Posted by Debian MadWifi 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
- 10-02-2006 #6
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
- 10-02-2006 #7
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
- 10-02-2006 #8
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.


Reply With Quote
