Hey,
for a long time everything worked fine, but since yesterday I encounter some strange behaviour:
While the card manages to connect at boot time it loses the connection after a while and does not
manage to reconnect. I don't have a clue what's going wrong.
The lspci output:
Code:
05:00.0 Network controller: RaLink RT2561/RT61 802.11g PCI (rev ff)
And dmesg at boot:
Code:
[ 31.804958] firmware: requesting rt2561s.bin
[ 34.087740] wlan0: Initial auth_alg=0
[ 34.087744] wlan0: authenticate with AP 00:1f:3f:d7:02:1b
[ 34.098737] wlan0: RX authentication from 00:1f:3f:d7:02:1b (alg=0 transaction=2 status=0)
[ 34.098740] wlan0: authenticated
[ 34.098743] wlan0: associate with AP 00:1f:3f:d7:02:1b
[ 34.103293] wlan0: RX AssocResp from 00:1f:3f:d7:02:1b (capab=0x431 status=0 aid=1)
[ 34.103293] wlan0: associated
[ 34.103293] wlan0: switched to short barker preamble (BSSID=00:1f:3f:d7:02:1b)
[ 34.103293] wlan0 (WE) : Wireless Event too big (366)
[ 44.410449] NET: Registered protocol family 10
and when it loses the connection:
Code:
[ 1855.129537] ACPI: PCI Interrupt 0000:01:00.1[B] -> GSI 17 (level, low) -> IRQ 17
[ 1855.129555] PCI: Setting latency timer of device 0000:01:00.1 to 64
[ 2340.507438] skge 0000:05:02.0: PCI error cmd=0x17 status=0x82b0
[ 2340.507544] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.508935] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.507438] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.508935] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.507438] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.511435] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.529279] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.529279] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.529279] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.529279] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.529279] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.532492] skge 0000:05:02.0: PCI error cmd=0x157 status=0xc2b0
[ 2340.532492] skge 0000:05:02.0: unable to clear error (so ignoring them)
[ 2347.249974] wlan0: No ProbeResp from current AP 00:1f:3f:d7:02:1b - assume out of range
[ 2348.384004] wlan0: Initial auth_alg=0
[ 2348.384009] wlan0: authenticate with AP 00:1f:3f:d7:02:1b
[ 2348.617402] wlan0: authenticate with AP 00:1f:3f:d7:02:1b
[ 2348.838142] wlan0: authenticate with AP 00:1f:3f:d7:02:1b
[ 2349.039027] wlan0: authentication with AP 00:1f:3f:d7:02:1b timed out
[ 2812.092047] ADDRCONF(NETDEV_UP): wlan0: link is not ready
That does not look good, does it? Are there any other logs that might help?
I appreciate any suggestions/help!
P.S. Attached are the whole outputs.