COM Ports Not Apppearing

I cannot get any of my Adafruit products to appear as a com port on my PC. I have tried finding the drivers for all my respective parts and MOBO. I have had it work before with the exact same setup but it will randomly not work and I do not know why. Any Ideas?

Welcome! :smile:

Is the driver a CH340? I've had issues with this one and other Ubuntu systems. Here are the downloadable 1.6.x drivers, not sure if you've already got those or not.

With it in USB, what do you get with lsusb?

This is what lsusb throws up:

Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 258a:1007 SINOWEALTH Game Mouse
Bus 003 Device 002: ID 0d8c:0012 C-Media Electronics, Inc. USB Audio Device
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 003: ID 320f:5063 USB2.0 Hub
Bus 008 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Was hoping for a ID of some kind :sweat_smile: I don't see it though..

Do you get any notification sound when plugging in? :thinking: If you are using pin-outs to connect, check the TX / RX wires - my USB breakout cable likes to baaaarely hit the pins sometimes :expressionless:

Doing some digging..

I'm stepping away for a moment - I do see an arduino package available in apt, I don't know if you've got that installed; has built-in libraries, might be good.

Also I see a USB hub in there - are you plugging into the 3rd from the bottom in the list - the USB2.0 Hub? May or may not be hindering some communication to it through the hub.. I would also suggest installing libusb-dev for better support on USB devices.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.