Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
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 having problems getting the acx100_pci.o driver to work with RedHat 9.0. I am following Craig's, aka akaBeaVis, HowTO. Everything works fine up to instruction 5 in the Installing the module and firmware section. That instruction is depmod -a. I get a response of unresolved symbols in the acx100_pci.o driver.
Any ideas or suggestions? I can't find anything wrong myself. When I installed RH9, I installed everything.(Never know what you might need.)
I downloaded the pre4 module from the House of Craig HOWTO. I even downloaded the firmware from there. This is on a fresh install of RedHat 9. Nothing should be corrupted or missing.
That module normally doesn't have unresolved symbols so I'm inclined to believe that something indeed is missing, perhaps wireless extensions? Do you have the file named iwconfig in your /sbin directory?
In the famous words of Homer Simpson, DOH!!!! I think that's it. I will try and see what happens. I don't think I did reload those tools after reloading RH. Thanks.
one more check, do this: grep -i radio /boot/config-2.4.20-8, you should see a line returned to you with CONFIG_NET_RADIO=y, if it says 'n', which is not really likely then somehow we have different kernels.
Since the odds are high that you have 'y', let me ask you to run depmod -e and post the section for the unresolved's for the acx100_pci module
I'm thinking of 2 ways to go here, either you go ahead with the rest of the howto as if these errors didn't happen or you go back to the compiling section and download and compile the module on your own machine, and see if these unresolved's are still there.
your choice, although I can tell you with certainty there were no errors from depmod on my rh9 installation, so I recommend you compile locally as there must be some kind of difference between our setups, in fact I just received email from someone else saying they too had the unresolved errors and they sent their system specs which are a good bit more modern than mine, yours may be also, be on the lookout for acpi.
I have mandrake 9.1 on my acpi machine and still I have to boot with acpi=off, so I'm not sure what rh9 is going to show you, check /proc/acpi and see if it exists. either way I would go ahead and compile this module locally.
It worked when I complied it. I am replying from my Linux box right now. It seems to be working fine. I haven't rebooted to see if it takes, but at least I'm up and running somewhat. Thanks for the assist.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.