You are not logged in.

#1 2013-02-05 23:49:24

ryanvade
Member
Registered: 2013-01-23
Posts: 73

USB ports suddenly stop working: xhci_hcd and ehci_hcdwontload[SOLVED]

Hello everyone.  I am having USB issues on my HP dv6t-7000. I was using my USB keyboard/mouse and the USB was working fine.  I then plug in a flash drive and ALL USB PORTS STOP WORKING.  So I tried the usual fix of reloading xhci_hcd. 

rmmod xhci_hcd

modprobe xhci_hcd

but nothing happens.  I check lsmod and the module is not loaded. Neither is ehci_hcd:

Module                  Size  Used by
nls_utf8                1353  1 
udf                    80114  1 
crc_itu_t               1364  1 udf
fuse                   69245  3 
bbswitch                5731  0 
coretemp                6231  0 
kvm_intel             124064  0 
kvm                   384721  1 kvm_intel
arc4                    2008  2 
crc32c_intel            1988  0 
ghash_clmulni_intel     4598  0 
aesni_intel            46104  0 
uvcvideo               73462  0 
videobuf2_vmalloc       2789  1 uvcvideo
videobuf2_memops        2827  1 videobuf2_vmalloc
videobuf2_core         24073  1 uvcvideo
aes_x86_64              7556  1 aesni_intel
videodev              104777  2 uvcvideo,videobuf2_core
rt2800pci               9864  0 
rt2800lib              49648  1 rt2800pci
rt2x00pci               5052  1 rt2800pci
rt2x00lib              36341  3 rt2x00pci,rt2800lib,rt2800pci
snd_hda_codec_hdmi     27561  1 
snd_hda_codec_idt      55976  1 
hp_wmi                  7899  0 
snd_hda_intel          27700  2 
snd_hda_codec         100743  3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep               6429  1 snd_hda_codec
snd_pcm                77827  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
acpi_cpufreq           10631  1 
eeprom_93cx6            2218  1 rt2800pci
mperf                   1268  1 acpi_cpufreq
mac80211              432402  3 rt2x00lib,rt2x00pci,rt2800lib
cfg80211              179435  2 mac80211,rt2x00lib
ablk_helper             1973  1 aesni_intel
snd_page_alloc          7427  2 snd_pcm,snd_hda_intel
hp_accel               16521  0 
psmouse                76176  0 
media                  10438  2 uvcvideo,videodev
sparse_keymap           3089  1 hp_wmi
lis3lv02d              11636  1 hp_accel
iTCO_wdt                5288  0 
serio_raw               5074  0 
input_polldev           2915  1 lis3lv02d
joydev                  9728  0 
processor              27496  1 acpi_cpufreq
pcspkr                  1900  0 
rfkill                 15997  3 cfg80211,hp_wmi
snd_timer              18935  1 snd_pcm
mei                    61037  0 
cryptd                  8742  3 ghash_clmulni_intel,aesni_intel,ablk_helper
evdev                  10137  11 
iTCO_vendor_support     1930  1 iTCO_wdt
ac                      2569  0 
thermal                 8418  0 
battery                 7099  0 
lpc_ich                11346  0 
xts                     3136  1 aesni_intel
r8169                  56712  0 
lrw                     3662  1 aesni_intel
mii                     4092  1 r8169
gf128mul                6051  2 lrw,xts
crc_ccitt               1364  1 rt2800lib
i2c_i801               10917  0 
snd                    60157  11 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_hda_codec,snd_hda_intel
hid_generic             1146  0 
mxm_wmi                 1468  0 
wmi                     8380  2 hp_wmi,mxm_wmi
microcode              14434  0 
soundcore               5443  1 snd
ext4                  447457  2 
crc16                   1360  1 ext4
jbd2                   78834  1 ext4
mbcache                 6027  1 ext4
usbhid                 41358  0 
hid                    86421  2 hid_generic,usbhid
sr_mod                 14824  1 
cdrom                  35521  1 sr_mod
sd_mod                 31067  3 
ahci                   21393  5 
libahci                20907  1 ahci
libata                168540  2 ahci,libahci
scsi_mod              130423  3 libata,sd_mod,sr_mod
usbcore               173914  2 uvcvideo,usbhid
usb_common               955  1 usbcore
i915                  526734  3 
video                  11332  1 i915
button                  4670  1 i915
i2c_algo_bit            5392  1 i915
intel_agp              10745  1 i915
intel_gtt              15361  2 i915,intel_agp
drm_kms_helper         33007  1 i915
drm                   225482  4 i915,drm_kms_helper
i2c_core               23076  6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev

Then I look at dmesg:

[ 2179.728545] usb 3-1: new high-speed USB device number 3 using xhci_hcd
[ 2181.739284] xhci_hcd 0000:00:14.0: WARN Event TRB for slot 2 ep 2 with no TDs queued?
[ 2181.739289] xhci_hcd 0000:00:14.0: WARN Event TRB for slot 2 ep 1 with no TDs queued?
[ 2181.739292] xhci_hcd 0000:00:14.0: WARN Event TRB for slot 2 ep 0 with no TDs queued?
[ 2198.969052] xhci_hcd 0000:00:14.0: remove, state 4
[ 2198.969064] usb usb4: USB disconnect, device number 1
[ 2198.969194] xHCI xhci_drop_endpoint called for root hub
[ 2198.969197] xHCI xhci_check_bandwidth called for root hub
[ 2198.973684] xhci_hcd 0000:00:14.0: USB bus 4 deregistered
[ 2198.973694] xhci_hcd 0000:00:14.0: remove, state 1
[ 2198.973701] usb usb3: USB disconnect, device number 1
[ 2198.973704] usb 3-1: USB disconnect, device number 3
[ 2198.974681] usb 3-4: USB disconnect, device number 2
[ 2199.140187] xhci_hcd 0000:00:14.0: Slot 1 endpoint 2 not removed from BW list!
[ 2199.140192] xhci_hcd 0000:00:14.0: Slot 1 endpoint 4 not removed from BW list!
[ 2199.140308] xHCI xhci_drop_endpoint called for root hub
[ 2199.140311] xHCI xhci_check_bandwidth called for root hub
[ 2199.140639] xhci_hcd 0000:00:14.0: USB bus 3 deregistered
[ 2328.659201] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 2328.868886] usb 1-1.2: new high-speed USB device number 5 using ehci_hcd
[ 2347.145796] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 2347.288443] usb 1-1.2: USB disconnect, device number 5
[ 2359.582513] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 2359.795564] usb 1-1.2: new high-speed USB device number 6 using ehci_hcd
[ 2376.424057] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 2376.450686] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 2376.450717] ehci_hcd 0000:00:1d.0: remove, state 4
[ 2376.450728] usb usb2: USB disconnect, device number 1
[ 2376.450731] usb 2-1: USB disconnect, device number 2
[ 2376.456233] ehci_hcd 0000:00:1d.0: USB bus 2 deregistered
[ 2376.467332] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 2376.493962] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 2376.493982] ehci_hcd 0000:00:1a.0: remove, state 4
[ 2376.493993] usb usb1: USB disconnect, device number 1
[ 2376.493997] usb 1-1: USB disconnect, device number 2
[ 2376.493999] usb 1-1.1: USB disconnect, device number 3
[ 2376.494208] usb 1-1.2: USB disconnect, device number 6
[ 2376.494346] usb 1-1.3: USB disconnect, device number 4
[ 2376.536849] ehci_hcd 0000:00:1a.0: USB bus 1 deregistered
[ 2517.463171] CPU3: Package power limit notification (total events = 81)
[ 2517.463174] CPU1: Package power limit notification (total events = 81)
[ 2517.463175] CPU2: Package power limit notification (total events = 81)
[ 2517.463177] CPU0: Package power limit notification (total events = 81)
[ 2517.474151] CPU1: Package power limit normal
[ 2517.474153] CPU2: Package power limit normal
[ 2517.474154] CPU3: Package power limit normal
[ 2517.474163] CPU0: Package power limit normal
[ 3126.529391] CPU1: Package power limit notification (total events = 125)
[ 3126.529392] CPU0: Package power limit notification (total events = 125)
[ 3126.529395] CPU2: Package power limit notification (total events = 125)
[ 3126.529396] CPU3: Package power limit notification (total events = 125)
[ 3126.529790] CPU1: Package power limit normal
[ 3126.529791] CPU3: Package power limit normal
[ 3126.529792] CPU2: Package power limit normal
[ 3126.529793] CPU0: Package power limit normal

The journalctl:

Feb 05 17:28:26 ryan-linux-desktop kernel: xhci_hcd 0000:00:14.0: WARN Event TRB for slot 2 ep 2 with no TDs queued?
Feb 05 17:28:26 ryan-linux-desktop kernel: xhci_hcd 0000:00:14.0: WARN Event TRB for slot 2 ep 1 with no TDs queued?
Feb 05 17:28:26 ryan-linux-desktop kernel: xhci_hcd 0000:00:14.0: WARN Event TRB for slot 2 ep 0 with no TDs queued?
Feb 05 17:28:44 ryan-linux-desktop sudo[26409]: ryanvade : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/usr/bin/rmmod xhci_hcd
Feb 05 17:28:44 ryan-linux-desktop sudo[26409]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:28:44 ryan-linux-desktop kernel: xhci_hcd 0000:00:14.0: remove, state 4
Feb 05 17:28:44 ryan-linux-desktop kernel: usb usb4: USB disconnect, device number 1
Feb 05 17:28:44 ryan-linux-desktop kernel: xHCI xhci_drop_endpoint called for root hub
Feb 05 17:28:44 ryan-linux-desktop kernel: xHCI xhci_check_bandwidth called for root hub
Feb 05 17:28:44 ryan-linux-desktop kernel: xhci_hcd 0000:00:14.0: USB bus 4 deregistered
Feb 05 17:28:44 ryan-linux-desktop kernel: xhci_hcd 0000:00:14.0: remove, state 1
Feb 05 17:28:44 ryan-linux-desktop kernel: usb usb3: USB disconnect, device number 1
Feb 05 17:28:44 ryan-linux-desktop kernel: usb 3-1: USB disconnect, device number 3
Feb 05 17:28:44 ryan-linux-desktop kernel: usb 3-4: USB disconnect, device number 2
Feb 05 17:28:44 ryan-linux-desktop sudo[26409]: pam_unix(sudo:session): session closed for user root
Feb 05 17:28:44 ryan-linux-desktop kernel: xhci_hcd 0000:00:14.0: Slot 1 endpoint 2 not removed from BW list!
Feb 05 17:28:44 ryan-linux-desktop kernel: xhci_hcd 0000:00:14.0: Slot 1 endpoint 4 not removed from BW list!
Feb 05 17:28:44 ryan-linux-desktop kernel: xHCI xhci_drop_endpoint called for root hub
Feb 05 17:28:44 ryan-linux-desktop kernel: xHCI xhci_check_bandwidth called for root hub
Feb 05 17:28:44 ryan-linux-desktop kernel: xhci_hcd 0000:00:14.0: USB bus 3 deregistered
Feb 05 17:28:50 ryan-linux-desktop sudo[26473]: ryanvade : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/sbin/modprobe xhci_hcd
Feb 05 17:28:50 ryan-linux-desktop sudo[26473]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:28:50 ryan-linux-desktop sudo[26473]: pam_unix(sudo:session): session closed for user root
Feb 05 17:28:55 ryan-linux-desktop sudo[26522]: ryanvade : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/sbin/modprobe xhci_hcd
Feb 05 17:28:55 ryan-linux-desktop sudo[26522]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:28:55 ryan-linux-desktop sudo[26522]: pam_unix(sudo:session): session closed for user root
Feb 05 17:29:00 ryan-linux-desktop sudo[26561]: ryanvade : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/sbin/modprobe xhci_hcd
Feb 05 17:29:00 ryan-linux-desktop sudo[26561]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:29:00 ryan-linux-desktop sudo[26561]: pam_unix(sudo:session): session closed for user root
Feb 05 17:29:10 ryan-linux-desktop sudo[26652]: ryanvade : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/usr/bin/rmmod xhci_hcd
Feb 05 17:29:10 ryan-linux-desktop sudo[26652]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:29:10 ryan-linux-desktop sudo[26652]: pam_unix(sudo:session): session closed for user root
Feb 05 17:29:17 ryan-linux-desktop sudo[26714]: ryanvade : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/sbin/modprobe xhci_hcd
Feb 05 17:29:17 ryan-linux-desktop sudo[26714]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:29:17 ryan-linux-desktop sudo[26714]: pam_unix(sudo:session): session closed for user root
Feb 05 17:29:25 ryan-linux-desktop sudo[26785]: ryanvade : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/sbin/modprobe xhci_hcd
Feb 05 17:29:25 ryan-linux-desktop sudo[26785]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:29:25 ryan-linux-desktop sudo[26785]: pam_unix(sudo:session): session closed for user root
Feb 05 17:29:29 ryan-linux-desktop sudo[26826]: ryanvade : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/sbin/modprobe xhci_hcd
Feb 05 17:29:29 ryan-linux-desktop sudo[26826]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:29:29 ryan-linux-desktop sudo[26826]: pam_unix(sudo:session): session closed for user root
Feb 05 17:29:30 ryan-linux-desktop sudo[26836]: ryanvade : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/sbin/modprobe xhci_hcd
Feb 05 17:29:30 ryan-linux-desktop sudo[26836]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:29:30 ryan-linux-desktop sudo[26836]: pam_unix(sudo:session): session closed for user root
Feb 05 17:29:34 ryan-linux-desktop su[26853]: (to root) ryanvade on /dev/pts/2
Feb 05 17:29:34 ryan-linux-desktop su[26853]: pam_unix(su:session): session opened for user root by ryanvade(uid=1000)
Feb 05 17:30:54 ryan-linux-desktop kernel: ehci_hcd 0000:00:1a.0: setting latency timer to 64
Feb 05 17:30:54 ryan-linux-desktop kernel: usb 1-1.2: new high-speed USB device number 5 using ehci_hcd
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27597]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27603]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27605]: Determining power state from /sys/class/power_supply/ADP1/online.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27612]: Not trying other options, already found a power supply.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27618]: Determining power state from /sys/class/power_supply/ADP1/online.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27625]: Not trying other options, already found a power supply.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27631]: Battery level polling is disabled.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27636]: Prelim lock acquisition on descriptor 8 with pid 27589
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27640]: Battery level polling is disabled.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27642]: Prelim lock acquisition on descriptor 9 with pid 27589
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27643]: Now invoking lmt_main_function with arguments -- force
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27645]: Prelim lock acquisition on descriptor 8 with pid 27593
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27648]: Couldn't acquire prelim lock on descriptor 9 with pid 27593
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27649]: On battery power: Activating, because ENABLE_LAPTOP_MODE_ON_BATTERY is set.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27650]: Now invoking lock_retry with arguments -- force
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27652]: Not on AC and we have battery information in /sys/class/power_supply/BAT* -- checking minimum battery charge.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27656]: /sys/class/power_supply/ADP1 is of type Mains.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27657]: Not of type "Battery", skipping.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27659]: /sys/class/power_supply/BAT0 is of type Battery.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27660]: Checking levels for /sys/class/power_supply/BAT0.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27663]: Present: 1.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27665]: Remaining charge: 2101000
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27667]: Full capacity: 5591000
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27669]: Laptop mode
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27670]: Checking if desired state is different from current state.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27671]: enabled, active
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27672]: Module /usr/share/laptop-mode-tools/modules/ac97-powersave is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27673]: Module /usr/share/laptop-mode-tools/modules/battery-level-polling is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27674]: Module /usr/share/laptop-mode-tools/modules/bluetooth is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27675]: Module /usr/share/laptop-mode-tools/modules/configuration-file-control is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27676]: Module /usr/share/laptop-mode-tools/modules/cpufreq is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27677]: Module /usr/share/laptop-mode-tools/modules/dpms-standby is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27678]: Module /usr/share/laptop-mode-tools/modules/eee-superhe is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27679]: Module /usr/share/laptop-mode-tools/modules/ethernet is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27680]: Module /usr/share/laptop-mode-tools/modules/exec-commands is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27681]: Module /usr/share/laptop-mode-tools/modules/hal-polling is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27682]: Module /usr/share/laptop-mode-tools/modules/hdparm is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27683]: Module /usr/share/laptop-mode-tools/modules/intel-hda-powersave is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27684]: Module /usr/share/laptop-mode-tools/modules/intel-sata-powermgmt is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27685]: Module /usr/share/laptop-mode-tools/modules/laptop-mode is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27686]: Module /usr/share/laptop-mode-tools/modules/lcd-brightness is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27687]: Module /usr/share/laptop-mode-tools/modules/nmi-watchdog is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27688]: Module /usr/share/laptop-mode-tools/modules/runtime-pm is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27689]: Module /usr/share/laptop-mode-tools/modules/sched-mc-power-savings is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27690]: Module /usr/share/laptop-mode-tools/modules/sched-smt-power-savings is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27691]: Module /usr/share/laptop-mode-tools/modules/start-stop-programs is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27692]: Module /usr/share/laptop-mode-tools/modules/syslog-conf is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27693]: Module /usr/share/laptop-mode-tools/modules/terminal-blanking is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27694]: Invoking module /usr/share/laptop-mode-tools/modules/usb-autosuspend.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27706]: Enabling autosuspend mode for USBCORE Controller, with timeout 2.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27707]: Module /usr/share/laptop-mode-tools/modules/video-out is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27709]: Module /usr/share/laptop-mode-tools/modules/wireless-ipw-power is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27714]: Enabling auto suspend mode for usb device 1-1.2.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27713]: Module /usr/share/laptop-mode-tools/modules/wireless-iwl-power is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27715]: Module /usr/share/laptop-mode-tools/modules/wireless-power is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27717]: Module /usr/local/lib/laptop-mode-tools/modules/* is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27716]: Enabling auto power level for usb device 1-1.2.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27718]: Module /usr/local/share/laptop-mode-tools/modules/* is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27719]: Module /etc/laptop-mode/modules/* is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27722]: On battery power: Activating, because ENABLE_LAPTOP_MODE_ON_BATTERY is set.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27724]: Not on AC and we have battery information in /sys/class/power_supply/BAT* -- checking minimum battery charge.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27726]: /sys/class/power_supply/ADP1 is of type Mains.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27727]: Not of type "Battery", skipping.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27729]: /sys/class/power_supply/BAT0 is of type Battery.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27730]: Checking levels for /sys/class/power_supply/BAT0.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27732]: Present: 1.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27734]: Remaining charge: 2101000
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27736]: Full capacity: 5591000
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27738]: Laptop mode
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27739]: Checking if desired state is different from current state.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27740]: enabled, active
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27741]: Module /usr/share/laptop-mode-tools/modules/ac97-powersave is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27742]: Module /usr/share/laptop-mode-tools/modules/battery-level-polling is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27743]: Module /usr/share/laptop-mode-tools/modules/bluetooth is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27744]: Module /usr/share/laptop-mode-tools/modules/configuration-file-control is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27745]: Module /usr/share/laptop-mode-tools/modules/cpufreq is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27746]: Module /usr/share/laptop-mode-tools/modules/dpms-standby is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27747]: Module /usr/share/laptop-mode-tools/modules/eee-superhe is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27748]: Module /usr/share/laptop-mode-tools/modules/ethernet is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27749]: Module /usr/share/laptop-mode-tools/modules/exec-commands is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27750]: Module /usr/share/laptop-mode-tools/modules/hal-polling is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27751]: Module /usr/share/laptop-mode-tools/modules/hdparm is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27752]: Module /usr/share/laptop-mode-tools/modules/intel-hda-powersave is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27753]: Module /usr/share/laptop-mode-tools/modules/intel-sata-powermgmt is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27754]: Module /usr/share/laptop-mode-tools/modules/laptop-mode is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27755]: Module /usr/share/laptop-mode-tools/modules/lcd-brightness is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27756]: Module /usr/share/laptop-mode-tools/modules/nmi-watchdog is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27757]: Module /usr/share/laptop-mode-tools/modules/runtime-pm is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27758]: Module /usr/share/laptop-mode-tools/modules/sched-mc-power-savings is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27759]: Module /usr/share/laptop-mode-tools/modules/sched-smt-power-savings is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27760]: Module /usr/share/laptop-mode-tools/modules/start-stop-programs is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27761]: Module /usr/share/laptop-mode-tools/modules/syslog-conf is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27762]: Module /usr/share/laptop-mode-tools/modules/terminal-blanking is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27764]: Invoking module /usr/share/laptop-mode-tools/modules/usb-autosuspend.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27776]: Enabling autosuspend mode for USBCORE Controller, with timeout 2.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27777]: Module /usr/share/laptop-mode-tools/modules/video-out is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27780]: Module /usr/share/laptop-mode-tools/modules/wireless-ipw-power is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27781]: Module /usr/share/laptop-mode-tools/modules/wireless-iwl-power is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27782]: Module /usr/share/laptop-mode-tools/modules/wireless-power is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27785]: Not enabling auto suspend mode for usb device 1-1.2:1.0
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27786]: Module /usr/local/lib/laptop-mode-tools/modules/* is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27787]: Not enabling auto power level for usb device 1-1.2:1.0
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27788]: Module /usr/local/share/laptop-mode-tools/modules/* is not executable or is to be skipped.
Feb 05 17:30:54 ryan-linux-desktop laptop-mode[27789]: Module /etc/laptop-mode/modules/* is not executable or is to be skipped.
Feb 05 17:31:12 ryan-linux-desktop kernel: ehci_hcd 0000:00:1a.0: setting latency timer to 64
Feb 05 17:31:12 ryan-linux-desktop kernel: usb 1-1.2: USB disconnect, device number 5
Feb 05 17:31:24 ryan-linux-desktop kernel: ehci_hcd 0000:00:1a.0: setting latency timer to 64
Feb 05 17:31:25 ryan-linux-desktop kernel: usb 1-1.2: new high-speed USB device number 6 using ehci_hcd
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28069]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28070]: Warning: Configuration file /etc/laptop-mode/conf.d/board-specific/* is not readable, skipping.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28083]: Determining power state from /sys/class/power_supply/ADP1/online.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28084]: Determining power state from /sys/class/power_supply/ADP1/online.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28090]: Not trying other options, already found a power supply.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28089]: Not trying other options, already found a power supply.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28106]: Battery level polling is disabled.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28110]: Battery level polling is disabled.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28111]: Prelim lock acquisition on descriptor 8 with pid 28062
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28113]: Couldn't acquire prelim lock on descriptor 8 with pid 28064
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28116]: Prelim lock acquisition on descriptor 9 with pid 28062
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28118]: Now invoking lmt_main_function with arguments -- force
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28119]: Couldn't acquire prelim lock on descriptor 9 with pid 28064
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28121]: Now invoking lock_retry with arguments -- force
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28124]: On battery power: Activating, because ENABLE_LAPTOP_MODE_ON_BATTERY is set.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28127]: Not on AC and we have battery information in /sys/class/power_supply/BAT* -- checking minimum battery charge.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28129]: /sys/class/power_supply/ADP1 is of type Mains.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28130]: Not of type "Battery", skipping.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28132]: /sys/class/power_supply/BAT0 is of type Battery.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28133]: Checking levels for /sys/class/power_supply/BAT0.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28135]: Present: 1.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28137]: Remaining charge: 2076000
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28139]: Full capacity: 5591000
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28141]: Laptop mode
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28142]: Checking if desired state is different from current state.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28144]: enabled, active
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28145]: Module /usr/share/laptop-mode-tools/modules/ac97-powersave is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28146]: Module /usr/share/laptop-mode-tools/modules/battery-level-polling is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28147]: Module /usr/share/laptop-mode-tools/modules/bluetooth is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28148]: Module /usr/share/laptop-mode-tools/modules/configuration-file-control is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28149]: Module /usr/share/laptop-mode-tools/modules/cpufreq is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28150]: Module /usr/share/laptop-mode-tools/modules/dpms-standby is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28151]: Module /usr/share/laptop-mode-tools/modules/eee-superhe is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28152]: Module /usr/share/laptop-mode-tools/modules/ethernet is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28153]: Module /usr/share/laptop-mode-tools/modules/exec-commands is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28154]: Module /usr/share/laptop-mode-tools/modules/hal-polling is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28155]: Module /usr/share/laptop-mode-tools/modules/hdparm is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28156]: Module /usr/share/laptop-mode-tools/modules/intel-hda-powersave is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28157]: Module /usr/share/laptop-mode-tools/modules/intel-sata-powermgmt is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28158]: Module /usr/share/laptop-mode-tools/modules/laptop-mode is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28159]: Module /usr/share/laptop-mode-tools/modules/lcd-brightness is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28160]: Module /usr/share/laptop-mode-tools/modules/nmi-watchdog is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28161]: Module /usr/share/laptop-mode-tools/modules/runtime-pm is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28162]: Module /usr/share/laptop-mode-tools/modules/sched-mc-power-savings is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28163]: Module /usr/share/laptop-mode-tools/modules/sched-smt-power-savings is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28164]: Module /usr/share/laptop-mode-tools/modules/start-stop-programs is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28165]: Module /usr/share/laptop-mode-tools/modules/syslog-conf is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28166]: Module /usr/share/laptop-mode-tools/modules/terminal-blanking is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28167]: Invoking module /usr/share/laptop-mode-tools/modules/usb-autosuspend.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28179]: Enabling autosuspend mode for USBCORE Controller, with timeout 2.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28180]: Module /usr/share/laptop-mode-tools/modules/video-out is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28183]: Module /usr/share/laptop-mode-tools/modules/wireless-ipw-power is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28185]: Module /usr/share/laptop-mode-tools/modules/wireless-iwl-power is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28187]: Module /usr/share/laptop-mode-tools/modules/wireless-power is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28188]: Module /usr/local/lib/laptop-mode-tools/modules/* is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28190]: Module /usr/local/share/laptop-mode-tools/modules/* is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28189]: Enabling auto suspend mode for usb device 1-1.2.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28191]: Module /etc/laptop-mode/modules/* is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28192]: Enabling auto power level for usb device 1-1.2.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28195]: On battery power: Activating, because ENABLE_LAPTOP_MODE_ON_BATTERY is set.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28197]: Not on AC and we have battery information in /sys/class/power_supply/BAT* -- checking minimum battery charge.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28199]: /sys/class/power_supply/ADP1 is of type Mains.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28200]: Not of type "Battery", skipping.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28202]: /sys/class/power_supply/BAT0 is of type Battery.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28203]: Checking levels for /sys/class/power_supply/BAT0.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28205]: Present: 1.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28207]: Remaining charge: 2076000
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28209]: Full capacity: 5591000
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28211]: Laptop mode
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28212]: Checking if desired state is different from current state.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28213]: enabled, active
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28214]: Module /usr/share/laptop-mode-tools/modules/ac97-powersave is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28215]: Module /usr/share/laptop-mode-tools/modules/battery-level-polling is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28216]: Module /usr/share/laptop-mode-tools/modules/bluetooth is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28217]: Module /usr/share/laptop-mode-tools/modules/configuration-file-control is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28218]: Module /usr/share/laptop-mode-tools/modules/cpufreq is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28219]: Module /usr/share/laptop-mode-tools/modules/dpms-standby is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28220]: Module /usr/share/laptop-mode-tools/modules/eee-superhe is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28221]: Module /usr/share/laptop-mode-tools/modules/ethernet is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28223]: Module /usr/share/laptop-mode-tools/modules/exec-commands is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28224]: Module /usr/share/laptop-mode-tools/modules/hal-polling is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28225]: Module /usr/share/laptop-mode-tools/modules/hdparm is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28226]: Module /usr/share/laptop-mode-tools/modules/intel-hda-powersave is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28227]: Module /usr/share/laptop-mode-tools/modules/intel-sata-powermgmt is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28228]: Module /usr/share/laptop-mode-tools/modules/laptop-mode is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28229]: Module /usr/share/laptop-mode-tools/modules/lcd-brightness is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28230]: Module /usr/share/laptop-mode-tools/modules/nmi-watchdog is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28231]: Module /usr/share/laptop-mode-tools/modules/runtime-pm is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28232]: Module /usr/share/laptop-mode-tools/modules/sched-mc-power-savings is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28233]: Module /usr/share/laptop-mode-tools/modules/sched-smt-power-savings is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28234]: Module /usr/share/laptop-mode-tools/modules/start-stop-programs is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28235]: Module /usr/share/laptop-mode-tools/modules/syslog-conf is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28236]: Module /usr/share/laptop-mode-tools/modules/terminal-blanking is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28237]: Invoking module /usr/share/laptop-mode-tools/modules/usb-autosuspend.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28245]: Enabling autosuspend mode for USBCORE Controller, with timeout 2.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28254]: Module /usr/share/laptop-mode-tools/modules/video-out is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28255]: Not enabling auto suspend mode for usb device 1-1.2:1.0
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28256]: Not enabling auto power level for usb device 1-1.2:1.0
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28257]: Module /usr/share/laptop-mode-tools/modules/wireless-ipw-power is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28258]: Module /usr/share/laptop-mode-tools/modules/wireless-iwl-power is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28259]: Module /usr/share/laptop-mode-tools/modules/wireless-power is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28260]: Module /usr/local/lib/laptop-mode-tools/modules/* is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28261]: Module /usr/local/share/laptop-mode-tools/modules/* is not executable or is to be skipped.
Feb 05 17:31:25 ryan-linux-desktop laptop-mode[28262]: Module /etc/laptop-mode/modules/* is not executable or is to be skipped.
Feb 05 17:31:41 ryan-linux-desktop kernel: ehci_hcd 0000:00:1d.0: setting latency timer to 64
Feb 05 17:31:41 ryan-linux-desktop kernel: ehci_hcd 0000:00:1d.0: setting latency timer to 64
Feb 05 17:31:41 ryan-linux-desktop kernel: ehci_hcd 0000:00:1d.0: remove, state 4
Feb 05 17:31:41 ryan-linux-desktop kernel: usb usb2: USB disconnect, device number 1
Feb 05 17:31:41 ryan-linux-desktop kernel: usb 2-1: USB disconnect, device number 2
Feb 05 17:31:41 ryan-linux-desktop kernel: ehci_hcd 0000:00:1d.0: USB bus 2 deregistered
Feb 05 17:31:41 ryan-linux-desktop kernel: ehci_hcd 0000:00:1a.0: setting latency timer to 64
Feb 05 17:31:41 ryan-linux-desktop kernel: ehci_hcd 0000:00:1a.0: setting latency timer to 64
Feb 05 17:31:41 ryan-linux-desktop kernel: ehci_hcd 0000:00:1a.0: remove, state 4
Feb 05 17:31:41 ryan-linux-desktop kernel: usb usb1: USB disconnect, device number 1
Feb 05 17:31:41 ryan-linux-desktop kernel: usb 1-1: USB disconnect, device number 2
Feb 05 17:31:41 ryan-linux-desktop kernel: usb 1-1.1: USB disconnect, device number 3
Feb 05 17:31:41 ryan-linux-desktop kernel: usb 1-1.2: USB disconnect, device number 6
Feb 05 17:31:41 ryan-linux-desktop kernel: usb 1-1.3: USB disconnect, device number 4
Feb 05 17:31:41 ryan-linux-desktop kernel: ehci_hcd 0000:00:1a.0: USB bus 1 deregistered
Feb 05 17:34:03 ryan-linux-desktop kernel: CPU3: Package power limit notification (total events = 81)
Feb 05 17:34:03 ryan-linux-desktop kernel: CPU1: Package power limit notification (total events = 81)
Feb 05 17:34:03 ryan-linux-desktop kernel: CPU2: Package power limit notification (total events = 81)
Feb 05 17:34:03 ryan-linux-desktop kernel: CPU0: Package power limit notification (total events = 81)
Feb 05 17:34:03 ryan-linux-desktop kernel: CPU1: Package power limit normal
Feb 05 17:34:03 ryan-linux-desktop kernel: CPU2: Package power limit normal
Feb 05 17:34:03 ryan-linux-desktop kernel: CPU3: Package power limit normal
Feb 05 17:34:03 ryan-linux-desktop kernel: CPU0: Package power limit normal
Feb 05 17:37:56 ryan-linux-desktop sudo[31776]: root : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/sbin/modprobe -r xhci_hcd
Feb 05 17:37:56 ryan-linux-desktop sudo[31776]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:37:56 ryan-linux-desktop sudo[31776]: pam_unix(sudo:session): session closed for user root
Feb 05 17:37:59 ryan-linux-desktop sudo[31810]: root : TTY=pts/2 ; PWD=/home/ryanvade ; USER=root ; COMMAND=/sbin/modprobe xhci_hcd
Feb 05 17:37:59 ryan-linux-desktop sudo[31810]: pam_unix(sudo:session): session opened for user root by ryanvade(uid=0)
Feb 05 17:37:59 ryan-linux-desktop sudo[31810]: pam_unix(sudo:session): session closed for user root
Feb 05 17:44:12 ryan-linux-desktop kernel: CPU1: Package power limit notification (total events = 125)
Feb 05 17:44:12 ryan-linux-desktop kernel: CPU0: Package power limit notification (total events = 125)
Feb 05 17:44:12 ryan-linux-desktop kernel: CPU2: Package power limit notification (total events = 125)
Feb 05 17:44:12 ryan-linux-desktop kernel: CPU3: Package power limit notification (total events = 125)
Feb 05 17:44:12 ryan-linux-desktop kernel: CPU1: Package power limit normal
Feb 05 17:44:12 ryan-linux-desktop kernel: CPU3: Package power limit normal
Feb 05 17:44:12 ryan-linux-desktop kernel: CPU2: Package power limit normal
Feb 05 17:44:12 ryan-linux-desktop kernel: CPU0: Package power limit normal

A new kernel was just installed via pacman.  I haven't booted it yet.  Maybe that will fix it?

EDIT: This is happening with kernel 3.7.6-1-ARCH.  Especially after the computer goes to sleep.

Last edited by ryanvade (2013-02-21 22:51:29)

Offline

#2 2013-02-06 06:30:54

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: USB ports suddenly stop working: xhci_hcd and ehci_hcdwontload[SOLVED]

Perhaps you could test out the 3.8-RC6 kernel and see if the issue (which looks like a bug related to USB 3.0) is resolved:

http://sakuscans.com/pacmanpkg/x86_64/


I laugh, yet the joke is on me

Offline

#3 2013-02-06 06:32:31

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: USB ports suddenly stop working: xhci_hcd and ehci_hcdwontload[SOLVED]

reboot

Seriously, it is trying to load modules meant for the new kernel into the old running kernel.

Offline

#4 2013-02-10 03:28:15

ryanvade
Member
Registered: 2013-01-23
Posts: 73

Re: USB ports suddenly stop working: xhci_hcd and ehci_hcdwontload[SOLVED]

Well 2.0 ports work now.

3.0 works for a few seconds, then stops.

[  302.762355] xhci_hcd 0000:00:14.0: setting latency timer to 64
[  302.762468] xhci_hcd 0000:00:14.0: remove, state 84
[  302.775661] usb usb4: USB disconnect, device number 1
[  302.776021] xHCI xhci_drop_endpoint called for root hub
[  302.776030] xHCI xhci_check_bandwidth called for root hub
[  302.776377] xhci_hcd 0000:00:14.0: USB bus 4 deregistered
[  302.776396] xhci_hcd 0000:00:14.0: remove, state 1
[  302.878776] hub 3-0:1.0: activate --> -108
[  302.878841] usb usb3: USB disconnect, device number 1
[  302.879119] xHCI xhci_drop_endpoint called for root hub
[  302.879124] xHCI xhci_check_bandwidth called for root hub
[  302.879533] xhci_hcd 0000:00:14.0: USB bus 3 deregistered
[  314.069077] xhci_hcd 0000:00:14.0: setting latency timer to 64
[  314.069093] xhci_hcd 0000:00:14.0: xHCI Host Controller
[  314.069116] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[  314.069277] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[  314.069304] xhci_hcd 0000:00:14.0: irq 21, io mem 0x74600000
[  314.069409] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
[  314.069910] xHCI xhci_add_endpoint called for root hub
[  314.069919] xHCI xhci_check_bandwidth called for root hub
[  314.070031] hub 3-0:1.0: USB hub found
[  314.070051] hub 3-0:1.0: 4 ports detected
[  314.080764] xhci_hcd 0000:00:14.0: xHCI Host Controller
[  314.080774] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[  314.081037] xHCI xhci_add_endpoint called for root hub
[  314.081040] xHCI xhci_check_bandwidth called for root hub
[  314.081089] hub 4-0:1.0: USB hub found
[  314.081099] hub 4-0:1.0: 4 ports detected
[  314.430506] usb 3-4: new low-speed USB device number 2 using xhci_hcd
[  314.450307] usb 3-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  314.450325] usb 3-4: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[  314.454047] input: GE 98134 GE 98134 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input20
[  314.454371] hid-generic 0003:05B8:3155.0007: input,hidraw0: USB HID v1.00 Keyboard [GE 98134 GE 98134] on usb-0000:00:14.0-4/input0
[  314.459555] input: GE 98134 GE 98134 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/input/input21
[  314.460089] hid-generic 0003:05B8:3155.0008: input,hiddev0,hidraw1: USB HID v1.00 Mouse [GE 98134 GE 98134] on usb-0000:00:14.0-4/input1
[  341.130120] xhci_hcd 0000:00:14.0: WARN Event TRB for slot 1 ep 0 with no TDs queued?

Something else I noticed was that when I unplug the power cable to my laptop, the USB 3.0 stops and I get this in dmesg right after:

[  609.467318] EXT4-fs (sda6): re-mounted. Opts: data=ordered,commit=600
[  609.485639] EXT4-fs (sda5): re-mounted. Opts: data=ordered,commit=600
[  609.988234] EXT4-fs (sda6): re-mounted. Opts: data=ordered,commit=600
[  610.072949] xhci_hcd 0000:00:14.0: WARN Event TRB for slot 2 ep 0 with no TDs queued?
[  610.097739] EXT4-fs (sda5): re-mounted. Opts: data=ordered,commit=600
[  610.664363] EXT4-fs (sda6): re-mounted. Opts: data=ordered,commit=600
[  610.737512] EXT4-fs (sda5): re-mounted. Opts: data=ordered,commit=600

*NOTE is it possible to install the 3.8-rc kernel through yaourt? I have tried to compile it myself using old config and it never works.  EVER.

Last edited by ryanvade (2013-02-10 06:27:42)

Offline

#5 2013-02-15 23:36:13

ryanvade
Member
Registered: 2013-01-23
Posts: 73

Re: USB ports suddenly stop working: xhci_hcd and ehci_hcdwontload[SOLVED]

Okay.  I still can't figure this out.

Offline

#6 2013-02-19 23:30:10

ryanvade
Member
Registered: 2013-01-23
Posts: 73

Re: USB ports suddenly stop working: xhci_hcd and ehci_hcdwontload[SOLVED]

can someone please help?

I reinstalled and it is still happening.  I am trying the liquirix kernel and the ck kernel.  Both are also having issues.  the Mainline kernel seems to be having this problem too.

Last edited by ryanvade (2013-02-19 23:31:16)

Offline

#7 2013-02-19 23:51:40

reztho
Member
Registered: 2007-12-16
Posts: 41

Re: USB ports suddenly stop working: xhci_hcd and ehci_hcdwontload[SOLVED]

Run powertop, toggle the tunable for "runtime PM" of your USB 3.0 controller and now check the port is working. I assume it's turned on by whatever powersaving tool you may use which can actually toggle the tunable again to the non-working state after some time. So you need to locate the tool and override its settings if this fixes the USB port.

Offline

#8 2013-02-21 22:50:44

ryanvade
Member
Registered: 2013-01-23
Posts: 73

Re: USB ports suddenly stop working: xhci_hcd and ehci_hcdwontload[SOLVED]

That fixed it. THANKS!!!!!

Offline

Board footer

Powered by FluxBB