kuba-moo / mt7630e

Mediatek driver for MT7630E WiFi+BT combo with my fixes
42 stars 8 forks source link

System crash with NetworkManager #11

Closed ghost closed 9 years ago

ghost commented 9 years ago

First, thanks for the drivers. My system: Archlinux 4.0.1 kernel Module compile with GCC 5.1 The driver work almost perfectly except below problems: When I right click on NetworkManager applet on system tray and Uncheck "Enable Wifi" then my system hang. I have to hard reset my system, so I can't collect any log :(

kuba-moo commented 9 years ago

Can you try to reproduce this with the rfkill command? I think rfkill block all should be equivalent of flipping the NM switch.

ghost commented 9 years ago

Oh yes, rfkill did it without any problem. But there is one more problem, when I don't use it for a long time (about 30 minutes, I guess), the signal is full, but I can't access the internet, so I try to reconnect it and I can't connect to any Network. Kernel message: rt2x00lib_rxdone: Error - Wrong frame size 0 max 3840

kuba-moo commented 9 years ago

FYI I'm working on mainline support for mt7630e in mt7630e branch of my mt76 repo. I hope I will shake out all the bugs like this in there.