We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect detection of 3070 chipset.
See http://www.geekamole.com/2013/rt2800usb-fix-for-ralinkmediatek-3070-gentoo-linux/
and see there also: raspberrypi/linux#321
[ 7.077233] phy0 -> rt2x00_set_chip: Info - Chipset detected - rt: 5390, rf: 3070, rev: 0502. [ 7.077264] phy0 -> rt2800_init_eeprom: Error - Invalid RF chipset 0x3070 detected. [ 7.077279] phy0 -> rt2x00lib_probe_dev: Error - Failed to allocate device.
0×3070 RF module is missing from the driver, but cloning from 0×5370 settings works well.
The text was updated successfully, but these errors were encountered:
97262a5
No branches or pull requests
Incorrect detection of 3070 chipset.
See http://www.geekamole.com/2013/rt2800usb-fix-for-ralinkmediatek-3070-gentoo-linux/
and see there also:
raspberrypi/linux#321
[ 7.077233] phy0 -> rt2x00_set_chip: Info - Chipset detected - rt: 5390, rf: 3070, rev: 0502.
[ 7.077264] phy0 -> rt2800_init_eeprom: Error - Invalid RF chipset 0x3070 detected.
[ 7.077279] phy0 -> rt2x00lib_probe_dev: Error - Failed to allocate device.
0×3070 RF module is missing from the driver, but cloning from 0×5370 settings works well.
The text was updated successfully, but these errors were encountered: