Re: problems with AdLib on RH7.3

Bill Nottingham <[email protected]> Thu, 22 May 2003 10:20:01 -0400
Newsgroups gmane.linux.redhat.sound
Message-ID <[email protected]>
Mandar Mitra ([email protected]) said: 
> Could you please tell what these lines from rc.sysinit are supposed
> to do?
> 
>         # tweak isapnp settings if needed.
>         if [ -n "$PNP" -a  -f /proc/isapnp -a -x /sbin/sndconfig ]; then
>             /sbin/sndconfig --mungepnp >/dev/null 2>&1
>         fi

It opens /proc/isapnp, calls the kernel isapnp code to auto configure
the card, reads the values that the kernel sets, and writes those to
modules.conf. It's a crutch for cards without ISAPnP support integrated
into the driver.

Bill