[PlanetCCRMA] No sound with ccrma-kernel?

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed Oct 12 12:29:01 2005


On Wed, 2005-10-12 at 18:12 +0200, Peter Baumgartner wrote:
> Hi,
> I tried to set up a new box with fc4-ccrma - I know, I know, itīs not 
> ready yet, but...- anyway, it seems that I have something messed up with 
> the alsa modules:
> While the sound is running nearly perfekt (DSP-load 25-30% in Jack), 
> with the standard-fc4-kernel, it complains of not finding the soundcard:
> ----------snip----------------
> [root@pink peterb]# uname -a
> Linux pink.bssmusic.intern 2.6.12-0.21.rdt.rhfc4.ccrmasmp #1 SMP Mon Jul 
> 11 16:37:45 EDT 2005 i686 i686 i386 GNU/Linux
> [root@pink peterb]# cat /proc/asound/cards
> --- no soundcards ---
> [root@pink peterb]# cat /proc/asound/devices
>   1:       : sequencer
>  33:       : timer
> [root@pink peterb]# /sbin/chkconfig --list alsasound
> alsasound       0:Aus   1:Aus   2:Ein   3:Ein   4:Ein   5:Ein   6:Aus
> [root@pink peterb]#
> ------snap-------------
> although the alsa kernelmodules pretend to match the running Kernel.
> --------------------
> [root@pink peterb]# cat /proc/asound/cards
> 0 [M1010          ]: ICE1712 - M Audio Delta 1010
>                      M Audio Delta 1010 at 0x14c0, irq 185
> [root@pink peterb]# cat /proc/asound/devices
>   1:       : sequencer
>   8: [0- 0]: raw midi
>  16: [0- 0]: digital audio playback
>  24: [0- 0]: digital audio capture
>   0: [0- 0]: ctl
>  33:       : timer
> [root@pink peterb]# /sbin/chkconfig --list alsasound
> alsasound       0:Aus   1:Aus   2:Ein   3:Ein   4:Ein   5:Ein   6:Aus
> [root@pink peterb]#
> [root@pink peterb]# uname -a
> Linux pink.bssmusic.intern 2.6.11-1.1369_FC4smp #1 SMP Thu Jun 2 
> 23:08:39 EDT 2005 i686 i686 i386 GNU/Linux
> [root@pink peterb]#
> 
> Ideas? I seem to have a knot in my brain  ;-/

Weird, 0.21.rdt has support for ice1712 chipsets built in. What happens
if you do an "/sbin/lspci -v", does it see the PCI card? Have you tried
stopping and starting sound manually and noting any errors
in /var/log/messages?

  /etc/rc.d/init.d/alsasound stop
  /etc/rc.d/init.d/alsasound start

-- Fernando