[PlanetCCRMA] Rme FC3 Install/upgrade

hungry ghost hg@web-links.net
Thu Jan 6 15:54:00 2005


Just an update on my FC3  system:
Jack doesnt seem to be running according to Ardour.
OI dont seem to be able to start it.
Here is my modprobe.conf:
*****************************************************************
alias eth0 via-rhine
alias snd-card-0 snd-via82xx
options snd-card-0 index=0 
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx && 
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-via82xx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; 
/sbin/modprobe -r --ignore-remove snd-via82xx
alias snd-card-1 snd-rme9652
options snd-card-1 index=1 
install snd-rme9652 /sbin/modprobe --ignore-install snd-rme9652 && 
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-rme9652 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; 
/sbin/modprobe -r --ignore-remove snd-rme9652
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias ieee1394-controller ohci1394
****************************************************************************


I Note this:
install snd-rme9652 /sbin/modprobe --ignore-install snd-rme9652 && 
/usr/sbin/alsactl restore >/dev/null 2>&1 || :

Is this loading the RME?
CHeers
Bob