0

I could use some help. I'm trying to fix my internet connectivity issues with this: Slow WiFi with Ubuntu 18.04 and Intel Dual Band Wireless-AC 3168

Right now in above link fix, I'm at commands:

$ cd backport-iwlwifi
$ sudo make && make install

and it stopped here:

  Building modules, stage 2.
  MODPOST 6 modules
/bin/bash: line 47: .kernel_config_md5: Permission denied

Makefile:40: recipe for target 'install' failed
make: *** [install] Error 1

Please help, I'm not sure how to get permission in the area I'm at, or how to continue.

Also, I'm not sure how to delete the files on step 4 of the above link. I looked at them in the folder and there is no option to delete.

Jeff
  • 1,724
Blobb
  • 1

1 Answers1

0

Fixed by following this post on Ubuntu Forums:

make install
sudo !!

= sudo make install

wjandrea
  • 14,504
Blobb
  • 1