[Voyage-linux] voyage mpd 0.10.0 problem on NUC

Muffinman (spam-protected)
Tue Jul 21 21:59:00 HKT 2015


On 21/07/15 15:32, chezmichaelng wrote:
> Hi Punky,
>
> looks like voyage mpd cannot detect USB of the NUC
>
Hello chezmichaelng,

Was the dac powered on while you booted Voyage? I found that
/etc/modprobe.d/alsa-base.conf is a bit limited out of the box. This
causes dac's to be recognized only on boot.

I took the contents of this file from a previous Voyage MPD version, now
it works fine for me, see the below.

Kind regards, Maarten


---------- /etc/modprobe.d/alsa-base.conf --------
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe
--quiet snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; : ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && {
/sbin/modprobe --quiet snd-seq-midi ; : ; }
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && {
/sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
# Keep snd-pcsp from beeing loaded as first soundcard
options snd-pcsp index=-2
# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=0
# Prevent abnormal drivers from grabbing index 0
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd_dummy index=-2
----------- END.




More information about the Voyage-linux mailing list