Hide Forgot
Steps to Reproduce: 1. Download Fedora 23 (e.g. https://getfedora.org/en/workstation/prerelease/ ) 2. Boot from live CD or HD 3. Insert Edimax EW-7711UAn v2 into a USB slot 4. Run `dmesg` in the terminal Actual results: [...] [ 104.315103] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 104.489797] usb 1-1: New USB device found, idVendor=7392, idProduct=7710 [ 104.489805] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 104.489808] usb 1-1: Product: Edimax Wi-Fi [ 104.489811] usb 1-1: Manufacturer: MediaTek [ 104.489814] usb 1-1: SerialNumber: 1.0 [ 105.943406] usb 1-1: reset high-speed USB device number 2 using xhci_hcd [ 106.110255] mt7601u 1-1:1.0: ASIC revision: 76010001 MAC revision: 76010500 [ 106.142503] mt7601u 1-1:1.0: Direct firmware load for mt7601u.bin failed with error -2 [ 106.142898] mt7601u: probe of 1-1:1.0 failed with error -2 [ 106.143225] usbcore: registered new interface driver mt7601u Expected results: No error Additional info: Transformed https://ask.fedoraproject.org/en/question/75556/wifi-kernel-module-not-working-edimax-ew-7711uan-v2-fedora-23/ into this bug report.
This isn't a kernel bug. The firmware for this device is missing. From what I understand, you have to download it from the vendor driver and put it in the proper location as it is not shipped with the upstream linux-firmware project.
Yes, you are right. The binary is missing. In the meantime I fixed it with: git clone https://github.com/porjo/mt7601 cd mt7601/src/ make sudo mv mcu/bin/MT7601.bin /lib/firmware/mt7601u.bin
linux-firmware-20151214-60.gitbbe4917c.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-3da9bae9fa
linux-firmware-20151214-60.gitbbe4917c.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-2e21b2b270
linux-firmware-20151214-60.gitbbe4917c.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update linux-firmware' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-3da9bae9fa
linux-firmware-20151214-60.gitbbe4917c.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
linux-firmware-20151214-60.gitbbe4917c.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-2e21b2b270
(In reply to marco from comment #2) > Yes, you are right. The binary is missing. > > In the meantime I fixed it with: > > git clone https://github.com/porjo/mt7601 > cd mt7601/src/ > make > sudo mv mcu/bin/MT7601.bin /lib/firmware/mt7601u.bin http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/plain/mt7601u.bin
Add firmware for mt7601u. version 34. http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/commit/?id=9df5430 This FW has been tested long time ago. Oh yeah!
linux-firmware-20151214-60.gitbbe4917c.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.