You are not logged in.
If I connect a USB device before booting then it works fine, but if I try to connect it after booting it nothing happens.
dmesg -w
doesn't show anything when I plug in anything.
Last edited by hiaqua (2022-10-25 07:08:09)
Offline
If I connect a USB device
"a" stands for specific USB or any USB?
Are you running dmesg with root permissions?
$ sudo dmesg -wor
# dmesg -wIf I connect a USB device before booting then it works fine
Please post the outputs of:
# lsusb -vt# journalctl --no-pager --system -b0Last edited by d.ALT (2022-10-24 20:53:09)
<49,17,III,I> Fama di loro il mondo esser non lassa;
<50,17,III,I> misericordia e giustizia li sdegna:
<51,17,III,I> non ragioniam di lor, ma guarda e passa.
Offline
I've found the source of the problem, it was that I had tlp installed, after removing it USB works perfectly, thanks for your help.
Offline
If your controller has a problem with USB autosuspend you can simply configure that: https://wiki.archlinux.org/title/TLP#USB_autosuspend
Offline