Closed ghost closed 9 years ago
I think in the kernel logs there should be information which symbol he has a problem with. Kernel logs are in the file kern.log or you can display them by typing dmesg.
dmesg output:
[ 4152.654075] mt7601u: Unknown symbol ieee80211_start_tx_ba_cb_irqsafe (err 0)
[ 4152.654099] mt7601u: Unknown symbol ieee80211_tx_status_noskb (err 0)
[ 4152.654116] mt7601u: Unknown symbol ieee80211_free_hw (err 0)
[ 4152.654139] mt7601u: Unknown symbol ieee80211_register_hw (err 0)
[ 4152.654147] mt7601u: Unknown symbol ieee80211_get_hdrlen_from_skb (err 0)
[ 4152.654157] mt7601u: Unknown symbol ieee80211_wake_queue (err 0)
[ 4152.654171] mt7601u: Unknown symbol ieee80211_get_tx_rates (err 0)
[ 4152.654178] mt7601u: Unknown symbol ieee80211_send_bar (err 0)
[ 4152.654196] mt7601u: Unknown symbol ieee80211_stop_tx_ba_cb_irqsafe (err 0)
[ 4152.654206] mt7601u: Unknown symbol ieee80211_queue_delayed_work (err 0)
[ 4152.654220] mt7601u: Unknown symbol ieee80211_rx (err 0)
[ 4152.654231] mt7601u: Unknown symbol ieee80211_wake_queues (err 0)
[ 4152.654239] mt7601u: Unknown symbol ieee80211_free_txskb (err 0)
[ 4152.654246] mt7601u: Unknown symbol ieee80211_alloc_hw_nm (err 0)
[ 4152.654259] mt7601u: Unknown symbol ieee80211_tx_status (err 0)
[ 4152.654265] mt7601u: Unknown symbol ieee80211_stop_queue (err 0)
[ 4152.654271] mt7601u: Unknown symbol ieee80211_stop_queues (err 0)
[ 4152.654283] mt7601u: Unknown symbol ieee80211_unregister_hw (err 0)
Ouch, sure, my bad. Type modprobe mac80211
and then insmod ./mt7601u.ko
.
Now it works! Thanks. Please, consider to update this in README.
Yep, will do. Thanks for being the first user ;)
My aim is to get my wifi dongle working with Raspberry Pi and OpenELEC as there is no driver in there. The previous driver https://github.com/porjo/mt7601 didn't work for me. I am going to test this one on raspberry today.
Ok, I pushed two commits which should fix both of your issues. Let me know how it goes with the Pi.
I have the following setup:
I copied mt7601.bin from https://github.com/porjo/mt7601 to /lib/firmware/mt7601u.bin with command:
Driver compiled succesfully with following output:
But when I try insmod I get the error: