dom wrote:@bfromcolo
When system slows to a crawl, what does top report as the busy processes?
Are you in X or does it fail from initial console?
Does dmesg produce lots of errors?
If you set:
dwc_otg.microframe_schedule=0
does it behave better, or is it still broken?
The system is only around 10% utilized when it becomes sluggish. Top processes were: rsyslogd, xorg, top, x-terminal-emul, gksu
When I insert the wifi adapter I get this:
[ 281.242518] usb 1-1.3.4: new high-speed USB device number 9 using dwc_otg
[ 281.350658] usb 1-1.3.4: New USB device found, idVendor=0bda, idProduct=8189
[ 281.350694] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 281.350715] usb 1-1.3.4: Product: RTL8187B_WLAN_Adapter
[ 281.350731] usb 1-1.3.4: Manufacturer: Manufacturer_Realtek
[ 281.350762] usb 1-1.3.4: SerialNumber: 00e04c000001
[ 281.461316] cfg80211: Calling CRDA to update world regulatory domain
[ 281.900150] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 281.905011] ieee80211 phy0: hwaddr 00:08:54:a0:c0:a6, RTL8187BvE V0 + rtl8225z2, rfkill mask 2
[ 281.928155] rtl8187: Customer ID is 0x00
[ 281.931694] Registered led device: rtl8187-phy0::radio
[ 281.941881] Registered led device: rtl8187-phy0::tx
[ 281.946765] Registered led device: rtl8187-phy0::rx
[ 281.947787] rtl8187: wireless switch is on
[ 281.948033] usbcore: registered new interface driver rtl8187
[ 297.633072] smsc95xx 1-1.1:1.0: eth0: Failed to read register index 0x00000114
[ 302.633379] smsc95xx 1-1.1:1.0: eth0: Failed to write register index 0x00000114
[ 307.633553] smsc95xx 1-1.1:1.0: eth0: Failed to read register index 0x00000114
[ 312.633794] smsc95xx 1-1.1:1.0: eth0: Failed to read register index 0x00000118
[ 317.634029] smsc95xx 1-1.1:1.0: eth0: Failed to read register index 0x00000114
And the error messages repeat.
At this point I tried to launch a browser, after it started to initialize dmesg is filled with these messages which continue until I remove the wifi adapter:
[ 549.826391] smsc95xx 1-1.1:1.0: eth0: kevent 4 may have been dropped
[ 549.834365] smsc95xx 1-1.1:1.0: eth0: kevent 4 may have been dropped
[ 549.842387] smsc95xx 1-1.1:1.0: eth0: kevent 4 may have been dropped
[ 549.847305] usb 1-1.3.4: USB disconnect, device number 9
[ 549.850398] smsc95xx 1-1.1:1.0: eth0: kevent 4 may have been dropped
[ 549.864410] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 549.880669] smsc95xx 1-1.1:1.0: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Adding these did not change anything as far as I can tell:
dwc_otg.microframe_schedule=0
dwc_otg.speed=1
Let me know if I can provide anything else.