Skip to content
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

MT7601 wifi dongle #97

Closed
blamoo opened this issue Oct 23, 2015 · 6 comments
Closed

MT7601 wifi dongle #97

blamoo opened this issue Oct 23, 2015 · 6 comments
Labels

Comments

@blamoo
Copy link

blamoo commented Oct 23, 2015

Is tehre something wrong with the drivers for this device?

I connect it to my Pi, fresh DietPi v94 Jessie install, no optimized software.

dmesg gives me this:

[  323.845154] usb 1-1.4: new high-speed USB device number 8 using dwc_otg
[  323.956490] usb 1-1.4: New USB device found, idVendor=148f, idProduct=7601
[  323.956514] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  323.956531] usb 1-1.4: Product: 802.11 n WLAN
[  323.956546] usb 1-1.4: Manufacturer: MediaTek
[  323.956562] usb 1-1.4: SerialNumber: 1.0
[  324.035135] usb 1-1.4: reset high-speed USB device number 8 using dwc_otg
[  324.138207] mt7601u 1-1.4:1.0: ASIC revision: 76010001 MAC revision: 76010500
[  324.139714] mt7601u 1-1.4:1.0: Direct firmware load for mt7601u.bin failed with error -2
[  324.140411] mt7601u: probe of 1-1.4:1.0 failed with error -2

I copied that file mt7601u.bin from the official Raspbian to /lib/firmware and then it worked:

[   32.405209] usb 1-1.4: new high-speed USB device number 5 using dwc_otg
[   32.516566] usb 1-1.4: New USB device found, idVendor=148f, idProduct=7601
[   32.516589] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   32.516606] usb 1-1.4: Product: 802.11 n WLAN
[   32.516622] usb 1-1.4: Manufacturer: MediaTek
[   32.516638] usb 1-1.4: SerialNumber: 1.0
[   32.612980] cfg80211: Calling CRDA to update world regulatory domain
[   32.795214] usb 1-1.4: reset high-speed USB device number 5 using dwc_otg
[   32.898218] mt7601u 1-1.4:1.0: ASIC revision: 76010001 MAC revision: 76010500
[   32.906620] mt7601u 1-1.4:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
[   33.306414] mt7601u 1-1.4:1.0: Warning: unsupported EEPROM version 0d
[   33.306438] mt7601u 1-1.4:1.0: EEPROM ver:0d fae:00
[   33.558164] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   33.559898] usbcore: registered new interface driver mt7601u

Is it supposed to work like this?

@Fourdee
Copy link
Collaborator

Fourdee commented Oct 23, 2015

What Kernel/Firmware version and distro, was Raspbian running when you copied /lib/firmware/mt7601u.bin?

Have you tried updating the RPi Kernel/Firmware (rpi-update) on your DietPi system?

@blamoo
Copy link
Author

blamoo commented Oct 23, 2015

What Kernel/Firmware version and distro, was Raspbian running when you copied /lib/firmware/mt7601u.bin?

I'm not sure, I can't check it right now...

Have you tried updating the RPi Kernel/Firmware (rpi-update) on your DietPi system?

yes, nothing happened...

Also, that mt7601u.bin can be found here: https://github.com/porjo/mt7601/blob/master/src/mcu/bin/MT7601.bin

@Fourdee
Copy link
Collaborator

Fourdee commented Oct 24, 2015

Thanks.
I've created a patch for DietPi Jessie:https://github.com/Fourdee/DietPi/blob/testing/dietpi/patch_file#L816-L820

This will be available and applied in the DietPi v99 update.

@blamoo
Copy link
Author

blamoo commented Oct 24, 2015

Thanks, i'll test it ASAP :)

@Fourdee
Copy link
Collaborator

Fourdee commented Oct 27, 2015

Done.
I'am due to release v99 later this week. Once you've updated, you can test it ;)

@Fourdee Fourdee closed this as completed Oct 27, 2015
@blamoo
Copy link
Author

blamoo commented Oct 28, 2015

It works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants