> >> 5) >> [ 5.646127] Error: Driver 'pcspkr' is already registered, aborting... > Not sure why pcspkr is loaded twice.
It is CONFIG_SND_PCSP=m This enables the PC speaker as sound device. Set CONFIG_SND_PCSP=n or disable in modprobe.d/blacklist. root@voyage:~# cat /etc/modprobe.d/blacklist.conf blacklist prism54 blacklist snd_pcsp root@voyage:~# root@voyage:~# dmesg | grep -i spkr [ 5.270935] input: PC Speaker as /devices/platform/pcspkr/input/input0 root@voyage:~# Teco _______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
