Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
I'm absolutely certain this question has been answered before, so I apologize upfront for the re-post. It's been well over an hour of looking and I'm just fed-up with it.
Thanks for your time.
Problem: I have no wlan0 card module registered with iwconfig.
Brief History:
I have a fairly-new low-end Toshiba Satellite notebook. K Info Center reveals the following two ethernet controllers:
I'm guessing that the wireless one is the Atheros, due to the information I've gathered on their website and Realtek's (The Realtek documentation for this model # lists eth0 rather than wlan0 as the module name, leading me to this conclusion)
Failed (or incomplete) solutions:
I've downloaded madwifi but (being a nub) I don't know how to actually launch it after extracting it. I tried sh on everything I could get my paws on and I tried make, which doesn't exist in kubuntu as far as I can tell, and won't install via Adept because it'll break another package... or something.
After download I used KDE's extract feature to extract to a new folder with the pre-existing name. Whenever I try to do a ./configure (from within the makefile's directory) I get the following:
Code:
#./configure
bash: ./configure: No such file or directory
And if I try to make (again, within the makefile's directory) I get the following:
Code:
#make
/bin/sh: line 0: cd: /lib/modules/2.6.15-26-386/build: No such file or directory
Makefile.inc:89: *** /lib/modules/2.6.15-26-386/build is missing,
please set KERNELPATH. Stop.
If I could provide more information that would be useful, just ask.
I installed something (through Adept) called build-essential (iirc) - is that the kernel source you're speaking of? If it is, I'll go mess with KERNELPATH.
Or do I need a different package? If so, which one should I be looking for? (I recall many different source packages in the browser, it was kind of confusing).
http://ubuntu-releases.cs.umn.edu//kubuntu/6.06/ is the site with the exact version of Kubuntu that I'm running. The version is "PC (Intel x86) desktop CD" and it is not installed, but rather is a Live CD running from my laptop's CD drive.
Do you, or anyone else, know what kernel source I should be using?
In your situation, (which I personally have never tried), I can only guess, 1. check /usr/src, /usr/local/src or something like these. 2. try to find some file, name is configXXX or .config, 3. check /lib/modules and go deeper... 4. ask somebody for kernel source...
your kernel sits on CD, which somebody compiled. You need config info on this kernel.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.