-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing ttyUSB0 in Ubuntu Jammy #113
Comments
Hi - i still can't get the ttyUSB0 to work. I do not have any of those apt packages. My lsusb output
|
Can you post output from `dmesg | grep tty`
…On Mon, May 16, 2022 at 1:22 AM m0dded ***@***.***> wrote:
Hi - i still can't get the ttyUSB0 to work. I do not have any of those apt
packages.
Hoping you can help!
My lsusb output
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
—
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAS5KZ5IKZLV5ZKLTIEYHCDVKIASTANCNFSM5VD5RFVQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi
Output of uname -r
Output for dwc2
Works in Raspbian. Output of uname -r
Output in Raspbian for dwc2
Can you please give me lines from your config.txt and cmdline.txt ? |
I wanna focus on your dmesg output
That is not correct. If all was good it will look like
Verify your cmdline.txt file. Mine looks like the following. I am booting from sdcard. I don't have a min to boot from crypt/lvm just yet.
Verify your /boot/firmeware/config.txt. Mine can probably use tuning but it works.
|
This is my sonoff zigbee dongle - so in raspbian it just moves automatically to ttyUSB1 - but because my ch341 is not being recognized Ubuntu is allocating ttyUSB0 to it.
Mine looks like this. I am using M.2 Drive
This is mine:
The only difference I see is mine has enable_uart=1 and yours doesn't ? What is your output of uname -r ? |
ok so strange. All along I was doing a soft reboot. It just occurred to me that since the ports are part of the USB-C (power port) - I unplugged the power cable. And plugged it back in and now I can see the ports! Thanks for assisting. |
For Ubuntu Jammy If you notice that your /dev/ttyUSB0 device is missing it could be because another character device has taken control of the ttyUSB0 and renamed it.
Check dmesg
Then check to see if you have braille tablet installed. Uninstall the pkgs if so
apt remove brltty libbrlapi0.8 python3-brlapi xbrlapi
The text was updated successfully, but these errors were encountered: