<div style="white-space:pre-wrap">When I had a similar situation, I also had to create a modprobe config file to control the order of driver loading. This ensured that each device is assigned a consistent card ID by ALSA.<br><br>I am afraid I don't have access to the machine at this point to provide the details, but I hope this gets you on the right track.</div><br><div class="gmail_quote"><div dir="ltr">On Sun, Oct 4, 2015 at 7:39 AM CrankyOldBugger <<a href="mailto:crankyoldbugger@gmail.com">crankyoldbugger@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Sorry I didn't get back on this earlier.. busy overthrowing the planet, as usual..<br><br></div>Anyway, I created a .asoundrc file, loaded it with:<br><br>  GNU nano 2.2.6          File: /home/jeff/.asoundrc                            <br><br>pcm.!default {<br>        type hw<br>        card 2<br>}<br><br>ctl.!default {<br>        type hw<br>        card 2<br>}<br><br><br></div>(as my Audigy file was card 2, as per aplay -l), reboot, then nearly got my eardrums blown in by the Ubuntu startup congo beat.<br><br></div>So we have audio.  But one curiousity, though; aplay -l now only shows card 0 and card 1, where card 1 is the Audigy.<br><br></div>On next reboot, sound all gone.  aplay -l is still showing card 1 for the Audigy, but even if I switch asoundrc to card 1, still no sound.<br><br></div><div>We're on the right track, but it's a slippery one.<br></div><div><br></div>So very close, but no cigar.  At least, a very short beer!</div><div dir="ltr"><br><div><div><br><br><div class="gmail_extra"><br><div class="gmail_quote">On 5 September 2015 at 01:45, William Park <span dir="ltr"><<a href="mailto:opengeometry@yahoo.ca" target="_blank">opengeometry@yahoo.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Sep 01, 2015 at 08:31:49PM -0400, Chris Craig wrote:<br>
> Cranky said:<br>
> > I just found out the other day that the sound card (Creative Labs<br>
> > Audigy FX) in my dual boot desktop doesn't have Linux drivers<br>
> > (specifically, Ubuntu).<br>
><br>
> Yes it does, it's a Realtek ALC898 based card which is supported by<br>
> the snd_hda_intel module.<br>
><br>
> I imagine the problem you're having is due to an on-board card that's<br>
> registering as card0 (the default), leaving the Audigy FX as card1.<br>
><br>
> Dealing with multiple sound cards has always been a pain, here's some<br>
> people having similar trouble:<br>
> <a href="http://www.linuxquestions.org/questions/linux-hardware-18/getting-a-soundblaster-audigy-fx-to-work-4175505881/" rel="noreferrer" target="_blank">http://www.linuxquestions.org/questions/linux-hardware-18/getting-a-soundblaster-audigy-fx-to-work-4175505881/</a><br>
<br>
I had similar problem recently.  In my case, builtin HDMI is card=0<br>
(default) and ALC887 is card=1.  You can configure MPlayer to use<br>
card=1, but Flash Player is hardcoded to use the default.<br>
<br>
So, I had to manually set card=1 as the default.  I'm running<br>
Slackware-14.1 which is the latest for Slackware but old compared to<br>
other distros.  Ubuntu/Fedora "Live" picked it up right away without<br>
manual intervention.  So, I'm surprised that you're having problem with<br>
Ubuntu.<br>
<br>
To configure Audigy FX (say, card=1) as the default, edit ~/.asoundrc,<br>
    defaults.ctl.card 1<br>
    defaults.pcm.card 1<br>
    defaults.pcm.device 0<br>
where '1' or '0' should be adjusted to your card in question.<br>
<br>
Did you say you're going to buy me a beer?<br>
<span><font color="#888888">--<br>
William<br>
<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
<br>
</font></span></blockquote></div><br></div></div></div></div>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div>