0

Compile the kernel, and an option I forgot to give you my card support. Do I need to compile the kernel again?

$ Make && make modules_install
$ Make install

or is there an easier way to activate this feature and not compile everything again.

Kevin AB
  • 103
  • 2
  • In the time it took for you to post this question, you probably could have just done the recompile. :) – EEAA Aug 31 '16 at 17:04

1 Answers1

1

You need to make && make modules_install again.

It will only build those items that were added and other items that were affected by the change.

EEAA
  • 109,363
  • 18
  • 175
  • 245