LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-24-2009, 09:23 PM   #1
janap-146
Member
 
Registered: Mar 2005
Location: UK
Distribution: Ubuntu, Slackware
Posts: 49

Rep: Reputation: 15
Question No sound - Ubuntu 9.04 (x64) Desktop...


Hi,

I am really hoping that someone here can help me with this very frustrating little problem...

I have just today installed Ubuntu 9.04 x64 Desktop version coming from Slackware 12.2 but my sound is not working, I have tried many different ideas from forums but none that seem to be working for me.

I have got output from the command: aplay -l

Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: CMI8738 [C-Media CMI8738], device 0: CMI8738-MC6 [C-Media PCI DAC/ADC]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: CMI8738 [C-Media CMI8738], device 1: CMI8738-MC6 [C-Media PCI 2nd DAC]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: CMI8738 [C-Media CMI8738], device 2: CMI8738-MC6 [C-Media PCI IEC958]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
...and tried the command: lspci and get the following under Audio Devices:

Code:
04:02.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
The latest I have tried is following advice from this link:
http://moderngeek.com/node/10 but now I have 2 audio volume controls one that says Master and another that says: HDA Intel - Output 20% -48.22 db

If I set the HDA Intel volume to 100% it says 0.00 db

Does anyone have any ideas as to how I can try getting the sound working?

Many thanks

Chris
 
Old 07-25-2009, 11:08 AM   #2
janap-146
Member
 
Registered: Mar 2005
Location: UK
Distribution: Ubuntu, Slackware
Posts: 49

Original Poster
Rep: Reputation: 15
I would just like to add...

When logging in if I purposefully type in the wrong password then Ubuntu will play the Drums, also when logged in I turned up all the sound controls to maximum and I can hear the speakers static.

...but there is no sound on anything, YouTube, MP3 files etc

I am sorry to have posted twice but maybe this info will help someone to better help me?

Chris
 
Old 07-25-2009, 11:19 AM   #3
definitelyjoe
LQ Newbie
 
Registered: Jul 2009
Posts: 2

Rep: Reputation: 0
Sound Card CT4780

I also have the drum sound at login screen.
No sound after logging in.

Sound Card CT4780
ubuntu 9.04
 
Old 07-25-2009, 12:57 PM   #4
janap-146
Member
 
Registered: Mar 2005
Location: UK
Distribution: Ubuntu, Slackware
Posts: 49

Original Poster
Rep: Reputation: 15
Hi,

I also have that same card but in another machine, was going to try putting it in but guess now I won't!

I have been reading that some people have had success by removing the pulseaudio and using something different, not sure if I should try this as it depends on ubuntu-desktop...

Not sure what else I can try as I think I have read every forum on the internet!!

Chris
 
Old 07-25-2009, 02:35 PM   #5
definitelyjoe
LQ Newbie
 
Registered: Jul 2009
Posts: 2

Rep: Reputation: 0
Got it!
Had to disable audio ac97 in bios.
rebooted and great audio. Ubuntu Rulezzz.
my motherboard is a kt600-a. First time looking for onboard audio disable I missed it. Had to hit enter on on a few things to find. Guess prob was ubuntu saw two audio periferals. Let me know if you have a question about it. definitelyjoe@gmail.com
 
Old 07-25-2009, 03:43 PM   #6
janap-146
Member
 
Registered: Mar 2005
Location: UK
Distribution: Ubuntu, Slackware
Posts: 49

Original Poster
Rep: Reputation: 15
I don't have that option in my BIOS only thing relating to audio is something called: Azalia Codec which was enabled, I have now disabled it but still no sound... (Didn't think that would fix it anyways!)

I have another sound card in my system which is not onboard, so I am going to try taking that out. Maybe me having 2 cards - one PCI and another onboard is causing confusion? who knows!

The ultimate last resort is switching distro's and going back to Slackware. I really don't like giving up so easily, it has never been something I like doing + I actually like Ubuntu and the sudo apt-get install thingy is nice as never had the chance to use it in other distro's

many thanks

Chris
 
Old 07-25-2009, 04:01 PM   #7
janap-146
Member
 
Registered: Mar 2005
Location: UK
Distribution: Ubuntu, Slackware
Posts: 49

Original Poster
Rep: Reputation: 15
hmmmm ok I have sound!!!

I plugged into my PCI sound card and sound came through! The thing is I have done this a few times, swapping from the onboard sound port to the soundcard but neither worked.

I must have enabled the sound following some advice on a forum but of course now I don't know what I did to enable it!

BUT... I am very happy to have sound! now I just hope that I will have it when I reboot - going to test that right now...

Chris
 
Old 07-25-2009, 04:10 PM   #8
janap-146
Member
 
Registered: Mar 2005
Location: UK
Distribution: Ubuntu, Slackware
Posts: 49

Original Poster
Rep: Reputation: 15
I have just rebooted and still have sound! and it is nice clear good quality sound too

so now I can really start experimenting with Ubuntu and see what this baby can do

...so I will now mark as solved.

Chris
 
Old 11-14-2009, 10:52 PM   #9
himangshupar
LQ Newbie
 
Registered: Nov 2009
Posts: 1

Rep: Reputation: 0
Hey if you are having problems with ALSA ... follow the steps

Open a terminal and enter the following command

$ cd /etc/modprobe.d
$ sudo gedit alsa-base.conf

and add these 4 lines to the bottom of the file (i.e right after options snd-pcsp index=-2)

options snd slots=snd-hda-intel
options snd-hda-intel model=hp-m4
alias snd-card-0 snd-hda-intel
options snd-hda-intel enable_msi=1

and restart the machine. Your sound should work now.

NB: this trick was given in some forum I can't remember. I am just a distributor here. Thanks
 
Old 02-08-2010, 11:07 PM   #10
achilles123
LQ Newbie
 
Registered: Feb 2010
Posts: 1

Rep: Reputation: 0
Thanks a ton himangshupar! It worked in my hp pavillion dv4 laptop.
 
  


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
Sharing between Ubuntu and Vista x64 not working gamelord12 Linux - Networking 3 09-16-2008 06:00 PM
How do I find and configure a sound driver for Ubuntu server (no desktop) lumix Linux - Hardware 1 04-28-2008 07:54 PM
I've killed sound -- Ubuntu 7.10 x64, Realtek HD Audio MathBluster Linux - Hardware 2 12-02-2007 09:54 PM
Sound Blaster 24 - Crackling sound Suse 10.2 x64 Gschmidt1 Linux - Hardware 1 01-25-2007 09:12 AM
can i run linux mandriver x64 with windows x64 bit if so wich one should i install fi malmac2000 Linux - Software 2 04-26-2006 07:04 AM

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

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