I have a system with FreeBSD 8.2/amd64 loaded on with a PCI SB Live sound card. It uses the EMU10Kx sound module which is configured to load automatically in /boot/loader.conf using
/dev/sndstat has the following in it:
The sound card shows up in the system:
I initially set up the system, kldloaded the module manually, started kde as a user, and everything was great - this is when I added the line above to /boot/loader.conf so it'd happen at boot time. I compiled/installed a bunch of ports (LibreOffice, TightVNC, Firefox 3.6, Flash, GIMP, etc).
When I rebooted, the sound.ko and snd_emu10kx.ko modules loaded at boot just as they should. However, when I started KDE, a buzzing noise started coming from my speakers. As long as the sound system is active, the buzzing noise persists. The buzz fluctuates when KDE would ordinarily play a sound.
The only thing I can think of is that one of the ports I installed somehow conflicts with the KDE sound system, resulting in this behavior.
Any ideas of what I could try in the way of troubleshooting? Frankly, I'm at a loss of what to try next. (Other than to unplug my speakers so it doesn't drive me insane...
)
Code:
snd_emu10kx_load="YES"
/dev/sndstat has the following in it:
Code:
FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0: <EMU10Kx DSP front PCM interface> (play/rec) default
pcm1: <EMU10Kx DSP rear PCM interface> (play)
The sound card shows up in the system:
Code:
vendor = 'Creative Technology LTD.'
device = 'Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - CT4780 (CT5880DCQ)'
class = multimedia
subclass = audio
none3@pci0:5:1:1: class=0x098000 card=0x00201102 chip=0x70021102 rev=0x08 hdr=0x00
I initially set up the system, kldloaded the module manually, started kde as a user, and everything was great - this is when I added the line above to /boot/loader.conf so it'd happen at boot time. I compiled/installed a bunch of ports (LibreOffice, TightVNC, Firefox 3.6, Flash, GIMP, etc).
When I rebooted, the sound.ko and snd_emu10kx.ko modules loaded at boot just as they should. However, when I started KDE, a buzzing noise started coming from my speakers. As long as the sound system is active, the buzzing noise persists. The buzz fluctuates when KDE would ordinarily play a sound.
The only thing I can think of is that one of the ports I installed somehow conflicts with the KDE sound system, resulting in this behavior.
Any ideas of what I could try in the way of troubleshooting? Frankly, I'm at a loss of what to try next. (Other than to unplug my speakers so it doesn't drive me insane...