Requre help for wifi issue in s905w and allwinner h6


Tariq Khan
 Share

0

Recommended Posts

I am working in the social sector and researching for the cheap terminal for students which is for nonprofits.  only for educational purposes.

1:I had purchased tx3mini (s905w) I successfully installed armbian but wifi is not working after struggling with some were getting the information there is no wifi driver available for this 

2: I had purchased mxqpro with (allwinner h6 ) I don't try on this tell me how to install in this device or suggest me a cheap device which can run armbian smoothly only for browsing the web and running libre 

I want cheaper than raspberry pi 

or 2000 to 3000 rs per device 

 

 

https://www.eklavya.in/

Link to post
Share on other sites

Armbian is a community driven open source project. Do you like to contribute your code?

5 minutes ago, Tariq Khan said:

I am working in the social sector and researching for the cheap terminal for students which is for nonprofits.  only for educational purposes.

1:I had purchased tx3mini (s905w) I successfully installed armbian but wifi is not working after struggling with some were getting the information there is no wifi driver available for this 

2: I had purchased mxqpro with (allwinner h6 ) I don't try on this tell me how to install in this device or suggest me a cheap device which can run armbian smoothly only for browsing the web and running libre 

I want cheaper than raspberry pi 

or 2000 to 3000 rs per device 

 

 

https://www.eklavya.in/

 

If your TX3 Mini with S905W is the 2021 version, as mine, you can try the following commands to make the wifi working:

 

sudo mv /lib/firmware/brcm/brcmfmac4330-sdio.txt /lib/firmware/brcm/brcmfmac4330-sdio.txt.old
sudo ln -s  /lib/firmware/brcm/brcmfmac-ap6330-sdio.txt /lib/firmware/brcm/brcmfmac4330-sdio.txt

 

After this, reboot your device.

Hope it helps!

 

Link to post
Share on other sites

 Share

0