no sound on linux ubuntu version

Asked by SaRGe

i have a Toshiba A135 Satellite series laptop and ive used linux before on it and then i went back to windows and now im back on linux. i have linux Ubuntu(fiesty fawn) and there is no sound at all ive tried several things and so far nothing so if some one would be so kind as in helping me i would appreciate it.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Daniel Voicu
Solved:
Last query:
Last reply:
Revision history for this message
Best Daniel Voicu (danielvoicu) said :
#1

Hi.

Open up a terminal and type lspci. If your sound card is detected, it should appear in the list shown by lspci. Please, post the results of lspci here, it might help in figuring out what problem you have.

Besides that, I found a nice tutorial on how to configure the sound on your laptop. You can take a look at it here: http://www.linlap.com/wiki/Configuring+the+audio+for+Linux

I hope it will help you out. If not, keep us informed and we'll try to find a solution!:)

Revision history for this message
Daniel Voicu (danielvoicu) said :
#2

Hello again:) Found another one, but it's for Ubuntu 7.10. It might be useful. Here it is: http://www.linlap.com/wiki/Configuring+the+audio+and+updating+ALSA+for+Ubuntu+7.10

Hope it works!

Revision history for this message
SaRGe (countryboilovin) said :
#3

i didnt solve it but this is what it said when i typed in lspci

"sarge@SmokeyMcPott-laptop:~$ lspci
00:00.0 Host bridge: ATI Technologies Inc Unknown device 5a31 (rev 01)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:06.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:12.0 IDE interface: ATI Technologies Inc ATI 4379 Serial ATA Controller (rev 80)
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80)
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80)
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 82)
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller ATI (rev 80)
00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01)
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge (rev 80)
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (rev 80)
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M]
02:00.0 Ethernet controller: Atheros Communications, Inc. Unknown device 001c (rev 01)
09:04.0 CardBus bridge: ENE Technology Inc CB1410 Cardbus Controller (rev 01)
09:06.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
sarge@SmokeyMcPott-laptop:~$"

now where do i go from here?

Revision history for this message
Daniel Voicu (danielvoicu) said :
#4

It seems that the sound card is detected. it could be a problem related to ALSA. It is possible that the sound may be available to root only. To find out if it works only for root, open a terminal and type: "sudo totem" (or any other player you might use). If you play a song and it works, then you have sound only as root user. To make it work for normal users too, open a terminal and type: "sudo chmod 666 /dev/dsp".

if this doesn't fix your problem, run alsamixer through a terminal. Now turn off everything related to IEC, press the ESC key to save the configuration and then type in the terminal "sudo alsactl store".

I hope this info will be helpful.