No sound on Toshiba L30 Notebook
Posts: 3
I have recently purchased a Toshiba Notebook which came with "Vista" preinstalled. After trying several Linux distributions I settled on Mepis because it recognised more of the notebook's hardware than any other distro. However, although Mepis seems to have identified the sound hardware I cannot get any sound from it despite trying every tip I found in this forum.
In the Windows Vista device manager the "Sound,video & game controllers" show the sound device as "Realtek High Definition Audio" with a driver of the same name. Realtek provide a Linux driver for download but I have had no success with it.
In Mepis the output from lspci shows:
Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01)
All references to sound in the output from lsmod are as follows
Module size used by
snd_hda_intel 15768 4
snd_hda_codec 195760 1 snd_hda_intel
snd_pcm_OSS 37408 0
snd_mixer_OSS 14336 1 snd_pcm_OSS
snd_pcm 62856 4 snd_hda_intel,snd_hda_codec,snd_pcm_OSS
...
...
snd_timer 18308 snd_pcm
...
...
soundcore 7008 1 snd
I do not know what these things mean or whether they are relevant to the problem but the info may help.
The content of /etc/modprobe.d/snd-hda-intel is
options snd-hda-intel position_fix=2
options snd-hda-intel model=auto
I have tried commenting out the first of these lines but that seems to make no difference.
There is another file /etc/modprobe.d/sound which contains
alias snd-card-0 snd-hda-intel
alias sound-slot-0 snd-hda-intel
I have not experimented with this file and I suspect it may have been created during my fiddling with other things???
The only entry in /etc/modules, apart from comments, is
"fuse"
That's all the info that I can think of that may be relevant except to say that sound works fine with "Vista" but I hate using that, so I should be grateful if somebody could suggest how I might progress in getting sound from the Toshiba using Mepis.
Possible solution for sound
Posts: 162
Hi Rachel,
What version of Mepis are you using I found out I could not get sound on Lenovo C200 laptop with 6.5 then I tried new Mepis 7 betas and all was okay although my chipset was different to yours it was due to a alsa bug that had been fixed in newer version.
I have found this in a previous post by DaveAK regarding your chipset ATI Technologies Inc SB450 HDA Audio (rev 01) maybe this will help.
To get my card working I commented out the first line of /etc/modprobe.d/snd-hda-intel
Entire file is now as follows :
#option snd-hda-intel position-fix=2
option snd-hda-intel model=auto
See his reply here:
http://www.mepis.org/node/13776
Thanks for the suggestions.
Posts: 3
Thanks for the suggestions. I haven't had time to try them yet but I will report back when I've tried.
Success! The mention of the
Posts: 3
Success! The mention of the Alsa driver problem pointed me in the right direction. Using Synaptic, I uninstalled alsa-modules that Mepis installed by default and I installed alsa-modules-2.6.15-27-desktop version 1.0.14+1.0.14 rc 3-1.
That did the trick.
Many thanks for putting me on the right track. (Sound track?)
sound
Posts: 2280
Try google with "sound on toshiba l30". I saw several depending on the sub model you have that might help. Good luck!
jim