On 03/16/2017 07:42 PM, Dale wrote: > the...@sys-concept.com wrote: >> On 03/16/2017 06:53 PM, Neil Bothwick wrote: >>> On Thu, 16 Mar 2017 18:13:22 -0600, the...@sys-concept.com wrote: >>> >>>>>> but running: /etc/init.d/modules-load restart >>>>>> does not restart the module. >>>>> Does modprobe load it? >>>> Yes, it did; thank you. >>>> modprobe it87 Worked. >>>> >>>> But when I run: >>>> /etc/init.d/modules-load restart >>>> >>>> It is not showing up? >>>> I have "it87" in /etc/config.d/modules >>> The should be >>> >>> modules="it87" >>> >>> and it should be in /etc/conf.d/modules >> Thanks for the correction, yes: modules="it87" >> But it still not loading/reloading it. >> >> /etc/init.d/modules-load restart >> * Loading module vboxnetflt [ ok ] >> * Loading module vboxnetadp [ ok ] >> * Loading module vboxdrv [ ok ] >> * Loading module vboxpci ... >> >> cat /etc/conf.d/modules >> modules="vboxdrv vboxnetflt vboxnetadp vboxpci" >> modules="it87" >> >> -- >> Thelma >> >> > > > I'm no modules expert, don't use them myself since I build everything > in. Why not try this way. > > modules="vboxdrv vboxnetflt vboxnetadp vboxpci it87" > > Basically, instead of having two lines, have just one line. On one > hand, I wonder if it sees the first line and then ignores the rest of > the file. It doesn't exactly make sense but. On the other hand, one > would expect it to see both lines and add the two together or start > loading them as it sees them or something. > > May be worth a shot. :/ > > Dale > > :-) :-)
I used to build everything into kernel as well but the kernels are getting bigger and bigger. To a point that on my old installation (the box is abut 7-years old) my /boot partition can only accommodate one kernel :-/ So I tried build it as module. modules="vboxdrv vboxnetflt vboxnetadp vboxpci it87" did not make any difference. -- Thelma