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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-13-2009, 09:29 PM
|
#1
|
Member
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69
Rep:
|
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 07:14 PM.
|
|
|
11-14-2009, 04:00 AM
|
#2
|
Member
Registered: Sep 2009
Posts: 73
Rep:
|
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
|
|
|
11-14-2009, 04:00 AM
|
#3
|
Member
Registered: Sep 2009
Posts: 73
Rep:
|
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 04:02 AM.
|
|
|
11-14-2009, 11:40 AM
|
#4
|
Member
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69
Original Poster
Rep:
|
Quote:
Originally Posted by BlueSkull
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 11:52 AM.
|
|
|
11-14-2009, 01:51 PM
|
#5
|
Member
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69
Original Poster
Rep:
|
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
Last edited by gonvaro; 11-14-2009 at 07:32 PM.
|
|
|
11-14-2009, 07:30 PM
|
#6
|
Member
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69
Original Poster
Rep:
|
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.
|
|
|
11-15-2009, 09:04 AM
|
#7
|
Member
Registered: Sep 2009
Posts: 73
Rep:
|
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 and show (upload) the screenshot.
|
|
|
11-15-2009, 10:58 AM
|
#8
|
Member
Registered: Jan 2009
Location: Medellín, Colombia
Distribution: Fedora 17
Posts: 69
Original Poster
Rep:
|
Quote:
Originally Posted by BlueSkull
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 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 11:09 AM.
|
|
|
11-16-2009, 03:32 AM
|
#9
|
Member
Registered: Sep 2009
Posts: 73
Rep:
|
cheers
|
|
|
All times are GMT -5. The time now is 12:12 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|