Installing Vonger's Propietary mt7628.ko gives Kernel Panic

rkk
 
Posts: 23
Joined: Sat Jun 17, 2017 11:15 pm

Installing Vonger's Propietary mt7628.ko gives Kernel Panic

Sun Feb 11, 2018 11:56 am

So here we are again, I'm trying to make the propietary Wifi driver to work in Lede on my Vocore 2 Lite (Image and Module can be found here: http://vonger.cn/?p=14366). I'm trying to install the module manually (As the image does not works on Vocore 2 Lite and Vonger is unable to make a Vocore 2 Lite image). But when I'm trying to install the kernel module the whole system crashes with a Kernel Panic. Here is the output:

Code: Select all
root@LEDE:/lib/modules/4.9.44# insmod /root/mt7628.ko
[  417.944824] CPU 0 Unable to handle kernel paging request at virtual address 00000040, epc == 824dda7c, ra == 824dda6c
[  417.955664] Oops[#1]:
[  417.957976] CPU: 0 PID: 1084 Comm: insmod Not tainted 4.9.44 #0
[  417.963978] task: 83976940 task.stack: 82c2e000
[  417.968567] $ 0   : 00000000 00000064 00000040 ffffffff
[  417.973887] $ 4   : 00000000 00000003 00000001 00000000
[  417.979197] $ 8   : 00000004 c0000000 00000000 ffff0000
[  417.984509] $12   : 00000000 00000000 00000000 00000000
[  417.989821] $16   : 00000000 83368800 c0dbb000 82530000
[  417.995133] $20   : 80420000 00000000 00000019 024000c0
[  418.000445] $24   : 00000000 80044f70
[  418.005758] $28   : 82c2e000 82c2fc88 8006b818 824dda6c
[  418.011075] Hi    : 00305854
[  418.013992] Lo    : 90bd3f86
[  418.018335] epc   : 824dda7c RtmpOSNetDevAttach+0xf0/0x164 [mt7628]
[  418.026108] ra    : 824dda6c RtmpOSNetDevAttach+0xe0/0x164 [mt7628]
[  418.032459] Status: 1100e403 KERNEL EXL IE
[  418.036714] Cause : 00800008 (ExcCode 02)
[  418.040774] BadVA : 00000040
[  418.043692] PrId  : 00019655 (MIPS 24KEc)
[  418.047752] Modules linked in: mt7628(+) pppoe ppp_async pppox ppp_generic nf_conntrack_ipv6 iptable_nat ipt_REJECT ipt_MASQUERADE xt_time xt_tcpudp xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_CT slhc nf_reject_ipv4 nf_nat_redirect nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack iptable_mangle iptable_filter ip_tables crc_ccitt mt76x2e mt7603e mt76 mac80211 cfg80211 compat ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables x_tables tun mmc_block sdhci_pltfm sdhci mtk_sd mmc_core leds_gpio ohci_platform ohci_hcd ehci_platform ehci_hcd gpio_button_hotplug usbcore nls_base usb_common
[  418.117702] Process insmod (pid: 1084, threadinfo=82c2e000, task=83976940, tls=77aefd48)
[  418.125897] Stack : 83368800 00000000 82530000 83368800 00000100 83368800 82530000 80410000
[  418.134400]         00000000 82580228 00000000 8382d9c8 8382d9c8 800412b4 825bff80 83067600
[  418.142901]         c0c57000 824df100 824def60 824df5ac 824df2b0 824df010 00000000 00000000
[  418.151402]         00000000 00000000 00000100 00000000 00000000 00000000 00000000 00000000
[  418.159897]         00000000 f3fa26e3 82532c80 82580000 80410000 80004658 00000000 00000001
[  418.168396]         ...
[  418.170878] Call Trace:
[  418.174771] [<824dda7c>] RtmpOSNetDevAttach+0xf0/0x164 [mt7628]
[  418.183625] [<82580228>] init_module+0x228/0x340 [mt7628]
[  418.190540] [<80004658>] do_one_initcall+0xdc/0x1a4
[  418.195496] [<8007c898>] do_init_module+0x74/0x1dc
[  418.200363] [<8006e1b4>] load_module+0x184c/0x1cd4
[  418.205226] [<8006e754>] SyS_init_module+0x118/0x168
[  418.210270] [<80012dcc>] syscall_common+0x34/0x58
[  418.215036] Code: 8e22024c  2403ffff  24420040 <c0440000> 7c640004  e0440000  1080fffc  00000000  8e622c54
[  418.224962]
[  418.226520] ---[ end trace c6f55b7e70557e57 ]---
[  418.233511] Kernel panic - not syncing: Fatal exception
[  418.239823] Rebooting in 3 seconds..
******************************
Software System Reset Occurred
******************************
*** Warning - bad CRC, using default environment



And here with all mt76x modules removed.. still the same issue:

Code: Select all
root@LEDE:/lib/modules/4.9.44# insmod /root/mt7628.ko
[  600.875911] CPU 0 Unable to handle kernel paging request at virtual address 00000040, epc == 82edda7c, ra == 82edda6c
[  600.886744] Oops[#1]:
[  600.889054] CPU: 0 PID: 1098 Comm: insmod Not tainted 4.9.44 #0
[  600.895056] task: 83952940 task.stack: 83154000
[  600.899645] $ 0   : 00000000 00000064 00000040 ffffffff
[  600.904963] $ 4   : 00000000 00000003 00000001 00000000
[  600.910271] $ 8   : 00000004 c0000000 00000000 ffff0000
[  600.915582] $12   : 00000000 00000000 00000000 00000000
[  600.920893] $16   : 00000000 83386000 c0db8000 82f30000
[  600.926204] $20   : 80420000 00000000 00000019 024000c0
[  600.931513] $24   : 00000000 80044f70
[  600.936825] $28   : 83154000 83155c88 8006b818 82edda6c
[  600.942138] Hi    : 000f9c23
[  600.945053] Lo    : 827dc553
[  600.949395] epc   : 82edda7c RtmpOSNetDevAttach+0xf0/0x164 [mt7628]
[  600.957166] ra    : 82edda6c RtmpOSNetDevAttach+0xe0/0x164 [mt7628]
[  600.963516] Status: 1100a403 KERNEL EXL IE
[  600.967770] Cause : 00800008 (ExcCode 02)
[  600.971832] BadVA : 00000040
[  600.974750] PrId  : 00019655 (MIPS 24KEc)
[  600.978810] Modules linked in: mt7628(+) pppoe ppp_async pppox ppp_generic nf_conntrack_ipv6 iptable_nat ipt_REJECT ipt_MASQUERADE xt_time xt_tcpudp xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_LOG xt_CT slhc nf_reject_ipv4 nf_nat_redirect nf_nat_masquerade_ipv4 nf_conntrack_ipv4 nf_nat_ipv4 nf_nat nf_log_ipv4 nf_defrag_ipv6 nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack iptable_mangle iptable_filter ip_tables crc_ccitt mac80211 cfg80211 compat ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 nf_log_common ip6table_mangle ip6table_filter ip6_tables x_tables tun mmc_block sdhci_pltfm sdhci mtk_sd mmc_core leds_gpio ohci_platform ohci_hcd ehci_platform ehci_hcd gpio_button_hotplug usbcore nls_base usb_common [last unloaded: mt76]
[  601.048842] Process insmod (pid: 1098, threadinfo=83154000, task=83952940, tls=77c30d48)
[  601.057037] Stack : 83386000 00000000 82f30000 83386000 00000100 83386000 82f30000 80410000
[  601.065541]         00000000 82f80228 00000000 83950000 83950000 800412b4 82d6e680 833e9a00
[  601.074042]         c0c54000 82edf100 82edef60 82edf5ac 82edf2b0 82edf010 00000000 00000000
[  601.082542]         00000000 00000000 00000100 00000000 00000000 00000000 00000000 00000000
[  601.091038]         00000000 399b55c1 82f32c80 82f80000 80410000 80004658 83877400 80047778
[  601.099538]         ...
[  601.102021] Call Trace:
[  601.105914] [<82edda7c>] RtmpOSNetDevAttach+0xf0/0x164 [mt7628]
[  601.114766] [<82f80228>] init_module+0x228/0x340 [mt7628]
[  601.121681] [<80004658>] do_one_initcall+0xdc/0x1a4
[  601.126636] [<8007c898>] do_init_module+0x74/0x1dc
[  601.131504] [<8006e1b4>] load_module+0x184c/0x1cd4
[  601.136366] [<8006e754>] SyS_init_module+0x118/0x168
[  601.141408] [<80012dcc>] syscall_common+0x34/0x58
[  601.146174] Code: 8e22024c  2403ffff  24420040 <c0440000> 7c640004  e0440000  1080fffc  00000000  8e622c54
[  601.156100]
[  601.157659] ---[ end trace 4953423fd8184be3 ]---
[  601.164701] Kernel panic - not syncing: Fatal exception
[  601.171032] Rebooting in 3 seconds..
******************************
Software System Reset Occurred
******************************
*** Warning - bad CRC, using default environment




Anybody has a clue what is going on? Is there any way to make this finally work?

plop
 
Posts: 2
Joined: Thu Mar 22, 2018 4:04 am

Re: Installing Vonger's Propietary mt7628.ko gives Kernel Pa

Fri Mar 23, 2018 11:35 am

Hi,

I have built a version of OpenWrt with the latest 4.14 kernel and mt76 driver and the wifi is (at least for me) reliable enough. See here:https://github.com/amaumene/openwrt/releases/tag/beta1

I have created a new topic but it seems it needs to be approved first^^

I know that doesn't answer your initial question, but if you are looking for reliable wifi, this does the job.

rkk
 
Posts: 23
Joined: Sat Jun 17, 2017 11:15 pm

Re: Installing Vonger's Propietary mt7628.ko gives Kernel Pa

Thu Apr 19, 2018 1:23 pm

Nice! That are good news! Does it work with Vocore 2 Lite?

Vonger
 
Posts: 896
Joined: Sun Oct 19, 2014 6:00 am

Re: Installing Vonger's Propietary mt7628.ko gives Kernel Pa

Fri Apr 20, 2018 1:32 am

That's issue might be memory problem, I will make a firmware for 64M and try later. Please check vonger.cn and search VoCore2 Lite later.

rkk
 
Posts: 23
Joined: Sat Jun 17, 2017 11:15 pm

Re: Installing Vonger's Propietary mt7628.ko gives Kernel Pa

Sun Aug 12, 2018 11:25 am

Vonger wrote:That's issue might be memory problem, I will make a firmware for 64M and try later. Please check vonger.cn and search VoCore2 Lite later.


Any news on this, @Vonger?

Return to VoCore2/Lite/Ultimate

Who is online

Users browsing this forum: No registered users and 1 guest