Re: Beginner query regarding usbhid
Randy Dunlap <[email protected]> Thu, 26 Mar 2020 09:04:09 -0700
| Newsgroups | org.kernel.vger.linux-newbie,org.kernel.vger.linux-usb |
|---|---|
| Message-ID | <[email protected]> |
On 3/26/20 4:48 AM, Rohit Sarkar wrote: > Hi, > On Wed, Mar 25, 2020 at 11:07:55PM -0700, Randy Dunlap wrote: >> >> So /home/rohit/kernels/staging is the top-level kernel source directory? >> >> "M=dir" is for external modules to be built. AFAICT you are not building any >> external modules. >> >> Just run >> $ cd <top of kernel source tree> >> $ make all >> $ sudo make install > > Wow it worked now. > I ran make and make modules_install install. After that I restarted the > system. > > Does this mean everytime I do some changes to an intree module I need to > reboot my system? No, that should not be necessary. -- ~Randy