Add support to USB WIFI htc_7010 #42
Labels
No labels
CI enhacement
CS10 (chromestick)
HIGH PRIOROITY
Low Priority
Solved
TODO
arm64
armhf
bug
c100 (veyron minnie)
duplicate
enhancement
good first issue
help wanted
invalid
minor bug
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ev4/PrawnOS#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Could you please add support for the other Atheros wifi dongles that use the htc_7010 firmware? Right now the binary already gets built, but you need to do the following to install it:
cp PrawnOS/build/open-ath9k-htc-firmware/target_firmware/htc_7010.fw /lib/firmware/ath9k_htc/htc_7010-1.4.0.fwNote that you need to rename the file to make it work. The device works without any issues thanks to your kernel patch while previously I lost the connection all the time.
By the way, I created the following udev rule to turn off the blinking LED which I found very annoying:
ACTION=="add", ATTRS{idVendor}=="0cf3", ATTRS{idProduct}=="7015", ATTR{brightness}="0"Thanks!
@albsod The htc_7010 firmware should now be built into the filesystem. Would you mind giving it a test?
Where/ how do you create that udev rule?
That sounds like something that could be added to the wiki when it gets going, but having the info here for now would be great.
@SolidHal Nice! Do I need to reinstall the OS to test? If so, I'd like to do it later because I just reinstalled.
To create the udev rule, I just put the contents above in the file
/etc/udev/rules.d/100-usbwifi.rules@albsod No need to reinstall if you don't want to. Just boot off of usb and follow the instructions in the README near the bottom of the Install section to test your wifi dongle. You can find precompiled images under releases if you don't want to go through the build process.
I've rebuilt and reinstalled and can confirm that the wifi dongle is working as it should.
Awesome, closing issue
There has been a regression here. I've just installed PrawnOS-buster-Alpha-c201-libre-2GB-git-39dcd2c4da58e0bc8a262c9a4b5b739d12a2ba95 and discovered that the htc_7010 firmware is no longer copied into /lib/firmware/ath9k_htc/
@albsod Whoops, I'm away for the next few days but I'll try and get a patch pushed and a new release uploaded.
Thanks for the report.
61aa9090dbshould fix this issue.Thanks! I had already manually copied over the file which fixed it for me. I still experience a slight regression in that the device isn't recognized during boot but only if inserted when inside XFCE, i.e. I need to take it out and put it back in again.
61aa909seems to have fixed it, closing.