LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 07-17-2009, 05:13 AM   #1
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Rep: Reputation: 27
Question Madwifi problems with Slackware


Hello guys and girls,

I am trying out Slackare 12.2 and I am liking it,

I step with a problem, I am trying installing my wireless Atheros AR5005GS, so I download the madwifi driver, when I make the command make on madwifi appears the following error:

bash-3.1# make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.27.7-smp/build SUBDIRS=/root/Desktop/madwifi-0.9.4 modules
make[1]: Entering directory `/usr/src/linux-2.6.27.7'
CC [M] /root/Desktop/madwifi-0.9.4/net80211/ieee80211_power.o
/root/Desktop/madwifi-0.9.4/net80211/ieee80211_power.c: In function 'ieee80211_pwrsave':
/root/Desktop/madwifi-0.9.4/net80211/ieee80211_power.c:240: error: implicit declaration of function '__skb_append'
make[3]: *** [/root/Desktop/madwifi-0.9.4/net80211/ieee80211_power.o] Error 1
make[2]: *** [/root/Desktop/madwifi-0.9.4/net80211] Error 2
make[1]: *** [_module_/root/Desktop/madwifi-0.9.4] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.27.7'
make: *** [modules] Error 2
bash-3.1#




and here is the error from the make install

bash-3.1# make install
sh scripts/find-madwifi-modules.sh 2.6.27.7-smp
for i in ath/ ath_hal/ ath_rate/ net80211/; do \
make -C $i install || exit 1; \
done
make[1]: Entering directory `/root/Desktop/madwifi-0.9.4/ath'
test -d //lib/modules/2.6.27.7-smp/net || mkdir -p //lib/modules/2.6.27.7-smp/net
install ath_pci.ko //lib/modules/2.6.27.7-smp/net
install: cannot stat `ath_pci.ko': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/root/Desktop/madwifi-0.9.4/ath'
make: *** [install-modules] Error 1
bash-3.1#


when I put ifconfig -a it shows me the following network adapters: lo, wmaster0, wlan0 and eth0.


So, I would like to ask if anyone has an idea how to fix this, because I dont have an idea on how to fix it. Do I have to install something before these drivers?

Regards + Thanks
 
Old 07-17-2009, 02:00 PM   #2
rjwilmsi
Member
 
Registered: Mar 2005
Location: UK
Distribution: opensuse 12.2 x86_64
Posts: 563

Rep: Reputation: 38
To successfully install madwifi on opensuse it is necessary to install the kernel source package. Have you checked whether you have that one installed?
 
Old 07-17-2009, 04:44 PM   #3
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Original Poster
Rep: Reputation: 27
Quote:
Originally Posted by rjwilmsi View Post
To successfully install madwifi on opensuse it is necessary to install the kernel source package. Have you checked whether you have that one installed?


Where I can download that package?? What else do I need to install??


Regards + cheers
 
Old 07-18-2009, 05:03 PM   #4
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Original Poster
Rep: Reputation: 27
I tried to install that package with slapt-get and it says it doesnt find it...

can someone tell me the best sources for slapt-get to find any package.

Regards + Thanks
 
Old 07-19-2009, 09:10 AM   #5
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Original Poster
Rep: Reputation: 27
Thanks guys just solved.... I install wiCD with slapt-get and works fine


cheers!
 
Old 07-20-2009, 09:55 AM   #6
MadHatter21
LQ Newbie
 
Registered: Jul 2009
Posts: 27

Rep: Reputation: 16
codeman1234

How did you get it to work, i have been working on the same problem for 2 weeks now. [/url]

Last edited by jschiwal; 07-21-2009 at 01:10 AM.
 
Old 07-20-2009, 01:49 PM   #7
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Original Poster
Rep: Reputation: 27
Quote:
Originally Posted by MadHatter21 View Post
codeman1234

How did you get it to work, i have been working on the same problem for 2 weeks now. Would you post a tutorial, or go to my thread and see what you can do?


http://www.linuxquestions.org/questi...orking-741410/
Hey MadHatter21,

I read your thread and a moderator closed that is why I am answering from here.... The thing is that when I did iwconfig I got wlan0... from what I saw you only got the following:

bt~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.

First thing I would do is try to install madwifi driver from apt-get or synaptic... because those package managers they installed with no problems and install all the dependencies the software needs.

After I would need to do is for the system to know that device exits.. so, the first thing you need to do is to update to latest kernel, then install like ndiswrapper or this wifi drivers... from sudo I can understand that you are using Ubuntu... so install synaptic to find al these wifi stuff.... if nothing of that works... then I would try to use a LiveCD like Knoopix and see if Knoopix gets the wifi card and if does try to find what madwifi driver is using or how it does get it...


Try all that and let me know if it doesnt work that we will find a way..



Regards!!!!
 
Old 07-21-2009, 01:30 AM   #8
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
MadHatter, I removed your link to a closed post.

Linux - Networking - Wireless Networking, or the Ubuntu forum would probably be a better place to deal with your wireless issues. As Unspawn suggested. Start a fresh post there.

Thanks.
 
Old 07-21-2009, 01:39 PM   #9
codeman1234
Member
 
Registered: Jul 2009
Posts: 206

Original Poster
Rep: Reputation: 27
Quote:
Originally Posted by jschiwal View Post
MadHatter, I removed your link to a closed post.

Linux - Networking - Wireless Networking, or the Ubuntu forum would probably be a better place to deal with your wireless issues. As Unspawn suggested. Start a fresh post there.

Thanks.
Cheers jschiwal!!!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Madwifi on slackware, no ip rmdeboer82 Linux - Laptop and Netbook 7 03-09-2007 06:19 AM
Madwifi ap slackware. Nille_kungen Linux - Wireless Networking 2 02-07-2007 11:29 AM
Madwifi for Slackware 9.1: Can it be installed? I really cannot tell. Old_Fogie Slackware 10 05-20-2006 03:37 AM
Madwifi not working on Slackware 10.2 EsotericMatt Linux - Wireless Networking 4 05-18-2006 04:32 PM
slackware 10 (2.6.10) + madwifi AP81 Slackware 12 05-18-2006 04:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration