ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.7k stars 1.83k forks source link

Issue with wifi on S905w MXQPro 4k #395

Closed sunilsankar closed 2 years ago

sunilsankar commented 2 years ago

Sorry could not post the pictures yesterday sharing it now . WhatsApp Image 2022-06-24 at 9 14 54 AM

WhatsApp Image 2022-06-24 at 9 15 03 AM

ophub commented 2 years ago

At present, there is no driver for the SV6051p wifi chip in the mainline kernel, so wireless cannot be used.

https://forum.armbian.com/topic/16299-armbian-on-s905w-tvbox-a95x-f1-wifi-chip-sv6051p/

sunilsankar commented 2 years ago

Thank you @ophub amaing work you are doing keep it up :)

ophub commented 2 years ago

I added this driver copied from a third party to the latest firmware, but I'm not sure if it works, try your firmware to see if it exists: find / -name *ssv6051*

should be in this location:

/usr/lib/firmware/ssv6051-sw.bin
/usr/lib/firmware/ssv6051-wifi.cfg
# you try the following method
echo "options ssv6051 stacfgpath=/usr/lib/firmware/ssv6051-wifi.cfg"  >/etc/modprobe.d/ssv6051.conf
sync
reboot

You must also configure the wpa_supplicant for network access.

sunilsankar commented 2 years ago

how do u configure with wpa_supplicant

sunilsankar commented 2 years ago

How do you configure with wpa_supplicant

ophub commented 2 years ago

https://www.google.com/search?q=Ubuntu+Wpa_supplicant+tutorial&newwindow=1&ved=0ahUKEwjAuZWgw-P4AhWOCYgKHdxUCAEQ4dUDCA4&uact=5&oq=Ubuntu+Wpa_supplicant+tutorial&sclient=gws-wiz

https://askubuntu.com/questions/1242256/how-to-configure-wpa-supplicant-in-ubuntu-server-20-04

https://linuxhint.com/how-to-use-wpa-supplicant/

There are many tutorials on the Internet, go search