Bekijk de volledige versie : Help with module please
badboy1985ro
01-06-2012, 13:29
I am truing to set up a webcam on my wl-500gp v1.
I had to compile the entire fw because i needed gspca_sonixb.ko
Now when i try to use the module i get:
install: cannot stat `/oleg/broadcom/src/gateway/mipsel-uclibc/modules/lib/modules/*/kernel/fs/ntfs/ntfs.ko': No such file or directory
or using modprobe
make[1]: *** [modules_install-usb] Error 1
make[1]: Leaving directory `/oleg/broadcom/src/gateway'
badboy1985ro
01-06-2012, 22:00
Oleg with gspca_sonixb.ko help please
http://tldp.org/HOWTO/Module-HOWTO/
badboy1985ro
02-06-2012, 19:33
What the fuck i am supossed to do with them cause are compiled automaticaly duded. acording to the tutorial i am missing dependencies that i cannot install because my flash is readonly.
badboy1985ro
07-06-2012, 18:27
I am in folder broadcom/src/1.9.2.7-rtn/
When i run make kernel i get:
ar -C kernel --exclude .svn -cf - arch drivers include sound | tar -C /oleg/broadcom/src/linux/linux-2.6 -xf -
make[1]: Leaving directory `/oleg/broadcom/src/1.9.2.7-rtn/brcm-src-2.6'
make -C kernel-2.6 extra-drivers
make[1]: Entering directory `/oleg/broadcom/src/1.9.2.7-rtn/kernel-2.6'
DRV gspca
DRV usbip
DRV uvc
make[1]: Leaving directory `/oleg/broadcom/src/1.9.2.7-rtn/kernel-2.6'
make -C kernel-2.6 patch
make[1]: Entering directory `/oleg/broadcom/src/1.9.2.7-rtn/kernel-2.6'
Preparing kernel ...
Looking for last applied patch
Patching /oleg/broadcom/src/linux/linux-2.6 with buildhost.patch
buildhost.patch
Can not apply buildhost.patch cleanly
make[1]: *** [patch] Error 1
make[1]: Leaving directory `/oleg/broadcom/src/1.9.2.7-rtn/kernel-2.6'
make: *** [kernel-patch] Error 2
what i am doing wrong. help please
staticroute
07-06-2012, 18:43
what kind of revision do you use?
remove src/linux/linux-2.6.22.19 directory and re-extract the kernel
on the latest revision (4314) it worked fine
badboy1985ro
11-06-2012, 14:26
i got the kernel from here
http://wl500g.googlecode.com/files/linux-2.6.22.19.tar.bz2
Same error every time
staticroute
11-06-2012, 14:33
i got the kernel from here
http://wl500g.googlecode.com/files/linux-2.6.22.19.tar.bz2
Same error every time
again, remove everything, do clean
svn co of the source, unpack kernel and after that from 1.9.2.7-rtn dir do:
make kernel
make
after that go to gateway dir and issue:
make menuconfig
make
make images