Since I bought this notebook everything on my RH 5.1 works ok but I was
never able to make the ESS Maestro 1 soundcard work correctly. I compiled
this stuff as modules in my 2.2.4 kernel:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=> CLIP HERE < =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

#
# Sound
#
CONFIG_SOUND=m
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
CONFIG_SOUND_OSS=m
# CONFIG_SOUND_PAS is not set
# CONFIG_SOUND_SB is not set
CONFIG_SOUND_ADLIB=m
# CONFIG_SOUND_GUS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_PSS is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_OPL3SA1 is not set
CONFIG_SOUND_SOFTOSS=m
CONFIG_SOUND_YM3812=m
CONFIG_SOUND_VMIDI=m
# CONFIG_SOUND_UART6850 is not set

#
# Additional low level sound drivers
#
CONFIG_LOWLEVEL_SOUND=y
# CONFIG_ACI_MIXER is not set
# CONFIG_AWE32_SYNTH is not set
# CONFIG_AEDSP16 is not set

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=> CLIP HERE < =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

so this is the stuff I get:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=> CLIP HERE < =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

/lib/modules/2.2.4/misc:
total 211
-rw-------   1 root     root         2228 Apr  2 08:17 adlib_card.o
-rw-------   1 root     root         8056 Apr  2 08:17 lp.o
-rw-------   1 root     root        14944 Apr  2 08:17 opl3.o
-rw-------   1 root     root        12763 Apr  2 08:17 parport.o
-rw-------   1 root     root         8500 Apr  2 08:17 parport_pc.o
-rw-------   1 root     root        62064 Apr  2 08:17 softoss2.o
-rw-------   1 root     root        83463 Apr  2 08:17 sound.o
-rw-------   1 root     root         6136 Apr  2 08:17 soundcore.o
-rw-------   1 root     root         1628 Apr  2 08:17 soundlow.o
-rw-------   1 root     root         7888 Apr  2 08:17 v_midi.o

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=> CLIP HERE < =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

but when I try do to 'cat /dev/sndstat' I get 'Operation not supported by
device'. Don't know what to insert in my /etc/conf.modules and more, I also
got installed the pciutils...

[root@durin /root]# rpm -qa | grep pci
pciutils-1.10-1
[root@durin /root]# rpm -ql pciutils
/etc/pci.ids
/sbin/lspci
/sbin/setpci
/usr/man/man8/lspci.8
/usr/man/man8/setpci.8

but at boot-time I get "lspci not found so resource conflicts not checked.".
My isapnptools package is quite old, maybe, isapnptools-1.17-1, but I also
tried to rebuild a 1-18-1 version from tar.gz sources, following someone's
directions (I knew this version was designed for RH 5.2, wasn't it?) but had
a lot of problems at boot-time on reading /var/run/utmp (?? very strange,
indeed...) so I immediately downgraded back to 1-17. This is bizarre...
didn't find across the whole /etc/rc.d directory any call to lspci... it
just tries to determine PCI devices in the rc.sysinit script:

###
if grep -i nopnp /proc/cmdline >/dev/null ; then
    PNP=
else
    PNP=yes
fi

# set up pnp 
if [ -x /sbin/isapnp -a -f /etc/isapnp.conf ]; then
    if [ -n "$PNP" ]; then
        echo "Setting up ISA PNP devices"
        /sbin/isapnp /etc/isapnp.conf
    else
        echo "Skipping ISA PNP configuration at users request"
    fi
fi
###

any hint? TIA.

-- 
Ciao. Pierluigi.  --    [EMAIL PROTECTED]
   __   _
  / /  (_)__  __ ____  __
 / /__/ / _ \/ // /\ \/ /  . . .  t h e   c h o i c e   o f   a
/____/_/_//_/\_,_/ /_/\_\              G N U   g e n e r a t i o n . . .

Reply via email to