LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-30-2007, 08:55 PM   #1
volekvolek
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Rep: Reputation: 0
Madwifi-0.9.2 / Fedora 6 install problem


HI :

I am trying to build the latest Madwifi-0.9.2 against Fedora 6.
Compile goes ahead with no problem. at make install , I get the follwoing :

[root@localhost 2.6.19-1.2895.fc6-i686]# /sbin/modprobe ath_pci
WARNING: Error inserting ath_hal (/lib/modules/2.6.19-1.2895.fc6/net/ath_hal.ko): Invalid module format
WARNING: Error inserting wlan (/lib/modules/2.6.19-1.2895.fc6/net/wlan.ko): Invalid module format
FATAL: Error inserting ath_pci (/lib/modules/2.6.19-1.2895.fc6/net/ath_pci.ko): Invalid module format
[root@localhost 2.6.19-1.2895.fc6-i686]#

uname -a
Linux localhost.localdomain 2.6.19-1.2895.fc6 #1 SMP Wed Jan 10 18:32:37 EST 2007 i686 i686 i386 GNU/Linux

rpm -q --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' kernel
kernel-2.6.18-1.2798.fc6.i586
kernel-2.6.19-1.2895.fc6.i586
[root@localhost:

gcc -v = gcc version 4.1.1 20070105 (Red Hat 4.1.1-51)

It was suggested on other threads that this might be due to the wrong kernel binaries "i586", or compiling with different gcc version vs what kernel was compiled with .

Any thoughts ?
 
Old 01-31-2007, 05:00 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603
Any thoughts ?
If yours is a stock kernel-2.6.19-1.2895.fc6.i586, then you can install Madwifi w/o compiling or dkms by downloading the madwifi-hal-kmdl and madwifi-kmdl RPM's for your kernel from Atrpm.
 
Old 01-31-2007, 01:04 PM   #3
volekvolek
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Original Poster
Rep: Reputation: 0
Madifi-0.9.2 Fedora 6 install/load problem

Thanks unSpawn. I have to say the file names on Atrmp are something to be desired for by the folks who have never visited that site. A notation on top of the page would help as in what file is for what. There are so many version etc. Yes some do make sense and I can tell what kernel and what platform they belong to.

Do I need to install both of the rpm's you mentioned?

I would have liked to compile/install things myself, I might just wait for the next kernel release and give it another try.

Regards
 
Old 01-31-2007, 03:06 PM   #4
volekvolek
LQ Newbie
 
Registered: Feb 2005
Posts: 15

Original Poster
Rep: Reputation: 0
uname -a
Linux localhost.localdomain 2.6.19-1.2895.fc6 #1 SMP Wed Jan 10 18:32:37 EST 2007 i686 i686 i386 GNU/Linux


I downloaded ,

madwifi-devel-0.9.3-31_r1865.fc6.at.i386.rpm (Installed)
madwifi-hal-kmdl-2.6.19-1.2895.fc6-0.9.3-31_r1865.fc6.at.i686.rpm
madwifi-kmdl-2.6.19-1.2895.fc6-0.9.3-31_r1865.fc6.at.i686.rpm


However I get a dependency errors on the above files.

rpm -ivh madwifi-kmdl-2.6.19-1.2895.fc6-0.9.3-31_r1865.fc6.at.i686.rpm
error: Failed dependencies:
madwifi-hal-kmdl-2.6.19-1.2895.fc6 = 1:0.9.3-31_r1865.fc6.at is needed by madwifi-kmdl-2.6.19-1.2895.fc6-0.9.3-31_r1865.fc6.at.i686
[root@localhost downloads]#

rpm -i madwifi-hal-kmdl-2.6.19-1.2895.fc6-0.9.3-31_r1865.fc6.at.i686.rpm
error: Failed dependencies:
madwifi-kmdl-2.6.19-1.2895.fc6 = 1:0.9.3-31_r1865.fc6.at is needed by madwifi-hal-kmdl-2.6.19-1.2895.fc6-0.9.3-31_r1865.fc6.at.i686


same results if I change the order .

Any thoughts ?
 
Old 01-31-2007, 04:45 PM   #5
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603Reputation: 3603
I have to say the file names on Atrmp are something to be desired for
That's a bloody understatement...


Do I need to install both of the rpm's you mentioned?
Yes. Try "rpm --test -i madwifi-kmdl-2.6.19-1.2895.fc6-0.9.3-31_r1865.fc6.at.i686.rpm madwifi-hal-kmdl-2.6.19-1.2895.fc6-0.9.3-31_r1865.fc6.at.i686.rpm", then if there's no probs remove the "--test" flag.


I would have liked to compile/install things myself
I always do too, favouring configurability and stability over generic stuff, but I got FC6 installed to play with and I must say this works well, no WPA probs or whatever. Only thing was Atheros isn't mentioned in the system-config-network tools if you configure a new wireless connection like you would expect (..) so just populate a /etc/sysconfig/network-scripts/ifcfg-ath0 with the right parameters from ifup-wireless.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
suse 10.1 madwifi install problem everyonebleeds Linux - Wireless Networking 4 08-24-2006 03:32 PM
MadWifi Problem with Fedora Core 4 spacecowboy19 Linux - Wireless Networking 2 02-11-2006 11:13 PM
atheros madwifi install problem k4ution Linux - Wireless Networking 3 11-05-2005 05:54 PM
madwifi problem with Netgear WG511T/fedora 3 volekvolek Linux - Wireless Networking 4 05-14-2005 10:02 PM
Madwifi linux 2.6.7 fedora core 2 install bohlke Linux - Hardware 1 09-14-2004 05:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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