Sound disabled by baby!

The other day I was sitting at the PC with a few virtual terminals open with a baby on my lap and she pounded the keyboard, a bunch of stuff popped up then disappeared, then my sound just stopped.

After rebooting, still no sound in any application. As far as I can tell it should still work fine: The speakers work with other inputs just fine.

Code:
cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0: <HDA Realtek ALC260 PCM #0 Analog> (play/rec) default

Code:
kldload snd_hda
kldload: can't load snd_hda: File exists

I'm guessing all the right drivers are still loaded. Short of booting with a different system, what can I try to make sure my sound card didn't just fail and find the cause of the problem?
 
Will mark as solved. No idea how this was done, but apparently my mixer settings were changed.

Solved in this way by set the mixer level from the command line, as root:

Code:
mixer -f /dev/mixer 75:75
 
Are you using a desktop environment (e.g. KDE, GNOME, etc.)?

DEs probably provide keyboard shortcuts to set the volume level or mute it and your baby must have pressed one.

Multimedia keys (on the top of your keyboard) include keys for sound control and may be enabled.
 
As posted above, problem solved, although I am still not sure how it got started in the first place:

I am not running a DE, I use x11/xorg-minimal with x11-wm/spectrwm, my keyboard has a few multimedia buttons, but I haven't noticed any of them working with any of my programs, other than multimedia/mplayer2.

Anyway, gave me a chance to get more familiar with "mixer" so at least there is that :)
 
Never work in terminals or consoles with babies or toddlers around...and by all means never ever log in as root when the are awake...I had to learn that the hard way.
 
Back
Top