0

I installed dual boot Ubuntu with Windows, but I have a problem with WiFi because it doesn't work. I tried to fix it but I wasn't successful. What should I do?

David Foerster
  • 36,890
  • 56
  • 97
  • 151
SonHong
  • 13

1 Answers1

1

Fix your first error:

linux-headers-amd64 should be linux-headers-generic

Fix your second error with:

sudo mv /etc/apt/sources.list.d/sublime-text.l /etc/apt/sources.list.d/sublime-text.list

Fix your third error with:

Edit /etc/modprobe.d/iwlwifi.conf and remove the leading " from line 8 that contains "options" (same for the end of that line, if it exists).

heynnema
  • 73,649