Setelah upgrade Ubuntu 12.04 saya mengalami masalah pada control volume audio, control volume dan hardware tidak terdetect pada Ubuntu 12.04 ini. mmhhhh.... beberapa hari berlalu saya oprek" tidak menemukan hal yang baik untuk pembenahannya...coba dan coba lagi dan ternyata bisa kembali seperti semula volume control audio di Ubuntu 12.04 saya :) Buka terminal untuk cara memperbaikinya jika ini terjadi pada system Operasi yang sama atau masih dari keturunan Ubuntu:
$ sudo gedit /usr/share/alsa/alsa.conf
- #
- # ALSA library configuration file
- #
- # pre-load the configuration files
- @hooks [
- {
- func load
- files [
- {
- @func concat
- strings [
- { @func datadir }
- "/alsa.conf.d/"
- ]
- }
- "/etc/asound.conf"
- "~/.asoundrc"
- ]
- errors false
- }
- ]
- # load card-specific configuration files (on request)
- cards.@hooks [
- {
- func load
- files [
- {
- @func concat
- strings [
- { @func datadir }
- "/cards/aliases.conf"
- ]
- }
- ]
- }
- {
- func load_for_all_cards
- files [
- {
- @func concat
- strings [
- { @func datadir }
- "/cards/"
- { @func private_string }
- ".conf"
- ]
- }
- ]
- errors false
- }
- ]
- #
- # defaults
- ...etc
Dikarenakan adanya double script untuk pemanggilan sound audio ini yang menjadi penyebab volume control menjadi hidden/tidak bisa berfungsi...bingung kali yeee :D
Untuk itu kita harus meng-Edit script yang paling atas..menghapus atau memberi pagar [#] agar pada saat restart audio tidak bingung lagi dan dapat berfungsi dengan baik.
Setelah diedit:
- #
- # ALSA library configuration file
- #
- # pre-load the configuration files
- # @hooks [
- # {
- # func load
- # files [
- # {
- # @func concat
- # strings [
- # { @func datadir }
- # "/alsa.conf.d/"
- # ]
- # }
- # "/etc/asound.conf"
- # "~/.asoundrc"
- # ]
- # errors false
- # }
- # ]
- # load card-specific configuration files (on request)
- cards.@hooks [
- {
- func load
- files [
- {
- @func concat
- strings [
- { @func datadir }
- "/cards/aliases.conf"
- ]
- }
- ]
- }
- {
- func load_for_all_cards
- files [
- {
- @func concat
- strings [
- { @func datadir }
- "/cards/"
- { @func private_string }
- ".conf"
- ]
- }
- ]
- errors false
- }
- ]
- #
- # defaults
- ...etc
Semoga bermanfaat :)
9 Oktober 2012
// //
0
komentar
//
0 komentar to "Enable Volume Control on Ubuntu 12.04"





Posting Komentar