First I tried compiling it, but I was missing the symbolic link from /lib/modules/2.6.15-27-386
/build -> /usr/src/linux-
source-2.6.15. I created the link, and compiled the module:
make -C /lib/modules/2.6.15-27-386/build SUBDIRS=/home/justintv/Desktop/pwc-10.0.11 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-27-386 '
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-if.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-misc.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-ctrl.o
CC [M] /home/justintv/Desktop/pwc-10.0.11 /pwc-v4l.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-uncompress.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-dec1.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-dec23.o
CC [M] /home/justintv/Desktop/pwc- 10.0.11/pwc-kiara.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-timon.o
LD [M] /home/justintv/Desktop/pwc-10.0.11/pwc.o
Building modules, stage 2.
MODPOST
CC /home/justintv/Desktop/pwc-10.0.11 /pwc.mod.o
LD [M] /home/justintv/Desktop/pwc-10.0.11/pwc.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-27-386'
Then I run:
$ sudo make install
make -C /lib/modules/2.6.15-27-386/build SUBDIRS=/home/justintv/Desktop/pwc- 10.0.11 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-27-386'
Building modules, stage 2.
MODPOST
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-27-386'
install -d /lib/modules/2.6.15-27-386/kernel/drivers/usb/media
install -m 644 -c pwc.ko /lib/modules/2.6.15-27-386/kernel/drivers/usb/media
/sbin/depmod -a
Then:
$ modprobe pwc
But when I try to use $ camorama to see if the camera is working, there's nothing there. lsusb sees the camera plugged in, and a light is on.
Can someone help me fix this?
Thanks,
Emmett
(dmesg output and lsmod output attached)
make -C /lib/modules/2.6.15-27-386/build SUBDIRS=/home/justintv/Desktop/pwc-10.0.11 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-27-386 '
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-if.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-misc.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-ctrl.o
CC [M] /home/justintv/Desktop/pwc-10.0.11 /pwc-v4l.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-uncompress.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-dec1.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-dec23.o
CC [M] /home/justintv/Desktop/pwc- 10.0.11/pwc-kiara.o
CC [M] /home/justintv/Desktop/pwc-10.0.11/pwc-timon.o
LD [M] /home/justintv/Desktop/pwc-10.0.11/pwc.o
Building modules, stage 2.
MODPOST
CC /home/justintv/Desktop/pwc-10.0.11 /pwc.mod.o
LD [M] /home/justintv/Desktop/pwc-10.0.11/pwc.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-27-386'
Then I run:
$ sudo make install
make -C /lib/modules/2.6.15-27-386/build SUBDIRS=/home/justintv/Desktop/pwc- 10.0.11 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-27-386'
Building modules, stage 2.
MODPOST
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-27-386'
install -d /lib/modules/2.6.15-27-386/kernel/drivers/usb/media
install -m 644 -c pwc.ko /lib/modules/2.6.15-27-386/kernel/drivers/usb/media
/sbin/depmod -a
Then:
$ modprobe pwc
But when I try to use $ camorama to see if the camera is working, there's nothing there. lsusb sees the camera plugged in, and a light is on.
Can someone help me fix this?
Thanks,
Emmett
(dmesg output and lsmod output attached)
dmesg_tail
Description: Binary data
lsmod
Description: Binary data
_______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
