Re: VESA and AWE64

Trevor Johnson (trevor@jpj.net)
Sun, 21 Feb 1999 03:51:40 -0500 (EST)


> And talking about the SB AWE64, i haven't been able to make the
> AWE table work, awe_wave says it doesn't dettect it and i tried
> uncommenting the lines in awe_config.h about the base io address and the
> DRAM size, it prints <SoundBlaster EMU..blabla> then i load a font with
> sfxload and try drvmidi but there isn't any sound, playmidi says something
> like no playback device found aborting.....What can it be ??...the other
> modules load well and detect the card, Could it be that the card has
> enabled the mpu-401 uart, i read in the manuall that it's disabled setting
> a jumpper ??? Acording to OSS/Comercial my card is a Creative SB AWE64 PnP
> type 4

http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/awedrv-faq-ja.html

Q2.4*: I installed ISA PnP tools, but still awedrv says "can't detect
AWE32".

Check WaveTable entries in your /etc/isapnp.conf file. AWE32 uses
three I/O ports, normally 0x620, 0xa20, and 0xe20, but in the default
ouput from pnpdump is lack of the last two pots (0xa20 and 0xe20). In
such a case, you have to add them manually. For example,

# Logical device id CTL0021
(CONFIGURE CTL0044/962642 (LD 2
# ANSI string -->WaveTable<--
(IO 0 (BASE 0x0620))
(IO 1 (BASE 0x0A20))
(IO 2 (BASE 0x0E20))
(ACT Y)
))

See the ISA PnP FAQ page (
http://www.roestock.demon.co.uk/isapnptools/isapnpfaq.html ) for
details.
__
Trevor Johnson

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/