0

I start development with Ubuntu and I need to add a udev rules file that contains a USB configuration. I do not find Gigabyte in this table. (model GSmart Maya M1 v2)

How to get out of this situation?

Edit: I find it.

Solution: 0414

For other manufacturer: in terminal

~$ lsusb

and in the list something like Bus XXX Device XXX: ID usb-vendor-id:XXXX manufacturer

ViT-Vetal-
  • 2,431
  • 3
  • 19
  • 35
  • A useful resource to find usb vendor ids when you do not have the hardware. [www.linux-usb.org/usb.ids](http://www.linux-usb.org/usb.ids) – mjmcull May 02 '14 at 16:55
  • Please post your solution (which is a good one) as an answer so that you can eventually accept it and the question will show as resolved. – Chris Stratton May 02 '14 at 17:02

1 Answers1

2

I find it.

Solution: 0414

For other manufacturer: in terminal

~$ lsusb

and in the list something like Bus XXX Device XXX: ID usb-vendor-id:XXXX manufacturer

useful resource to find usb vendor ids when you do not have the hardware.

ViT-Vetal-
  • 2,431
  • 3
  • 19
  • 35