On 10/10/06, Anthony J Placilla <anthony_placilla@xxxxxxxx> wrote:
Dan Track wrote: > Hi > > Could some one please tell me how I can disable the soundcard, without > physically disconnecting it. > > Thanks > Dan > assuming Fedora core 5 commenting out the sound card related lines in /etc/modprobe.conf should do it look for lines like: install sound-slot-0 /sbin/modprobe --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } and/or alias snd-card-0 snd-intel8x0 there may be a more elegant way however.
Great Thanks for that. Dan