Problem with audio, no sound

Booting, installing, newbie
Post Reply
Message
Author
Bhaskar
Posts: 7
Joined: Sun 30 Sep 2012, 09:28

Problem with audio, no sound

#1 Post by Bhaskar »

Hi, this is the first time i am using Puppy. I am using it in my Sony Vaio laptop.

The problem is i am not getting any audio. I tried playing a mp3 file but i cant hear anything. Then i tried with headphone and found out that the mp3 file was playing but the sound volume is so faint that its impossible to hear if i dont press my headphones.

I tried setting the volume up in Retrovol and alsamixer but it did not help. Please suggest something. Thanks in advance.

liro

Re: Problem with audio, no sound

#2 Post by liro »

Bhaskar wrote:Hi, this is the first time i am using Puppy. I am using it in my Sony Vaio laptop.

The problem is i am not getting any audio. I tried playing a mp3 file but i cant hear anything. Then i tried with headphone and found out that the mp3 file was playing but the sound volume is so faint that its impossible to hear if i dont press my headphones.

I tried setting the volume up in Retrovol and alsamixer but it did not help. Please suggest something. Thanks in advance.
Have you tried using the ALSA sound wizard from the Setup menu?

Bhaskar
Posts: 7
Joined: Sun 30 Sep 2012, 09:28

Re: Problem with audio, no sound

#3 Post by Bhaskar »

liro wrote: Have you tried using the ALSA sound wizard from the Setup menu?
Yes, i did. It detected my sound card but still the problem remains. If i play anything, I can hear a faint sound only if i use headphone. On speaker that sound is inaudible...

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#4 Post by Karl Godt »

Can you post the output of
1)

Code: Select all

lsmod | grep -E 'snd|sound'
2)

Code: Select all

grep -HE 'sound\-slot\-|snd\-card\-' /etc/modprobe.conf /etc/modprobe.d/*
from the console terminal ?

Bhaskar
Posts: 7
Joined: Sun 30 Sep 2012, 09:28

#5 Post by Bhaskar »

Karl Godt wrote:Can you post the output of
1)

Code: Select all

lsmod | grep -E 'snd|sound'
2)

Code: Select all

grep -HE 'sound\-slot\-|snd\-card\-' /etc/modprobe.conf /etc/modprobe.d/*
from the console terminal ?
Thanks for replying. Heres the output---

Code: Select all

1) 
snd_hda_codec_atihdmi     1603  1 
snd_hda_codec_realtek   165209  1 
snd_hda_intel          14978  0 
snd_hda_codec          38539  3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel
snd_pcm_oss            26845  0 
snd_mixer_oss           9963  1 snd_pcm_oss
snd_pcm                45385  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_page_alloc          4645  2 snd_hda_intel,snd_pcm
snd_seq_dummy            907  0 
snd_seq_oss            18888  0 
snd_seq_midi            3156  0 
snd_seq_midi_event      3592  2 snd_seq_oss,snd_seq_midi
snd_rawmidi            11924  1 snd_seq_midi
snd_seq                32379  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_seq_device          3601  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd_timer              11986  2 snd_pcm,snd_seq
snd                    30859  11 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_seq_device,snd_timer
soundcore               3403  1 snd
2) Its not giving any output, even after waiting for about 10mins.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#6 Post by rcrsn51 »

What was the result of your other problem here?

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#7 Post by Karl Godt »

It looks that you have two sound cards available :

1)
snd_hda_codec_atihdmi 1603 1
snd_hda_codec_realtek 165209 1

2)
snd_hda_intel 14978 0

#***

I have no experience with two soundcards nor with DVI or HDMI .
I know that the intel sound driver works for me and would try to blacklist the ati-sound module(s) :
>MENU>Boot Manager>Blacklist .

Post Reply