Launchpad has imported 56 comments from the remote bug at https://bugzilla.kernel.org/show_bug.cgi?id=61621.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2013-09-18T14:52:38+00:00 eredar wrote: It seems that the rt3290 wireless chipset acts very flaky under 3.11.1, my last kernel before this one was 3.10.3 and it didn't have this problem. I'm currently compiling 3.10.10 to see if it works again there as reported in the arch linux forums. Revelant forum topic where I found other users with the problem: https://bbs.archlinux.org/viewtopic.php?pid=1326183#p1326183 By flaky I mean that after a while it just refuses to connect, this is some dmesg output: [ 4.949297] wlp1s0f0: authenticate with 5c:7d:5e:de:b6:04 [ 4.961762] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 1/3) [ 4.963279] wlp1s0f0: authenticated [ 4.964933] wlp1s0f0: associate with 5c:7d:5e:de:b6:04 (try 1/3) [ 4.970465] wlp1s0f0: RX AssocResp from 5c:7d:5e:de:b6:04 (capab=0x431 status=0 aid=1) [ 4.970563] wlp1s0f0: associated [ 28.285869] fuse init (API version 7.22) [ 29.967936] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=0 [ 29.983555] EXT4-fs (sda1): re-mounted. Opts: data=ordered,commit=0 [ 30.020684] EXT4-fs (sda4): re-mounted. Opts: data=ordered,commit=0 [ 31.468349] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 32.031587] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 32.058518] cfg80211: Calling CRDA for country: GB [ 32.264907] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 32.398225] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 33.482380] wlp1s0f0: authenticate with 5c:7d:5e:de:b6:04 [ 33.621406] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 33.628168] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 1/3) [ 34.324623] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 2/3) [ 35.324464] wlp1s0f0: send auth to 5c:7d:5e:de:b6:04 (try 3/3) [ 36.334424] wlp1s0f0: authentication with 5c:7d:5e:de:b6:04 timed out [ 36.504382] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 37.137655] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 37.270932] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/0 ------------------------------------------------------------------------ On 2013-09-18T17:38:50+00:00 Fl0w3D wrote: I have similar errors using a Ralink RT2500 Wireless 802.11bg card, except that downgrading to an older kernel didn't fix the bug (tried 3.10.10, 3.10.9, 3.10.7). Also, the error is not constant: sometimes, it works for a few seconds or a few minutes, and then it's back down. And sometimes, it doesn't work for a long time straight. Also, same error occurs when trying to connect to an unsecured wifi, so it doesn't seem to be WPA related. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/1 ------------------------------------------------------------------------ On 2013-09-18T18:28:31+00:00 nicolas wrote: To report back after downgrading to 3.10.10: it seems to be stable again. I've not lost connectivity yet and it's been a few hours. With 3.11.1 I lose connectivity quite rapidly, more or less after 15-30 minutes. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/2 ------------------------------------------------------------------------ On 2013-09-19T18:54:32+00:00 vedathallac wrote: Same problem here. The issue is intermittent - sometimes I cannot even connect after initial boot, and sometimes I stay connected for long stretches. I found that I can trigger the problem by downloading a large file. After a few megabytes of data, I get a stream of flush errors, then the number of bars I see on the NM applet drop to zero, and a few seconds later I lose connection, and cannot connect again. Removing and reloading rt2800pci module allow me to connect - usually. But attempting the download will repeat the above symptoms. One final bit of information: when I boot using pci=nomsi parameter, I still get the flush errors and the download pauses a bit, but then it recovers and continues the download. I get between 50-100KB/sec average and intermittent connectivity problems with this flag, but I haven't lost connection to my AP yet. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/3 ------------------------------------------------------------------------ On 2013-09-19T19:16:49+00:00 vedathallac wrote: Commenting out the msi related lines (enable and disables) in rt2x00.c (lines 108, 156 and 182) made the problem go away on my local network. I could download a large file without a single flush error at my usual network speed. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/4 ------------------------------------------------------------------------ On 2013-09-19T19:45:36+00:00 sean.prawn wrote: (In reply to vedathallac from comment #4) > Commenting out the msi related lines (enable and disables) in rt2x00.c > (lines 108, 156 and 182) made the problem go away on my local network. I > could download a large file without a single flush error at my usual network > speed. I presume you mean file rt2x00pci.c. I've commented these lines out and am compiling (it'll take some time as it's a clean compile) and will report back. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/5 ------------------------------------------------------------------------ On 2013-09-19T22:09:03+00:00 sean.prawn wrote: (In reply to prawn from comment #5) > (In reply to vedathallac from comment #4) > > Commenting out the msi related lines (enable and disables) in rt2x00.c > > (lines 108, 156 and 182) made the problem go away on my local network. I > > could download a large file without a single flush error at my usual > network > > speed. > > I presume you mean file rt2x00pci.c. I've commented these lines out and am > compiling (it'll take some time as it's a clean compile) and will report > back. Update: compiled with the above mods and it seems to be working without issues. I'll leave it runing overnight to confirm, but so far, so good. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/6 ------------------------------------------------------------------------ On 2013-09-20T06:20:35+00:00 sean.prawn wrote: (In reply to prawn from comment #6) > (In reply to prawn from comment #5) > > (In reply to vedathallac from comment #4) > > > Commenting out the msi related lines (enable and disables) in rt2x00.c > > > (lines 108, 156 and 182) made the problem go away on my local network. I > > > could download a large file without a single flush error at my usual > network > > > speed. > > > > I presume you mean file rt2x00pci.c. I've commented these lines out and am > > compiling (it'll take some time as it's a clean compile) and will report > > back. > > Update: compiled with the above mods and it seems to be working without > issues. I'll leave it runing overnight to confirm, but so far, so good. Right, I'm convinced. It's definitely fixed the issue. Many thanks. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/7 ------------------------------------------------------------------------ On 2013-09-20T07:23:04+00:00 i.gnatenko.brain wrote: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/net/wireless/rt2x00/rt2x00pci.c?id=9483f40d8d01918b399b4e24d0c1111db0afffeb Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/8 ------------------------------------------------------------------------ On 2013-09-20T07:37:12+00:00 nicolas wrote: (In reply to Igor Gnatenko from comment #8) > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/ > drivers/net/wireless/rt2x00/rt2x00pci. > c?id=9483f40d8d01918b399b4e24d0c1111db0afffeb That's the commit that introduced the bug, no? Should we send a mail to the people that created/ack/signed it? In the interest of getting a fix out by 3.11.2. I'm not entirely sure how to deal with kernel issues like this and if it's expected that we notify the people ourselves or if we are expected to wait until they find it... Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/9 ------------------------------------------------------------------------ On 2013-09-20T07:44:21+00:00 i.gnatenko.brain wrote: (In reply to Nicolas Hillegeer from comment #9) > (In reply to Igor Gnatenko from comment #8) > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/ > > drivers/net/wireless/rt2x00/rt2x00pci. > > c?id=9483f40d8d01918b399b4e24d0c1111db0afffeb > > That's the commit that introduced the bug, no? Should we send a mail to the > people that created/ack/signed it? In the interest of getting a fix out by > 3.11.2. > > I'm not entirely sure how to deal with kernel issues like this and if it's > expected that we notify the people ourselves or if we are expected to wait > until they find it... yup. Send info: To: linux-wireless@ CC: linux-kernel@, me, created/ack/signed people Also include maintainers from https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/MAINTAINERS#n6866 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/10 ------------------------------------------------------------------------ On 2013-09-20T07:54:23+00:00 nicolas wrote: (In reply to Igor Gnatenko from comment #10) > yup. Send info: > To: linux-wireless@ > CC: linux-kernel@, me, created/ack/signed people > Also include maintainers from > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/ > MAINTAINERS#n6866 Alright, perfect. I've sent the mail (and included you as you seemed to ask Igor). Hopefully we can all soon go home with a new shiny 3.11.2 (and I can have my increased video card stability that 3.11 brought me). Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/11 ------------------------------------------------------------------------ On 2013-09-20T07:59:11+00:00 i.gnatenko.brain wrote: (In reply to Nicolas Hillegeer from comment #11) > (In reply to Igor Gnatenko from comment #10) > > yup. Send info: > > To: linux-wireless@ > > CC: linux-kernel@, me, created/ack/signed people > > Also include maintainers from > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/ > > MAINTAINERS#n6866 > > Alright, perfect. I've sent the mail (and included you as you seemed to ask > Igor). Hopefully we can all soon go home with a new shiny 3.11.2 (and I can > have my increased video card stability that 3.11 brought me). you forget linux-wireless@, linux-kernel@ mailing lists.. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/12 ------------------------------------------------------------------------ On 2013-09-20T08:06:52+00:00 nicolas wrote: (In reply to Igor Gnatenko from comment #12) > you forget linux-wireless@, linux-kernel@ mailing lists.. Ok, I sent one to linux-kernel and linux-wireless as well Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/13 ------------------------------------------------------------------------ On 2013-09-21T11:29:09+00:00 vedathallac wrote: > I presume you mean file rt2x00pci.c. That is correct. I realized my mistake after I posted, but found no way to edit it. I have been running the modified version since I posted that comment, and everything seems OK. I suspected that the problem was caused by an irq handler being registered before msi was enabled (msi is enabled in rt2x00pci module, but handler is registered in rt2x00mmio module). However this was not correct. In fact, the IRQ assigned after msi is registered is the IRQ value used when registering the handler. I have no working theories about the problem left (not surprising given my lack of knowledge). One piece of additional information: the third party 3290 driver that can be downloaded from Mediatek site has code to enable MSI, but its default configuration has MSI disabled. I am not sure if this is relevant. I cannot test that driver properly, because it crashed the kernel in x86_64. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/14 ------------------------------------------------------------------------ On 2013-09-22T02:14:23+00:00 anton.tayanovskyy wrote: Having the same issue on 3.12.0-031200rc1-generic (Ubuntu 13.04), with Ralink 539b. --A Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/15 ------------------------------------------------------------------------ On 2013-09-22T14:44:42+00:00 vlaomao wrote: Having the same on 3.11.1 with Ralink 3290 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/16 ------------------------------------------------------------------------ On 2013-09-22T17:52:46+00:00 mcleod.will wrote: I am having the same issue on 3.11.1-200.fc19.x86_64 with Ralink rt3290. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/17 ------------------------------------------------------------------------ On 2013-09-23T09:15:54+00:00 stf_xl wrote: Revert of bad commit posted: http://marc.info/?l=linux-wireless&m=137992749815360&w=2 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/18 ------------------------------------------------------------------------ On 2013-09-27T17:58:25+00:00 hemendra.bhardwaj wrote: had the same problem on RT3290 fedora 19 kenel 3.11.1-200.fc19.x86_64 here is my dmesg [ 1503.660859] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 1503.770970] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 1503.881062] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 1504.799838] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 1504.909938] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 1526.571346] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 1526.681439] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 1526.791534] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 1526.901640] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 1527.820397] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 1527.930487] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 1540.445284] ACPI Warning: _BQC returned an invalid level (20130517/video-556) [ 1553.376151] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 1553.486247] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 1556.794267] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 1556.984220] r8169 0000:02:00.0 em1: link down [ 1556.984265] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready [ 1557.029166] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 0 Please file bug report to http://rt2x00.serialmonkey.com [ 1562.535156] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready [ 1562.583908] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 0 Please file bug report to http://rt2x00.serialmonkey.com [ 1563.436617] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 0 Please file bug report to http://rt2x00.serialmonkey.com [ 1564.211861] wlo1: authenticate with 00:50:f1:12:12:10 [ 1564.213560] wlo1: direct probe to 00:50:f1:12:12:10 (try 1/3) [ 1564.213578] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Arrived at non-free entry in the non-full queue 0 Please file bug report to http://rt2x00.serialmonkey.com [ 1564.414429] wlo1: direct probe to 00:50:f1:12:12:10 (try 2/3) [ 1564.615628] wlo1: direct probe to 00:50:f1:12:12:10 (try 3/3) [ 1564.816766] wlo1: authentication with 00:50:f1:12:12:10 timed out Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/19 ------------------------------------------------------------------------ On 2013-10-13T13:02:51+00:00 rim wrote: This wi-fi card causes kernel panic after ~10min of use on my laptop (Archlinux, x64, kernel 3.11.4-1) Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/20 ------------------------------------------------------------------------ On 2013-10-13T14:40:27+00:00 vajarkov wrote: I'm have this problem too... Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/21 ------------------------------------------------------------------------ On 2013-10-14T05:30:07+00:00 crab2313 wrote: I'm an Arch user and I have this problem too. Also, a LED on the keyboard of my laptop (HP Sleekbook14) is broken. I can't turn on/off wireless by this key. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/26 ------------------------------------------------------------------------ On 2013-10-14T16:30:21+00:00 vlaomao wrote: (In reply to crab2313 from comment #22) > Also, a LED on the keyboard of my laptop (HP Sleekbook14) is broken. > I can't turn on/off wireless by this key. The same. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/28 ------------------------------------------------------------------------ On 2013-10-16T09:22:00+00:00 corsiandr wrote: Same here, on a asus x200ca (rt3290), ubuntu 13.10, kernel 3.11.0-12.19. The issue remains also booting 3.12.0rc5 but disappears downgrading to 3.10.10 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/35 ------------------------------------------------------------------------ On 2013-10-16T09:24:19+00:00 nicolas wrote: (In reply to corsiandr from comment #24) > Same here, on a asus x200ca (rt3290), ubuntu 13.10, kernel 3.11.0-12.19. > The issue remains also booting 3.12.0rc5 but disappears downgrading to > 3.10.10 It was reported on the rt2x00 mailing list that they had sent a patch for 3.12. So apparently it hasn't been fixed entirely yet. Since I don't believe the authors of the driver are monitoring this bug, it's probably a good idea to notify them on the mailing list if we want to get a real fix for 3.12. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/36 ------------------------------------------------------------------------ On 2013-10-17T22:00:50+00:00 saljacky wrote: I have same problem on HP Envy 15 with RT3290 and Ubuntu 13.10. If I set manully IP adress and DNS server it starts work in home network. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/38 ------------------------------------------------------------------------ On 2013-10-18T01:35:07+00:00 kernel.to.soma wrote: I'm experiencing the same problem with 3.11.4-1-MANJARO x86_64 but not 3.10.15-1-MANJARO. [ 4153.305594] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 4153.439058] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 4214.737802] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 4214.871299] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 4215.004735] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 4215.138166] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 4215.174893] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue 0 etc. etc. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/39 ------------------------------------------------------------------------ On 2013-10-18T06:48:33+00:00 rim wrote: This package seems functional on my computer : https://aur.archlinux.org/packages/rt3290sta-dkms/ Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/40 ------------------------------------------------------------------------ On 2013-10-22T08:20:46+00:00 spuzvica wrote: This resolved the issue in my case on Ubuntu 13.10: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466/comments/105 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/43 ------------------------------------------------------------------------ On 2013-10-22T17:51:05+00:00 alex.justes wrote: 3.11.4 (fedora 19) HP envy m6-1106er - Bug confirmed. (In reply to rim-openerp from comment #28) > This package seems functional on my computer : > https://aur.archlinux.org/packages/rt3290sta-dkms/ That works! Thanks. Now i have some problems with sleep/suspend, but wi- fi is stable :) Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/44 ------------------------------------------------------------------------ On 2013-10-22T22:16:59+00:00 kernel.to.soma wrote: (In reply to alex_justes from comment #30) > 3.11.4 (fedora 19) HP envy m6-1106er - Bug confirmed. > > (In reply to rim-openerp from comment #28) > > This package seems functional on my computer : > > https://aur.archlinux.org/packages/rt3290sta-dkms/ > > That works! Thanks. Now i have some problems with sleep/suspend, but wi-fi > is stable :) Worked for me as well. However, I get the following continually from dmesg now, though it doesn't appear to cause any noticeable issue with my wireless connection: RT3290_AsicTxAlcGetAutoAgcOffset: Incorrect desired TSSI or current TSSI Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/45 ------------------------------------------------------------------------ On 2013-11-10T06:07:20+00:00 crab2313 wrote: kernel 3.12 works, but still has a weak signal, compared to https://aur.archlinux.org/packages/rt3290sta-dkms/ any possibility to solve it? Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/50 ------------------------------------------------------------------------ On 2013-12-10T22:35:38+00:00 wizard.of.oz wrote: this wi-fi device has issues too: 02:00.0 Network controller: Ralink corp. RT2790 Wireless 802.11n 1T/2R PCIe kernel 3.10.21-1-MANJARO [45083.680110] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [45084.220144] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [45084.420098] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/63 ------------------------------------------------------------------------ On 2013-12-23T09:04:10+00:00 sergei_krup wrote: I had similar problem in HP Probook 470 G0, the same Ralink 3290 card with openSUSE 13.1 (Bottle) (x86_64) and kernel 3.11 After upgrade to 3.12.5-2 wifi started work, bluetooth still not. Trying to find out. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/64 ------------------------------------------------------------------------ On 2014-01-10T17:52:31+00:00 picard12 wrote: kernel 3.12.6: The issue is still here. Hw:03:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe 03:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth My dmesg: dmesg [ 5259.566175] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5259.676199] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5259.786169] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5259.897053] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5260.271079] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5260.381020] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5260.490904] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5260.600974] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5261.586675] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5272.013135] gpartedbin[20451]: segfault at 84 ip 00007fec950d8744 sp 00007fff007b7050 error 4 in libgdk-x11-2.0.so.0.2400.19[7fec95058000+c2000] [ 5275.706632] usb 1-1: USB disconnect, device number 3 [ 5278.671389] usb 1-1: new high-speed USB device number 4 using xhci_hcd [ 5278.714596] usb 1-1: New USB device found, idVendor=090c, idProduct=1000 [ 5278.714607] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5278.714614] usb 1-1: Product: Flash Disk [ 5278.714619] usb 1-1: Manufacturer: USB [ 5278.714624] usb 1-1: SerialNumber: FBF1009234225273 [ 5278.714848] usb 1-1: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes [ 5278.714858] usb 1-1: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes [ 5278.715759] scsi8 : usb-storage 1-1:1.0 [ 5279.944410] scsi 8:0:0:0: Direct-Access USB Flash Disk 1100 PQ: 0 ANSI: 0 CCS [ 5279.952450] sd 8:0:0:0: Attached scsi generic sg1 type 0 [ 5279.952760] sd 8:0:0:0: [sdb] 3915776 512-byte logical blocks: (2.00 GB/1.86 GiB) [ 5279.954194] sd 8:0:0:0: [sdb] Write Protect is off [ 5279.954207] sd 8:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 5279.955557] sd 8:0:0:0: [sdb] No Caching mode page present [ 5279.955567] sd 8:0:0:0: [sdb] Assuming drive cache: write through [ 5279.959782] sd 8:0:0:0: [sdb] No Caching mode page present [ 5279.959789] sd 8:0:0:0: [sdb] Assuming drive cache: write through [ 5279.961012] sdb: sdb1 [ 5279.963521] sd 8:0:0:0: [sdb] No Caching mode page present [ 5279.963531] sd 8:0:0:0: [sdb] Assuming drive cache: write through [ 5279.963538] sd 8:0:0:0: [sdb] Attached SCSI removable disk [ 5280.331309] ISOFS: Unable to identify CD-ROM format. [ 5321.143419] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5321.253387] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5321.363357] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5321.473443] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5321.909397] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5322.019371] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5322.791997] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5322.901968] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5323.338033] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5323.447833] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5323.557982] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5323.667806] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5324.107742] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5324.481746] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5324.591670] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5324.701513] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5324.811516] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5325.185383] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5325.295375] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5325.405325] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5404.068255] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5404.178297] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5404.288184] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5404.398162] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5404.772140] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5404.882042] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5404.992117] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5405.101999] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5405.476085] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5405.586009] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5405.695941] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5406.069772] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5406.179775] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5406.289664] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5406.664665] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5406.774657] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5406.884529] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5407.596346] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5407.706307] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5408.080229] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5408.190186] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5408.300180] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5408.410250] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5408.784122] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5408.894094] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5409.003969] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5409.113946] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5409.487977] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5409.598010] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5409.707795] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5494.740198] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5494.850049] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5494.960205] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5495.070091] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5495.494976] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5495.604864] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5495.714865] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5495.824982] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5496.250695] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5496.360660] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5496.470726] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5496.895571] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5497.005513] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5497.115551] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5497.540380] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5497.650350] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5497.761396] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5498.186195] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5498.296176] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5498.406138] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5498.516133] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5498.942059] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5499.051966] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5499.161952] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5499.586850] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5499.696874] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5499.806879] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5500.231793] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5500.341691] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5500.451640] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5500.561687] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5502.090201] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5502.552244] cfg80211: Calling CRDA to update world regulatory domain [ 5502.645252] cfg80211: World regulatory domain updated: [ 5502.645265] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 5502.645273] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5502.645281] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5502.645287] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5502.645292] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5502.645296] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5503.668575] wlan0: authenticate with 10:bf:48:80:dd:88 [ 5503.671885] wlan0: send auth to 10:bf:48:80:dd:88 (try 1/3) [ 5503.673330] wlan0: authenticated [ 5503.674050] wlan0: associate with 10:bf:48:80:dd:88 (try 1/3) [ 5503.676057] wlan0: RX AssocResp from 10:bf:48:80:dd:88 (capab=0xc11 status=0 aid=4) [ 5503.676155] wlan0: associated [ 5503.676304] cfg80211: Calling CRDA for country: GB [ 5503.682179] cfg80211: Regulatory domain changed to country: GB [ 5503.682188] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 5503.682196] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 5503.682202] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 5503.682208] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 5503.682213] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 5503.682219] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) [ 5507.093924] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5507.203908] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5507.313885] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5507.423827] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5507.859838] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5507.969726] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5508.079676] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5508.189648] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5508.563555] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5508.673524] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5509.124402] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5509.234374] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5509.344482] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5509.718359] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5510.440210] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5510.550224] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5510.660143] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5627.064301] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5627.174269] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5627.284351] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5627.394298] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5627.768113] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5627.878178] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5628.263062] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5628.372960] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5628.482950] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5628.592984] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5628.966801] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5629.076799] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5629.241823] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5629.615665] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5629.725600] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5629.835583] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5629.945558] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5630.319444] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5630.429431] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5630.539405] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5630.913394] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5631.023295] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5631.133244] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5631.243341] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5631.617136] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5631.727091] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5632.145995] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5632.519954] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5632.728867] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5633.102764] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5633.212713] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5633.322715] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5633.432803] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5634.035632] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5635.430293] cfg80211: Calling CRDA to update world regulatory domain [ 5635.554398] cfg80211: World regulatory domain updated: [ 5635.554407] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 5635.554415] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5635.554422] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5635.554429] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 5635.554435] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5635.554440] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 5636.429459] wlan0: authenticate with 10:bf:48:80:dd:88 [ 5636.432982] wlan0: send auth to 10:bf:48:80:dd:88 (try 1/3) [ 5636.467567] wlan0: send auth to 10:bf:48:80:dd:88 (try 2/3) [ 5636.494312] wlan0: send auth to 10:bf:48:80:dd:88 (try 3/3) [ 5636.528414] wlan0: authentication with 10:bf:48:80:dd:88 timed out [ 5727.719847] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 5729.827756] wlan0: authenticate with 10:bf:48:80:dd:88 [ 5729.831119] wlan0: send auth to 10:bf:48:80:dd:88 (try 1/3) [ 5729.833166] wlan0: authenticated [ 5729.834402] wlan0: associate with 10:bf:48:80:dd:88 (try 1/3) [ 5729.836434] wlan0: RX AssocResp from 10:bf:48:80:dd:88 (capab=0xc11 status=0 aid=4) [ 5729.836528] wlan0: associated [ 5729.836585] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 5729.836770] cfg80211: Calling CRDA for country: GB [ 5729.843598] cfg80211: Regulatory domain changed to country: GB [ 5729.843608] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 5729.843615] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 5729.843621] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 5729.843628] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 5729.843633] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 5729.843638] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) [ 5751.591483] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5751.701454] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5751.811501] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5752.185427] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5752.295308] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5752.405379] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5752.515263] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5753.563100] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5753.998875] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5754.108946] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5754.218806] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5754.329868] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5794.021654] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5794.131623] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5794.241592] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5794.351574] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5794.725480] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5794.835452] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5794.945434] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5795.055388] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5795.429416] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5795.539274] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5795.649252] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5795.759200] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5796.133110] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5796.243088] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5796.353056] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5796.463034] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5856.939642] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5857.049658] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5857.159558] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5857.269506] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5857.643391] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5857.753406] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5857.863342] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5858.237348] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5858.347238] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5858.457201] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5859.168027] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5859.278115] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5859.388102] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5859.761872] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5859.871849] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5859.981818] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5860.091866] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5860.802721] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5860.912597] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5861.023722] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5939.933490] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5940.043348] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5940.153434] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5940.263307] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5940.639195] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5940.749241] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5940.859140] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5940.969166] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5941.343097] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5941.453081] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5941.563101] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5941.673046] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5942.046846] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5942.156861] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5942.266789] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5942.640832] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5942.750665] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5942.860687] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5942.970697] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5943.345542] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5943.455667] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5943.565500] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5943.675441] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5944.723265] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5944.834152] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5945.208048] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5945.669937] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5945.779911] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5945.889882] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 5946.063835] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 5946.173919] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6030.644208] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6030.754195] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6030.864164] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6030.975165] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6031.400180] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6031.510002] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6031.620004] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6032.044871] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6032.154838] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6032.264872] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6032.689727] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6032.799687] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6032.909651] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6033.334632] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6033.444508] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6033.554604] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6033.664469] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6034.089430] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6034.199442] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6034.309377] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6034.734182] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6036.906844] cfg80211: Calling CRDA to update world regulatory domain [ 6037.073746] cfg80211: World regulatory domain updated: [ 6037.073756] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 6037.073764] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6037.073770] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6037.073777] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 6037.073792] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6037.073798] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6037.898176] wlan0: authenticate with 10:bf:48:80:dd:88 [ 6037.900521] wlan0: send auth to 10:bf:48:80:dd:88 (try 1/3) [ 6037.934060] wlan0: send auth to 10:bf:48:80:dd:88 (try 2/3) [ 6037.960985] wlan0: send auth to 10:bf:48:80:dd:88 (try 3/3) [ 6038.000281] wlan0: authentication with 10:bf:48:80:dd:88 timed out [ 6159.859513] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 6162.155707] wlan0: authenticate with 10:bf:48:80:dd:88 [ 6162.158895] wlan0: send auth to 10:bf:48:80:dd:88 (try 1/3) [ 6162.160376] wlan0: authenticated [ 6162.161699] wlan0: associate with 10:bf:48:80:dd:88 (try 1/3) [ 6162.163693] wlan0: RX AssocResp from 10:bf:48:80:dd:88 (capab=0xc11 status=0 aid=4) [ 6162.163813] wlan0: associated [ 6162.163884] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 6162.164017] cfg80211: Calling CRDA for country: GB [ 6162.169964] cfg80211: Regulatory domain changed to country: GB [ 6162.169971] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 6162.169978] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 6162.169983] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 6162.169988] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 mBm) [ 6162.169992] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 mBm) [ 6162.169997] cfg80211: (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm) [ 6183.881271] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6183.991149] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6184.101215] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6184.211095] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6184.585091] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6184.694970] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6184.804988] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6184.914951] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6185.288829] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6185.398886] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6185.508855] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6185.618824] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6187.003474] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6226.848141] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6226.958105] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6227.068248] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6227.178184] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6227.552066] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6227.661921] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6227.771918] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6227.881951] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6228.255802] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6228.365854] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6228.475723] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6228.849724] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6228.959572] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6229.069691] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6229.179610] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6230.103465] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6230.213357] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6230.323335] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6230.697227] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6230.807292] phy0 -> rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 6230.917194] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6231.291094] phy0 -> rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 6233.282794] cfg80211: Calling CRDA to update world regulatory domain [ 6233.289363] cfg80211: World regulatory domain updated: [ 6233.289375] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 6233.289383] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6233.289390] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6233.289396] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 6233.289401] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6233.289407] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 6234.397986] wlan0: authenticate with 10:bf:48:80:dd:88 [ 6234.401342] wlan0: send auth to 10:bf:48:80:dd:88 (try 1/3) [ 6234.419024] wlan0: send auth to 10:bf:48:80:dd:88 (try 2/3) [ 6234.436659] wlan0: send auth to 10:bf:48:80:dd:88 (try 3/3) [ 6234.474035] wlan0: authentication with 10:bf:48:80:dd:88 timed out [ 6314.008178] systemd-logind[5749]: New session 2 of user root. christian@sabayon-A8 ~ $ Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/65 ------------------------------------------------------------------------ On 2014-02-07T17:54:41+00:00 nuklea wrote: Same issue with rt61: $ sudo lspci -vvs 04:00.0 04:00.0 Network controller: Ralink corp. RT2561/RT61 rev B 802.11g Subsystem: D-Link System Inc DWA-510 Wireless G Desktop Adapter Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 Region 0: Memory at f7c00000 (32-bit, non-prefetchable) [size=32K] Capabilities: [40] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: rt61pci Kernel modules: rt61pci $ uname -a Linux footbaby 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/66 ------------------------------------------------------------------------ On 2014-02-07T19:39:30+00:00 Fl0w3D wrote: Disabling wifi power management works for me. # iwconfig [interface] power off Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/67 ------------------------------------------------------------------------ On 2014-02-07T22:11:59+00:00 sergei_krup wrote: HW: HPProBook 470 G0 $ uname -a Linux ProBook-openSUSE.KRUP 3.13.1-1.g5531b68-desktop #1 SMP PREEMPT Wed Jan 29 17:24:36 UTC 2014 (5531b68) x86_64 x86_64 x86_64 GNU/Linux wifi does work, bluetooth - no Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/68 ------------------------------------------------------------------------ On 2014-02-09T08:57:47+00:00 alex.justes wrote: (In reply to Fl0w3D from comment #37) > Disabling wifi power management works for me. > > # iwconfig [interface] power off Doesn't work for me :( Kernel: 3.12.9-2-ARCH This is still working (but suspend is broken): (In reply to rim-openerp from comment #28) > This package seems functional on my computer : > https://aur.archlinux.org/packages/rt3290sta-dkms/ Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/69 ------------------------------------------------------------------------ On 2014-03-20T16:54:01+00:00 max wrote: I've got the same problem using kernel 3.11.0-18-generic under Ubuntu 13.10 (64 bit). Tricks like turning the power management off or modprobe -r rt2800pci modprobe rt2800pci nohwcrypt=Y 11n_disable=Y did not work. When the network's on load, my syslog gets filled with “Queue x failed to flush” messages (and a reconnect …): Mar 20 17:46:19 Cerberus kernel: [ 2012.077631] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:46:19 Cerberus kernel: [ 2012.241607] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Mar 20 17:46:40 Cerberus kernel: [ 2033.077089] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:46:40 Cerberus kernel: [ 2033.237082] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Mar 20 17:47:08 Cerberus kernel: [ 2061.076394] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:47:08 Cerberus kernel: [ 2061.236367] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Mar 20 17:47:55 Cerberus kernel: [ 2108.075166] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:47:55 Cerberus kernel: [ 2108.235177] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Mar 20 17:49:40 Cerberus kernel: [ 2214.048433] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:49:43 Cerberus whoopsie[1104]: online Mar 20 17:49:54 Cerberus kernel: [ 2227.076126] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:49:54 Cerberus kernel: [ 2227.236083] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Mar 20 17:49:56 Cerberus kernel: [ 2229.076076] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:50:06 Cerberus wpa_supplicant[887]: wlan0: CTRL-EVENT-DISCONNECTED bssid=00:1e:e5:8e:c6:72 reason=4 Mar 20 17:50:06 Cerberus kernel: [ 2240.016080] cfg80211: Calling CRDA to update world regulatory domain Mar 20 17:50:06 Cerberus kernel: [ 2240.019206] cfg80211: World regulatory domain updated: Mar 20 17:50:06 Cerberus kernel: [ 2240.019211] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) Mar 20 17:50:06 Cerberus kernel: [ 2240.019214] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Mar 20 17:50:06 Cerberus kernel: [ 2240.019216] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Mar 20 17:50:06 Cerberus kernel: [ 2240.019218] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) Mar 20 17:50:06 Cerberus kernel: [ 2240.019220] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Mar 20 17:50:06 Cerberus kernel: [ 2240.019223] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Mar 20 17:50:06 Cerberus NetworkManager[870]: <info> (wlan0): supplicant interface state: completed -> disconnected Mar 20 17:50:07 Cerberus NetworkManager[870]: <info> (wlan0): supplicant interface state: disconnected -> scanning Mar 20 17:50:08 Cerberus wpa_supplicant[887]: wlan0: SME: Trying to authenticate with 00:1e:e5:8e:c6:72 (SSID='linksys' freq=2462 MHz) Mar 20 17:50:08 Cerberus kernel: [ 2241.136316] wlan0: authenticate with 00:1e:e5:8e:c6:72 Mar 20 17:50:08 Cerberus NetworkManager[870]: <info> (wlan0): supplicant interface state: scanning -> authenticating Mar 20 17:50:08 Cerberus kernel: [ 2241.144530] wlan0: send auth to 00:1e:e5:8e:c6:72 (try 1/3) Mar 20 17:50:08 Cerberus wpa_supplicant[887]: wlan0: Trying to associate with 00:1e:e5:8e:c6:72 (SSID='linksys' freq=2462 MHz) Mar 20 17:50:08 Cerberus kernel: [ 2241.160003] wlan0: authenticated Mar 20 17:50:08 Cerberus kernel: [ 2241.160194] rt2800pci 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP Mar 20 17:50:08 Cerberus kernel: [ 2241.160200] rt2800pci 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP Mar 20 17:50:08 Cerberus kernel: [ 2241.163771] wlan0: associate with 00:1e:e5:8e:c6:72 (try 1/3) Mar 20 17:50:08 Cerberus NetworkManager[870]: <info> (wlan0): supplicant interface state: authenticating -> associating Mar 20 17:50:08 Cerberus wpa_supplicant[887]: wlan0: Associated with 00:1e:e5:8e:c6:72 Mar 20 17:50:08 Cerberus kernel: [ 2241.170390] wlan0: RX AssocResp from 00:1e:e5:8e:c6:72 (capab=0x431 status=0 aid=6) Mar 20 17:50:08 Cerberus kernel: [ 2241.170673] wlan0: associated Mar 20 17:50:08 Cerberus NetworkManager[870]: <info> (wlan0): supplicant interface state: associating -> associated Mar 20 17:50:10 Cerberus NetworkManager[870]: <info> (wlan0): supplicant interface state: associated -> 4-way handshake Mar 20 17:50:10 Cerberus wpa_supplicant[887]: wlan0: WPA: Key negotiation completed with 00:1e:e5:8e:c6:72 [PTK=CCMP GTK=CCMP] Mar 20 17:50:10 Cerberus wpa_supplicant[887]: wlan0: CTRL-EVENT-CONNECTED - Connection to 00:1e:e5:8e:c6:72 completed (reauth) [id=0 id_str=] Mar 20 17:50:10 Cerberus NetworkManager[870]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed Mar 20 17:50:12 Cerberus whoopsie[1104]: online Mar 20 17:50:13 Cerberus whoopsie[1104]: online Mar 20 17:50:20 Cerberus kernel: [ 2254.047434] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:50:21 Cerberus kernel: [ 2254.207399] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Mar 20 17:50:52 Cerberus kernel: [ 2285.074635] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:50:54 Cerberus kernel: [ 2287.074559] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Mar 20 17:50:54 Cerberus kernel: [ 2287.234576] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush My card is a RT2790: lshw -c Network *-network Beschreibung: Kabellose Verbindung Produkt: RT2790 Wireless 802.11n 1T/2R PCIe Hersteller: Ralink corp. Physische ID: 0 Bus-Informationen: pci@0000:03:00.0 Logischer Name: wlan0 Version: 00 Seriennummer: xx:xx:xx:xx:xx:xx Breite: 32 bits Takt: 33MHz Fähigkeiten: pm msi pciexpress bus_master cap_list ethernet physical wireless Konfiguration: broadcast=yes driver=rt2800pci driverversion=3.11.0-18-generic firmware=0.34 ip=192.168.1.210 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn Ressourcen: irq:17 memory:f6500000-f650ffff Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/70 ------------------------------------------------------------------------ On 2014-06-26T08:01:48+00:00 silvio.diciccio wrote: Same problem with a Linksys WMP54GR with rt61pci on Linux Mint 17 3.13.0-24-generic Tested also with Linux Mint 16. It was working with Linux Mint 16 on a old ASUS P4P800 motherboard. Now on an ASUS HT87-PLUS NetworkManager intermittently shows the network but refuses to connect. [ 359.516114] wlan0: authenticate with 00:1d:7e:ed:56:a8 [ 359.525628] wlan0: send auth to 00:1d:7e:ed:56:a8 (try 1/3) [ 359.728058] wlan0: send auth to 00:1d:7e:ed:56:a8 (try 2/3) [ 359.932007] wlan0: send auth to 00:1d:7e:ed:56:a8 (try 3/3) [ 360.135904] wlan0: authentication with 00:1d:7e:ed:56:a8 timed out [ 360.311824] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 370.474675] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush [ 370.634647] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush lshw -c Network *-network description: Wireless interface product: RT2600 802.11 MIMO vendor: Ralink corp. physical id: 2 bus info: pci@0000:04:02.0 logical name: wlan0 version: 00 serial: 00:1a:70:3c:2c:f3 width: 32 bits clock: 33MHz capabilities: pm bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=rt61pci driverversion=3.13.0-24-generic firmware=0.8 latency=32 link=no multicast=yes wireless=IEEE 802.11bg resources: irq:17 memory:f7100000-f7107fff Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/71 ------------------------------------------------------------------------ On 2014-10-29T22:19:01+00:00 ewgeni.grigorov wrote: The same trouble: [ 105.183983] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 147.497736] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 211.468144] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 211.915915] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 212.363649] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush [ 212.811424] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush My setup: Linux 3.17.0-031700-generic #201410060605 SMP Mon Oct 6 10:07:09 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux description: Wireless interface product: RT5390 Wireless 802.11n 1T/1R PCIe vendor: Ralink corp. physical id: 0 bus info: pci@0000:02:00.0 logical name: wlan0 version: 00 serial: 84:4b:f5:1c:4e:35 width: 32 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=rt2800pci driverversion=3.17.0-031700-generic firmware=0.34 ip=192.168.0.103 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn resources: irq:17 memory:f7d00000-f7d0ffff Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/72 ------------------------------------------------------------------------ On 2014-10-30T06:31:07+00:00 picard12 wrote: I confirm this report Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/73 ------------------------------------------------------------------------ On 2014-10-30T10:22:38+00:00 stf_xl wrote: If you use NetworkManager, it scans wireless network periodically every 2 minutes. This can cause those "Queue 2 failed to flush" messages and abuse driver work. iwevent tool can be used to check if periodical scans are triggered (some other connection managers can do this as well). If that happen, scans can be disabled in NetworkManager settings by setting BSSID field to Access Point mac address (which can be read by iwconfig). I have that problem on RT5390 but so far I couldn't find fix for this bug, but above workaround seems to mitigate the issue here. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/74 ------------------------------------------------------------------------ On 2016-08-02T15:35:42+00:00 john9871j wrote: i having DNS_PROBE_FINISHED_BAD_CONFIG too Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/75 ------------------------------------------------------------------------ On 2016-08-03T12:10:26+00:00 john9871j wrote: and finally found the perfect solutions http://www.deskdecode.com/dns_probe_finished_bad_config/ tried everything in the link so don't know which one working for me but the thing I know is my chrome is working now :) Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/76 ------------------------------------------------------------------------ On 2016-10-07T09:32:08+00:00 janifermagi wrote: Hi man thanks keep it up all the time. you can check perfect solution as like http://the-wowed.com/ccleaner-pro-serial-keys/ Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/77 ------------------------------------------------------------------------ On 2016-11-11T16:36:22+00:00 vaceyroy wrote: It’s going to be ending of mine day, except before ending.I am reading this enormous article to improve my know-how. http://torrentsoftwares.com/gta-5-torrent/ Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/78 ------------------------------------------------------------------------ On 2016-11-26T04:35:20+00:00 nene.kofi wrote: Any updates/patches/solution to this issue: ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush The WiFi module I'm using is MT7620 running OpenWrt 3.18.32 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/79 ------------------------------------------------------------------------ On 2017-02-03T17:18:13+00:00 fawad.getful wrote: All updated version is mucnh valuable for me. thanks keep it up always.. http://profullcrack.com/windows-7-home-premium-product-key- generator-32-64-bit-free/ Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/80 ------------------------------------------------------------------------ On 2017-03-05T17:39:02+00:00 halifadankwambo wrote: hi admin you have share to such a nice and kind information. about this article i tell my friends they admire your efforts.... http://actualcracker.com/hotspot-shield-elite-crack-multilingual-final-updated/ Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/81 ------------------------------------------------------------------------ On 2017-11-10T23:20:36+00:00 johngarebi wrote: https://softserialkey.com/internet-download-manager-serial-key/ idm download manager serial key Web Download Manager (IDM) is one of top download directors for any PC with Windows, Linux, and so forth. It had an awesome significance and known as quickest download chief. It expands the download speed 5 times by essentially breaking the entire record into 8 sections and download progressively one by one yet in the meantime. You can plan, continue your downloads so effectively with IDM. Web Download Manager how about we you recuperate mistakes with continuing ability. On the off chance that your PC got restarted with downloads because of the week or lost web Association here. As you ought to be glad that IDM made it so fantastical & supporting the all type of servers, HTTP conventions, FTP, diverts, firewalls, treats, MP3 sound, approval, and MPEG video content handling. It concurrently focuses on the records of a website that should have been download. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/82 ------------------------------------------------------------------------ On 2018-02-23T06:27:05+00:00 kaursimran9045q wrote: http://techworth.org/ Seeing and reading your article, I liked it very much, I would read more of your article and hope that your new article will soon be available. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/83 ------------------------------------------------------------------------ On 2018-04-16T20:03:02+00:00 faseehrashid9 wrote: https://profreecrack.com/reimage-pc-repair-full-license-key/ {Working*} Reimage PC Repair License Key Generator REIMAGE LICENSE KEY Reimage PC repair is a repairing instrument in the windows that judgments the PC totally to distinguish any issues with the working framework. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/84 ------------------------------------------------------------------------ On 2019-02-05T06:02:08+00:00 iohz wrote: Created attachment 280963 Gta 5 pc cheats helicopter All the newest cheat codes for GTA 5 on PC on this page! https://pcgamerlist.com/gta-5-pc-cheats/ https://funmazavideo.com/thug-life-full-movie-download/ Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1239459/comments/85 ** Changed in: linux Status: Unknown => Won't Fix ** Changed in: linux Importance: Unknown => High -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1239459 Title: 1814:3290 [Asus X200CA] wifi doesn't connect or disconnects after few seconds Status in Linux: Won't Fix Status in linux package in Ubuntu: Fix Released Bug description: With the new 3.11.0-12-generic kernel, wifi has problems to connect with many errors like these: Oct 13 23:50:03 ubuntotto kernel: [ 1186.580726] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Oct 13 23:50:03 ubuntotto kernel: [ 1186.740659] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Oct 13 23:50:04 ubuntotto kernel: [ 1186.900544] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Oct 13 23:50:04 ubuntotto kernel: [ 1187.060571] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Oct 13 23:50:04 ubuntotto kernel: [ 1187.096576] ieee80211 phy0: rt2x00queue_write_tx_frame: Error - Dropping frame due to full tx queue 0 Oct 13 23:50:05 ubuntotto kernel: [ 1188.280106] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Oct 13 23:50:05 ubuntotto kernel: [ 1188.440128] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Oct 13 23:51:06 ubuntotto kernel: [ 1249.560697] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Oct 13 23:51:06 ubuntotto kernel: [ 1249.720644] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush Oct 13 23:51:07 ubuntotto kernel: [ 1249.880590] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 0 failed to flush Oct 13 23:51:07 ubuntotto kernel: [ 1250.040543] ieee80211 phy0: rt2x00queue_flush_queue: Warning - Queue 2 failed to flush ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: linux-image-3.11.0-12-generic 3.11.0-12.19 ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3 Uname: Linux 3.11.0-12-generic x86_64 ApportVersion: 2.12.5-0ubuntu2 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: andrea 1791 F.... pulseaudio Date: Sun Oct 13 23:45:04 2013 HibernationDevice: RESUME=UUID=297ef090-5420-41f6-8439-f1254f3e9e15 InstallationDate: Installed on 2013-10-12 (1 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424) MachineType: ASUSTeK COMPUTER INC. X200CA MarkForUpload: True ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic root=UUID=088f2a7d-b78f-4bdd-a184-754b70a3184a ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.11.0-12-generic N/A linux-backports-modules-3.11.0-12-generic N/A linux-firmware 1.116 SourcePackage: linux UpgradeStatus: Upgraded to saucy on 2013-10-13 (0 days ago) dmi.bios.date: 09/18/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: X200CA.208 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: X200CA dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK COMPUTER INC. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrX200CA.208:bd09/18/2013:svnASUSTeKCOMPUTERINC.:pnX200CA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX200CA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: X200CA dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC. To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1239459/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp