ZORIN OS LITE installed and no wifi

dirk66

New member
I already tried to download the file 4345r6nvram.txt and
entered the following in the terminalwindow sudo cp 4345r6nvram.txt /lib/firmware/brcm/brcmfmac43455-sdio.txt


But this is the response I got
dirk@dirk-Z83-4:~$ sudo cp 4345r6nvram.txt /lib/firmware/brcm/brcmfmac43455-sdio.txt
[sudo] password for dirk: mypassword
cp: cannot stat '4345r6nvram.txt': No such file or directory
dirk@dirk-Z83-4:~$

The file '4345r6nvram.txt' is in my download folder. Can somebody help me with the correct syntax.
I'm new to linux.
 
try using mono quotes.
Example: sudo cp '4345r6nvram.txt' '/lib/firmware/brcm/brcmfmac43455-sdio.txt'
 
fixed
I just had to use the full path to the text file and then it worked.

Download the file in attach
open the terminal window and execute in the following comand :
sudo cp /home/dirk/Downloads/4345r6nvram.txt /lib/firmware/brcm/brcmfmac43455-sdio.txt
reboot your pc
And then there was wifi
 

Attachments

  • 4345r6nvram.txt
    1.6 KB · Views: 83
Last edited:
fixed
I just had to use the full path to the text file and then it worked.

Download the file in attach
open the terminal window and execute in the following comand :
sudo cp /home/dirk/Downloads/4345r6nvram.txt /lib/firmware/brcm/brcmfmac43455-sdio.txt
reboot your pc
And then there was wifi

still not Working for me !! Need Help !
 
still not Working for me !! Need Help !
I don't have this particular device to test (Z83-4).

Instead of using the terminal to copy the files you can use one file Explorer:
Example PCManFM I use with Batocera OS and it works well.

For ubuntu i use the terminal and the snap store (easier to download some apps but less efective).
 
Last edited:
Back
Top