Network driver for asus X205TA
Tofloor
poster avatar
pava
deepin
2017-12-10 05:55
Author
Hello plese how I can get working wifi on my Asus X205TA ? All its working fine, but dont have wifi conection, its not show network, so probably mising driver. Now I can not conect to internet becasue this netbook has just wifi conection. Thank you for any help.
Reply Favorite View the author
All Replies
owczarek
deepin
2017-12-10 08:19
#1
Edited by owczarek at 2017-12-10 00:40

Hi,
Open terminal and type:
  1. sudo cp /sys/firmware/efi/efivars/nvram-74b00bd9-805a-4d61-b51f-43268123d113 /lib/firmware/brcm/brcmfmac43340-sdio.txt
Copy the Code

Then:
  1. sudo modprobe -v -r brcmfmac
Copy the Code

And that:
  1. sudo modprobe -v brcmfmac
Copy the Code

That should do the trick. NOTE: For some reason on Deepin you have to type third command on every boot. Let me ask You a question. How did You get sound working?
I have same model an sound does not work at all.
Reply View the author
pava
deepin
2017-12-10 10:32
#2
Hello, its working, this is perfect thank you so much, Problem now is that need to type command on every boot. Is somebody to help us? Please.

Sound is not working also.
Reply View the author
wtz
deepin
2017-12-10 12:16
#3
https://bbs.deepin.org/post/149909
Hello, its working, this is perfect thank you so much, Problem now is that need to type command on e ...

You may put this command in /etc/rc.local.
Remember to add a header (#!/bin/bash) for this file, as well as to give it executable permission.
Reply View the author
pava
deepin
2017-12-10 13:28
#4
Hello wtz for help. Hm is not workin. I am starter linux user.

I made in folder /etc/ new file name  rc.local
with text editor add
#!/bin/bash
modprobe -v brcmfmac

And is nothing happen. Wha is wrong please?
Reply View the author
owczarek
deepin
2017-12-10 13:44
#5
https://bbs.deepin.org/post/149909
Hello wtz for help. Hm is not workin. I am starter linux user.

I made in folder /etc/ new file nam ...

You have to make it executable so:
  1. sudo chmod +x /etc/rc.local
Copy the Code
Reply View the author
pava
deepin
2017-12-13 03:21
#6
Great, really great, its working. Thank you so much for help. Info for Owczarek its enough just inert command: modprobe -v brcmfmac to rc.local
Reply View the author