tatemononai
January 12th, 2009, 08:25 PM
Ok, I just went through one heck of an ordeal to get my wireless adapter working with Ubuntu 8.1. I'm a very experienced Windows software engineer, but this is my first time venturing into the world of Linux. I had to freaking compile a driver just to get my wireless working... boo!
Anyway, it's working now but I have to reinstall the driver module every single time I boot, which is a huge hassle.
I've added the module to etc/modules but it still doesn't load automatically. When I run "modprobe" it cannot find the module either, which is probably the issue I'm sure. I have to rerun "insmod" everytime I boot up.
How do I get my .ko file permanently installed so it can auto-load?
I copied the .ko file to /lib/modules/2.6.27-9-generic/kernel/drivers
Thanks.
Anyway, it's working now but I have to reinstall the driver module every single time I boot, which is a huge hassle.
I've added the module to etc/modules but it still doesn't load automatically. When I run "modprobe" it cannot find the module either, which is probably the issue I'm sure. I have to rerun "insmod" everytime I boot up.
How do I get my .ko file permanently installed so it can auto-load?
I copied the .ko file to /lib/modules/2.6.27-9-generic/kernel/drivers
Thanks.