[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sound Problems



Gerard Hooton <g.hooton <at> ucc.ie> writes:

> 
>  fuser -v $( find /dev -group audio ) 
> This returns nothing.
> 
> //Ger
> 
reasoning backwards, I would try ( before running alsaconf ):

$( find /dev -group audio )

to see if the sounddevices are created

cat /proc/asound/cards

to see if your card is recognised

lsmod | grep snd

to see if the module is loaded ( assuming it is not compiled-in )

--Jasper.



Reply to: