Re: [S.u.S.E. Linux] IDE in SB AWE 32 PnP
José Valerdi Tormo wrote:
Hello, I try configure in Linux the IDE interface of my SB AWE 32 PnP. Anybody knows which driver I have to use it or how I can configure it.
Thanks.
Hi, the AWE32 pnp will work under Suse if you just set up the pnp in boot.local. You need a line in /etc/rc.d/boot.local as follows: "isapnp isapnp.conf". The isapnp.conf should be in /etc It needs to be specially handled for the AWE32. Below is a copy of mine which you can paste in. ############################################################################################ #/etc/isapnp.conf (READPORT 0x0203) (ISOLATE) (IDENTIFY *) (CONFIGURE CTL0044/826647 (LD 0 (INT 0 (IRQ 7 (MODE +E))) (DMA 0 (CHANNEL 1)) (DMA 1 (CHANNEL 5)) (IO 0 (BASE 0x0220)) (IO 1 (BASE 0x0330)) (IO 2 (BASE 0x0388)) (ACT Y) )) ################################################################################# (CONFIGURE CTL0044/826647 (LD 2 # ANSI string -->WaveTable<-- (IO 0 (BASE 0x0620)) (IO 1 (BASE 0x0A20)) (IO 2 (BASE 0x0E20)) (ACT Y) )) ########################################################################################## (CONFIGURE CTL0044/826647 (LD 3 # Compatible device id PNPb02f # ANSI string -->Game<-- (IO 0 (BASE 0x0200)) (ACT Y) )) ########################################################################################## #(CONFIGURE CTL0044/826647 (LD 4 # ANSI string -->StereoEnhance<-- #(IO 0 (BASE 0x0100)) #(ACT Y) #)) ######################################################################### After you get the pnp setup, you can do a "insmod sound" as root, or if you have "kerneld" running, it will load the sound module automatically. To check if it's running do a "cat /dev/sndstat" Full info on Awe32's under linux can be found at <A HREF="http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/index-.html"><A HREF="http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/index-.html</A">http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/index-.html</A</A>> SuSe runs the card really well after pnp is setup. -- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (1)
-
zentara@mindspring.com