In order to get .o which is the driver object/module file that you can load using insmod or modprobe is by compiling your .c and .h files. There must be a makefile or autoconfig script when you downloaded your driver files.
Alternatively, as far as I know, driver module for 3c905b can be compiled from your kernel source code. That means, you have to configure your "make xconfig" to include driver for 3c905b as module. Then "make module" and "make module_install" -rowel On Thu, 17 Jan 2002 [EMAIL PROTECTED] wrote: > Hi Good Day, > > Need your help on where I can download the device driver for the 3com > 3c905b fast etherlink NIC. I am trying to configure a router from the LRP. > I was able to download from 3Com site but the files were .c and .h. The > modules specified in the LRP are .o files. Can I use the files I > downloaded? > > Thank you. > > _ > Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph > To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] > > To subscribe to the Linux Newbies' List: send "subscribe" in the body to >[EMAIL PROTECTED] > _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
