You are not logged in.

#1 2005-12-15 11:44:13

subatomic
Member
From: Berlin
Registered: 2005-06-26
Posts: 180

error inserting module: invalid request code

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

#2 2005-12-16 03:59:50

colnago
Member
From: Victoria, BC
Registered: 2004-03-25
Posts: 438

Re: error inserting module: invalid request code

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

Board footer

Powered by FluxBB