LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-22-2009, 07:15 AM   #1
RM33
LQ Newbie
 
Registered: May 2009
Posts: 5

Rep: Reputation: 0
Newbie: New install has no sound


I am using Ubuntu 8.10.

I am a casual computer user. Non technical.

What do I need to do to get sound working on Ubuntu.
 
Old 05-22-2009, 10:36 AM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
In the top toolbar, next to the date, there is a speaker icon.
Right click on it,then click on "Open Volume Control".
Ensure that no speaker icons are muted (click on any red "no entry" signs to un-mute them) and that all sliders are up.
Click on Preferences to add extra items to display.
 
Old 05-23-2009, 07:16 AM   #3
rob33n
Member
 
Registered: May 2007
Location: Turkey
Distribution: Debian, Windows
Posts: 134

Rep: Reputation: 16
Or type "lspci" to terminal and copy here the output.
 
Old 05-23-2009, 08:43 AM   #4
harry2006
Member
 
Registered: Aug 2006
Location: /hawaii/honolulu/downtown
Distribution: Fedora 10[Cambridge] and Ubuntu 9.04[Jaunty]
Posts: 201

Rep: Reputation: 30
@RM33
Still stuck with sound problem???
 
Old 05-23-2009, 09:00 PM   #5
RM33
LQ Newbie
 
Registered: May 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by harry2006 View Post
@RM33
Still stuck with sound problem???
Yep. Still have the problem.

So I right clicked on the speaker icon, I wanted to get to "Open Volume Control". Instead I got this error message:

"No volume control GStreamer plugins and/or device found."
 
Old 05-24-2009, 01:20 AM   #6
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by RM33 View Post
"No volume control GStreamer plugins and/or device found."
Can you open a terminal and post the output of
Code:
aplay -l
lspci | grep -i audio
lsmod | grep -i snd
cat /proc/asound/cards
These commands will tell us what sound card is detected (if any) and what modules have been loaded for it.
 
Old 05-24-2009, 02:59 AM   #7
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,969
Blog Entries: 32

Rep: Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464Reputation: 1464
This link is the universal sound tutorial for Ubuntu and it is regularly updated:

http://ubuntuforums.org/showthread.php?t=843012

Do not be put off by the size or apparent complexity of it. You probably only need to refer to one small part which is relevant to your situation.

When I was trying to set up a webcam in Ubuntu 8.10 I needed to install a lot of extra sound packages relating to Alsa and PulseAudio (PA).
I suspect that you may well need to do the same but do check out the early troubleshooting options first.

Scroll down the headings until you reach “Packages” and then using Synaptic Package Manager, download and install the recommended packages.

There is more info on PA here:
http://ubuntuforums.org/showthread.php?p=4928900

As tommcd has mentioned, we will have a better idea of what is happening when you return the information from those outputs.
 
Old 06-04-2009, 10:28 PM   #8
RM33
LQ Newbie
 
Registered: May 2009
Posts: 5

Original Poster
Rep: Reputation: 0
Can you open a terminal and post the output of
Code:

aplay -l
lspci | grep -i audio
lsmod | grep -i snd
cat /proc/asound/cards

These commands will tell us what sound card is detected (if any) and what modules have been loaded for it.

Here it is:

aplay:
device_list:215: no soundcards found...

lspci | grep -i audio
07:04.0 Multimedia audio controller: Creative Labs SB X-Fi

lsmod | grep -i snd Did not produce a result.

cat: /proc/asound/cards: No such file or directory
 
Old 06-05-2009, 12:20 AM   #9
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by RM33 View Post
lspci | grep -i audio
07:04.0 Multimedia audio controller: Creative Labs SB X-Fi
Some googling has found that support for this card in linux has been poor. The good news is that Creative has released the source code for the driver, so support for this card in linux should improve:
http://www.phoronix.com/scan.php?pag...xfi_gift&num=1
For getting the card to work, try going to system > preferences > sound, and change everything to alsa instead of pulse audio. Then click the "test" button and see if you can get sound.
To ensure the proper driver is running, open a terminal and type lsmod. Look for the driver snd_ca0106 . Since your output of "lsmod | grep -i snd" was blank, it probably is not running. So type:
Code:
sudo modprobe snd_ca0106
to load the driver. Then run alsamixer in terminal. Make sure nothing is muted (hitting the "M" key will toggle mute on and off). Use the arrow keys to set volume levels. Hit Esc key twice to get out of alsamixer. Then see if you have sound. You may need to stop pulse audio from loading if these steps do not work.
For reference, see this:
http://www.ubuntuhcl.org/browse/prod...-audio?id=6834
You may have better luck if you install Ubuntu 9.04, since 9.04 will come with a newer kernel and alsa driver package. At least try downloading the Ubuntu 9.04 live CD and boot from that and see if you can get sound off the 9.04 live CD.

Last edited by tommcd; 06-05-2009 at 12:32 AM.
 
  


Reply



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
How do i mount or install sound drivers or sound card? abhikul1007 Linux - Newbie 4 12-25-2006 11:07 PM
No Sound Questions on ALSA Install Newbie gigi1234 Linux - Hardware 1 01-10-2006 02:24 PM
Newbie, Need Help With Sound Blaster Live Configuration, Right Now I Have No Sound nationofcass Linux - Hardware 14 02-16-2005 09:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:18 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