Resposta de
Shadow Brujah em 21/06/2007 - 15:07h:
* Shadow Brujah usa Ubuntu
* Shadow Brujah tem conceito: 10.0
luisroo, obrigado pela dica. Eu não consigo acessar o Orkut aqui do trabalho, mas tenho quase certeza de que o cara que você se refere é o mesmo médico Francês que eu me referi na pergunta original. O Driver que ele escreveu funciona em 285 cameras diferentes, mas todas elas usam o mesmo chip de processamento. Esse driver não funciona na minha Webcam, pois provavelmente o chip não é o mesmo. Essa webcam é uma camera nova da Creative, talvez por ser nova, ainda não tenha drivers escritos pra ela...
De qualquer forma, eu vou postar a resposta do lsusd aqui, talvez assim alguém consiga identificar o chip e, quem sabe, consegue achar um driver pra essa camera... Se não existir, acho que vou pelo mesmo caminho do médico, tentar desenvolver um driver... pois a camera é muito legal e acredito que muita gente também tem esse problema.
Obrigado! T+
Resposta de
Shadow Brujah em 28/06/2007 - 01:00h:
* Shadow Brujah usa Ubuntu
* Shadow Brujah tem conceito: 10.0
Bom, eu fiz o procedimento da dica postada, foi o seguinte:
# lsusb
Bus 004 Device 002: ID 041e:403c Creative Technology, Ltd WebCam Live! Ultra
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 002: ID 045e:00b9 Microsoft Corp. Wireless Optical Mouse 3.0
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Com certeza é o primeiro dispositivo encontrado...
# lsusb -d 041e:403c
Bus 004 Device 002: ID 041e:403c Creative Technology, Ltd WebCam Live! Ultra
# lsusb -v -d 041e:403c
Bus 004 Device 002: ID 041e:403c Creative Technology, Ltd WebCam Live! Ultra
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x041e Creative Technology, Ltd
idProduct 0x403c WebCam Live! Ultra
bcdDevice 1.00
iManufacturer 1 SQ Tech CO., LTD.
iProduct 2 USB 2.0 PC camera
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
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 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0002
(Bus Powered)
Remote Wakeup Enabled
Dando uma procurada pelo idVendor e idProduct, eu achei este site:
http://gkall.hobby.nl/sq930x.html
Pelo que eu entendi, parece ser um driver experimental. Mas eu Não consegui entender como eu faço pra instalar/compilar/por 'pá' funcionar. Eu sou leigo com Linux, mas sou desenvolvedor de software pra Windows, e gostaria de poder programar caso esse driver ainda não funcione, mas eu preciso de umas dicas pra saber por onde começar.
Obrigado!