-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kernel panic/segfault when wireless dongle plugged in #16
Comments
I get a very similar error in I'll include
Thanks for your efforts in advance, you guys rock.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The driver compiles with a lot of warnings and gets installed fine, but if I boot up with the wireless dongle plugged in my system KP and if I plug it in after logging in, I get the error below when i check dmesg.
[ 78.050255] usb 3-2: new high-speed USB device number 4 using xhci_hcd
[ 78.205653] usb 3-2: New USB device found, idVendor=0e8d, idProduct=7610
[ 78.205656] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 78.205658] usb 3-2: Product: WiFi
[ 78.205659] usb 3-2: Manufacturer: MediaTek
[ 78.205660] usb 3-2: SerialNumber: 1.0
[ 78.820085] mt7610u_sta: loading out-of-tree module taints kernel.
[ 78.820485] mt7610u_sta: module verification failed: signature and/or required key missing - tainting kernel
[ 78.823559] rtusb init rt2870 --->
[ 78.823687]
[ 78.823769] <-- RTMPAllocTxRxRingMemory, Status=0
[ 78.823873] <-- RTMPAllocAdapterBlock, Status=0
[ 78.823963] ==>RT65xx_WLAN_ChipOnOff(): OnOff:1, Reset= 0, pAd->WlanFunCtrl:0x0, Reg-WlanFunCtrl=0xff000002
[ 78.824613] MCUType = 2
[ 78.824738] NVM is EFUSE
[ 78.824738] Endpoint(8) is for In-band Command
[ 78.824739] Endpoint(4) is for WMM0 AC0
[ 78.824740] Endpoint(5) is for WMM0 AC1
[ 78.824741] Endpoint(6) is for WMM0 AC2
[ 78.824741] Endpoint(7) is for WMM0 AC3
[ 78.824742] Endpoint(9) is for WMM1 AC0
[ 78.824743] Endpoint(84) is for Data-In
[ 78.824743] Endpoint(85) is for Command Rsp
[ 78.824831] 80211> RFICType = 3
[ 78.824832] 80211> Number of channel = 44
[ 78.824833] 80211> Number of rate = 12
[ 78.824833] 80211> CurTxPower = 0 dBm
[ 78.824835] 80211> TxStream = 0
[ 78.824898] crda> requlation requestion by core: 00
[ 78.824977] 80211> CFG80211_Register
[ 78.825262] usbcore: registered new interface driver rt2870
[ 78.826298] 80211> CFG80211_OpsTxPwrGet ==>
[ 78.891697] ModemManager[450]: segfault at 0 ip 000055a71d7c9c47 sp 00007fff0b25c090 error 4 in ModemManager[55a71d78f000+122000]
[ 78.939679] crda> requlation requestion by core: 00
The text was updated successfully, but these errors were encountered: