Страница 1 из 1

Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-28 13:51:11
mainbrain
как заставить работать?

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-28 13:52:13
Alex Keda

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-28 13:54:19
paradox
могу предположить что никак
но попытки можно сделать
поищите по форуму уже есть раздел про вебкамеры usb

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-28 17:51:24
mainbrain

Код: Выделить всё

usbdevs -v

Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00
 port 1 powered
 port 2 addr 2: full speed, power 500 mA, config 1, WebCAM USB2.0(0x7012), vendor 0x0458(0x0458), rev 1.02


dmesg | grep 0x0458

ugen0: <vendor 0x0458 WebCAM USB2.0, class 0/0, rev 2.00/1.02, addr 2> on uhub0

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-31 12:56:04
mainbrain
дров нигде нет, а как узнать на каком чипе она?

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-31 12:58:42
paradox
дрова есть в портах
говрю же поищи тему про вебкамеры
там все расписывали
device (0x7012), vendor (0x0458),
идентификатор вашей камеры

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-31 18:09:13
mainbrain
я смотрел в исходниках как в статье говорится там ничего подобного нет

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-31 18:12:17
mainbrain
есть для других камер genius а конкретно для этой модели строчки нет, если узнать на каком она чипе, то можно придумать строчки для драйвера мне так кажется

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-31 18:21:37
paradox
ну у вас разновидность жениуса
токо девайся 0x7012 нет
добавте его
а дальше должен автодетек сработать

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-07-31 18:25:45
mainbrain
lsusb -v

Код: Выделить всё

Bus /dev/usb0 Device /dev/ugen0: ID 0458:7012 KYE Systems Corp. (Mouse Systems)                                                                               WebCAM USB2.0
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0458 KYE Systems Corp. (Mouse Systems)
  idProduct          0x7012 WebCAM USB2.0
  bcdDevice            1.02
  iManufacturer           0
  iProduct                1 WebCAM USB2.0
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          101
    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            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            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               4
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       1
      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            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            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               4
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       2
      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            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            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               4
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       3
      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            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            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0010  1x 16 bytes
        bInterval               4
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
can't get debug descriptor: Input/output error
Device Status:     0x0000
  (Bus Powered)

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-01 11:31:51
mainbrain
в драйвере gspca_core.c нет данных о железке этой(
что я сам что ли их придумаю)
bridge
sensor и все подобное

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-01 11:38:49
paradox
скачайте vl4 под линукс и найдите там свой девайс
по аналогии где он там пофиксите и бсдшные соурсы

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-01 13:15:25
mainbrain
paradox писал(а):скачайте vl4 под линукс
vl4 что это))

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-01 13:20:44
paradox
пля
v4l
linuxtv.org/hg/

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-01 13:30:15
mainbrain
я обалдеваю сколько там всего

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-01 13:31:20
paradox
главные репозиторий там токо один

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-01 19:54:12
mainbrain
вот только интересно какой из них)
программа больше к dvb имеет отношение чем к usb
внутри файлов нет упоминаний о slimclip =(

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-03 11:47:40
mainbrain
видимо не судьба

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-03 11:55:24
paradox
видимо вы просто не хотите искать
это не DVB
а репозиторий Video4Linux v4l
там все
и dvb
и tv
и usb камеры

Re: Genius Usb SlimClip 2 webcam на freebsd

Добавлено: 2009-08-03 13:20:33
mainbrain

Код: Выделить всё

~dougsland/v4l 	v4l development repository 	Douglas Landgraf
этот подойдет?
там есть камеры гениуса но именно этой нет

Код: Выделить всё

SAA7134_BOARD_GENIUS_TVGO_A11MCE 
LifeView/Typhoon/Genius FlyDVB-T Duo Cardbus
Genius E-M 112
spca561		0458:7004	Genius VideoCAM Express V2
sunplus		0458:7006	Genius Dsc 1.3 Smart
zc3xx		0458:7007	Genius VideoCam V2
zc3xx		0458:700c	Genius VideoCam V3
zc3xx		0458:700f	Genius VideoCam Web V2
sonixj		0458:7025	Genius Eye 311Q
sonixj		0458:702e	Genius Slim 310 NB

pac207		093a:2470	Genius GF112
pac207		093a:2471	Genius VideoCam ge111
pac207		093a:2472	Genius VideoCam ge110
pac207		093a:2474	Genius iLook 111
pac207		093a:2476	Genius e-Messenger 112

pac7311		093a:2622	Genius Eye 312
sonixb		0c45:6001	Genius VideoCAM NB
sonixb		0c45:602e	Genius VideoCam Messenger