All of lore.kernel.org
 help / color / mirror / Atom feed
* em28xx: new board id [1d19:6901]
@ 2017-02-27 20:21 Łukasz Strzeszkowski
  2017-02-28 17:40 ` Frank Schäfer
  0 siblings, 1 reply; 2+ messages in thread
From: Łukasz Strzeszkowski @ 2017-02-27 20:21 UTC (permalink / raw)
  To: linux-media

Hi,

	I’ve found a new device which is not listed

model: LogiLink VG0011
vendor/product: [1d19:6901] Dexatek Technology Ltd.

mode: analog

I am unable to load a driver, because there is no such vendor in driver list.

dmesg output:
[ 1232.506295] usb 2-4: new high-speed USB device number 4 using xhci_hcd
[ 1232.637496] usb 2-4: New USB device found, idVendor=1d19, idProduct=6901
[ 1232.637500] usb 2-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1232.637502] usb 2-4: Product: USB 2861 Video
[ 1232.660061] usbcore: registered new interface driver snd-usb-audio


Regards
Łukasz Strzeszkowski

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: em28xx: new board id [1d19:6901]
  2017-02-27 20:21 em28xx: new board id [1d19:6901] Łukasz Strzeszkowski
@ 2017-02-28 17:40 ` Frank Schäfer
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Schäfer @ 2017-02-28 17:40 UTC (permalink / raw)
  To: Łukasz Strzeszkowski, linux-media


Am 27.02.2017 um 21:21 schrieb Łukasz Strzeszkowski:
> Hi,
>
> 	I’ve found a new device which is not listed
>
> model: LogiLink VG0011
> vendor/product: [1d19:6901] Dexatek Technology Ltd.
>
> mode: analog
>
> I am unable to load a driver, because there is no such vendor in driver list.
>
> dmesg output:
> [ 1232.506295] usb 2-4: new high-speed USB device number 4 using xhci_hcd
> [ 1232.637496] usb 2-4: New USB device found, idVendor=1d19, idProduct=6901
> [ 1232.637500] usb 2-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
> [ 1232.637502] usb 2-4: Product: USB 2861 Video
> [ 1232.660061] usbcore: registered new interface driver snd-usb-audio
>
>
> Regards
> Łukasz Strzeszkowski

You can (temporarily) add the device id to the em28xx driver at runtime:

modprobe em28xx
echo 1d19 6901 > /sys/module/em28xx/drivers/usb:em28xx/new_id

Then plug in the device and see what happens.

HTH,
Frank

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-28 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 20:21 em28xx: new board id [1d19:6901] Łukasz Strzeszkowski
2017-02-28 17:40 ` Frank Schäfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.