Hello!
I am getting acquainted with the Fedora low-latency kernel(ccrma), RME Cardbus,
Multiface, and a notebook computer configuration. I was wondering if
someone could spot an obvious problem (or problems) from the information
below, and offer some pointers for getting this system stable.
--- My machine finds the multiface via hdsploader, and hdspconf and hdspmixer both run. --- Right now I am only getting distorted sounding audio via oss applications, and nothing via alsa, including aplay --- Also,
Fedora Freezes during shutdown, which is making trouble shooting problematic. Here is what is displayed during the freeze.
Stopping pcmcia: ALSA ../../alsa-kernel/pci/rme9652/hdsp.c:663: Hammerfall-DSP: no Digiface or Multiface connected! ---
here are my config files:
RPMS in USE
----------------------------------------
alsa-driver-1.0.1-1.cvs.rhfc1.ccrma.i386.rpm alsa-firmware-1.0.1-1.cvs.rhfc1.ccrma.i386.rpm alsa-kernel-2.4.24-1.ll.rhfc1.ccrma-1.0.1-1.cvs.rhfc1.ccrma.i686.rpm alsa-lib-1.0.1-1.cvs.rhfc1.ccrma.i386.rpm alsa-lib-devel-1.0.1-1.cvs.rhfc1.ccrma.i386.rpm alsa-oss-1.0.1-1.cvs.rhfc1.ccrma.i386.rpm alsaplayer-0.99.76-1.rhfc1.ccrma.i386.rpm alsa-tools-1.0.1-1.cvs.rhfc1.ccrma.i386.rpm alsa-utils-1.0.1-1.cvs.rhfc1.ccrma.i386.rpm flac-libs-1.1.0-0.fdr.13.1.i386.rpm fltk-1.1.4-1.rhfc1.ccrma.i386.rpm jack-audio-connection-kit-0.94.0-1.rhfc1.ccrma.i386.rpm kernel-2.4.24-1.ll.rhfc1.ccrma.i686.rpm libid3tag-0.15.1b-1.fr.i386.rpm libmad-0.15.1b-1.fr.i386.rpm libsndfile-1.0.8-1.fr.i386.rpm qjackctl-0.2.5-1.rhfc1.ccrma.i386.rpm xosd-2.2.5-1.fr.i386.rpm
------------------------------------- .asoundrc --- pcm.hdsp { type hw card 0 }
ctl.hdsp { type hw card 0 } ------------------------------------- modules.conf --- alias eth0 8139too
#alias sound-slot-0 i810_audio #post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L #>/dev/null 2>&1 || : #pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S #>/dev/null 2>&1 || :
# ALSA portion alias char-major-116 snd alias snd-card-0 snd-hdsp # module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias usb-controller usb-uhci alias usb-controller1 ehci-hcd
-----
Thanks for your thoughts! -TP