I am trying to use the ELM-USB 327 with my raspberry pi and i can not get the device driver for it.
i get this from dmesg
[ 8672.346249] usb 1-1.2: new full-speed USB device number 7 using dwc_otg
[ 8672.453208] usb 1-1.2: New USB device found, idVendor=10c4, idProduct=ea60
[ 8672.453244] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 8672.453261] usb 1-1.2: Product: CP2102 USB to UART Bridge Controller
[ 8672.453276] usb 1-1.2: Manufacturer: Silicon Labs
[ 8672.453290] usb 1-1.2: SerialNumber: 0001
when i pulg it into my archlinux laptop i get
[ 9474.202620] usb 6-1: new full-speed USB device number 2 using uhci_hcd
[ 9474.682772] usbcore: registered new interface driver usbserial
[ 9474.682792] usbcore: registered new interface driver usbserial_generic
[ 9474.682805] usbserial: USB Serial support registered for generic
[ 9474.686780] usbcore: registered new interface driver cp210x
[ 9474.686825] usbserial: USB Serial support registered for cp210x
[ 9474.686867] cp210x 6-1:1.0: cp210x converter detected
[ 9474.792593] usb 6-1: reset full-speed USB device number 2 using uhci_hcd
[ 9474.931349] usb 6-1: cp210x converter now attached to ttyUSB0
i have tried using modprobe for cp210x and uhci_hcd but no luck. im not new to linux but new to archlinux
Any help would be great