Hello!
        1. Do you think already about using DEVFS in your official kernel?
I'm already using it and I'm very happy.
        First time when I made kernel with DEVFS I had problems with alsa
drivers - EDS, did'n want to start. So I needed to switch OSS emul on and
here is the patch to /etc/modules.conf and initscripts/sound:
        to modules.conf add:
                alias sound-oss-pcm snd-pcm-oss
                alias sound-oss-mixer snd-mixer-oss
        to sound script function load_alsa() add:
                grep -E "^alias( |\t)+sound-oss-" $conf_file|awk '{print
$3}'|\
                while read line; do L=1; action "Starting alsa OSS
emulation: $line" /sbin/modprobe $line; done

        2. Did you already thing about supporting crypto in kernel and
util-linux? (I mean int. patches) I'd like them! (I think I wouldn't
be alone.)

                Thanks
                        Michal

 --
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Michal Rokos                           Czech Technical University, Prague
e-mail: [EMAIL PROTECTED]                                  ICQ: 36118339
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-



Reply via email to