I woke up this morning to find out that my smarttop's drive was completely full and that the culprit was /var/log/kern.log (well, and /var/log/messages). It was swamped with messages from the rt2870sta module. For now, since I've got it connected via eth0, I've just rmmod'd and blacklisted it and cleared out the logs. However, I'd like to know if this looks like a hardware, firmware or software problem and whether it can be fixed (maybe with
http://www.powerdeveloper.org/forums/vi ... f=7&t=2278 ?)
This is during startup:
Code:
Oct 12 10:54:43 sasquatch kernel: [ 6.120811] rt2870sta: module is from the staging directory, the quality is unknown, you have been warned.
Oct 12 10:54:43 sasquatch kernel: [ 6.201921] usbcore: registered new interface driver rt2870
And this is what's filling the logs:
Code:
Oct 12 10:54:52 sasquatch kernel: [ 29.014782] [<8013f57c>] (__aeabi_uidivmod+0x8/0x18) from [<7f0ff2c
c>] (RtmpUSBMgmtKickOut+0x70/0x120 [rt2870sta])
Oct 12 10:54:52 sasquatch kernel: [ 29.025427] [<7f0ff2cc>] (RtmpUSBMgmtKickOut+0x70/0x120 [rt2870sta]
) from [<7f0d2c5c>] (MlmeHardTransmitMgmtRing+0x33c/0x350 [rt2870sta])
Oct 12 10:54:52 sasquatch kernel: [ 29.038018] [<7f0d2c5c>] (MlmeHardTransmitMgmtRing+0x33c/0x350 [rt2
870sta]) from [<7f0d2ccc>] (MlmeHardTransmit+0x5c/0x6c [rt2870sta])
Oct 12 10:54:52 sasquatch kernel: [ 29.050312] [<7f0d2ccc>] (MlmeHardTransmit+0x5c/0x6c [rt2870sta]) f
rom [<7f0d2d68>] (MiniportMMRequest+0x8c/0xd0 [rt2870sta])
Oct 12 10:54:52 sasquatch kernel: [ 29.061808] [<7f0d2d68>] (MiniportMMRequest+0x8c/0xd0 [rt2870sta])
from [<7f0dbd30>] (ScanNextChannel+0x584/0x5e4 [rt2870sta])
Oct 12 10:54:52 sasquatch kernel: [ 29.073622] [<7f0dbd30>] (ScanNextChannel+0x584/0x5e4 [rt2870sta])
from [<7f0eaf00>] (MlmeScanReqAction+0x1d0/0x21c [rt2870sta])
Oct 12 10:54:52 sasquatch kernel: [ 29.085412] [<7f0eaf00>] (MlmeScanReqAction+0x1d0/0x21c [rt2870sta]
) from [<7f0cd96c>] (StateMachinePerformAction+0x3c/0x40 [rt2870sta])
Oct 12 10:54:52 sasquatch kernel: [ 29.097883] [<7f0cd96c>] (StateMachinePerformAction+0x3c/0x40 [rt28
70sta]) from [<7f0cdafc>] (MlmeHandler+0x18c/0x1d0 [rt2870sta])
Oct 12 10:54:52 sasquatch kernel: [ 29.109809] [<7f0cdafc>] (MlmeHandler+0x18c/0x1d0 [rt2870sta]) from
[<7f0f9dfc>] (MlmeThread+0x100/0x124 [rt2870sta])
Oct 12 10:54:52 sasquatch kernel: [ 29.120632] [<7f0f9dfc>] (MlmeThread+0x100/0x124 [rt2870sta]) from
[<80065954>] (kthread+0x88/0x90)
After 1ms it repeats.
Any ideas?