SlackwareThis Forum is for the discussion of Slackware 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.
Is there a way to verify whether my wireless configuration is working? I think I installed madwifi correctly but I am not sure if it is working. At this time I only have a WPA connection in range, and do not have wpa_supplicant installed correctly yet (another thread).
I am able to see my home connection when I run wlanconfig ath0 list scan. Does this mean the the wireless is working, or is there a better way to verify that it can send and receive?
I am a little confused by madwifi because it does not seem to be an application, you cannot start it with "madwifi", instead you have to start it with modprobe ath_pci. I have not worked with modules before and don't really understand them. Can anyone give a simple explanation of what a module is?
It's a set of drivers that gets loaded when you insert the module, and unloaded when you remove the module. A module is basically just a set of drivers that can be loaded into the kernel.
If you see stuff when you run 'wlanconfig ath0 list scan' then the drivers are working. Now, that doesn't mean you are connected, which you're probably not.
As part of the configuration for wpa_supplicant, I am supposed to add the path to madwifi. But when I do a which or whereis, it does not find madwifi at all. I downloaded the tarball into /downloads , should I use that directory in the wpa_supplicant .config file?
I'm following your thread with interest as I'm trying to get madwifi working on my laptop.
As for finding it, have you tried the "locate" command? If not, as root, type "updatedb" and let it run for a while. This creates a database of all the files on your hard drive.
When that's done, you should just be able to type "locate madwifi" and it will give you a list of files and paths.
Please just ignore me if you knew this already and had tried it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.