sound problems

Asked by Stu

I just upgraded to 9.04 on my Sony Vaio VGN-NR220E laptop. When I plug in headphones or a microphone, the sound continues to come out of the speakers of my computer. This renders Skype inoperable, as the laptop speakers start to produce feedback. Any ideas?

Stu

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Tom (tom6) said :
#1
Revision history for this message
Sam_ (and-sam) said :
#2

Hi,
unfortunately there are several cases which have this issue.
You may file a bug and in case describe the solution to it, thanks.

Options which may help:
sudo gedit /etc/modprobe.d/alsa-base

at the end of the file add:
options snd-hda-intel model=vaio

Disable the surround option

Reference:
http://ubuntuforums.org/showthread.php?s=c11d8bac57d619e1b7cbf8bb6ab9d1d6&t=1027556
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/360181

Revision history for this message
Stu (stuart-hgacademy) said :
#3

Please talk me through "slowly" which applications I am to use to make the change you describe.

Thank you,

Stu

-----Original Message-----
From: <email address hidden> on behalf of Sam
Sent: Sat 5/2/2009 2:38 PM
To: stuart keroff
Subject: Re: [Question #69630]: sound problems

Your question #69630 on alsa-driver in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/69630

Sam proposed the following answer:
Hi,
unfortunately there are several cases which have this issue.
You may file a bug and in case describe the solution to it, thanks.

Options which may help:
sudo gedit /etc/modprobe.d/alsa-base

at the end of the file add:
options snd-hda-intel model=vaio

Disable the surround option

Reference:
http://ubuntuforums.org/showthread.php?s=c11d8bac57d619e1b7cbf8bb6ab9d1d6&t=1027556
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/360181

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/69630/+confirm?answer_id=1

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/alsa-driver/+question/69630

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Tom (tom6) said :
#4

Sam is saying, go up to the top taskbar and click on

Applications - Accessories - Terminal

and into the terminal/command window/console enter

cd /etc/modprobe.d
ls
sudo cp alsa-base alsa-base-030509
ls
sudo gedit alsa-base

note that copy&paste might be useful with this but CtrlV doesn't work in the terminal console so you'll have to use mouse paste instead ;) The first "sudo" command will need your normal user password, not your SuperUser/Root one. When you type it in it wont give away with stars just how long (or short) your password is but it does quietly accept your key strokes. The 2nd sudo probably wont need your password because the first gives you 15mins free to use sudo. The "ls" is a lower-case "LS" and shows a LiSt of what's in the folder. The CoPy command makes a backup of the file we are about to edit in case things go wrong. The 2nd "ls" shows you that the copy copmmand has worked ;) Gedit is a great little text-editor, there's a lot to choose from but Gedit is good. In the "alsa-base" file add to the end of the file

options snd-hda-intel model=vaio

and hunt for the surround option and either set it equal to "disable" or else put a # mark at the beginning of the line it's on. Sorry i haven't used alsa-base so i don't know which of those 2 options is more appropriate. Sam suggests reading through
http://ubuntuforums.org/showthread.php?s=c11d8bac57d619e1b7cbf8bb6ab9d1d6&t=1027556
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/360181
to make this last part easier. Then just click on "Save" in gedit and let us kno how it goes!

Hope this helps!
Good luck and regards from
Tom :)

Can you help with this problem?

Provide an answer of your own, or ask Stu for more information if necessary.

To post a message you must log in.