on 01/24/2006 04:24 PM, Eckhard Jokisch wrote:
Hello,
I have tried to get my new hdps9652 to do something but it didn't work.
lsmod:

Module                  Size  Used by
radeon                 97120  1
drm                    65556  2 radeon
uhci_hcd               30096  0
analog                 10656  0
ns558                   5252  0
gameport               15176  3 analog,ns558
parport_pc             36804  0
parport                33480  1 parport_pc
floppy                 56260  0
pcspkr                  2116  0
sd_mod                 16784  0
radeonfb               80384  0
i2c_algo_bit            8328  1 radeonfb
sata_sil                9028  0
skge                   34576  0
ohci1394               31732  0
ieee1394              294200  1 ohci1394
sata_nv                 9220  0
libata                 53068  2 sata_sil,sata_nv
ehci_hcd               28744  0
ohci_hcd               19396  0
i2c_nforce2             6208  0
i2c_core               20368  3 radeonfb,i2c_algo_bit,i2c_nforce2
nvidia_agp              7388  1
agpgart                32712  2 drm,nvidia_agp
rtc                     9044  0
usbcore               115716  4 uhci_hcd,ehci_hcd,ohci_hcd

Kernel is 2.6.15

hdsploader can not find any Hammerfall DSP card but lspci says:
01:09.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall DSP (rev 68)


Any hints or tricks?

BR
Eckhard


snd_hdsp isn't loaded on your pc. on my box i get

> lsmod | grep hdsp

snd_hdsp               63044  0
snd_rawmidi            33824  2 snd_seq_midi,snd_hdsp
firmware_class         12928  1 snd_hdsp
snd_hwdep              13472  1 snd_hdsp
snd_pcm 123016 4 snd_pcm_oss,snd_hdsp,snd_intel8x0,snd_ac97_codec snd 79336 15 snd_seq_oss,snd_seq_dummy,snd_pcm_oss,snd_mixer_oss,snd_seq_midi,snd_seq_midi_event,snd_seq,snd_hdsp,snd_rawmidi,snd_seq_device,snd_hwdep,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc         13704  3 snd_hdsp,snd_intel8x0,snd_pcm

you don't need the intel8x0 thing, it's for my onboard card only.

try
modprobe snd_hdsp
or restart alsa (e.g. /etc/init.d/alsa restart)

and/or take a look in your system messages (demsg or less /var/log/messages) for errors.

HTH


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to