0

I just installed Ubuntu Budgie on this little laptop and everything works flawlessly EXCEPT wifi.

It was an issue in Windows 10 too, which is what prompted me to try Linux on this thing.

I followed this answer but the nvram thingy in efivars isn't there (there isnt a single nvram thing in there) and copying the command gives in fact cp: cannot stat '/sys/firmware/efi/efivars/nvram-74b00bd9-805a-4d61-b51f-43268123d113': No such file or directory as a result.

How do I get the txt file I need to make this work? Do I have an alternative to this to make the internal card work? with this distro? I don't want to use an external one because the ports on this laptop are a bit flimsy and for some reason the slightest little bump makes it disconnect and reconnect.

Thanks.

EDIT: I should mention that I don't care about bluetooth not working

EDIT2: This is the file that I got from the script suggested by @Rinzwind (updated to pastebin).

karel
  • 114,770

1 Answers1

0

I just downloaded this to /lib/firmware/brcm/brcmfmac43340-sdio.txt

Then I run

sudo modprobe -r brcmfmac && sudo modprobe brcmfmac

It worked right after this command, but it might need reboot