sound issues

eric einfall at mac.com
Mon Feb 26 01:43:04 UTC 2007


ok, here is the response I get:

snd_emu10k1_synth       8960  0
snd_emux_synth         39296  1 snd_emu10k1_synth
snd_seq_virmidi         8576  1 snd_emux_synth
snd_seq_midi_emul       8192  1 snd_emux_synth
snd_seq_dummy           4996  0
snd_seq_oss            36480  0
snd_seq_midi            9984  0
snd_seq_midi_event      8960  3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq                59120  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_emu10k1           128288  2 snd_emu10k1_synth
snd_rawmidi            27264  3 snd_seq_virmidi,snd_seq_midi,snd_emu10k1
snd_seq_device          9868  8 
snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawmidi
snd_util_mem            6016  2 snd_emux_synth,snd_emu10k1
snd_hwdep              10756  2 snd_emux_synth,snd_emu10k1
snd_intel8x0           34844  1
snd_ac97_codec         97696  2 snd_emu10k1,snd_intel8x0
snd_ac97_bus            3456  1 snd_ac97_codec
snd_pcm_oss            47360  0
snd_mixer_oss          19584  1 snd_pcm_oss
snd_pcm                84612  4 
snd_emu10k1,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              25348  3 snd_seq,snd_emu10k1,snd_pcm
snd                    58372  18 
snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_hwdep,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              11232  1 snd
snd_page_alloc         11400  3 snd_emu10k1,snd_intel8x0,snd_pcm

I am not looking to disable the onboard sound, rather, I am looking to be able 
to toggle between the two. I am currently ok with onboard sound - my speakers 
on my LCD are working fine. I am unable however to listen to my headphones 
which are connected to my soundcard. I do see both options in KMix..

Not sure where to go from here. 

Thanks much for the help so far. 

e


On Saturday 24 February 2007 20:08, Howard Coles Jr. wrote:
> On Saturday 24 February 2007 11:45:50 am eric wrote:
> > It could be pebkac, I am still new to this... :-)
> >
> > Update: I have the onboard sound running, but I can't get the sound card
> > (Audigy 2) top work. I am not sure where I can select this either. I
> > found the Kcontrol, but its not listed in my Kmenu. So how would I enable
> > one card vs the other..?
> >
> > Thanks for the help, much appreciated.
> >
> > On Saturday 24 February 2007 00:47, Donn wrote:
> > > > I re-installed Kubuntu 6.10 today after running Ubuntu with KDE
> > > > installed for the last month.. Seems I now don't have any audio. My
> > > > card is recognized, but I can't hear anything - even after tinkering
> > > > with KMix.
> > >
> > > Don't know anything technical, just checking for pebkac :) : have you
> > > enabled the sound system in kcontrol->Sound & multimedia?
> > > Also in kmix, output, I have PCM and Master enabled.
> > >
> > > hth
> > > /d
>
> you need to find the module the sound card is using that you DO NOT want to
> load, and black list it.
>
> lsmod will give you a full list of modules you are running, piping it to
> grep will give you searching abilities.  However, running the following as
> root will give you a text file to look through:
> lsmod > /root/modulesrunning.txt
>
> view that file in an editor like kedit, kate, vi or less whatever you like,
> and look for modules that have a name like the brand of card, or "snd"
> around them.
>
> For example "lsmod | grep snd" produced the following on my dell:
>
> snd_hda_intel          20116  1
> snd_hda_codec         164608  1 snd_hda_intel
> snd_pcm_oss            47360  0
> snd_mixer_oss          19584  1 snd_pcm_oss
> snd_pcm                84612  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
> snd_timer              25348  1 snd_pcm
> snd                    58372  8
> snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
> soundcore              11232  1 snd
> snd_page_alloc         11400  2 snd_hda_intel,snd_pcm
>
> From the looks of it I'd say "snd_hda_intel" is the module that's driving
> my HD sound card.
> (the column on the far left is the module or driver, the list of modules
> after the two number columns is the list of modules the module on the far
> left depends on.  I can't remember what the two number columns mean at the
> moment).
>
> the module for SB Live! cards I believe (I may be wrong) has "live" in the
> name.  Anyway, once you find out what module you do not want to have
> loaded, go to /etc/modprobe.d/ and edit the "blacklist" file like so:
>
> vi /etc/modprobe.d/blacklist
> or
> kate /etc/modprobe.d/blacklist
> and add a line that starts with "blacklist" has a space and then the module
> name you DO NOT want to have loaded.
>
> Reboot and see what happens.
>
> You can also check kmix to see what "Master Channel" its using.  Right
> click on the little speaker icon in the system tray, and click on "Select
> Master Channel" if you have more than one sound card, like when you have a
> voice modem and a sound card, select the sound card module from the list
> and click OK.
>
> Hope some of this helps.
>
> --
> See Ya'
> Howard Coles Jr.
> John 3:16!




More information about the kubuntu-users mailing list