Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Soundblaster Live! -value- unter DOS 6.22

131 views
Skip to first unread message

Ole

unread,
Aug 29, 2002, 4:31:55 AM8/29/02
to
Hi Leute,

ich bekomme einfach diese Soundkarte nicht zumlaufen...
Leider ist es auch eine Ewigkeit her, daß ich das letzte mal was mit DOS zu
tun hatte.

Hier mal ein ein Auszug aus meiner "config.sys":

DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE RAMHIGHSCAN
BUFFERS=15,0
FILES=30
DOS=HIGH,UMB
LASTDRIVE=E
FCBS=4,0
DEVICEHIGH /L:1,12048 =C:\DOS\SETVER.EXE
DEVICEHIGH /L:1,41888 =C:\TREIBER\SCSI\ASPI8DOS.SYS /D:
DEVICEHIGH /L:1,29632 =C:\TREIBER\SCSI\ASPICD.SYS /D:ASPICD0
DOS=HIGH
COUNTRY=049,850,C:\DOS\COUNTRY.SYS
DEVICEHIGH /L:1,15792 =C:\DOS\DISPLAY.SYS CON=(EGA,,1)

und hier die "autoexec.bat":

LH /L:0;1,45456 /S C:\DOS\SMARTDRV.EXE /X
LH /L:0;1,24800 /S c:\Treiber\mouse\mouse.exe
LH /L:1,6384 c:\dos\doskey.com
LH /L:1,40576 c:\dos\mscdex.exe /D:aspicd0 /m:12
@ECHO OFF
PROMPT $p$g
PATH C:\DOS
SET TEMP=C:\DOS
set ctsyn=:\treiber\sblive
SET BLASTER= A220 I10 D1 H5
LH c:\Treiber\sblive\sbeinit.com
MODE CON CODEPAGE PREPARE=((850) C:\DOS\EGA.CPI)
MODE CON CODEPAGE SELECT=850
KEYB GR,,C:\DOS\KEYBOARD.SYS

So, und nun der Text aus dem ich nicht schlau werde:

/*
Resource Configuration Program
for
Sound Blaster 16 Emulation
(Version 1.01)

Document Revision/Date : 0.05/09 September 1998
Copyright 1998.(c) Creative Technology Ltd. All Rights Reserved.
*/


1. OBJECTIVE
=========

Use SBESET.EXE to manually configure SB resources or
disable SB Emulation. By default, SB Emulation in DOS follows
the Windows settings. For example, if you disable SB Emulation
in Windows, in the next boot to DOS SB Emulation in DOS
disabled. Under rare circumstances you may need to manually
reconfigure DOS SB Emulation, for example, if there is conflict
in DOS before it can boot to Windows.


2. PROGRAM DESCRIPTION AND USAGE
=================================
SBESET.EXE is run from the command line. To set SBESET
values in the command line, at the DOS prompt, type the
SBESET command in a single line.
Its syntax is:

SBESET [-Axxx] [-Ix] [-Dx] [-Hx] [-Pxxx] [-Jxxx] [-dx] [-wx] [-c] [-?]

where square brackets [ ] denote optional parameters, and:

This
Parameter Specifies
--------- --------------------------------------------
-Axxx SB interface's base I/O address.
Possible values: 220, 240, 260, 280.
-Ix IRQ line used by the audio interface.
Possible values: 5, 7, 9, 10.
-Dx First DMA channel used by the audio interface.
Possible values: 0, 1, 3
-Hx Second DMA channel used by the audio interface.
Possible values: 5, 6, 7
-Pxxx MPU-401 UART interface's base I/O address.
Possible values: 300, 310, 320, 330.
-Jxxx Gameport/Joystick interface's base I/O address.
Possible values: 200, 208, 210, 218, ..., 800, ...
-jx Gameport/Joystick mode. For x, 1 is On, 0 is Off.
-dx SB Emulation mode. For x, 1 is Off, 0 is On.
-wx Set x to 1 to use the Windows-assigned resource
configuration.
Set x to 0 to use (your) user-assigned resource
configuration.
-c Display of current SBE resource configuration.
-? Help option

An example of an SBESET command is
SBESET -A240 -I5 -D3 -J218
which corresponds to "set the SB interface's base I/O address
to 240, the IRQ line used by the audio interface to 5, the
First DMA channel used by the audio interface to 3, and the
Gameport/Joystick interface to 218".

Other examples:
- To reuse Windows-assigned resource configuration:
SBESET -w0
- To view a brief description of the parameters:
SBESET -?
- To display the current SBE configuration:
SBESET -c

For the new configuration to take effect, reboot your computer.

Notes:

1. If a parameter that has an associated value is specified, make
sure the value is specified as well. Note: there must be no
space between the parameter letter and the numeric value.
For example, "-A240" is acceptable but not just "-A"

2. There must be at least a space between the parameters.

3. If a parameter is not specified, the previously assigned value
for that parameter is used. For example, in
SBESET -A240 -I5 -D3 -J218
if the previously assigned value (by Windows or otherwise) for
MPU-401 UART interface's base I/O address is 330, it will
continue to be so.

3. RELATED PROGRAM NOTES
=========================
Note that SBESET.exe program will only work with following
release of SBE DOS drivers or later. If you run SBESET.exe
with the earlier release of the SBE DOS drivers, there will be
unexpected results.

SBE
Related DOS Drivers File Size Date
------------------- --------- --------------
SBECFG.EXE V1.01 27,802 31 August 1998
SBEINIT.COM V2.60 4,427 31 August 1998


4. FAQ
====
a. After changing the resource configuration using
SBESET.exe, can I type
Exit
at DOS Mode to go back to Windows and than shut down
to DOS Mode again for the changed resources to take
effect?


Ans: No, for changes to take effect, a cold reboot is required.

b. After changing the resource configurations using
SBESET.exe, I realisethat the SB Emulation resources
under Device Manager does not reflect changes ?

Ans: Yes, that is correct. The resource configurations for
DOS Mode is independent of the resource configuration
mentioned in SB Emulation page under Windows Device
Manager. SBESET.exe will maintain its own set
of resource configurations separate from that of Windows.

c. Where did SBESET.exe get its other resource
configurations (for example, Interrupt, First DMA) when I
changed only the Sound Blaster interface base address?

Ans: When SBESET.exe is run for the first time, it will duplicate
a set of the Windows resources currently assigned for
SB Emulation as it default values. Any further changes
using SBESET.exe will be based on the initial set of
resources.

d. How do I use back my windows assigned resource
configurations in DOS Mode?

Ans: With SBESET.exe, there is a switch option "-w".
When you run SBESET.exe with the command option
"-w1", SB Emulation in DOS Mode is reconfigured to use
back Windows assigned resources on the next reboot.

*** End of SBESET.TXT ****

So und noch ein weiterer Text:


These are the files for "real" DOS emulation of SB16 on the SBLive!
The files where extracted from the Liveware 3.0 distribution. (and slightly
modified)

If you for some reason feel that the SB16 emulation in win9x/me doesn't fit
your needs
or if you are using NT/2000/XP then this might be for you. You do need a DOS
bootdisk
from win98/Me/XP though (or a bootable DOS partition).

Instructions:

1. Make a bootable disk and copy the files himem.sys and emm386.exe from the
bootdisk
directory to this disk and the rest of your favorite DOS tools.

2. Add the lines from the included samples of autoexec.bat and config.sys to
the
corresponding files on the bootdisk.

3. Copy the SBLIVE directory to a suitable place on your harddrive and make
sure it can
be accessed from DOS. I placed them in C:\SBLIVE. Edit the file CTSYN.INI to
point to this
directory (default.ecw is the wavetable file). Now edit the line SET CTSYN=
in autoexec.bat
to point to that same directory.

4. When booted from the boot disk you should be able to run SBEINIT.COM from
the harddrive
and this will start the SB16 emulation (occupies about 4kb of conventional
memory).

Notes:

1. SBEINIT.COM requres emm386.exe and *without* the NOEMS flag, since it
uses EMS memory.
2. SMARTDRV should be loaded after SBEINIT.COM as it takes too much memory
for the emulation to initialize.
3. Of course, emm386 can be extensively optimized for memory usage, but
that's not my problem :)
However it is said that no other manager than emm386 will work...
4. Hardware resources for the SBLive! can be set with SBESET.EXE, refer to
the SBESET.TXT for instructions


Robert Riebisch

unread,
Aug 29, 2002, 12:38:43 PM8/29/02
to
Ole wrote:

Bitte mit Vor- und Zunamen posten! Danke!

> ich bekomme einfach diese Soundkarte nicht zumlaufen...

Aha.

> Leider ist es auch eine Ewigkeit her, daß ich das letzte mal was mit DOS zu
> tun hatte.

Das ist ja keine Schande.

> DEVICE=C:\DOS\EMM386.EXE RAMHIGHSCAN

Du meinst "RAM HIGHSCAN".

> DEVICEHIGH /L:1,12048 =C:\DOS\SETVER.EXE

Wozu brauchst du das?

> DEVICEHIGH /L:1,41888 =C:\TREIBER\SCSI\ASPI8DOS.SYS /D:

Hier ist IMHO der Doppelpunkt am Schluß zu viel.

> DOS=HIGH

Überflüssig wenn du vorher schon DOS=HIGH,UMB hattest.

> DEVICEHIGH /L:1,15792 =C:\DOS\DISPLAY.SYS CON=(EGA,,1)

Überflüssig.

> SET TEMP=C:\DOS

Leg' dir lieber ein Verzeichnis C:\TMP an und setze TEMP und TMP auf
C:\TMP.

> set ctsyn=:\treiber\sblive

Da fehlt ein "C" vor dem Doppelpunkt.

> SET BLASTER= A220 I10 D1 H5

Hier ist das Leerzeichen nach dem "=" zu viel.

> MODE CON CODEPAGE PREPARE=((850) C:\DOS\EGA.CPI)
> MODE CON CODEPAGE SELECT=850

Überflüssig.

> KEYB GR,,C:\DOS\KEYBOARD.SYS

Kein "LH"?

> So, und nun der Text aus dem ich nicht schlau werde:

[snip]

Das sollten wir jetzt nicht wirklich alles lesen, oder? Sag einfach, was
du schon versuchst hast und welche Effekte/Meldungen auftraten.

Robert Riebisch
--
"Kennen Sie das auch? Alle anderen Postings sehen schöner aus?
Und sind viel besser zu lesen? Das muß nicht sein! Ein Blick auf
*** http://quoting.is-easy.de/ ***
und für nullkommanuffzich haben auch Sie schöne Postings."

Ole

unread,
Aug 31, 2002, 4:26:36 AM8/31/02
to
Thx, ich werdees nachher mal ausprobieren...

Ole

unread,
Sep 2, 2002, 7:54:31 AM9/2/02
to
Ne klappt ned...

Error: Config file is incomplete
SBPort
Creative SB16 Emulation Driver NOT loading


Und nu?


Robert Riebisch

unread,
Sep 2, 2002, 12:30:01 PM9/2/02
to
Ole wrote:

> Und nu?

Besorgst du dir erst mal einen Nachnamen und trägst ihn in dein Outlook
Express ein.

Ole

unread,
Sep 4, 2002, 4:03:17 AM9/4/02
to
Ach, was wird n das jetzt???
Das hier alle soauf Nachnahmen stehen ....tztz

Wenns die weiterhilft Ole hmmmm Plumpel ;-)

"Robert Riebisch" <Robert....@epost.de> schrieb im Newsbeitrag
news:al03m5$43t$07$1...@news.t-online.com...

Robert Riebisch

unread,
Sep 4, 2002, 12:05:53 PM9/4/02
to
Ole wrote:

> Ach, was wird n das jetzt???

Nix, gehört halt in deutschsprachigen NGs dazu.

> Wenns die weiterhilft Ole hmmmm Plumpel ;-)

Erstens glaub ich das jetzt nicht und zweitens wäre es schön, wenn du
das in deinen Newsreader einträgst.

Ach ja, wenn du weißt wie man quotet (http://quoting.is-easy.de/), reden
wir weiter. ;-)

0 new messages