Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Multimedia & Video
Have multimedia question? ATI, Nvidia, Sound cards. Just ask here.

 
Thread Tools Display Modes
Old September 6th, 2006   #1
maladath
First Cup of Ubuntu
 
Join Date: Sep 2006
Beans: 3
No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

So, like quite a few other people it seems, I also have trouble with sound in Ubuntu 6.06. There is no sound. I have tried numerous troubleshooters and guides, including the comprehensive sound problem solutions guide on the forum here. After I downloaded, installed and ran and tested for a few days, and nothing worked, I decided to reinstall ubuntu and have a clean install to work from. So im on scratch.

Details:I have a toshiba sat pro p100-187 laptop. Sound works perfectly in windows

Card: HDA Intel

aplay -l result:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
Subdevices: 1/1
Subdevice #0: subdevice #0


Relevant lspci -v result: 0000:00:1b.0 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
Subsystem: Toshiba America Info Systems: Unknown device ff31
Flags: bus master, fast devsel, latency 0, IRQ 58
Memory at b0000000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <available only to root>


So at least it seems ubuntu finds my soundcard.

I have two cannels avaliable to view in alsamixer. Master and PCM. Master is not muted hile PCM does not have the option of being muted/unmuted. All other sound settings in ubuntu are unmuted and have sufficient volume.

I followed the stickyed guide on the forum here, I found the driver for my cards chipset on the alsa-project.org site, which would be the hda-intel one. I run: sudo modprobe snd-hda-intel. I type in my admin pass, but nothing happends... I dont get an error message, but nothing happends and there is no sound.

I tried both the following options afterwards, Getting the ALSA drivers from a fresh kernel and the alsa driver compilation step. None fixed my problem. Still no sound.

Any ideas?
maladath is offline   Reply With Quote
Old September 8th, 2006   #2
maladath
First Cup of Ubuntu
 
Join Date: Sep 2006
Beans: 3
Re: No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

I dare to invoke a little bump here.

Im a nubcake when it comes to Linux, having installed ubuntu as my first distro only a few days ago, so would really appreciate some input. Realize there are a lot of sound problem posts, but as my attempts to solve the problem using tips and guides has been to no avail so far, I guess maybe my problem might be elsewhere.
maladath is offline   Reply With Quote
Old September 8th, 2006   #3
xinel
5 Cups of Ubuntu
 
Join Date: Oct 2004
Beans: 26
Re: No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

Ive been trying to solve this same problem for months now. Its not your fault, I think we might just have to wait for new alsa drivers
xinel is offline   Reply With Quote
Old September 14th, 2006   #4
gniss
First Cup of Ubuntu
 
Join Date: Aug 2006
Beans: 3
Re: No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

Same problem and details here with a Toshiba P105-S9312
gniss is offline   Reply With Quote
Old September 16th, 2006   #5
maladath
First Cup of Ubuntu
 
Join Date: Sep 2006
Beans: 3
Re: No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

kk. Thanks for the replies people. Ill watch out for new alsa drivers and make sure I post on here if I resolve the problem of course.
maladath is offline   Reply With Quote
Old September 16th, 2006   #6
johnwlittle
Just Give Me the Beans!
 
johnwlittle's Avatar
 
Join Date: Feb 2005
Location: Houston, Texas
Beans: 47
Ubuntu 6.10 Edgy
Send a message via AIM to johnwlittle
Re: No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

I have a p105 with the Intel HDA sound and it's an ALSA issue. We might have to wait for new drivers. I'm just now looking into it but I'm not sure if anyones found a fix for the low volume/quality issue.

If you don't have sound at all you'll need to edit /boot/grub/menu.lst to add acpi=off

Here are the relevant parts from mine:

Quote:
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/sda1 ro acpi=off

#### DELETED STUFF #####

## ## End Default Options ##

title Ubuntu, kernel 2.6.15-26-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/sda1 ro quiet splash acpi=off
initrd /boot/initrd.img-2.6.15-26-686
savedefault
boot
You may not need it in both spots and if you have multiple kernels you may want to add it to those as well. It only gets you halfway there but low crappy sound is better than none.
__________________
John W. Little
Marketing Team Wiki | Ubuntu Video Wiki | My Wiki
Ubuntu Video | Blog |
johnwlittle is offline   Reply With Quote
Old September 17th, 2006   #7
gniss
First Cup of Ubuntu
 
Join Date: Aug 2006
Beans: 3
Re: No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

Found a solution: boot with acpi=off fixes the problem for me...
gniss is offline   Reply With Quote
Old September 19th, 2006   #8
strgt
First Cup of Ubuntu
 
Join Date: Aug 2006
Beans: 1
Question Re: No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

Quote:
Originally Posted by johnwlittle View Post
It only gets you halfway there but low crappy sound is better than none.
The ACPI=off thing did work on my P105-S921 but it sounds low and crappy. Anyone knows if it will get better someday?
strgt is offline   Reply With Quote
Old September 19th, 2006   #9
zgornel
Skinny Soy Caramel Ubuntu
 
zgornel's Avatar
 
Join Date: Sep 2006
Location: Gent, Belgium
Beans: 652
Ubuntu Studio 9.04 Jaunty Jackalope
Send a message via MSN to zgornel
Re: No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

Try and get a 2.4.x kernel and see if it works. It's hardly a solution but a laptop with no ACPI is ueless. Plus, the sound is crappy
zgornel is offline   Reply With Quote
Old September 23rd, 2006   #10
BillMeyer
First Cup of Ubuntu
 
Join Date: Sep 2006
Beans: 1
Re: No sound in Ubuntu dapper. hda-intel card. Toshiba sat pro p100-187 laptop

Toshiba Satellite P100-221
Same issues here. acpi=off works - but sound is very low and crappy.
BillMeyer is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:29 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry