Mislim da imam slican problem kao na ovo linku
https://askubuntu.com/questions/1123298 ... em-reboots
ali mi nije jasno da li treba da 'gadjam' bas taj " /sys/bus/usb/devices/2-1.2/ "
TEST FIX 1: Now, control and level should be set to auto in my opinion. control is a user space attribute controlling run-time power management of this usb device. So let's try changing that as well as these additional ones:
Finally, rerun find /sys/bus/usb/devices/2-1.2/power/ -type f -exec sh -c 'echo -n "$1 " && cat $1' -- {} \; to make sure these changes were made correctly, and retest the port by unplugging and replugging the mouse, and looking at the dmesg look and seeing if the connected disconnected sequence is still repeating.Kod: Obeleži sve
sudo echo "auto" > /sys/bus/usb/devices/2-1.2/power/level sudo echo "auto" > /sys/bus/usb/devices/2-1.2/power/control sudo echo "0" > /sys/bus/usb/devices/2-1.2/power/autosuspend sudo echo "enabled" > /sys/bus/usb/devices/2-1.2/power/runtime_enabled sudo echo "0" > /sys/bus/usb/devices/2-1.2/power/runtime_usage sudo echo "-1" > /sys/bus/usb/devices/2-1.2/power/autosuspend_delay_ms
TEST FIX 2: I also noticed your lsmod | grep usb does not seem to list any usb-common or usbcore modules. Could you also try:
Kod: Obeleži sve
sudo modprobe usbcore sudo modprobe usb-common
Kako da lociram kod mene problem? Video sam da ima dosta tih "usb podfoldera".