Subject: Re: Intel Chipset
To: Andrew Gillham <gillham@vaultron.com>
From: sfalken <sfalkenx@hotmail.com>
List: port-i386
Date: 12/17/2001 08:29:41
Actually, I did all that stuff when I installed the module, except, it
didn't mention anything about the "AFTERMOUNT" portion, is that a fairly
important part of the works?

             --Shawn

>Shouldn't the aperture driver be running >xf86_mod_install to create the
script?  Well, actually >modload should be running the script when it loads
the >aperture LKM.
> e.g. /usr/pkgsrc/sysutils/aperture/INSTALL:
>
===========================================================================
> Add the following line to /etc/lkm.conf:
>
>     ${PREFIX}/lkm/xf86.o    - -  ${PREFIX}/lkm/xf86_mod_install -
AFTERMOUNT
>
>     and set:
>
> lkm=YES
>
> in /etc/rc.conf.  Then, reboot your system.
>
===========================================================================
>
>
> So you should have the following in /etc/lkm.conf:
> /usr/pkg/lkm/xf86.o - - /usr/pkg/lkm/xf86_mod_install - AFTERMOUNT
>
> Since the device number of the LKM may change, you can't manually create
> the device, you have to let the install script create it.
>
> -Andrew
>