insmod: symbol for parameter autoexpo not found

Yan Seiner yan at seiner.com
Sun Jun 25 17:24:37 UTC 2006


Can anyone guess why this might be happening?  Some modules seem to work 
fine with params, others (and this one in particular) gives this error...

root at apollo:/lib/modules/2.4.32# insmod spca5xx autoexpo=0
Using /lib/modules/2.4.32/spca5xx.o
insmod: symbol for parameter autoexpo not found

yan at poseidon:~$ objdump -t spca5xx.o | grep parm
00000584 g     O .modinfo       00000010 __module_parm_compress
000005a4 g     O .modinfo       0000000d __module_parm_GBlue
0000041c g     O .modinfo       0000002c __module_parm_desc_force_rgb
00000554 g     O .modinfo       0000000f __module_parm_min_bpp
00000564 g     O .modinfo       00000010 __module_parm_contrast
00000258 g     O .modinfo       00000040 __module_parm_desc_compress
00000624 g     O .modinfo       00000010 __module_parm_autoexpo
....

root at apollo:/lib/modules/2.4.32# busybox
BusyBox v1.00 (2006.03.27-00:00+0000) multi-call binary

--Yan



More information about the busybox mailing list