Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Installing tulip driver
Name: Android Date: April 29, 2002 at 21:39:52 Pacific
Comment:
Hi, Im trying to do an insmod on tulip.o so that I can use the module to use my Century Concept Digital Fast Ethernet Card on Vector Linux 2.0, when I type insmod tulip.o I get the following message:
Using /lib/modules/2.4.5/kernel/drivers/net/tulip/tulip.o /lib/modules/2.4.5/kernel/drivers/net/tulip/tulip.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
Name: jon Date: April 30, 2002 at 00:47:55 Pacific
Reply:
don't include the trailing .o insmod is expecting an object file. If you add the .o it will look for a file called 'tulip.o.o' so an 'insmod tulip' will do it
J
0
Response Number 2
Name: Android Date: April 30, 2002 at 12:06:40 Pacific
Reply:
Yeah, I've already tried it without the .o, no luck.
Summary: I managed to open the file, but I have another problem. When I try to install the driver I encounter the error message: "NO PRECOMPILED KERNEL ITERFACE WAS FOUND TO MATCH YOUR KERNEL..." and after t...
Summary: I'm fairly new to Linux and I am trying to install video drivers on my Linux box. The file extension of the file is *.o How would I go about installing this file to my video card? ...