All of lore.kernel.org
 help / color / mirror / Atom feed
* Driver fault
@ 2020-02-24 21:23 PLENTY
  2020-02-25  2:06 ` Lars Melin
  0 siblings, 1 reply; 2+ messages in thread
From: PLENTY @ 2020-02-24 21:23 UTC (permalink / raw)
  To: linux-usb

Hello. I'm using Ubuntu 18.04.3 LTS. I'm trying to get my JT308 RFID
reader working. Please help.

$ sudo modprobe usbserial vendor=0xffff product=0x0035
$ dmesg
...
[  266.304578] usbserial_generic 2-1.5:1.1: The "generic" usb-serial
driver is only for testing and one-off prototypes.
[  266.304579] usbserial_generic 2-1.5:1.1: Tell
linux-usb@vger.kernel.org to add your device to a proper driver.

$ lsusb -d ffff:0035 -v
Bus 002 Device 003: ID ffff:0035
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0xffff
  idProduct          0x0035
  bcdDevice            1.00
  iManufacturer           1 Sycreader
  iProduct                2 USB Reader
  iSerial                 3 08FF20150112
  bNumConfigurations      1

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

* Re: Driver fault
  2020-02-24 21:23 Driver fault PLENTY
@ 2020-02-25  2:06 ` Lars Melin
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Melin @ 2020-02-25  2:06 UTC (permalink / raw)
  To: PLENTY, linux-usb

On 2/25/2020 04:23, PLENTY wrote:
> Hello. I'm using Ubuntu 18.04.3 LTS. I'm trying to get my JT308 RFID
> reader working. Please help.
> 
> $ sudo modprobe usbserial vendor=0xffff product=0x0035
> $ dmesg
> ...
> [  266.304578] usbserial_generic 2-1.5:1.1: The "generic" usb-serial
> driver is only for testing and one-off prototypes.
> [  266.304579] usbserial_generic 2-1.5:1.1: Tell
> linux-usb@vger.kernel.org to add your device to a proper driver.
> 
> $ lsusb -d ffff:0035 -v
> Bus 002 Device 003: ID ffff:0035
> Device Descriptor:
>    bLength                18
>    bDescriptorType         1
>    bcdUSB               1.10
>    bDeviceClass            0 (Defined at Interface level)
>    bDeviceSubClass         0
>    bDeviceProtocol         0
>    bMaxPacketSize0         8
>    idVendor           0xffff
>    idProduct          0x0035
>    bcdDevice            1.00
>    iManufacturer           1 Sycreader
>    iProduct                2 USB Reader
>    iSerial                 3 08FF20150112
>    bNumConfigurations      1
> 

Your RFID reader does not have interfaces for a serial driver, the 
interfaces are for a HID driver.
Your verbose lsusb listing would have showed that had you not cut it 
short and your dmesg should also show a HID driver attempting to bind.


br
/Lars


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

end of thread, other threads:[~2020-02-25  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24 21:23 Driver fault PLENTY
2020-02-25  2:06 ` Lars Melin

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.