Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
04-20-2006, 07:12 PM
|
#1
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Rep:
|
Need install help for wg511t in FC5
Hi there.
Recently I installed Fedora Core 5 on my laptop, and I am now wanting to make my Netgear WG511T work with it. I know this can be done as I have seen many posts on other sites from people saying they'd done it. Bad thing is, no one bothered to tell anyone how they did it. These people said to use the madwifi driver, but this is kinda greek to me.
As I am a newbie to FC5, and Linux in general, I'm looking for someone to help me with a step by step to installing this card.
I currently use FC5, and have both Gnome and KDE installed. If someone could please help me know what to do, that would be super, and I would even share my pudding cup with you at lunch.
Thanks,
Rob
|
|
|
04-22-2006, 05:39 PM
|
#2
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
* Download the madwifi source from http://madwifi.org/
* IMPORTANT: You must have the source of the current kernel installed to compile madwifi.
* Now if you are using the default kernel or one from a Repo site. Make sure you have the kernel-devel-****.rpm rpm file that matches the current running kernel.
Example kernel-2.6.15.984.rpm requires kernel-devel-2.6.15.984.rpm
* If compiled your own then you would have the source ready to go.
* Once you have the bove then extract the madwifi source file to say a temp location.
* Open a terminal session and goto the extracted source location.
* Run the command ' make '
* Run the command ' su ' and enter root's password.
* Run the command ' make install '
Now if no errors come up then it should be installed. Configure ath0 and start the nic.
Note: if you upgrade the kernel you need the kernel-devel for it and then recompile the madwifi driver for that kernel.
Also read the Install and readme files from the source. Good reading and solves many issues. Also check out the Wiki for madwifi if you have other issues.
Brian1
|
|
|
04-22-2006, 06:10 PM
|
#3
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
This just posted over at fedora-forums from Jebba33. http://forums.fedoraforum.org/showth...700#post511700
Brian1
Last edited by Brian1; 04-22-2006 at 06:11 PM.
|
|
|
04-23-2006, 10:26 AM
|
#4
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Original Poster
Rep:
|
Thanks Brian1. I'm kind of cutting my teeth here with Linux, and it's great to have people willing to help. I haven't gotten the card running yet, but it seems to be doing alright so far, knock on wood.
|
|
|
04-23-2006, 11:56 AM
|
#5
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Original Poster
Rep:
|
Ok, so I tried to get the kernel-devel for my kernel, and I can't find it. I know my kernel is 2.6.16-1.2096_FC5, but I can't find anything above .2080.
I tried using yum to get the thing, and the only thing that comes up is the .2080, and I tried using the distro disc but only found the 2.6.15.
I'll keep looking, but can someone please help incase I turn up more nothing?
Last edited by rob47933; 04-23-2006 at 12:00 PM.
|
|
|
04-23-2006, 12:36 PM
|
#6
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Original Poster
Rep:
|
Ok, I *think* I found the right kernel devel, but upon running the make command, I get this error:
/bin/sh: line 0: cd: /lib/modules/2.6.16-1.2096_FC5/build: No such file or directory
/bin/sh: line 0: cd: /lib/modules/2.6.16-1.2096_FC5/build is missing, please set KERNELPATH. Stop.
Any ideas?
|
|
|
04-23-2006, 12:57 PM
|
#7
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Original Poster
Rep:
|
This just gets better and better. I found my last problem, the kernel devel was wrong. It was for a i586 rather than a i686. I have since rectified this problem, but now a new error occurs.
Checking requirements... ok.
Checking kernel configuration... FAILED
Only kernel versions 2.4.x and above are supported.
You have .
make: *** [configcheck] Error 1
I think my best bet at this point would be to try to take my kernel down to version 2.6.16-1.2080, but any other ideas are welcome.
If someone would be so kind as to help me know how to change to that kernel version, that would be super good. Yum gives me the option of getting the devel for 2080 rather than hunting down 3rd party rpms.
|
|
|
04-24-2006, 11:38 AM
|
#8
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Original Poster
Rep:
|
Yeah, so I'm editing this to let everyone know that even though I have the proper kernel devel for the 2096 that it's still not working. I'm going to check to be sure that I have the correct madwifi file now.
Last edited by rob47933; 04-24-2006 at 01:19 PM.
|
|
|
04-24-2006, 05:31 PM
|
#9
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
I am at a lost as to why it does not work. My only last thought is build your own kernel from source. Check this link out to do that. http://www.linuxquestions.org/questi...36#post1401136
Brian1
|
|
|
04-24-2006, 07:57 PM
|
#10
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Original Poster
Rep:
|
The End of the Road
Well, here I sit, a broken man....
Acutally, I'm pretty chilled. I decided to just go ahead and reformat the whole thing and clean slate it. I've just been experimenting with Fedora anyway, nothing major will be lost.
Turns out that the kernel had been updated without my knowlege while I was at work, which is why I didn't have the standard kernel. Now, once things are up and running again, I'll be back on the 2.6.15-whatever, which has a ton more support from what I've seen thus far.
Thanks Brian1 for all your great advice, and I hope to be able to come back later and tell you that everything went just peachy.
|
|
|
04-25-2006, 06:57 PM
|
#11
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Original Poster
Rep:
|
Can't kick the habbit
Ok,
I can't seem to leave this alone, the only thing I can think of is that perhaps I'm not doing something right. Not typing something correctly, something like that. I've tried 3 different kernel versions, all of which give me the same error.
Here's my process, start to finish. See if you can find something I'm messing up.
1.) Using Subversion, I download the madwifi-ng file.
2.) Using the package manager, I install the kernel-devel that matches my current kernel version.
3.) Using the terminal window I type this:
Quote:
[root@localhost ~]# cd /root/madwifi-ng
[root@localhost madwifi-ng]# make
/bin/sh: cc: command not found
Checking requirements... ok.
Checking kernel configuration... FAILED
Only kernel versions 2.4.x and above are supported.
You have .
make: *** [configcheck] Error 1
[root@localhost madwifi-ng]# KAHN!!!
|
4.) Shrugging off the last of my shame and disappointment, I come crying back here for help
Does anyone see anything wrong with this? I hope someone can see something stupid that I've boned up and help me fix it.
Last edited by rob47933; 04-25-2006 at 07:03 PM.
Reason: Spelling
|
|
|
04-25-2006, 08:36 PM
|
#12
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
Do you have the make rpm installed? ' rpm -qa | grep make '
Brian1
|
|
|
04-25-2006, 08:45 PM
|
#13
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Original Poster
Rep:
|
I'm not sure if I have it or not. How would I go about checking?
|
|
|
04-25-2006, 09:04 PM
|
#14
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
Run the command ' rpm -qa | grep make ' and post the output.
Brian1
|
|
|
04-25-2006, 09:17 PM
|
#15
|
LQ Newbie
Registered: Apr 2006
Location: Indiana, down in the Haute
Distribution: Fedora Core 5
Posts: 19
Original Poster
Rep:
|
[root@localhost ~]# rpm -qa | grep make
make-3.80-10.2
[root@localhost ~]#
|
|
|
All times are GMT -5. The time now is 03:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|