devfs
[Top] [All Lists]

post-install not executed

To: devfs@xxxxxxxxxxx
Subject: post-install not executed
From: Georgi Georgiev <chutz@xxxxxxx>
Date: Sun, 24 Nov 2002 01:44:30 +0900
Sender: devfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.4i
I am using the emu10k1 modules from http://emu10k1.sf.net

I have

alias /dev/sound/dsp    sound-slot-0
alias /dev/dsp          /dev/sound/dsp

in /etc/modules.devfs, and I also have

alias sound-slot-0      emu10k1
post-install            emu10k1 /usr/bin/emu-script restore 2>&1 >/dev/null
pre-remove              emu10k1 /usr/bin/emu-script save    2>&1 >/dev/null

in /etc/modules.conf

If I do "ls /dev/dsp" as root or as a regular user the emu10k1 module is loaded
and the devices in /dev/sound/, as well as the /dev/dsp symlink are created.
However, the post-install script is not executed. All the following commands,
do load the emu10k1 module and do run the post-install script:

modprobe emu10k1
modprobe sound-slot-0
modprobe -C /etc/modules.devfs /dev/dsp


-- 
 /^^^^^^^^^^^^^^^^^^^^^^^^^^^\/^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
/ Georgi Georgiev    (-<     / Lonely is a man without love. -- \
\ chutz@xxxxxxxxxxx  /\   .o)\ Englebert Humperdinck            /
/ +81(90)6266-1163  V_/_ |(/)/                                  \
\___________________________/\__________________________________/

<Prev in Thread] Current Thread [Next in Thread>
  • post-install not executed, Georgi Georgiev <=