Re: SB Audigy not detected

From: Robert Crowther (robertc_at_gmail.com)
Date: 05/01/05

  • Next message: Paul Almquist: "Re: GUI login screen"
    Date: Sun, 1 May 2005 11:15:49 +0100
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    
    

    On 5/1/05, david walcroft <david_walcroft@yahoo.com.au> wrote:
    > What is in your /etc/modprobe.conf
    >
    > david
    >
    The following:
    >
    alias snd-card-0 snd-emu10k1
    options snd-card-0 index=0 extin="0x3fc3" extout="0x1fc3"
    install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 &&
    /usr/sbin/alsactl restore >/dev/null 2>&1 || :
    remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
    /sbin/modprobe -r --ignore-remove snd-emu10k1
    alias snd-card-1 snd-ac97
    options snd-card-1 index=1
    install snd-ac97 /sbin/modprobe --ignore-install snd-ac97 &&
    /usr/sbin/alsactl restore >/dev/null 2>&1 || :
    remove snd-ac97 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
    /sbin/modprobe -r --ignore-remove snd-ac97
    >

    But even if I remove the ac97 card altogether modules still get loaded
    for it. And the modules for the Audigy are getting loaded fine, they
    are there when I lsmod, but they are not being used to drive the card.

    Rob

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Paul Almquist: "Re: GUI login screen"