LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-13-2009, 08:29 PM   #1
gonvaro
Member
 
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69

Rep: Reputation: 15
Question After update Ubuntu jaunty (9.04) to Karmic (9.10) on Vostro1500, no Audio.


The thread title is the problem description, What i do?

Last edited by gonvaro; 11-14-2009 at 06:14 PM.
 
Old 11-14-2009, 03:00 AM   #2
BlueSkull
Member
 
Registered: Sep 2009
Posts: 73

Rep: Reputation: 17
Was there any error reports during upgradation.

Type the command <code>gnome-volume-control</code> in terminal, Sound Preferences will get open, Click on Hardware and see any Hardware is detected for configuring or not.

Rply
 
Old 11-14-2009, 03:00 AM   #3
BlueSkull
Member
 
Registered: Sep 2009
Posts: 73

Rep: Reputation: 17
Was there any error reports during upgradation.

Type the command
Code:
gnome-volume-control
in terminal, Sound Preferences will get open, Click on Hardware and see any Hardware is detected for configuring or not.

Rply

Last edited by BlueSkull; 11-14-2009 at 03:02 AM.
 
Old 11-14-2009, 10:40 AM   #4
gonvaro
Member
 
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by BlueSkull View Post
Was there any error reports during upgradation.

Type the command
Code:
gnome-volume-control
in terminal, Sound Preferences will get open, Click on Hardware and see any Hardware is detected for configuring or not.

Rply

That's what I did, and all volume levels to 100%, I tried doing a test with Skype calling a friend, and I listened. equally concerned to play an audio CD a MP3 file. with VCL player shows progress but I do not hear.


I speak Spanish, so please try to understand what I write.

And fix the ubuntu version es 9.10

Last edited by gonvaro; 11-14-2009 at 10:52 AM.
 
Old 11-14-2009, 12:51 PM   #5
gonvaro
Member
 
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69

Original Poster
Rep: Reputation: 15
ALSA info

Attach two images, one is the profiles audio list, the other is the hardware tab on Audio Preference Dialog.


On-site following This information obtained after running

Code:
wget-O alsa-info.sh http://alsa-project.org/alsa-info.sh && bash ./alsa-info.sh
The result of this command is in http://www.alsa-project.org/db/?f=73...692924b5050cf0
Attached Thumbnails
Click image for larger version

Name:	AudioProfiles.jpg
Views:	14
Size:	14.8 KB
ID:	1964   Click image for larger version

Name:	HardwareTabOnAudioPreferences.jpg
Views:	14
Size:	43.4 KB
ID:	1965  

Last edited by gonvaro; 11-14-2009 at 06:32 PM.
 
Old 11-14-2009, 06:30 PM   #6
gonvaro
Member
 
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69

Original Poster
Rep: Reputation: 15
Run the utility "System Settings" and it ran the test for the audio device HDA-Intel and showed a message that says no such device is not working.

I attached the image of the screen, be aware that this is in Spanish.
Attached Thumbnails
Click image for larger version

Name:	hda-snd-intel.jpg
Views:	12
Size:	190.2 KB
ID:	1974  
 
Old 11-15-2009, 08:04 AM   #7
BlueSkull
Member
 
Registered: Sep 2009
Posts: 73

Rep: Reputation: 17
On hardware tab on Audio Preference Dialog make profile (perfil in spanish) to Analog stereo Duplex.
Otherwise nothing else seems to be wrong to me here.
Your Harware is detected.
May be some other problem.
If you have tried all combinations of profile and its still not working.
Ran the command
Code:
alsamixer
and show (upload) the screenshot.
 
Old 11-15-2009, 09:58 AM   #8
gonvaro
Member
 
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by BlueSkull View Post
On hardware tab on Audio Preference Dialog make profile (perfil in spanish) to Analog stereo Duplex.
Otherwise nothing else seems to be wrong to me here.
Your Harware is detected.
May be some other problem.
If you have tried all combinations of profile and its still not working.
Ran the command
Code:
alsamixer
and show (upload) the screenshot.
Thanks, I Run this instructions:
Quote:
Originally Posted by https://help.ubuntu.com/community/SoundTroubleshooting
Using alsa-source

* Open up a shell: (note: module-assistant is optional, it will compile the package for you)
*

Type
Code:
sudo apt-get install build-essential linux-headers-$(uname -r) module-assistant alsa-source
*

Type
Code:
sudo dpkg-reconfigure alsa-source
* You now have a big blue dialog box (left and right keys to choose 'Yes' and 'No', Enter key proceed). Answer yes (for ISA-PNP - recommended by package maintainers), then yes again (for debugging - recommended by package maintainers).
* Now you must pick which driver you want to install. Use space to select and deselect modules, and up and down to navigate.
* From General Help step 3, you should know the name of your driver. Deselect 'all' (the * will go away), and select your driver. In my case, I deselected 'all' then selected 'via82xx'. Hit Enter. Almost home free!
*

If you chose module-assistant sudo module-assistant a-i alsa-source. If the progress bar reaches 100% with no errors, you will have installed the drivers successfully. Resume this guide from General Help step 4. You may need to run
Code:
tail -F /var/cache/modass/alsa-source.buildlog.$(uname -r).*
to see the progress.
*

If you did not choose module-assistant - Remember the name of your soundcard driver (eg. via82xx) and use it in place of <insert driver> below.
Code:
cd /usr/src
sudo tar xjvf alsa-driver.tar.bz2
cd alsa-driver<insert alsa version, if necessary>
sudo ./configure
sudo make
sudo make install
* If you get no error messages, you will have installed the drivers successfully.
*

*Success - Resume this guide from General Help step 4.
*

*Failure - Start a new thread in this thread of the forum. Paste the error message that you get and state that you were following instructions on this page.

Last edited by gonvaro; 11-15-2009 at 10:09 AM.
 
Old 11-16-2009, 02:32 AM   #9
BlueSkull
Member
 
Registered: Sep 2009
Posts: 73

Rep: Reputation: 17
cheers
 
  


Reply

Tags
audio, karmic koala, vostro



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Ralink chipset works in Ubuntu Jaunty, not Karmic beta charrah Linux - Networking 3 10-30-2009 09:22 PM
LXer: Howto Install Dropbox in Ubuntu 9.10(Karmic)/9.04(Jaunty)/8.10(Intrepid)/8.04(H LXer Syndicated Linux News 0 10-26-2009 10:00 PM
LXer: Upgrade Ubuntu 9.04 (Jaunty Jackalope) to Ubuntu 9.10 (Karmic Koala) Beta LXer Syndicated Linux News 0 10-12-2009 07:50 AM
LXer: Install The Proposed Comunity Themes For Ubuntu Karmic Koala, In Ubuntu Jaunty LXer Syndicated Linux News 0 09-17-2009 02:20 AM
LXer: How To Install GIMP 2.7 in Ubuntu Jaunty and Karmic From a Launchpad PPA LXer Syndicated Linux News 0 08-22-2009 08:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration