Depmod - unresolved symbols in rt73 module

Posted by Xolstice on Stack Overflow See other posts from Stack Overflow or by Xolstice
Published on 2010-05-08T11:07:27Z Indexed on 2010/05/08 11:08 UTC
Read the original article Hit count: 199

I'm trying to install a linux driver for my wireless network card (D-Link DWL-G510) on my Red Hat Linux 7.1 machine with a 2.4.37.9 kernel. I downloaded the serial monkey driver from the sourceforge site and was able to successfully compile the module. However, whenever I do a "make install", the make script executes a "depmod -a" command which then complains with the message: "Unresolved symbols in /lib/modules/2.4.37.9/extra/rt73.o".

I then executed a "depmod -e" command to show unresolved symbols and it indicates the following information:

request_firmware_Rsmp_38ce5074
release_firmware_Rsmp_33934162

I did a grep on the above information and it showed no source files making reference to it. I searched for it on google and it returned no results. Can anyone help?

© Stack Overflow or respective owner

Related posts about linux-device-driver

Related posts about wireless