Thanks for your help.
The Cam is still not recognized, but i could have done something the wrong way?
I copied the gspca_main and gspca_spca561 to the isp1, then i connected per SSH and run:
- Code: Select all
root@xxxx:/ # modprobe gspca_main
root@xxxx:/ # modprobe gspca_spca561
Lsmod gives me that output, so the kernel modules are loaded i think.
- Code: Select all
root@xxxx:/ # lsmod
gspca_spca561 8058 0 - Live 0xbf1f2000
gspca_main 20375 1 gspca_spca561, Live 0xbf1e7000
uvcvideo 55656 0 - Live 0xbf1d2000
v4l2_common 4868 0 - Live 0xbf1cb000
v4l2_int_device 1986 0 - Live 0xbf1c5000
videodev 65354 3 gspca_main,uvcvideo,v4l2_common, Live 0xbf1ac000
iscsi_tcp 7641 0 - Live 0xbf1a4000
libiscsi_tcp 10779 1 iscsi_tcp, Live 0xbf19b000
libiscsi 31551 2 iscsi_tcp,libiscsi_tcp, Live 0xbf18b000
scsi_transport_iscsi 26788 2 iscsi_tcp,libiscsi, Live 0xbf17c000
iscsi_trgt 90727 0 - Live 0xbf15c000
nfsd 88097 0 - Live 0xbf13c000
nfs 149031 0 - Live 0xbf108000
lockd 67464 2 nfsd,nfs, Live 0xbf0ed000
sunrpc 174730 4 nfsd,nfs,lockd, Live 0xbf0af000
usblp 9896 0 - Live 0xbf0a6000
fuse 59962 0 - Live 0xbf08d000
ntfs 208585 0 - Live 0xbf051000
isofs 23061 0 - Live 0xbf045000
cifs 229639 0 - Live 0xbf000000
I then connected the cam direct to the USB Port of the ISP1 and my USB-Device gives me this information:
- Code: Select all
T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 1
D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=1d6b ProdID=0002 Rev=02.06
S: Manufacturer=Linux 2.6.39.4 ehci_hcd
S: Product=Marvell Orion EHCI
S: SerialNumber=orion-ehci.0
C: #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ff(vend.) Sub=ff Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=046d ProdID=092e Rev=00.00
S: Manufacturer=
S: Product=Camera
C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=spca561
I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00 Driver=spca561
I still got the "Unable to open video device" Screen.