Page 1 of 1

Load kernel modules

Posted: Sun Jan 22, 2012 8:52 pm
by cotarelo
Hello,

I'd like to know if it's possible to load modules in the kernel so I can use a non-supported wifi dongle. I have a Dlink DWL G122 (ralink based chipset) which works with rt73 linux module. I plan to do it over the serial console.

Thanks in advance,

Re: Load kernel modules

Posted: Sun Jan 22, 2012 9:14 pm
by juusso
remove old modules first, (rmmod rt3....)
then insmod new modules. (insmod /path_to/your_new_module.ko)
I dont know if your module will work, inform us about success :)

Re: Load kernel modules

Posted: Mon Jan 23, 2012 6:50 pm
by cotarelo
Dongle is working on the PC.

Those commands... should I input on the TV?