YunoHost-Apps / hotspot_ynh

Wifi Hotspot app for YunoHost
GNU Affero General Public License v3.0
39 stars 19 forks source link

Updating atheros firmware and wlan interface ajustments #40

Closed keomabrun closed 4 years ago

keomabrun commented 5 years ago

The firmwares are built using the latest commit of this repo: https://github.com/qca/open-ath9k-htc-firmware/commit/014ff6fde0fab968eb5b4365e83a93a2fff452c2 I used the latest commit and not the latest tag (1.4.0) as I was faced with build issues.

NOT TESTED YET

keomabrun commented 5 years ago

Works well but requires a system restart for the firmware to be loaded (reloading with modprobe does not work).

keomabrun commented 5 years ago

We need to copy the firmware files only if the firmware is not already present on the system.

keomabrun commented 5 years ago

Looks like the ath9k_htc kernel option is already activated. https://github.com/armbian/build/blob/master/config/kernel/linux-sun7i-default.config#L1633