no sound with ubuntu 7.1

Asked by stmcc

 aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: V8235 [VIA 8235], device 0: VIA 8235 [VIA 8235]
  Subdevices: 4/4
  Subdevice #0: subdevice #0

card 0: V8235 [VIA 8235], device 1: VIA 8235 [VIA 8235]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: Live [SBLive! Value [CT4670]], device 0: emu10k1 [ADC Capture/Standard PCM Playback]
  Subdevices: 32/32
  Subdevice #0: subdevice #0
 #16: subdevice #16
I can't get ubuntu 7.1 to give me sound . I am dual booted with Win XP and have no problem.
MAC

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu totem Edit question
Assignee:
No assignee Edit question
Solved by:
bixejo
Solved:
Last query:
Last reply:
Revision history for this message
bixejo (bixo-bixejo) said :
#1

Maybe the following thread in ubuntuforums may help you:

http://ubuntuforums.org/showthread.php?t=205449

The first post of this thread is a guide of solving sound issues, and many others that follow have also included some other helpful tips.

Hope this will help you to find a workaround.

--Bixejo

Revision history for this message
stmcc (stmcc1) said :
#2

Hi Bixejo:
 I have tried this four times and get sound until I reboot. then it is dead
again.

*Getting the ALSA drivers from a *fresh* kernel*

Sometimes, sound might be configured correctly, but for some reason or
another (tinkering) it stops working. One way to go back to the old setup is
to reinstall *Ubuntu*. However, this step is actually quite unnecessary
since you are reinstalling everything because of one thing.

A faster way, is to just remove the problematic packages and reinstall them
cleanly.

(1) Remove these packages Code:

sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils

(2) Reinstall those same packages
 Code:

sudo apt-get install linux-sound-base alsa-base alsa-utils

[list][*] *VERY IMPORTANT NOTE: *Ubuntu (GNOME) users have reported that
packages 'gdm' and 'ubuntu-desktop' are removed after removing the
linux-sound-base packages. If this happens, then do the following
 Code:

sudo apt-get install gdm ubuntu-desktop

On 3/28/08, bixejo <email address hidden> wrote:
>
> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> Status: Open => Answered
>
> bixejo proposed the following answer:
> Maybe the following thread in ubuntuforums may help you:
>
> http://ubuntuforums.org/showthread.php?t=205449
>
> The first post of this thread is a guide of solving sound issues, and
> many others that follow have also included some other helpful tips.
>
> Hope this will help you to find a workaround.
>
> --Bixejo
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bixejo (bixo-bixejo) said :
#3

Strange... could you please post the output you get to the following command when both you get sound and when you don't?

lsmod | egrep "snd|sound|audio"

You may copy the whole previous line and paste it directly to the terminal.

--Bixejo

Revision history for this message
stmcc (stmcc1) said :
#4

mac@mac-desktop:~$ lsmod | egrep "snd|sound|audio"
snd_emu10k1_synth 8192 0
snd_emux_synth 35456 1 snd_emu10k1_synth
snd_seq_virmidi 8064 1 snd_emux_synth
snd_seq_midi_emul 7680 1 snd_emux_synth
snd_emu10k1 137248 2 snd_emu10k1_synth
snd_util_mem 5760 2 snd_emux_synth,snd_emu10k1
snd_hwdep 10244 2 snd_emux_synth,snd_emu10k1
snd_via82xx 29336 0
snd_ac97_codec 100644 2 snd_emu10k1,snd_via82xx
snd_seq_dummy 4740 0
ac97_bus 3200 1 snd_ac97_codec
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 80388 4
snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 11400 3 snd_emu10k1,snd_via82xx,snd_pcm
snd_mpu401_uart 9600 1 snd_via82xx
snd_seq_oss 33152 0
snd_seq_midi 9600 0
snd_rawmidi 25728 4
snd_seq_virmidi,snd_emu10k1,snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 8448 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq 53232 9
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 24324 3 snd_emu10k1,snd_pcm,snd_seq
snd_seq_device 9228 8
snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 54660 17
snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_hwdep,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
gameport 16776 3 snd_via82xx,emu10k1_gp
soundcore 8800 1 snd
mac@mac-desktop:~$

On Sat, Mar 29, 2008 at 8:38 AM, bixejo <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> Status: Open => Needs information
>
> bixejo requested for more information:
> Strange... could you please post the output you get to the following
> command when both you get sound and when you don't?
>
> lsmod | egrep "snd|sound|audio"
>
> You may copy the whole previous line and paste it directly to the
> terminal.
>
> --Bixejo
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
stmcc (stmcc1) said :
#5

Hi Bixejo:
 The reply I just sent is without sound. I will try and get sound again and
send the info.
MAC

On Sat, Mar 29, 2008 at 8:38 AM, bixejo <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> Status: Open => Needs information
>
> bixejo requested for more information:
> Strange... could you please post the output you get to the following
> command when both you get sound and when you don't?
>
> lsmod | egrep "snd|sound|audio"
>
> You may copy the whole previous line and paste it directly to the
> terminal.
>
> --Bixejo
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

Seems you have 2 audio cards, using BIOS setting please disable the motherboard card.

Hope this helps

Revision history for this message
stmcc (stmcc1) said :
#7

Hi Marcobra:
 The VIA8235 is the south bridge chip set. I do not know how to disable it
in the BIOS and would it not effect all other functions of the south bridge?
It works fine in Win XP. Is there no way to make my Sound Blaster card the
default with Ubuntu?
MAC

On Sat, Mar 29, 2008 at 9:32 AM, marcobra <
<email address hidden>> wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> Status: Open => Answered
>
> marcobra proposed the following answer:
> Seems you have 2 audio cards, using BIOS setting please disable the
> motherboard card.
>
> Hope this helps
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288/+confirm?answer_id=5
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
stmcc (stmcc1) said :
#8

Hi All:
I just did this :
System/Preferences/sound/devises and selected (Multichanel Playback ) on all
. Mixer Tracks + SB live
 I now have sound .
 Here are the results of :
mac@mac-desktop:~$ lsmod | egrep "snd|sound|audio"
snd_emu10k1_synth 8192 0
snd_emux_synth 35456 1 snd_emu10k1_synth
snd_seq_virmidi 8064 1 snd_emux_synth
snd_seq_midi_emul 7680 1 snd_emux_synth
snd_emu10k1 137248 2 snd_emu10k1_synth
snd_util_mem 5760 2 snd_emux_synth,snd_emu10k1
snd_hwdep 10244 2 snd_emux_synth,snd_emu10k1
snd_via82xx 29336 0
snd_ac97_codec 100644 2 snd_emu10k1,snd_via82xx
snd_seq_dummy 4740 0
ac97_bus 3200 1 snd_ac97_codec
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
snd_pcm 80388 4
snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 11400 3 snd_emu10k1,snd_via82xx,snd_pcm
snd_mpu401_uart 9600 1 snd_via82xx
snd_seq_oss 33152 0
snd_seq_midi 9600 0
snd_rawmidi 25728 4
snd_seq_virmidi,snd_emu10k1,snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event 8448 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq 53232 9
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 24324 3 snd_emu10k1,snd_pcm,snd_seq
snd_seq_device 9228 8
snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd 54660 17
snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_hwdep,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
gameport 16776 3 snd_via82xx,emu10k1_gp
soundcore 8800 1 snd
mac@mac-desktop:~$
I will reboot and let youall know if I still have sound.
MAC

On Sat, Mar 29, 2008 at 9:42 AM, stmcc <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> Status: Answered => Open
>
> You are still having a problem:
> Hi Marcobra:
> The VIA8235 is the south bridge chip set. I do not know how to disable it
> in the BIOS and would it not effect all other functions of the south
> bridge?
> It works fine in Win XP. Is there no way to make my Sound Blaster card the
> default with Ubuntu?
> MAC
>
> On Sat, Mar 29, 2008 at 9:32 AM, marcobra <
> <email address hidden>> wrote:
>
> > Your question #28288 on totem in ubuntu changed:
> > https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
> >
> > Status: Open => Answered
> >
> > marcobra proposed the following answer:
> > Seems you have 2 audio cards, using BIOS setting please disable the
> > motherboard card.
> >
> > Hope this helps
> >
> > --
> > If this answers your question, please go to the following page to let us
> > know that it is solved:
> >
> >
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288/+confirm?answer_id=5
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> > https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
> >
> > You received this question notification because you are a direct
> > subscriber of the question.
> >
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
stmcc (stmcc1) said :
#9

Hi All:
 After rebooting ,I have sound on Totem MP, my CDs will play and I can
access the music that I have on XP. Only systems sounds are inop.
MAC

On Sat, Mar 29, 2008 at 10:03 AM, stmcc <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> You gave more information on the question:
> Hi All:
> I just did this :
> System/Preferences/sound/devises and selected (Multichanel Playback ) on
> all
> . Mixer Tracks + SB live
> I now have sound .
> Here are the results of :
> mac@mac-desktop:~$ lsmod | egrep "snd|sound|audio"
> snd_emu10k1_synth 8192 0
> snd_emux_synth 35456 1 snd_emu10k1_synth
> snd_seq_virmidi 8064 1 snd_emux_synth
> snd_seq_midi_emul 7680 1 snd_emux_synth
> snd_emu10k1 137248 2 snd_emu10k1_synth
> snd_util_mem 5760 2 snd_emux_synth,snd_emu10k1
> snd_hwdep 10244 2 snd_emux_synth,snd_emu10k1
> snd_via82xx 29336 0
> snd_ac97_codec 100644 2 snd_emu10k1,snd_via82xx
> snd_seq_dummy 4740 0
> ac97_bus 3200 1 snd_ac97_codec
> snd_pcm_oss 44672 0
> snd_mixer_oss 17664 1 snd_pcm_oss
> snd_pcm 80388 4
> snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss
> snd_page_alloc 11400 3 snd_emu10k1,snd_via82xx,snd_pcm
> snd_mpu401_uart 9600 1 snd_via82xx
> snd_seq_oss 33152 0
> snd_seq_midi 9600 0
> snd_rawmidi 25728 4
> snd_seq_virmidi,snd_emu10k1,snd_mpu401_uart,snd_seq_midi
> snd_seq_midi_event 8448 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
> snd_seq 53232 9
>
> snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
> snd_timer 24324 3 snd_emu10k1,snd_pcm,snd_seq
> snd_seq_device 9228 8
>
> snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
> snd 54660 17
>
> snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_hwdep,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
> gameport 16776 3 snd_via82xx,emu10k1_gp
> soundcore 8800 1 snd
> mac@mac-desktop:~$
> I will reboot and let youall know if I still have sound.
> MAC
>
> On Sat, Mar 29, 2008 at 9:42 AM, stmcc <
> <email address hidden>>
> wrote:
>
> > Your question #28288 on totem in ubuntu changed:
> > https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
> >
> > Status: Answered => Open
> >
> > You are still having a problem:
> > Hi Marcobra:
> > The VIA8235 is the south bridge chip set. I do not know how to disable
> it
> > in the BIOS and would it not effect all other functions of the south
> > bridge?
> > It works fine in Win XP. Is there no way to make my Sound Blaster card
> the
> > default with Ubuntu?
> > MAC
> >
> > On Sat, Mar 29, 2008 at 9:32 AM, marcobra <
> > <email address hidden>> wrote:
> >
> > > Your question #28288 on totem in ubuntu changed:
> > > https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
> > >
> > > Status: Open => Answered
> > >
> > > marcobra proposed the following answer:
> > > Seems you have 2 audio cards, using BIOS setting please disable the
> > > motherboard card.
> > >
> > > Hope this helps
> > >
> > > --
> > > If this answers your question, please go to the following page to let
> us
> > > know that it is solved:
> > >
> > >
> >
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288/+confirm?answer_id=5
> > >
> > > If you still need help, you can reply to this email or go to the
> > > following page to enter your feedback:
> > > https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
> > >
> > > You received this question notification because you are a direct
> > > subscriber of the question.
> > >
> >
> > --
> > You received this question notification because you are a direct
> > subscriber of the question.
> >
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
stmcc (stmcc1) said :
#10

I have found that if my speakers are connected to the sound card output, Totem MP,my CDs will play.
 If I connect the speakers to the mother board output, the system sounds will play. Still have a conflict between the VIA 8325 (mother board chip) and the SB live PCI card.

Revision history for this message
bixejo (bixo-bixejo) said :
#11

OK, post now the output you get to the command I told you when you do get sound, and also the output for aplay -l at that moment (could be slightly different from the one you posted in your starting post, probably the "VIA 8235" may vary a bit.)

Looks like you're indeed getting a conflict between two different audio cards. Once you decide which one you want to use, you may configure the audio driver to use that one, just by following the method from ubuntuforums whose link I posted in my first reply.

Revision history for this message
bixejo (bixo-bixejo) said :
#12

Sorry, I see now that you posted the first part I was asking for in my previous post. Do post the second one, please.

Revision history for this message
stmcc (stmcc1) said :
#13

This is what I get now.:

mac@mac-desktop:~$ lsmod | egrep "snd|sound|audio"
snd_emu10k1_synth 8192 0
snd_emux_synth 35456 1 snd_emu10k1_synth
snd_seq_virmidi 8064 1 snd_emux_synth
snd_seq_midi_emul 7680 1 snd_emux_synth
snd_emu10k1 137248 2 snd_emu10k1_synth
snd_via82xx 29336 0
snd_ac97_codec 100644 2 snd_emu10k1,snd_via82xx
snd_pcm_oss 44672 0
snd_mixer_oss 17664 1 snd_pcm_oss
ac97_bus 3200 1 snd_ac97_codec
snd_util_mem 5760 2 snd_emux_synth,snd_emu10k1
snd_pcm 80388 4
snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 11400 3 snd_emu10k1,snd_via82xx,snd_pcm
snd_mpu401_uart 9600 1 snd_via82xx
snd_hwdep 10244 2 snd_emux_synth,snd_emu10k1
snd_seq_dummy 4740 0
snd_seq_oss 33152 0
snd_seq_midi 9600 0
snd_seq_midi_event 8448 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq 53232 9
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_rawmidi 25728 4
snd_seq_virmidi,snd_emu10k1,snd_mpu401_uart,snd_seq_midi
snd_timer 24324 3 snd_emu10k1,snd_pcm,snd_seq
snd_seq_device 9228 8
snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd 54660 17
snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_hwdep,snd_seq_oss,snd_seq,snd_rawmidi,snd_timer,snd_seq_device
soundcore 8800 1 snd
gameport 16776 3 snd_via82xx,emu10k1_gp

On Sat, Mar 29, 2008 at 2:05 PM, bixejo <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> bixejo requested for more information:
> Sorry, I see now that you posted the first part I was asking for in my
> previous post. Do post the second one, please.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bixejo (bixo-bixejo) said :
#14

Hmmm... Try the following: go to

System --> Preferences --> Sound

You will see a window in which you may select the output audio device for "sound events", "music and video", and "sound conference" (or something like that, I'm guessing just trying to translate what I see in my own window which shows text in Spanish.) Normally, these three options are set to "Autodetect" (or similar.) Try to change them and do make tests with the "Test" (or similar) button you will find at the right side of each one of these combo selectors until you get all test sounds (a rather nasty beep noise) through your desired output device.

Probably, each one "autodetects" a different output device, and that could be the origin of your problems.

Good luck,

--Bixejo

Revision history for this message
stmcc (stmcc1) said :
#15

Hi Bixejo:
 Thanks for all your time. I have tried all the combinations on the Devices
Tab. Multichannel playback & ADC Capture/standard PCM playback are the only
ones that will give me a test sound. The Multichannel Playback gives the
best sound . None of them will give me test on the Sound Tab for System
sounds.
 I have SB Live selected as the Default Mixer Tracks. VIA 8235 & c- Media
will also give test sounds on the Devices tab but not on system sounds.
 Lets give this up for today. I NEED A DRINK.
MAC

On Sat, Mar 29, 2008 at 2:57 PM, bixejo <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> Status: Open => Answered
>
> bixejo proposed the following answer:
> Hmmm... Try the following: go to
>
> System --> Preferences --> Sound
>
> You will see a window in which you may select the output audio device
> for "sound events", "music and video", and "sound conference" (or
> something like that, I'm guessing just trying to translate what I see in
> my own window which shows text in Spanish.) Normally, these three
> options are set to "Autodetect" (or similar.) Try to change them and do
> make tests with the "Test" (or similar) button you will find at the
> right side of each one of these combo selectors until you get all test
> sounds (a rather nasty beep noise) through your desired output device.
>
> Probably, each one "autodetects" a different output device, and that
> could be the origin of your problems.
>
> Good luck,
>
> --Bixejo
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288/+confirm?answer_id=13
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
stmcc (stmcc1) said :
#16

On Sat, Mar 29, 2008 at 2:15 PM, stmcc <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> Status: Needs information => Open
>
> You gave more information on the question:
> This is what I get now.:
>
> mac@mac-desktop:~$ lsmod | egrep "snd|sound|audio"
> snd_emu10k1_synth 8192 0
> snd_emux_synth 35456 1 snd_emu10k1_synth
> snd_seq_virmidi 8064 1 snd_emux_synth
> snd_seq_midi_emul 7680 1 snd_emux_synth
> snd_emu10k1 137248 2 snd_emu10k1_synth
> snd_via82xx 29336 0
> snd_ac97_codec 100644 2 snd_emu10k1,snd_via82xx
> snd_pcm_oss 44672 0
> snd_mixer_oss 17664 1 snd_pcm_oss
> ac97_bus 3200 1 snd_ac97_codec
> snd_util_mem 5760 2 snd_emux_synth,snd_emu10k1
> snd_pcm 80388 4
> snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss
> snd_page_alloc 11400 3 snd_emu10k1,snd_via82xx,snd_pcm
> snd_mpu401_uart 9600 1 snd_via82xx
> snd_hwdep 10244 2 snd_emux_synth,snd_emu10k1
> snd_seq_dummy 4740 0
> snd_seq_oss 33152 0
> snd_seq_midi 9600 0
> snd_seq_midi_event 8448 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
> snd_seq 53232 9
>
> snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
> snd_rawmidi 25728 4
> snd_seq_virmidi,snd_emu10k1,snd_mpu401_uart,snd_seq_midi
> snd_timer 24324 3 snd_emu10k1,snd_pcm,snd_seq
> snd_seq_device 9228 8
>
> snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
> snd 54660 17
>
> snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_hwdep,snd_seq_oss,snd_seq,snd_rawmidi,snd_timer,snd_seq_device
> soundcore 8800 1 snd
> gameport 16776 3 snd_via82xx,emu10k1_gp
>
> On Sat, Mar 29, 2008 at 2:05 PM, bixejo <
> <email address hidden>>
> wrote:
>
> > Your question #28288 on totem in ubuntu changed:
> > https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
> >
> > bixejo requested for more information:
> > Sorry, I see now that you posted the first part I was asking for in my
> > previous post. Do post the second one, please.
> >
> > --
> > To answer this request for more information, you can either reply to
> > this email or enter your reply at the following page:
> > https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
> >
> > You received this question notification because you are a direct
> > subscriber of the question.
> >
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Best bixejo (bixo-bixejo) said :
#17

Since your audio modules seem to be correctly loaded and working (though not all of them on the right device), I only can suggest you to try from a terminal the following command:

gstreamer-properties

, and try to select different audio output devices in the "audio" tab. If this does not work, I'm afraid your issues solution falls beyond my knowledge limits. I've done my best to help you because I know well how one feels when gets a problem, asks despairingly for help, and gets the silence as the only answer, but at this point I cannot do anything else but wishing good luck to you.

Enjoy your well deserved drink, and forget about computers for a while,

--Bixejo

Revision history for this message
stmcc (stmcc1) said :
#18

Hi bixejo:
Success!!!
 This morning ( after several drinks last night) ,I pulled up the
Multimeter Systems Selector. On the Default Output :
 Plugin=ALSA
Device =Default
  Default input
  Plugin= Test sound
 When I rechecked Sound Preferences / Sound playback =ALSA
It was not listed before.
In some of the things I tried yesterday, I downloaded ALS MIXER. That may
have helped .
After rebooting I still have all the sounds.
Thanks again for all your time and effort.
MAC

On Sat, Mar 29, 2008 at 4:49 PM, bixejo <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> Status: Open => Answered
>
> bixejo proposed the following answer:
> Since your audio modules seem to be correctly loaded and working (though
> not all of them on the right device), I only can suggest you to try from
> a terminal the following command:
>
> gstreamer-properties
>
> , and try to select different audio output devices in the "audio" tab.
> If this does not work, I'm afraid your issues solution falls beyond my
> knowledge limits. I've done my best to help you because I know well how
> one feels when gets a problem, asks despairingly for help, and gets the
> silence as the only answer, but at this point I cannot do anything else
> but wishing good luck to you.
>
> Enjoy your well deserved drink, and forget about computers for a while,
>
> --Bixejo
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288/+confirm?answer_id=16
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
stmcc (stmcc1) said :
#19

Problem Solved:
 gstreamer-prperties =Multimeter Sysems Selector
Default Output
  plugin=ALSA
  device=Default
Default Input
  plugin=test sound
After rebooting ,all my sounds are normal now.
THANKS

Revision history for this message
stmcc (stmcc1) said :
#20

Hi Peter:
 Thanks for the input. My problem was solved by changing the Default Output
Plugin to ALSA on the Multimeter Systems Selector
MAC

On Sat, Mar 29, 2008 at 1:05 PM, Peter Hürlimann <
<email address hidden>> wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+source/totem/+question/28288
>
> Linked to bug: #200338
> https://bugs.edge.launchpad.net/bugs/200338
> "no sound hardy kernel 2.6.24-12 "
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bixejo (bixo-bixejo) said :
#21

Hi Mac,

Great that your problems got finally solved. Now I'm the one who's going to have a drink to celebrate it.

Congratulations,

--Bixejo

Revision history for this message
stmcc (stmcc1) said :
#22

Hi bixejo:
 Don't celebrate too much, the system sounds are gone again.
MAC

On Mon, Mar 31, 2008 at 2:02 AM, bixejo <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> bixejo posted a new comment:
> Hi Mac,
>
> Great that your problems got finally solved. Now I'm the one who's going
> to have a drink to celebrate it.
>
> Congratulations,
>
> --Bixejo
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bixejo (bixo-bixejo) said :
#23

So I haven't ever heard anything similar to this... You got the problem solved, even after rebooting, and how no sound at all again??

Who knows what's happening into your system... Devil's in the details...

--Bixejo

Revision history for this message
stmcc (stmcc1) said :
#24

Hi bixejo:
 Beats hell out of me. This morning there was not system sound again. I
went back to gstreamer-properties and set it up like before and still no
system sound.
 I have a copy of PC LINUX OS. I may give Ubuntu a rest and see how this
works. Thanks again for your time and help.
MAC

On Mon, Mar 31, 2008 at 8:10 AM, bixejo <email address hidden>
wrote:

> Your question #28288 on totem in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/totem/+question/28288
>
> bixejo posted a new comment:
> So I haven't ever heard anything similar to this... You got the problem
> solved, even after rebooting, and how no sound at all again??
>
> Who knows what's happening into your system... Devil's in the details...
>
> --Bixejo
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>