sm-grimoire AT lists.ibiblio.org
Subject: Discussion of Spells and Grimoire items
List archive
- From: Casey Harkins <charkins AT upl.cs.wisc.edu>
- To: Mads Laursen <dossen+sgl AT daimi.au.dk>
- Cc: Grimoire <sm-grimoire AT lists.ibiblio.org>
- Subject: Re: [SM-Grimoire] new init system
- Date: Sun, 24 Aug 2003 06:18:48 -0500 (CDT)
I just added nvidia to /etc/modules, that's the lazy man's approach!
-casey
On Sun, 24 Aug 2003, Mads Laursen wrote:
> On 23/08/03 20.32, Geoffrey Derber wrote:
> > Okay, I've more or less gotten the new init system up and running on my
> > system, but there are a few quirks I need help with.
> >
> > When I boot my system, even though it's in runlevel 5 for default, I
> > have to do the following things before I can get gdm to run.
> >
> > cd /etc/init.d/runlevels/%S/
> > ./keymap.sh start
> > ./hotplug start
> > modprobe nvidia
> >
> > neither init script, both of which are set as executable, are being run,
> > also, when I start X, the nvidia module isn't being loaded, I have to
> > manually load it prior to trying to start X, otherwise I get error
> > messages about not being able to load the nvidia module.
>
> I don't know about the init-scripts not being run (all of mine works)
> but taking a look at the solution to audio-permissions suggested in
> the LFS docs (http://hints.linuxfromscratch.org/hints/dsp_devfsd.txt)
> I did this to make 'nvidia' load:
>
> (pts/0)root@leela:~$ cat /etc/load_nvidia_mod
> #!/bin/sh
>
> mod=nvidia
>
> pres=`lsmod | grep "^$mod\ " | tr -d '[:space:]'`
> if [ -z $pres ]; then
> modprobe $mod
> fi
>
> (pts/0)root@leela:~$ tail -2 /etc/devfsd.conf
>
> LOOKUP nvidia.* EXECUTE /etc/load_nvidia_mod
>
> Just remember to chmod the script so it is executable.
>
> /dossen
> --
> "Nuclear war can ruin your whole compile."
> -- Karl Lehenbauer
>
-
[SM-Grimoire] new init system,
Geoffrey Derber, 08/23/2003
-
Re: [SM-Grimoire] new init system,
Mads Laursen, 08/24/2003
- Re: [SM-Grimoire] new init system, Casey Harkins, 08/24/2003
- Re: [SM-Grimoire] new init system, Craig Dyke, 08/24/2003
- Re: [SM-Grimoire] new init system, Arwed von Merkatz, 08/24/2003
- Re: [SM-Grimoire] new init system, Geoffrey Derber, 08/24/2003
-
Re: [SM-Grimoire] new init system,
Mads Laursen, 08/24/2003
Archive powered by MHonArc 2.6.24.