Results 1 to 10 of 12
Hi, I have recently installed Ubuntu 8.04 and have extremely low volume on my laptop. Everything is on high volume on Alsamixer and I have tried alternating between ALSA ans ...
- 02-24-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 20
Low volume on Sony VAIO VGN-G11XN
Hi, I have recently installed Ubuntu 8.04 and have extremely low volume on my laptop. Everything is on high volume on Alsamixer and I have tried alternating between ALSA ans OSS to no avail.
I am a LInux newbie and am not sure what to try next. Any help would be appreciated.
Cheers
- 02-25-2009 #2
open a terminal
sudo apt-get install alsamixergui
then go to applications-> Sound & Video (I believe) -> Alsamixergui
make sure everything is on and upBodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 02-25-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 20
- 02-25-2009 #4
It looks like this is a bug

Sound is too low in a Sony Vaio VGN-G11XN using Ubuntu 8.04 Hardy - LinuxQuestions.org
Please post the bug at launchpad.net. Include all of the details about OS, Alsa version, and you can toss in the link above as well.Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 02-25-2009 #5Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
I'm working on the same problem with a similar card on another thread.
I think your alsamixer is controlling the PulseAudio soft-mixer and not your card's hardware mixer.
Try the alsamixer -c0 command and see if that helps. Also check the other thread.
http://www.linuxforums.org/forum/ubu...tu-8-10-a.html
- 02-25-2009 #6Just Joined!
- Join Date
- Feb 2009
- Posts
- 20
Thanks for the replies. So does that mean that someday, it will be sorted when the next release comes along?
- 02-25-2009 #7
what was the result of running
alsamixer -c0
from terminal?
I forgot that some cards do need the extra options to properly show all of your menus. I actually had to do it with mine after intrepid until I recompiled alsamixer from source with an extra patch that someone in the community provided.Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 02-25-2009 #8Just Joined!
- Join Date
- Feb 2009
- Posts
- 20
HI, this is the output of alsamixer -c0. AS you can see, everything is at max.
┌──────────────────[AlsaMixer v1.0.15 (Press Escape to quit)]──────────────────┐
│ Card: HDA Intel │
│ Chip: Realtek ALC262 │
│ View: [Playback] Capture All │
│ Item: Master [dB gain=0.00] │
│ │
│ ┌──┐ ┌──┐ ┌──┐ ┌──┐ ┌──┐ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │▒▒│ │
│ ├──┤ ┌──┐ └──┘ ├──┤ ├──┤ └──┘ │
│ │OO│ │OO│ │OO│ │OO│ │
│ └──┘ └──┘ └──┘ └──┘ │
│ 100 100<>100 100<>100 100<>100 100<>100 │
│ < Master > Headphon PCM Front Mic Mic Boos │
└───────────────────────────────────────────────── ─────────────────────────────┘
- 02-25-2009 #9Just Joined!
- Join Date
- Feb 2009
- Posts
- 20
- 02-26-2009 #10Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Same man, diff chipset. This is a reported bug. There's a few potential solutions, this one I pulled off of launchpad:
An easy way to edit the file from the terminal is to runBy default, the alsa modules are installed without any options. Unfortunately, the intel-hda drivers now require options to specify which hardware versions to support, and ubuntu doesn't specify any of those options when compiling the alsa modules. Here's a way to fix it on your local machine until the package is fixed.
Add a line like this to /etc/alsa/alsa-source.conf:
ALSA_CARD_OPTIONS="hda-codec-<your hardware>"
Here are the possible options from the configure scripts:
hda-codec-realtek, hda-codec-analog, hda-codec-sigmatel, hda-codec-via, hda-codec-atihdmi, hda-codec-conexant, hda-codec-cmedia, hda-codec-si3054, hda-generic
Once that's done, run the following commands:
sudo aptitude install module-assistant
sudo m-a update
sudo m-a prepare
sudo m-a a-i alsa
sudo nano /etc/alsa/alsa-source.conf
Make your edit, then save by pressing [Ctrl + x] , y .


Reply With Quote
