You are not logged in.
I've been trying to get my lirc module (lirc_gpio.ko) to load at boot.
What is an invalid request? What do I need to do to get it to load?
Do I need kernel sources?
Offline
try `depmod -a`
sounds like the module was built with a different version of gcc.
Edit: it sounds like you might need some aliases in modprobe.conf. Found on JustLinux...
#i2c
alias char-major-88 i2c-dev
options i2c-core i2c_debug=1
options i2c-algo-bit bit_test=1
#bttv
alias char-major-81 videodev
alias char-major-81-0 bttv
options bttv card=37 pll=1 radio=1
options tuner type=5 debug=1 pal=b
Offline