Ian Truelsen wrote:

> I had xawtv running when it crashed. Now the sound from the television
> signal is still running through the system and I can't stop it. I have
> unistalled xawtv and still the TV sound is still running through the system.
> Does anyone know how I can stop this?
>
>

I have a similar problem with my dell laptop when it gets suspended.  I found a
script or instructions for a script that I run when weird sh*t happens like
that


[root@bretdell_linux bin]# cat soundfix
#!/bin/bash
/sbin/rmmod ad1848
/sbin/insmod uart401
/sbin/insmod sb io=0x220 irq=5 dma=0
/sbin/rmmod sb
/sbin/rmmod uart401
/sbin/modprobe ad1848

Now that I look at it (I have had this for over two years) it appears to be an
interesting combination of rm and ismod of the sound modules.  the order looks
really strange and someday in my spare time I may clean it up but mean shile it
works.  BTW here is my /etc/conf.modules on this old redhat 6.2 installed
laptop.

[root@bretdell_linux bin]# cat /etc/conf.modules
alias parport_lowlevel parport_pc
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
alias eth0 tulip
alias char-major-108 off
alias midi off
alias sound ad1848
options ad1848 io=0x530 irq=5 dma=0 dma2=1
options adlib_card io=0x388

Bret




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to