* Re: AWE32 initialization wiht isapnp
1998-09-27 19:04 AWE32 initialization wiht isapnp Alexis DOMJAN
@ 1998-09-27 19:31 ` Bill Nottingham
1998-09-27 23:50 ` Ricardo Peres
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Bill Nottingham @ 1998-09-27 19:31 UTC (permalink / raw)
To: linux-sound
Alexis DOMJAN (disco@igaia.ch) said:
> In order to use the wavetable device of my AWE32 I was starting under
> MSDOS, executing ctpnp to configure the card and then I was running
> loadlin and the Wavetable was properly detected.
>
> However I only want to use lilo, so I'm using isapnp to configure the
> awe32 (audio and wavetable) and then I "modprobe" sound module. Then the
> audio device (dsp, opl2/3) is correclty detected, but the AWE32 Wavetable
> on port 0x620 is not detected (according to /proc/ioports).
Find the line in your isapnp.conf file that says:
(IO 0 (BASE 0x0620))
Add right after it:
(IO 1 (BASE 0x0A20)) (IO 2 (BASE 0x0E20))
pnpdump, for whatever reason, doesn't see all the IO ports for
the EMU chip on the AWE.
Bill
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: AWE32 initialization wiht isapnp
1998-09-27 19:04 AWE32 initialization wiht isapnp Alexis DOMJAN
1998-09-27 19:31 ` Bill Nottingham
@ 1998-09-27 23:50 ` Ricardo Peres
1998-09-28 2:08 ` Sangohn Christian
1998-09-28 20:15 ` Emil Stephan
3 siblings, 0 replies; 5+ messages in thread
From: Ricardo Peres @ 1998-09-27 23:50 UTC (permalink / raw)
To: linux-sound
Hi!
By the way, how do I enable the midi device?
I have a SB 32 Plug & Play, and it is working fine, except for the midi.
My /dev/sndstat file is as follows:
-----Begin------
Sound Driver:3.5.4-960630
Kernel: Linux replicant.dei.uc.pt 2.0.35 #1 Thu Sep 24 21:11:57 WEST 1998
i586
Config options: 0
Installed drivers:
Card config:
Audio devices:
0: Sound Blaster 16 (4.13)
Synth devices:
0: Yamaha OPL-3
1: AWE32-0.4.2d (RAM0k)
Midi devices:
Timers:
0: System clock
Mixers:
0: Sound Blaster
1: AWE32 Equalizer
-------End-------
I have kernel 2.0.35 compiled with midi support (as you can see).
Thanks!
-----------------------------------------------------------------------------
Ricardo Peres
E-mail: rjperes@student.dei.uc.pt
ICQ UIN: 708926
TM: 0931 9459192
Departamento de Engenharia Informática
Universidade de Coimbra
PORTUGAL
-----------------------------------------------------------------------------
On Sun, 27 Sep 1998, Bill Nottingham wrote:
> Alexis DOMJAN (disco@igaia.ch) said:
> > In order to use the wavetable device of my AWE32 I was starting under
> > MSDOS, executing ctpnp to configure the card and then I was running
> > loadlin and the Wavetable was properly detected.
> >
> > However I only want to use lilo, so I'm using isapnp to configure the
> > awe32 (audio and wavetable) and then I "modprobe" sound module. Then the
> > audio device (dsp, opl2/3) is correclty detected, but the AWE32 Wavetable
> > on port 0x620 is not detected (according to /proc/ioports).
>
> Find the line in your isapnp.conf file that says:
>
> (IO 0 (BASE 0x0620))
>
> Add right after it:
>
> (IO 1 (BASE 0x0A20)) (IO 2 (BASE 0x0E20))
>
> pnpdump, for whatever reason, doesn't see all the IO ports for
> the EMU chip on the AWE.
>
> Bill
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: AWE32 initialization wiht isapnp
1998-09-27 19:04 AWE32 initialization wiht isapnp Alexis DOMJAN
1998-09-27 19:31 ` Bill Nottingham
1998-09-27 23:50 ` Ricardo Peres
@ 1998-09-28 2:08 ` Sangohn Christian
1998-09-28 20:15 ` Emil Stephan
3 siblings, 0 replies; 5+ messages in thread
From: Sangohn Christian @ 1998-09-28 2:08 UTC (permalink / raw)
To: linux-sound
On Sun, 27 Sep 1998, Bill Nottingham wrote:
>Alexis DOMJAN (disco@igaia.ch) said:
>> In order to use the wavetable device of my AWE32 I was starting under
>> MSDOS, executing ctpnp to configure the card and then I was running
>> loadlin and the Wavetable was properly detected.
>>
>> However I only want to use lilo, so I'm using isapnp to configure the
>> awe32 (audio and wavetable) and then I "modprobe" sound module. Then the
>> audio device (dsp, opl2/3) is correclty detected, but the AWE32 Wavetable
>> on port 0x620 is not detected (according to /proc/ioports).
>
>Find the line in your isapnp.conf file that says:
>
> (IO 0 (BASE 0x0620))
>
>Add right after it:
>
> (IO 1 (BASE 0x0A20)) (IO 2 (BASE 0x0E20))
>
>pnpdump, for whatever reason, doesn't see all the IO ports for
>the EMU chip on the AWE.
Her is an excerpt of my /etc/isapnp.conf
(CONFIGURE CTL0042/83463
(LD 3
# ANSI string -->WaveTable<--
(IO 0 (BASE 0x0620))
(IO 1 (BASE 0x0A20))
(IO 2 (BASE 0x0E20))
(ACT Y)
)
)
But I still have the problem.
>
>Bill
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: AWE32 initialization wiht isapnp
1998-09-27 19:04 AWE32 initialization wiht isapnp Alexis DOMJAN
` (2 preceding siblings ...)
1998-09-28 2:08 ` Sangohn Christian
@ 1998-09-28 20:15 ` Emil Stephan
3 siblings, 0 replies; 5+ messages in thread
From: Emil Stephan @ 1998-09-28 20:15 UTC (permalink / raw)
To: linux-sound
Ricardo Peres wrote:
>
> Hi!
>
> By the way, how do I enable the midi device?
> I have a SB 32 Plug & Play, and it is working fine, except for the midi.
> My /dev/sndstat file is as follows:
>
> -----Begin------
>
> Sound Driver:3.5.4-960630
> Kernel: Linux replicant.dei.uc.pt 2.0.35 #1 Thu Sep 24 21:11:57 WEST 1998
> i586
> Config options: 0
>
> Installed drivers:
>
> Card config:
>
> Audio devices:
> 0: Sound Blaster 16 (4.13)
>
> Synth devices:
> 0: Yamaha OPL-3
> 1: AWE32-0.4.2d (RAM0k)
>
> Midi devices:
>
> Timers:
> 0: System clock
>
> Mixers:
> 0: Sound Blaster
> 1: AWE32 Equalizer
>
> -------End-------
>
> I have kernel 2.0.35 compiled with midi support (as you can see).
>
> Thanks!
> ...
Hello,
On my 2.0.33 system the midi devices get recognized,
but no bytes are leaving the sound card via the midi bus.
I have an AWE 64 Gold here.
Does anybody know of such problems with AWE cards or has anybody midi
output
to externals synths running under Linux ?
The output of /dev/sndstat here is the following:
-------------------------
---OSS/Free3.8s9-980302 (Thu Aug 27 21:36:00 CEST 1998 root,
Linux esqhen 2.0.33 #6 Tue May 5 21:52:30 CEST 1998 i586 unknown)
Load type: Driver loaded as a module.
Kernel: Linux esqhen 2.0.33 #6 Tue May 5 21:52:30 CEST 1998 i586
Config options: 0
Installed drivers:
Type 26: MPU-401 (UART)
Type 2: Sound Blaster
Type 29: Sound Blaster PnP
Type 7: SB MPU-401
Card config:
Sound Blaster at 0x220 irq 5 drq 1,5
SB MPU-401 at 0x330 irq 5 drq 0
Audio devices:
0: Sound Blaster 16 (4.16)
Synth devices:
0: AWE32-0.4.2d (RAM4096k)
Midi devices:
0: Sound Blaster 16
Timers:
0: System clock
Mixers:
0: Sound Blaster
1: AWE32 Equalizer
------------------------------
Bye, Emil.
--
--------------------------------------------------
Emil Stephan, Marktplatz 39, 53773 Hennef, Germany
voice: +49-2242-84438
Accelerate Windows: 9.81 m/sec^2 would be adequate
^ permalink raw reply [flat|nested] 5+ messages in thread