via82cxxx_audio doesn't play audio?

via82cxxx_audio doesn't play audio?

Post by Erik Anderse » Sat, 01 Dec 2001 11:10:10



I went out the other day and bought an Athlon to replace my aging
celeron 400.  I installed an Epox EP-8KHA+ with an Athlon XP 1600+.
The VIA 8233 Southbridge on the motherboard has builtin audio

    00:11.5 Multimedia audio controller: VIA Technologies, Inc. AC97 Audio Controller (rev 30)
            Flags: medium devsel, IRQ 11
            I/O ports at cc00 [size=256]
            Capabilities: [c0] Power Management version 2

I have enabled CONFIG_SOUND_VIA82CXXX and CONFIG_MIDI_VIA82CXXX
in 2.4.16 and everything seems to be fine.  When I load the
modules I see this:

    Via 686a audio driver 1.9.1
    ac97_codec: AC97 Audio codec, id: 0x414c:0x4710 (ALC200/200P)
    via82cxxx: board #1 at 0xCC00, IRQ 11

When I go to play audio, no sound is produced.  The mixer works.
I can load up the bttv drivers and I actually hear audio from
xawtv (so tvaudio is doing something right behind the scenes).
But standard apps such as xmms produce no sound.  Does this
driver not work for anyone else?

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

via82cxxx_audio doesn't play audio?

Post by Jeff Garzi » Sat, 01 Dec 2001 11:50:07



> I went out the other day and bought an Athlon to replace my aging
> celeron 400.  I installed an Epox EP-8KHA+ with an Athlon XP 1600+.
> The VIA 8233 Southbridge on the motherboard has builtin audio

>     00:11.5 Multimedia audio controller: VIA Technologies, Inc. AC97 Audio Controller (rev 30)
>             Flags: medium devsel, IRQ 11
>             I/O ports at cc00 [size=256]
>             Capabilities: [c0] Power Management version 2

> I have enabled CONFIG_SOUND_VIA82CXXX and CONFIG_MIDI_VIA82CXXX
> in 2.4.16 and everything seems to be fine.  When I load the
> modules I see this:

>     Via 686a audio driver 1.9.1
>     ac97_codec: AC97 Audio codec, id: 0x414c:0x4710 (ALC200/200P)
>     via82cxxx: board #1 at 0xCC00, IRQ 11

> When I go to play audio, no sound is produced.  The mixer works.
> I can load up the bttv drivers and I actually hear audio from
> xawtv (so tvaudio is doing something right behind the scenes).
> But standard apps such as xmms produce no sound.  Does this
> driver not work for anyone else?

You need ALSA drivers.

Via 686 audio is different from Via 8233 audio, and you have the
latter.  The PCI ids were added to via82cxxx_audio, but they need to be
removed since they apparently do not work (contrary to one report I
received).

        Jeff

--
Jeff Garzik      | Only so many songs can be sung
Building 1024    | with two lips, two lungs, and one tongue.
MandrakeSoft     |         - nomeansno

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

via82cxxx_audio doesn't play audio?

Post by James Cassid » Sat, 01 Dec 2001 12:00:14


I have a similar problem with the 686b south bridge. The module loads
fine but no sound comes out. The alsa drivers don't work for this computer
either.

Via 686a audio driver 1.9.1
PCI: Found IRQ 11 for device 00:07.5
IRQ routing conflict for 00:07.5, have irq 5, want irq 11
PCI: Sharing IRQ 11 with 00:0a.0
PCI: Sharing IRQ 11 with 00:0b.0
ac97_codec: AC97 Audio codec, id: 0x4144:0x5361 (Unknown)
via82cxxx: board #1 at 0x1000, IRQ 5

zahra:/home/jcassidy# cat /proc/interrupts
           CPU0      
  0:    3078777          XT-PIC  timer
  1:      10593          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  3:       1438          XT-PIC  ide2
  5:          0          XT-PIC  via82cxxx
  8:          1          XT-PIC  rtc
 10:          0          XT-PIC  acpi
 11:      26056          XT-PIC  Texas Instruments PCI1410 PC card Cardbus Controller, eth0
 12:      67491          XT-PIC  PS/2 Mouse
 14:       9866          XT-PIC  ide0
 15:          6          XT-PIC  ide1
NMI:          0
ERR:          0

00:07.5 Multimedia audio controller: VIA Technologies, Inc. AC97 Audio Controller (rev 50)
        Subsystem: Compaq Computer Corporation: Unknown device 0097
        Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Interrupt: pin C routed to IRQ 5
        Region 0: I/O ports at 1000 [size=256]
        Region 1: I/O ports at 1854 [size=4]
        Region 2: I/O ports at 1850 [size=4]
        Capabilities: [c0] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

Quote:> You need ALSA drivers.

> Via 686 audio is different from Via 8233 audio, and you have the
> latter.  The PCI ids were added to via82cxxx_audio, but they need to be
> removed since they apparently do not work (contrary to one report I
> received).

>    Jeff

> --
> Jeff Garzik      | Only so many songs can be sung
> Building 1024    | with two lips, two lungs, and one tongue.
> MandrakeSoft     |         - nomeansno

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
 
 
 

via82cxxx_audio doesn't play audio?

Post by Erik Anderse » Sat, 01 Dec 2001 12:50:07




> > I went out the other day and bought an Athlon to replace my aging
> > celeron 400.  I installed an Epox EP-8KHA+ with an Athlon XP 1600+.
> > The VIA 8233 Southbridge on the motherboard has builtin audio

[---------snip--------]
Quote:

> > When I go to play audio, no sound is produced.  The mixer works.

[---------snip--------]

Quote:

> You need ALSA drivers.

> Via 686 audio is different from Via 8233 audio, and you have the
> latter.  The PCI ids were added to via82cxxx_audio, but they need to be
> removed since they apparently do not work (contrary to one report I
> received).

Thanks.  The ALSA drivers indeed work just great.  So yeah, do
pull the Via 8233 audio PCI IDs from via82cxxx_audio.  ALSA seems
to be the One True Path for these monsters.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

1. Hitachi CDR 1750S cdrom - WHY doesn't it play Audio CD'S?

I have a Hitachi CDR 1750S cdrom it mount ISO9660 file systems without a
hitch but it will not play CD's.  I've tried different "players" but they
all complain that there isn't an audio CD in the drive and refuse to work.

I tried Workman under X and basically it said there was no CD in the
machine.  I can eject it (oooo!) and mount CD-ROMS without a hitch but I
can't play CD's which I would LIKE to do :)

Thanks

2. System-friendly busy-waiting (in X)? (HELP?!)

3. Playing audio cd's doesn't work

4. Weird OSF1 csh script issue.

5. Yggdrasil Fall 94 Plug 'n' Play doesn't want to play.

6. bug in dynamic ... in login

7. Audio used to play, but now doesn't

8. USB Dance mat

9. SCSI CD-writer Philips CDD3600 doesn't play audio

10. ways to play sounds (aka /dev/audio doesn't work)

11. Can play audio CD's... but no WAV's or MIDI?!?

12. Can't play audio CD's

13. Newbie -- Can't play audio CD's