Pagina 1 di 1
installazione DRIVER WEBCAM CNR-CP4
Inviato: venerdì 6 agosto 2010, 3:46
da Cuuuurzel
per windows avevo comprato questa webcam..... CNR-CP4
ora che ho linux xò nn ho ancora capito come farla andare xD
allora prima di tutto ho provato ad installare i driver come su windows... utilizzando il cd
wine mi fa partire tutto, l'installazione va a buon fine, riavvio ma nnt O_O
ho provato alcune guide online ma senza successo --"
boooooh
k faccio per farla andare?
ps... screenshot del comando "lsusb"....
http://img64.imageshack.us/img64/9718/schermata1t.png
Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: venerdì 6 agosto 2010, 11:13
da magozurlinux
Ciao,
hai provato con il driver gspca?
Molte webcam tranne quelle non supportate, funzionano con questo driver, poi installi cheese, che è un programma per le webcam.

Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: venerdì 6 agosto 2010, 11:39
da Cuuuurzel
http://ubuntubox.wordpress.com/2007/03/ ... -su-linux/
ho provato ora con questa guida.... ma.. nn ho capito bene :-[
Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: venerdì 6 agosto 2010, 18:36
da magozurlinux
Ciao,
installa il driver
gspca-source da Sistema > Amministrazione > Gestore pacchetti
sempre da Gestore pacchetti cerca v4l2 se è installato, altrimenti installalo; viene visualizzato così:
libptx.

-plugins-v4l2.

.x = esempio: 2.6.1, questo è per Ubuntu 9.04; sulla tua versione potrebbe essere differente.
Apri il terminale e dai questi comandi:
apt-get install cheese
sudo modprobe gspca
avvia cheese da Applicazioni > Audio e Video > Cheese
se tutto funziona, da terminale dai questo comando:
sudo gedit /etc/modules
aggiungi in fondo il modulo per caricarlo al boot:
gspca
salva e chiudi l'editor di testo.
Chiudi il terminale
Riavvia il pc.

Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: venerdì 6 agosto 2010, 19:25
da Cuuuurzel
il pacchetto gspca-source sembra nn esistere O_O
Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: domenica 8 agosto 2010, 19:12
da magozurlinux
Ciao,
volevo evitare la compilazione del pacchetto gspca, purtroppo da Ubuntu 10.04 il pacchetto gspca è stato tolto dal repository, bisogna scaricarlo dal sito ufficiale che è questo:
http://mxhaard.free.fr/download.html
copialo nella cartella /home (Clicca in alto su Risorse > Cartella home)
aprire il terminale e dai questi comandi:
sudo apt-get install build-essential
poi scompatta il file gspca-versione.tar.gz così:
tar xgvz gspca-versione.tar.gz
poi entri nella cartella che viene creata durante lo scompattamento:
cd gspca-versione
dai i comandi per la compilazione ed installazione del driver:
make
sudo make install
se non ci sono errori, dai questo comando:
sudo gedit /etc/modprobe.d/options
aggiungi in fondo questa riga:
gspca force_rgb=1
salva e chiudi l'editor di testo.
Dai questo comando per caricare il modulo gspca:
sudo modprobe gspca
poi dai questo comando per vedere se ha creato il dispositivo /dev/video0
ls /dev/video*
Clicca su Appplicazioni > Audio e Video > Cheese
se si vede l'immagine, da terminale dai questo comando:
sudo gedit /etc/modules
aggiungi in fondo:
gspca
salva ed esci dall'editor di testo.

Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: domenica 8 agosto 2010, 22:31
da Cuuuurzel
quando do il comando make mi dice
/home/cuuuurzel/Scrivania/gspcav1-20071224/gspca_core.c:4301: error: incompatible types when assigning to type ‘struct device’ from type ‘struct device *’
make[2]: *** [/home/cuuuurzel/Scrivania/gspcav1-20071224/gspca_core.o] Errore 1
make[1]: *** [_module_/home/cuuuurzel/Scrivania/gspcav1-20071224] Errore 2
make[1]: uscita dalla directory «/usr/src/linux-headers-2.6.31-22-generic»
make: *** [default] Errore 2
cuuuurzel@cuuuurzel-desktop:~/Scrivania/gspcav1-20071224$
Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: lunedì 9 agosto 2010, 19:00
da magozurlinux
Ciao,
dall'output che hai messo ho visto che il driver si trova sul desktop.
Seleziona il pachetto col tasto destro del mouse e vai su Taglia;
cliica in alto su Risorse > Cartella home;
clicca col tasto destro del mouse e selezioni Incolla.
Chiudi la finestra della tua home.
Apri il terminale e dai i seguenti comandi:
tar xgvz gspcav1-20071224.tar.gz
poi entri nella cartella che viene creata durante lo scompattamento:
cd gspcav1-20071224
dai i comandi per la compilazione ed installazione del driver:
sudo make
sudo make install
se non ci sono errori, dai questo comando:
sudo gedit /etc/modprobe.d/options
aggiungi in fondo questa riga:
gspca force_rgb=1
salva e chiudi l'editor di testo.
Dai questo comando per caricare il modulo gspca:
sudo modprobe gspca
poi dai questo comando per vedere se ha creato il dispositivo /dev/video0
ls /dev/video*
Clicca su Applicazioni > Audio e Video > Cheese
se si vede l'immagine, da terminale dai questo comando:
sudo gedit /etc/modules
aggiungi in fondo:
gspca
salva ed esci dall'editor di testo.

Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: lunedì 9 agosto 2010, 20:25
da Cuuuurzel
eeeehhhh
/home/cuuuurzel/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_probe’:
/home/cuuuurzel/gspcav1-20071224/gspca_core.c:4301: error: incompatible types when assigning to type ‘struct device’ from type ‘struct device *’
make[2]: *** [/home/cuuuurzel/gspcav1-20071224/gspca_core.o] Errore 1
make[1]: *** [_module_/home/cuuuurzel/gspcav1-20071224] Errore 2
make[1]: uscita dalla directory «/usr/src/linux-headers-2.6.31-22-generic»
make: *** [default] Errore 2
cuuuurzel@cuuuurzel-desktop:~/gspcav1-20071224$
stesso errore --"
Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: martedì 10 agosto 2010, 12:44
da magozurlinux
Ciao,
apri il terminale e dai questi comandi:
sudo apt-get install linux-headers-$(uname -r)
cd gspcav1-20071224
sudo make
sudo make install
se non ci sono errori, dai questo comando:
sudo gedit /etc/modprobe.d/options
aggiungi in fondo questa riga:
gspca force_rgb=1
salva e chiudi l'editor di testo.
Dai questo comando per caricare il modulo gspca:
sudo modprobe gspca
poi dai questo comando per vedere se ha creato il dispositivo /dev/video0
ls /dev/video*
Clicca su Applicazioni > Audio e Video > Cheese
se si vede l'immagine, da terminale dai questo comando:
sudo gedit /etc/modules
aggiungi in fondo:
gspca
salva ed esci dall'editor di testo.

Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: martedì 10 agosto 2010, 13:00
da Cuuuurzel
cuuuurzel@cuuuurzel-desktop:~$ sudo apt-get install linux-headers-$(uname -r)
[sudo] password for cuuuurzel:
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
linux-headers-2.6.31-22-generic è già alla versione più recente.
0 aggiornati, 0 installati, 0 da rimuovere e 3 non aggiornati.
e poi lo stesso errore.... che palle
comunque pensavo, nn è che è il driver "vecchio"?
perchè se guardi si chiama 2007-12-24
guardo se ne trovo uno più aggiornato in rete e poi riprovo... comunque se hai soluzioni dimmelo grazie!!
Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: mercoledì 11 agosto 2010, 11:59
da magozurlinux
Ciao,
ho letto su Internet che altri utenti hanno problemi di compilazione con i driver gspca.
Accendi il pc senza la webcam collegata;
apri il terminale e dai questo comando:
tail -f /var/log/messages
inserisci la webcam in una porta usb e segui l'output a video;
poi premi Ctrl c per terminare il comando.
Postami l'output che esce dal comando tail ......;
Postami l'output da terminale di questi comandi:
lsmod
sudo lsusb -v -d 093a:2620

Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: mercoledì 11 agosto 2010, 12:19
da Cuuuurzel
curzel@cuuuurzel:~$ tail -f /var/log/messages
Aug 11 12:12:03 cuuuurzel kernel: [ 10.021575] type=1505 audit(1281521523.634:20): operation="profile_replace" pid=929 name=/usr/sbin/cupsd
Aug 11 12:12:03 cuuuurzel kernel: [ 10.024125] type=1505 audit(1281521523.634:21): operation="profile_replace" pid=930 name=/usr/sbin/tcpdump
Aug 11 12:12:05 cuuuurzel kernel: [ 11.948777] rt73usb 2-2:1.0: firmware: requesting rt73.bin
Aug 11 12:12:06 cuuuurzel kernel: [ 12.677122] ADDRCONF(NETDEV_UP): wlan0: link is not ready
Aug 11 12:12:06 cuuuurzel kernel: [ 12.813901] ppdev: user-space parallel port driver
Aug 11 12:12:06 cuuuurzel kernel: [ 12.844007] eth0: no link during initialization.
Aug 11 12:12:06 cuuuurzel kernel: [ 12.845080] ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 11 12:12:08 cuuuurzel kernel: [ 15.360928] usplash:409 freeing invalid memtype fffffffffb000000-fffffffffbe00000
Aug 11 12:12:34 cuuuurzel kernel: [ 41.233196] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Aug 11 12:14:08 cuuuurzel kernel: [ 134.530047] usb 2-3: reset high speed USB device using ehci_hcd and address 3
Aug 11 12:14:45 cuuuurzel kernel: [ 172.170041] usb 4-1: new full speed USB device using ohci_hcd and address 2
Aug 11 12:14:46 cuuuurzel kernel: [ 172.394109] usb 4-1: configuration #1 chosen from 1 choice
Aug 11 12:14:46 cuuuurzel kernel: [ 172.482315] Linux video capture interface: v2.00
Aug 11 12:14:46 cuuuurzel kernel: [ 172.496625] sn9c102: V4L2 driver for SN9C1xx PC Camera Controllers v1:1.47pre49
Aug 11 12:14:46 cuuuurzel kernel: [ 172.497964] usb 4-1: SN9C120 PC Camera Controller detected (vid:pid 0x0C45:0x613E)
Aug 11 12:14:46 cuuuurzel kernel: [ 172.800925] usb 4-1: OV7630 image sensor detected
Aug 11 12:14:47 cuuuurzel kernel: [ 174.294747] usb 4-1: Initialization succeeded
Aug 11 12:14:47 cuuuurzel kernel: [ 174.294842] usb 4-1: V4L2 device registered as /dev/video0
Aug 11 12:14:47 cuuuurzel kernel: [ 174.294846] usb 4-1: Optional device control through 'sysfs' interface disabled
Aug 11 12:14:47 cuuuurzel kernel: [ 174.294878] usbcore: registered new interface driver sn9c102
Aug 11 12:14:47 cuuuurzel kernel: [ 174.376412] gspca: main v2.6.0 registered
Aug 11 12:14:47 cuuuurzel kernel: [ 174.378696] usbcore: registered new interface driver sonixj
Aug 11 12:14:47 cuuuurzel kernel: [ 174.378702] sonixj: registered
^C
curzel@cuuuurzel:~$ lsmod
Module Size Used by
gspca_sonixj 24160 0
gspca_main 26816 1 gspca_sonixj
sn9c102 148708 0
videodev 43360 2 gspca_main,sn9c102
v4l1_compat 16804 1 videodev
v4l2_compat_ioctl32 13344 1 videodev
binfmt_misc 10220 1
ppdev 8232 0
snd_hda_codec_realtek 277860 1
arc4 2144 2
ecb 3296 2
snd_hda_intel 31880 2
snd_hda_codec 87584 2 snd_hda_codec_realtek,snd_hda_intel
rt73usb 29092 0
crc_itu_t 2336 1 rt73usb
snd_hwdep 9352 1 snd_hda_codec
snd_pcm_oss 44704 0
snd_mixer_oss 18976 1 snd_pcm_oss
rt2x00usb 13600 1 rt73usb
rt2x00lib 34624 2 rt73usb,rt2x00usb
snd_pcm 93160 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
led_class 5256 1 rt2x00lib
snd_seq_dummy 3460 0
snd_seq_oss 33440 0
snd_seq_midi 8192 0
snd_rawmidi 27360 1 snd_seq_midi
input_polldev 4720 1 rt2x00lib
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi
snd_seq 60608 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
mac80211 210104 2 rt2x00usb,rt2x00lib
snd_timer 26992 2 snd_pcm,snd_seq
snd_seq_device 8308 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
iptable_filter 3872 0
ip_tables 21200 1 iptable_filter
snd 77096 16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
lp 11908 0
i2c_nforce2 8168 0
psmouse 57124 0
soundcore 9088 1 snd
cfg80211 109144 2 rt2x00lib,mac80211
snd_page_alloc 10928 2 snd_hda_intel,snd_pcm
x_tables 25832 1 ip_tables
serio_raw 6596 0
parport 40528 2 ppdev,lp
nvidia 10316904 37
usb_storage 65952 0
ohci1394 33780 0
ieee1394 100896 1 ohci1394
video 23612 0
output 3680 1 video
forcedeth 61292 0
curzel@cuuuurzel:~$ sudo lsusb -v -d 093a:2620
[sudo] password for curzel:
curzel@cuuuurzel:~$
con il codice della mia webcam (0c45:613e)
curzel@cuuuurzel:~$ sudo lsusb -v -d 0c45:613e
Bus 004 Device 002: ID 0c45:613e Microdia PC Camera (SN9C120)
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0c45 Microdia
idProduct 0x613e PC Camera (SN9C120)
bcdDevice 1.01
iManufacturer 0
iProduct 1 USB camera
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 279
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0000 1x 0 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 100
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 1
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0080 1x 128 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 100
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 2
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0100 1x 256 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 100
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 3
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0180 1x 384 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 100
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 4
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 100
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 5
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x02a8 1x 680 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 100
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 6
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0320 1x 800 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 100
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 7
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x0384 1x 900 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 100
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 8
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 1
Transfer Type Isochronous
Synch Type None
Usage Type Data
wMaxPacketSize 0x03ff 1x 1023 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0001 1x 1 bytes
bInterval 100
Device Status: 0x0000
(Bus Powered)
curzel@cuuuurzel:~$
dai k ci siamo quasi xD
Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: mercoledì 11 agosto 2010, 12:25
da Cuuuurzel
adesso va!!!!! grazie!!!
Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: mercoledì 11 agosto 2010, 12:36
da magozurlinux
Ciao,
bene, metti risolto sul primo post.
Cordiali saluti

Re: installazione DRIVER WEBCAM CNR-CP4
Inviato: mercoledì 11 agosto 2010, 12:41
da magozurlinux
Rieccomi,
dall'output ho visto che il driver gspca è già incluso nel kernel.
Quel download del driver gspcav1-2700.... poteva essere evitato, non sapevo che l'avevano incluso nel kernel.
Un grazie anche a te, che hai seguito i miei consigli.
