This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

wifi usb issues

zorin0s

Sun Jan 19, 2014 6:46:07 pm

I am using a new wifi connection with a dlink dwl-g122 usb adapter. I only get 2 bars of reception and the connection keeps dropping all the time and only way to establish a new connection is to take it out and put it back in. I did get a cd with drivers but they are for windows. How do i get the drivers for linux?

madvinegar

Sun Jan 19, 2014 7:18:58 pm

Please plug the usb stick, connect to internet and post back the results of the following commands:

lspci
lsusb
sudo lshw -c network
iwconfig

zorin0s

Sun Jan 19, 2014 7:53:33 pm

steve@steve:~$ lspci
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #3 (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation C220 Series Chipset Family H81 Express LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 630] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GF108 High Definition Audio Controller (rev a1)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
steve@steve:~$


steve@steve:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 003 Device 002: ID 1532:0016 Razer USA, Ltd
Bus 003 Device 003: ID 07d1:3c03 D-Link System AirPlus G DWL-G122 Wireless Adapter(rev.C1) [Ralink RT2571W]


*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 0c
serial: ac:22:0b:75:90:c8
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=N/A latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:43 ioport:d000(size=256) memory:f7100000-f7100fff memory:f2100000-f2103fff
*-network
description: Wireless interface
physical id: 2
bus info: usb@3:8
logical name: wlan0
serial: 00:1b:11:c9:11:e1
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=rt73usb driverversion=3.2.0-58-generic-pae firmware=1.7 ip=192.168.0.5 link=yes multicast=yes wireless=IEEE 802.11bg









steve@steve:~$ iwconfig
lo no wireless extensions.

wlan0 IEEE 802.11bg ESSID:"NETGEAR29"
Mode:Managed Frequency:2.437 GHz Access Point: 9C:D3:6D:06:75:E0
Bit Rate=36 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
Link Quality=38/70 Signal level=-72 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:41 Missed beacon:0

eth0 no wireless extensions.

zorin0s

Mon Jan 20, 2014 10:05:19 am

bump

madvinegar

Mon Jan 20, 2014 11:04:38 am

Before compiling any new driver or checking if there is any conflict can you please check 1-2 things?
First of all I see that your link quality is a little low. Have you tried changing channel to your router? Maybe the channel you are on is very busy.
With the following command you can check which channels are available for your adopter:
Code:
iwlist wlan0 channel


With the following command you can check how many others are using the same channel as you:
Code:
sudo iwlist wlan0 scan | grep Frequency | sort | uniq -c | sort -n


Please post here the results if you like. Maybe if you just change channel in your router, you will get better and more stable performance.

An just for you info:
Signal strength is a simple measure of the amplitude of the signal that is received. The closer you are to the access point, the higher this will be.
Link quality measures the number of packet errors that occur. The lower the number of packet errors, the higher this will be.
If you are very close to an access point you will get high signal strength, but you might get low link quality due to a microwave oven or cordless phone in the area causing interference.
Conversely, you might be very far from the AP and get low signal strength, but high link quality due to the absence of any RF interference, multipath, etc.



Also, next time your connection drops, open terminal and post back here the results of
Code:
dmesg


The results of the last command are going to be very large, so please put them within code tags. You may have to set your terminal to infinite scrolling (tools > scrolling > infinite).

Swarfendor437

Mon Jan 20, 2014 12:57:21 pm

zorin0s wrote:bump


Hi zorin0s, I'm afraid bumping does not work on this forum! All Moderators are volunteers and madvinegar is the wireless expert for this forum - so please bear this in mind when posting in future.

Any "bump" recurrences will be deleted! :D

zorin0s

Mon Jan 20, 2014 6:58:23 pm

it seems to drop out as soon as i go to watch a youtube video or play games online. When i use wifi on my samsung galaxy s2, the wifi works with no issue. Just seems to be the usb wifi on mypc. Also it would not let me paste the full results of those commands here because it was too long so i put it in pastebin.

http://pastebin.com/MeTQG6Td

madvinegar

Mon Jan 20, 2014 8:23:26 pm

I want to test two theories.

1) Plug the USB stick on another usb port. How many do you have? Try each one of them and see if you have any wifi drops.

2) If the above will not work, lets try to disable the power management of wlan0 so as to give full power to the wifi. (Are you on battery or on power?)
Run this command in terminal
Code:
sudo iwconfig wlan0 power off

Test to see if wifi has problems or not. If it does not have any drops, we can make this permanent.

zorin0s

Tue Jan 21, 2014 5:47:58 pm

tried different usb ports and that command. still dropping out as soon as i play video games and try to watch videos.

madvinegar

Tue Jan 21, 2014 6:17:44 pm

Ok, since we ruled everything else out, lets see if you have any conflict with other drivers. I have a feeling that you may be conflicting with the "rt2800usb" driver.
Can you please post here the result of
Code:
lsmod

zorin0s

Tue Jan 21, 2014 6:19:29 pm

steve@steve:~$ lsmod
Module Size Used by
ip6t_LOG 16846 9
xt_hl 12465 6
ip6t_rt 12473 3
nf_conntrack_ipv6 13581 10
nf_defrag_ipv6 13175 1 nf_conntrack_ipv6
ipt_REJECT 12512 1
ipt_LOG 12783 10
xt_limit 12541 20
xt_tcpudp 12531 18
xt_addrtype 12596 4
xt_state 12514 20
ip6table_filter 12711 1
ip6_tables 18432 3 ip6t_LOG,ip6t_rt,ip6table_filter
nf_conntrack_netbios_ns 12585 0
nf_conntrack_broadcast 12541 1 nf_conntrack_netbios_ns
nf_nat_ftp 12595 0
nf_nat 24959 1 nf_nat_ftp
nf_conntrack_ipv4 19084 12 nf_nat
nf_defrag_ipv4 12649 1 nf_conntrack_ipv4
nf_conntrack_ftp 13183 1 nf_nat_ftp
nf_conntrack 73847 8 nf_conntrack_ipv6,xt_state,nf_conntrack_netbios_ns,nf_conntrack_broadcast,nf_nat_ftp,nf_nat,nf_conntrack_ipv4,nf_conntrack_ftp
iptable_filter 12706 1
ip_tables 18106 1 iptable_filter
x_tables 22011 13 ip6t_LOG,xt_hl,ip6t_rt,ipt_REJECT,ipt_LOG,xt_limit,xt_tcpudp,xt_addrtype,xt_state,ip6table_filter,ip6_tables,iptable_filter,ip_tables
arc4 12473 2
rt73usb 27029 0
crc_itu_t 12627 1 rt73usb
rt2x00usb 20099 1 rt73usb
rt2x00lib 48923 2 rt73usb,rt2x00usb
mac80211 436493 2 rt2x00usb,rt2x00lib
cfg80211 178877 2 rt2x00lib,mac80211
rfcomm 38139 0
bnep 17830 2
bluetooth 158447 10 rfcomm,bnep
binfmt_misc 17292 1
snd_hda_codec_hdmi 31823 4
snd_hda_codec_realtek 174313 1
eeepc_wmi 12949 0
asus_wmi 19624 1 eeepc_wmi
sparse_keymap 13658 1 asus_wmi
ppdev 12849 0
snd_hda_intel 32719 5
snd_hda_codec 109562 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 13276 1 snd_hda_codec
snd_pcm 80916 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
dm_multipath 22747 0
nvidia 10304303 41
snd_seq_midi 13132 0
snd_rawmidi 25424 1 snd_seq_midi
parport_pc 32114 1
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51592 2 snd_seq_midi,snd_seq_midi_event
snd_timer 28931 2 snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
serio_raw 13027 0
wmi 18744 1 asus_wmi
mac_hid 13077 0
snd 62218 20 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 14635 1 snd
snd_page_alloc 14108 2 snd_hda_intel,snd_pcm
lp 17455 0
parport 40930 3 ppdev,parport_pc,lp
dm_raid45 76451 0
xor 25987 1 dm_raid45
dm_mirror 21822 0
dm_region_hash 16100 1 dm_mirror
dm_log 18193 3 dm_raid45,dm_mirror,dm_region_hash
btrfs 638387 0
zlib_deflate 26622 1 btrfs
libcrc32c 12543 1 btrfs
usbhid 41937 0
hid 81731 1 usbhid
video 19115 0
r8169 56396 0
zram 18193 1

madvinegar

Tue Jan 21, 2014 7:35:26 pm

Try also this. In terminal give the following two commands:
Code:
sudo rmmod -f rt73usb
sudo modprobe rt73usb nohwcrypt=1


If it works, we can make it permanent.


However, I am starting to think that the driver is OK ( I do not see any conflict in lsmod) but I think that the problem is your USB slot.
I looked again in your dmesg and I found this specific error repeating 100 times.
Code:
[  337.369730] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  337.773658] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  337.773691] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  337.773703] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  337.773715] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  338.371301] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  338.451864] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  338.594707] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  338.850093] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  339.169329] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  339.368887] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  340.309697] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  340.546053] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  340.593681] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  340.843479] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  340.988120] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  341.384097] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  341.444234] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  341.583790] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  341.587477] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  341.771078] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  341.833773] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  341.838918] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  342.337715] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  342.529026] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  342.581119] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  342.609221] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  342.828586] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.111879] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.239607] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.239633] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.339396] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.503577] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.586776] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.606982] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.751103] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.770248] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  343.838113] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  344.336943] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  344.588950] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  344.827736] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  345.059242] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  345.218805] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  345.218828] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  345.318536] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  345.419118] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  345.422295] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  345.601937] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  346.088760] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  346.388073] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  346.476152] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  346.591500] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  346.846944] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  347.345774] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  347.589862] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  347.836507] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  348.335333] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  348.587570] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  348.826195] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  349.049649] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  349.348849] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  349.761183] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  349.761216] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  349.761228] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  349.761239] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  349.911583] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  350.310650] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  350.493862] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  350.564310] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  350.725572] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  350.814556] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  351.312241] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  351.477431] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  351.477473] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  351.559618] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  351.675341] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  351.840004] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  351.840046] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  352.038422] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  352.610868] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  352.808643] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  353.380905] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  353.558811] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  353.578766] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  353.744073] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  353.744118] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  353.766480] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  353.810208] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  353.941889] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  354.243875] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  354.243932] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  354.440655] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  354.606599] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  354.606634] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  355.103131] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  355.210792] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  355.577910] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  355.601858] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  355.833291] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.040798] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.100661] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.312200] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.453962] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.525383] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.551560] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.583547] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.743213] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.815755] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  356.822972] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  357.321713] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  357.556787] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  357.557152] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  357.812534] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  358.311330] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  359.608213] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  359.692687] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  359.743952] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  359.743978] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  359.999252] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  360.298589] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  360.697518] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  361.020788] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  361.320191] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  361.455545] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  362.062323] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  362.261831] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  362.458680] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  362.585038] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  362.670790] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  362.702180] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  362.840468] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  362.920615] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.319275] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.455152] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.510841] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.567343] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.666467] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.678433] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.698455] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.702363] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.702382] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.830101] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.830113] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  363.917870] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  364.213171] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  364.288332] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  364.376740] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  364.538570] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  364.565476] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  364.565552] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  364.565660] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  364.596240] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  364.803741] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.107020] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.138941] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.238810] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.270394] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.282614] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.446259] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.534046] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.553935] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.665671] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.697596] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.809327] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  365.917082] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  366.000859] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  366.196363] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  366.292180] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  366.440978] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  366.603481] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  366.787036] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  367.281791] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  367.533237] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  368.331229] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  368.377460] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  368.558190] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  368.594600] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  368.921803] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  368.985751] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  368.985781] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.249057] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.320945] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.448604] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.556180] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.664031] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.695946] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.755143] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.755540] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.755664] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.755985] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.756275] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.847587] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.911428] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  369.919393] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.005480] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.006455] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.076803] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.076939] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077020] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077035] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077049] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077059] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077071] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077083] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077094] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077106] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077117] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077128] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.077139] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239028] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239036] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239041] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239045] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239050] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239053] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239058] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239061] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239065] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239071] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239075] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239079] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239083] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239087] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239090] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239094] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239098] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239101] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239105] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239109] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239113] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239116] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239120] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239124] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.239127] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.242638] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.294528] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.334446] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.490080] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.502016] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.529947] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.613742] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.653652] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.665624] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.673620] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.689584] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.693611] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.757445] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.773450] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.785436] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.853215] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.853238] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.853260] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.917012] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.952925] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  370.996903] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.056751] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.120590] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.124635] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.172439] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.192404] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.204378] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.212319] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.224369] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.320078] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.320100] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.355991] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.427881] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.439817] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.531610] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.575464] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.587502] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.814891] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.850810] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.874745] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.894722] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.906730] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  371.922661] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  372.321705] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  372.928197] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  373.319376] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  373.925403] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  374.316964] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  374.979217] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  375.270650] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  375.977834] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  376.268246] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  376.974880] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  377.265890] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  377.980140] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  378.271401] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  378.977741] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  379.269008] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  379.975116] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  380.266605] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  381.267712] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  382.257796] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  383.243452] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  383.275886] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  384.257018] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  384.816911] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  385.382310] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  385.813145] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  386.204386] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  386.811025] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  387.202019] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  387.930754] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  387.941125] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  387.941148] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.059890] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.075692] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.137010] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.193308] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.283337] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.442964] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.666441] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.730319] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.730349] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  388.938435] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  389.021522] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  389.177212] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  389.276960] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  389.312868] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  389.735848] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  389.935600] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  390.234664] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  390.622192] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  391.092614] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  391.192406] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  391.292158] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  391.316025] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  391.490563] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  391.491612] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  391.922606] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  392.221953] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  392.416928] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  392.752642] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  392.752668] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  393.251486] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  393.438518] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  393.608285] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  393.997600] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  394.197208] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  394.459804] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  395.246585] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  395.279290] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  395.472675] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  395.753414] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  396.040706] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  396.232253] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  396.264181] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  396.519601] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  396.703291] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  397.030338] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  397.229861] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  397.359159] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  397.381470] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  397.514791] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  397.828460] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  398.227446] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  398.543825] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  398.818034] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  399.217070] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  399.566234] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  399.903447] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  400.202712] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  400.423245] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  400.573855] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  400.733450] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  400.861117] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  400.861139] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  401.052624] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  401.052645] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  401.190687] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  401.818803] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  401.818823] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  402.211679] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  402.457282] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  402.584958] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  402.584977] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  403.095768] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  403.195498] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  403.230859] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  403.232757] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  403.542694] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  403.584452] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  404.181222] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  404.363803] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  405.250660] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  406.105627] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  406.105662] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  406.295972] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  406.607373] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  406.673010] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  407.170036] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  407.382047] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  407.419149] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  407.884264] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  407.884285] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  408.183529] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  408.448223] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  408.650464] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  408.905794] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  409.161192] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  409.161219] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  409.461325] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  410.158863] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  410.490546] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  411.180406] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  411.409932] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  411.523512] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  412.221900] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  412.431267] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  412.864322] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  413.163634] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  413.559514] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  413.647687] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  414.077370] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  414.177085] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  414.402949] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  414.460411] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  414.460420] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  414.672929] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  414.715803] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  415.118819] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  415.232887] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  415.338691] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  415.386740] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  415.689709] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  415.737431] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  415.865097] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  416.164435] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  416.660367] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  417.150070] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  417.229608] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  418.219415] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  419.271043] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  419.759769] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  420.158835] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  420.337609] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  420.378637] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  420.589782] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  420.692929] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  421.100495] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  421.200276] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  421.622339] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  421.739017] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  421.739043] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  421.739060] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  421.739076] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  422.138082] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  422.641457] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  422.888209] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  423.187465] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  423.408172] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  423.547710] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  424.145261] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  424.177174] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  424.420520] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  424.879366] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  425.174686] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  425.331597] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  425.370267] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  425.505914] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  425.900288] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  426.016661] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  426.116387] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  426.632975] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  427.122108] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  427.439498] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  428.127655] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  428.359551] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  429.145169] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  430.323905] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  430.362292] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  431.160335] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  432.090459] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  432.128890] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  432.209819] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  433.107622] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  433.510079] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  433.614380] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  434.113305] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  435.282691] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  435.600530] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  435.657577] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  435.912919] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  436.112514] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  436.192525] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  436.423740] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  436.586578] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  436.621577] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  437.118027] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  437.709399] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  438.099654] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  438.671877] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  439.061941] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  439.241202] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  440.130792] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  440.612348] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  441.100512] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  442.041721] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  442.425274] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  442.952171] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  443.151526] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  443.326964] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  443.702218] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  443.973205] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  444.069280] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  444.860109] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  445.150793] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  445.241933] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  445.300724] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  446.096485] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  446.227672] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  446.256117] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  447.054644] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  447.157846] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  447.240604] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  448.135543] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  448.307512] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  448.426829] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  448.570251] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  448.809943] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  449.109271] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  449.597769] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  450.086867] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  450.222954] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  450.610188] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  450.725376] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  451.124445] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  452.864537] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  453.041088] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  453.538648] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  454.073266] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  456.351892] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  456.736531] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  457.034212] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  458.041011] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  458.538633] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  459.069287] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  459.672352] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  460.015072] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  460.513884] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  461.012682] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  461.511422] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  461.834629] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  462.042206] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  463.028681] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  463.526587] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  464.081242] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  464.524422] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  464.659825] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  465.014944] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  465.109223] xhci_hcd 0000:00:14.0: ERROR no room on ep ring
[  465.594980] usb 3-8: USB disconnect, device number 2


After this error, the usb disconnects.
I searched in google and I found that this is an error related to USB ports and is corrected in later versions of the kernel.
You said you tried with other usb ports in the laptop. Are you using Zorin 6?
Could you also try with a newer release of Zorin? either zorin 7 or zorin 8. No need to install it. Just prepare a live usb or CD, boot to the live desktop, plug the wireless usb dongle and see if you get drops.
If not, then we can try to backport a newer kernel into Zorin6.

zorin0s

Tue Jan 21, 2014 7:59:28 pm

can we try to backport a newer kernel into Zorin6? i cant download because it keeps dropping out

madvinegar

Tue Jan 21, 2014 8:00:35 pm

Have you tried the following:

Try also this. In terminal give the following two commands:

sudo rmmod -f rt73usb
sudo modprobe rt73usb nohwcrypt=1



If it works, we can make it permanent.

zorin0s

Tue Jan 21, 2014 8:23:59 pm

All that did was disconnect me and it was trying to reconnect and never did. had to take it out and put it back in to re connect

madvinegar

Tue Jan 21, 2014 9:07:03 pm

Ok, try it like this:
In terminal:
Code:
sudo gedit /etc/modprobe.d/rt73usb.conf

A blank document will open. Add inside it the following line:
Code:
options rt73usb nohwcrypt=1

Save, exit and reboot.

After the reboot see if you get any drops. If you get drops, reboot again and after the reboot give also this command in terminal:
Code:
sudo iwconfig wlan0 power off

Test again if you have internet drops. If not, we can make permanent the second command as well.

madvinegar

Wed Jan 22, 2014 7:31:49 am

ZorinOs did you check my above post? Was there any improvement?

However I believe that by disabling the N band frequency, as well as the power saving of your card, you will get good results.
Please let me know.


P.S.
In case there is any problem with the last command I gave you, you can just delete the file we created
Code:
sudo rm /etc/modprobe.d/rt73usb.conf

and reboot.

zorin0s

Thu Jan 23, 2014 6:48:51 am

Still dropping when i go to watch videos online and gaming. After i typed that command it kept disconnecting and wouldn't log back in. only way i could re connect to the net was to restart my pc over and over again

madvinegar

Thu Jan 23, 2014 7:53:30 am

Very sorry to hear that. I am out of ideas. I googled again your problem and the best page I found is one that proposes exactly what I propose.
http://lucas.fitt.net.au/2012/07/07/fix ... ntu-12-04/

Your next best shot is to update to a newer version of Zorin with a newer kernel and see if this problem has been fixed.

Wolfman

Thu Jan 23, 2014 12:37:56 pm

Hi,

have you tried booting the PC without the USB stick and then inserting it; once fully booted?.

Regards Wolfman :D

madvinegar

Fri Jan 24, 2014 8:01:38 am

The last resort would be to use the windows wireless drivers software (ndiswrapper). I have written a detailed guide here:
viewtopic.php?f=6&t=5008&p=23910&hilit=ndiswrapper#p23910

zorin0s

Fri Jan 24, 2014 10:26:26 pm

P.S.
In case there is any problem with the last command I gave you, you can just delete the file we created

Code: Select all
sudo rm /etc/modprobe.d/rt73usb.conf


and reboot.


How do i delete this? i can't even connect to my connection now

madvinegar

Sat Jan 25, 2014 6:31:48 pm

You don't need connection. Just get in desktop, open terminal and issue the following command:

sudo rm /etc/modprobe.d/rt73usb.conf

Then reboot.