Hi. enableBeeps() instructs modprobe to load the "pcspkr" module. I just found out that there are at least 2 kernel modules that provide beeper support, that is pcspkr, which only provides simple beeps, and snd-pcsp which provides the simple beeps + an ALSA PCM sound device.
If BRLTTY hardcodes pcspkr, snd-pcsp can no longer be loaded since that conflicts with the already loaded pcspkr module. It is possible to do rmmod pcspkr followed by modprobe snd-pcsp. However, I am inclined to think that it would be better if BRLTTY wouldn't force its decision on which module to load on the user. Any comments? -- CYa, ⡍⠁⠗⠊⠕ | Debian Developer <URL:http://debian.org/> .''`. | Get my public key via finger mlang/[email protected] : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44 `. `' `- <URL:http://delysid.org/> <URL:http://www.staff.tugraz.at/mlang/> _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
