LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-11-2010, 12:13 PM   #1
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Rep: Reputation: 31
Unhappy No sound Toshiba Satellite P105-S6084


Hi,

I recently upgraded from openSUSE 11.2 to 11.3 and the sound doesn't work at all. My model is the Toshiba Satellite P105-S6084. It didn't work with 11.2 either but I didn't know what needed to be configured. What steps do I need to take to start configuring the sound card?

Device(spec): AC97 Data Fax SoftModem with SmartCP
Device identifier(spec): 130865
Device identifier: 75736
Device: 82801G (ICH7 Family) High Definition Audio Controller
Driver: HDA Intel
 
Old 11-11-2010, 12:25 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
That device should work out of the box. It uses the snd_hda_intel driver. To find out if the driver is loaded, open a konsole and run the command 'lsmod | grep snd'. If the driver is loaded, you will get something like this:

Quote:
lsmod | grep snd
snd_hda_codec_realtek 301964 1
snd_hda_intel 25542 5
snd_hda_codec 91339 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 7102 1 snd_hda_codec
snd_seq_dummy 1814 0
snd_seq_oss 34705 0
snd_seq_midi_event 7267 1 snd_seq_oss
snd_seq 61273 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 7144 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 47389 0
snd_pcm 93590 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer 23556 3 snd_seq,snd_pcm
snd_mixer_oss 16702 1 snd_pcm_oss
snd 73587 20 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_seq,snd_se q_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore 7995 1 snd
snd_page_alloc 8660 2 snd_hda_intel,snd_pcm
You may have to run that command as root. If the driver is not loaded, as root run 'modprobe snd_hda_intel' to load the driver. If you get no messages to the above command, that is success. Give it a try. ( All commands without quotes, just what is between them ).

If the driver is loaded, and you get no sound, open a mixer and make sure you have the volume turned up and nothing muted.

Is OpenSuse using Pulse Audio? It can cause a number of problems.

Post back your results.
 
Old 11-11-2010, 01:13 PM   #3
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Original Poster
Rep: Reputation: 31
These are the results from my command in konsole. In Kmix everything is unmuted and turned up.

lsmod | grep snd
snd_pcm_oss 47311 0
snd_mixer_oss 16449 1 snd_pcm_oss
snd_seq 57073 0
snd_seq_device 6534 1 snd_seq
snd_hda_codec_conexant 35456 1
snd_hda_intel 24598 2
snd_hda_codec 98144 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 5990 1 snd_hda_codec
snd_pcm 86832 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 21318 2 snd_seq,snd_pcm
snd 64702 14 snd_pcm_oss,snd_mixer_oss,snd_seq,snd_seq_device,snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec, snd_hwdep,snd_pcm,snd_timer
soundcore 7013 1 snd
snd_page_alloc 7817 2 snd_hda_intel,snd_pcm
 
Old 11-11-2010, 01:59 PM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
You have the driver loaded, and nothing is muted in kmix.

Is OpenSuse using Pulse Audio? It can cause a number of problems.
 
Old 11-12-2010, 12:57 PM   #5
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Original Poster
Rep: Reputation: 31
I don't think I'm using pulse audio. When I choose PulseAudio Configuration in YaST2, I get error message: PulseAudio is not installed or cannot be configured.

In konsole today with commmand - lsmod | grep snd, I got:

lsmod | grep snd
snd_hda_codec_conexant 35456 1
snd_hda_intel 24598 1
snd_hda_codec 98144 2 snd_hda_codec_conexant,snd_hda_intel
snd_hwdep 5990 1 snd_hda_codec
snd_pcm 86832 2 snd_hda_intel,snd_hda_codec
snd_timer 21318 1 snd_pcm
snd_page_alloc 7817 2 snd_hda_intel,snd_pcm
snd 64702 8 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 7013 1 snd

Do I need to load a new sound module or compile the kernel to incorporate the sound? If so how is that done?
 
Old 11-12-2010, 06:35 PM   #6
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
Do I need to load a new sound module or compile the kernel to incorporate the sound?
No, you have the correct sound modules loaded, from what I can see. The sound hardware you have is common enough.

I'm going to suggest you have a look through this document.

http://en.opensuse.org//SDB:Audio_troubleshooting#

Sound is handled differently from distro to distro. I run Mandriva, so I do not know the ins and outs of Open Suse.
This document should help.

There are some simple tests you can run. Post back if you have problems with it.
 
Old 11-28-2010, 09:45 AM   #7
gabak
LQ Newbie
 
Registered: Feb 2010
Posts: 13

Rep: Reputation: 0
JUST UPDATE YOUR BIOS AND IT WILL WORKS
I HAVE UBUNTU 10.10

http://www.csd.toshiba.com/cgi-bin/t...ily=1073768663

IT WORKS FOR ME
 
Old 12-05-2010, 02:24 AM   #8
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Original Poster
Rep: Reputation: 31
Wow after all this it was a simple BIOS issue. Downloaded the latest Toshiba BIOS and audio worked like a charm. Thanks a bundle.
 
Old 12-06-2010, 08:58 PM   #9
gabak
LQ Newbie
 
Registered: Feb 2010
Posts: 13

Rep: Reputation: 0
i m glad it worked for you
now please change the status of this forums and choose SOLVED so it will help others
 
  


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
No sound in ubuntu on Toshiba Satellite p105-s6024 M3GA8U5H Linux - Newbie 9 11-28-2010 09:46 AM
Sound card loops test sound and music running OpenSUSE on Toshiba Satellite L100 charesnape Linux - Laptop and Netbook 38 10-03-2010 04:01 AM
toshiba p105-s6197 no sound see's driver bloodyscript SUSE / openSUSE 0 07-20-2007 10:50 PM
Sound problem with Suse 10.1 + Addons CD on a Toshiba Satellite P105 - SP921 hitokiri Linux - Laptop and Netbook 7 07-19-2006 10:05 AM
SuSE 10.1 on Toshiba P105; Sound Very Soft ambrinc Linux - Laptop and Netbook 4 07-18-2006 10:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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