echo-devim
echo-devim
I confirm the issue, this is the prompt I've used: write exactly the string 'alert(1)' without single quotes inside the attribute "onerror" of a "img" html tag with "src=#"
you should use the _dmesg_ command to view what is the problem and then post it here.
I also have this error many times, but my wifi never disconnect. A workaround could be try to disable the power managment: `sudo iwconfig wlan0 power off` where `wlan0` is...
Ok, I don't think it's a kernel problem, but I'll try with a newer kernel (4.4). I'll let you know in the next days. Thank you.
I confirm the problem still exists. Seems reload the module (with rmmod and insmod) could fix the problem (I can reconnect to access point again), but too often this operation...
Ok, I confirm that using rmmod and insmod the wifi works again. This is a little script to do automatically this work (assuming it's in the same folder of the...
I edited the rt2x00queue_write_tx_frame function (in rt2x00queue.c) to simply avoid to abort when the problem occurs. Here there is the modified code: https://gist.github.com/echo-devim/e4118a67f7af38b15ac8 Looking in the dmesg output I can...
as expected bypassing so badly the previous problem bring another problem.. infact, now the dmesg is full of these messages (also if the wifi still work) > ieee80211 phy2: rt2x00queue_flush_queue:...
I found that the previous error isn't related to my change, the "_failed to flush_" error sometimes happen (I don't know the reason), but the wifi works anyway. At the...
Yes, I'm testing with kernel 4.4.0. I'm going to test for other 2-3 days and then if it's all ok I'll do a pull request. Please try to test and...