How to turn on Poky Audio on Netbook

From Yocto Project
Revision as of 22:29, 22 October 2010 by Scottrif (talk | contribs) (Created page with 'On HP Mini netbook, we found the sound was always muted, and the hot key [F11] could not enable it. Here are some command lines to enable the audio and adjust the volumn. '''…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

On HP Mini netbook, we found the sound was always muted, and the hot key [F11] could not enable it.

Here are some command lines to enable the audio and adjust the volumn.


# amixer set Master on // Turn on the audio device

# amixer set Master NUM // To adjust the main volumn, between 0 and 64

# amixer set Speaker on // Turn on the speaker

# amixer set Speaker NUM // To adjust the speaker volumn, betwee 0 and 64

# amixer set Headphone on // Turn on the headphone

# amixer set Headphone NUM // To adjust the headphone volumn, betwee 0 and 64