LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-27-2006, 10:11 PM   #1
dehavik
Member
 
Registered: Apr 2006
Distribution: Fedora Core 5
Posts: 31

Rep: Reputation: 15
Problems installing madwifi on FC5 updated kernel


hi all. i'm new to linux and enduring what seems to be the right of passage......installing a wireless card on my laptop. i am running FC5 with the updated kernel 2.6.16-1.2096_FC5
i have an NEC Aterm WL54AG pcmcia (cardbus) adapter. it is listed as having the Atheros AR5212 chipset which is listed as compatible with madwifi drivers. i have been here: atrpms net/dist/fc5/madwifi/
(sorry, i am not permitted to post urls until i've posted at least three times)
to find the madwifi packages i need for installation but there is nothing listed for the kernel i am using. again, that is 2.6.16-1.2096_FC5
where do i get the files i need and what is the best way to install them? i am assuming yum.

i have also been here: forum fedora forum org/forum/showthread php?t=43718

to check out that explanation. i run into problems with yum install wifi after adding the info into: gedit /etc/yum.repos.d/atrpms.repo
here is what i get:
[root@localhost dehavik]# yum install madwifi
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/4]
core 100% |=========================| 1.1 kB 00:00
updates [2/4]
updates 100% |=========================| 951 B 00:00
atrpms-stable [3/4]
[apt.atrpms.net/fedora/5/en/i386/at-stable/repodata/repomd.xml:[/url] [Errno 14] HTTP Error 404: Date: Fri, 28 Apr 2006 02:46:03 GMT
Server: Apache/2.0.54 (Fedora)
Content-Length: 324
Connection: close
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
Cannot open/read repomd.xml file for repository: atrpms-stable
failure: repodata/repomd.xml from atrpms-stable: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from atrpms-stable: [Errno 256] No more mirrors to try.

there was a url in that execution, i took out part of it because i am not permitted to post them yet.

if anyone can elaborate or help in any way it would be greatly appreciated. please keep in mind that i am a complete newbie, so if posting command lines please elaborate so that i can execute them properly. thanks again in advance.
 
Old 04-28-2006, 02:13 AM   #2
basileus
Member
 
Registered: Nov 2004
Location: Turku, Finland
Distribution: Debian, Ubuntu, Gentoo
Posts: 388

Rep: Reputation: 30
If you can't find a module package for your kernel you will have to compile the modules from source. You can get it with

wget http://snapshots.madwifi.org/madwifi-ng-current.tar.gz

Then issue a

tar -zxf madwifi-ng-current.tar.gz

Then go to the created dir (mine was as follows, your may differ)

cd madwifi-ng-r1531-20060427/

Do a "ls" to see what you can find:

ath contrib include Makefile.inc regression THANKS
ath_hal COPYRIGHT INSTALL net80211 release.h tools
ath_rate docs kernelversion.c patches scripts
BuildCaps.inc hal Makefile README SNAPSHOT

Then read the INSTALL file, for example with "less":

less INSTALL

You can leave "less" by pressing "q".

Just follow the instructions... you can probably install all the dependencies with "yum".
 
Old 04-28-2006, 03:05 AM   #3
Titanas25
Member
 
Registered: Mar 2006
Location: Greece
Distribution: FC5
Posts: 32

Rep: Reputation: 15
give us an: uname -a

the FC5 madwifi drivers are at:

www.crhc.uiuc.edu/~cchered2/madwifi-cw.tgz in rpm format
 
Old 04-28-2006, 03:08 AM   #4
dehavik
Member
 
Registered: Apr 2006
Distribution: Fedora Core 5
Posts: 31

Original Poster
Rep: Reputation: 15
thanks basileus. i am struggling through the install doc right now. do you have any insight as to where i might find the kernel sources in order to execute
make KERNELPATH=[kernel source dir]
somewhere along this epic journey i lost use of my yum update feature as well. i think this may have happened when following the directions on the post i refer to above where i edited or created some file.
thanks again for your wisdom.
 
Old 04-28-2006, 03:12 AM   #5
dehavik
Member
 
Registered: Apr 2006
Distribution: Fedora Core 5
Posts: 31

Original Poster
Rep: Reputation: 15
Titanas25....... here's the result of uname -a......
[root@localhost dehavik]# uname -a
Linux localhost.localdomain 2.6.16-1.2096_FC5 #1 Wed Apr 19 05:14:36 EDT 2006 i686 i686 i386 GNU/Linux

thanks for jumping in...i can use all the help i can get
 
Old 04-28-2006, 03:26 AM   #6
dehavik
Member
 
Registered: Apr 2006
Distribution: Fedora Core 5
Posts: 31

Original Poster
Rep: Reputation: 15
okay,
i fixed the yum issue i was having.
Titanas25....i tried installing the rpm you pointed me to but it says:
Error: Missing Dependency: madwifi-kmdl-0.9.6.0-20.rhfc5.at.i386.rpm
where can i find this dependency?
and this will work with the kernel i am using? 2.6.16-1.2096_FC5
thanks so much.

Last edited by dehavik; 04-28-2006 at 03:59 AM.
 
Old 05-09-2006, 04:14 AM   #7
Yoshiboy
LQ Newbie
 
Registered: May 2006
Posts: 1

Rep: Reputation: 0
i am having similar problems in compiling madwifi for FC5. I tried compiling from the source files but KERNEL PATH is missing.

Any help please?
 
Old 05-09-2006, 06:48 AM   #8
short101
Member
 
Registered: May 2004
Location: Aust.
Distribution: Debian
Posts: 424

Rep: Reputation: 30
Guys, you need either configured kernel sources or kernel headers for your kernel. You are probably best off asking in the forum for your distro about that sort of thing. You may find someone can point you to a repo with everything you need. If you are going to compile from source, i suggest you read the newbie doc on madwifi.org
 
  


Reply

Tags
aterm, fc5, hardware, nec, wireless



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 FC5, where the heck am i going wrong ???? WhiskeyTangoFoxtrot Fedora 29 07-19-2006 02:16 PM
nvidia driver problems in fc5 and 2.6.16.7 kernel. sharma_deepak83 Linux - Laptop and Netbook 2 07-19-2006 03:38 AM
madwifi on FC5 i386 ssulliva Fedora 2 03-24-2006 04:45 PM
Kernel source and installing madwifi, also startup screen prob hedrat Linux - Newbie 1 06-29-2005 04:01 PM
kernel-update, a success... BUT... couldn't boot from the updated-kernel Pisces107 Red Hat 7 12-17-2003 02:27 PM

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

All times are GMT -5. The time now is 10:37 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