linux-msdos-digest         Tuesday, 23 March 1999       Volume 01 : Number 137

In this issue:

----------------------------------------------------------------------

From: Sam Steingold <[EMAIL PROTECTED]>
Date: 12 Mar 1999 17:24:12 -0500
Subject: EMM doesn't work

dosemu-0.99.6-1
$ uname -a
Linux eho.eaglets.com 2.2.1-ac6 #6 Sat Feb 27 18:04:58 EST 1999 i686 unknown

when a dos program tries to user EMX mem, I get:

ERROR: EMM: can't open /dev/zero

and the program reports not enough emx mem.
other dos program run okay.

I have

device=c:\ems.sys

in c:\config.sys (just one line in the file)

- -- 
Sam Steingold (http://www.goems.com/~sds) running RedHat5.2 GNU/Linux
Micros**t is not the answer.  Micros**t is a question, and the answer is Linux,
(http://www.linux.org) the choice of the GNU (http://www.gnu.org) generation.
(lisp programmers do it better)


##############################################################################
# This file is /etc/dosemu.conf, included by /var/lib/dosemu/global.conf
#
# Linux DOSEMU configuration  for parser versions >= 3 (dosemu-0.97.0.1)
#
# ./doc/README.txt (chapter 2.) contains a description of the syntax
# and the usage of dosemu.conf.
#
#
# Access rights are defined in
#
#      /etc/dosemu.users
#
##############################################################################



# Notes for editing this section:
#
#   In    $_xxx = (n)    n is a numerical or boolean value
#                  =     =
#   In    $_zzz = "s"    s is a string
#
# Please edit only beteen the brakets and quotes and keep the rest intact.
#        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^

$_debug = "-a"          # same format as -D commandline option
                        # (but without the -D in front)
$_features= ""          # list of temporary hacks, see release notes in
                        # the file ChangeLog. e.g "0:1 2:0", which means
                        # to set feature_0 to 1 and feature_2 to 0.
$_timint = (on)         # emulate INT08 type timer interrupts
$_mathco = (on)         # or off
$_cpu = (80686)         # CPU emulation, valid values:  80[345]86

$_rdtsc = (on)          # if possible use Pentium cycle counter
$_cpuspeed = (0)        # 0 = calibrated by dosemu, else given (e.g.166.666)
$_pci = (off)

$_xms = (2048)          # in Kbyte
$_ems = (2048)          # in Kbyte
$_ems_frame = (0xd000)
$_dpmi = (2048)         # in Kbyte
$_dosmem = (640)        # in Kbyte, < 640
$_hardware_ram = ""     # list of segment values/ranges such as
                        # "0xc8000 range 0xcc000,0xcffff"

$_secure ="ngd"         # secure for: n (normal users), g (guest), d (dexe)
                        # empty string: depending on 'restricted'
                        # "0": always insecure (not recommended)
$_odd_hosts = ""        # black list such as "lucifer.hell.com billy.the.cat"
$_diskless_hosts=""     # black list such as "hacker1 newbee gateway1"

$_emusys = ""           # empty or 3 char., config.sys   -> config.XXX
$_emubat = ""           # empty or 3 char., autoexec.bat -> autoexec.XXX 
$_emuini = ""           # empty or 3 char., system.ini   -> system.XXX

$_hogthreshold = (0)    # 0 == all CPU power to DOSEMU
$_irqpassing = "5"      # list of IRQ number (2-15) to pass to DOS such as
                        # "3 8 10"
$_speaker = "native"    # or "native" or "emulated"


$_term_char_set = ""    # Global code page and character set selection.
                        # "" == automatic, else: ibm, latin, latin1, latin2

$_term_color = (on)     # terminal with color support
$_term_updfreq = (4)    # time between refreshs (units: 20 == 1 second)
$_escchar = (30)        # 30 == Ctrl-^, special-sequence prefix

$_rawkeyboard = (1)     # bypass normal keyboard input, maybe dangerous
$_layout = "us"         # one of: finnish(-latin1), de(-latin1), be, it, us
                        # uk, dk(-latin1), keyb-no, no-latin1, dvorak, po
                        # sg(-latin1), fr(-latin1), sf(-latin1), es(-latin1)
                        # sw, hu(-latin2), hu-cwi, keyb-user
$_keybint = (on)        # emulate PCish keyboard interrupt


$_X_updfreq = (5)       # time between refreshs (units: 20 == 1 second)
$_X_title = "DOS in a BOX"      # Title in the top bar of the window
$_X_icon_name = "xdos"  # Text for icon, when minimized
$_X_keycode = (off)     # on == translate keybord via dosemu keytables
$_X_blinkrate = (8)     # blink rate for the cursor
$_X_font = "fixed"      # basename from /usr/X11R6/lib/X11/fonts/misc/*
                        # (without extension) e.g. "vga"
$_X_mitshm = (on)       # Use shared memory extensions
$_X_sharecmap = (off)   # share the colormap with other applications
$_X_fixed_aspect = (on) # Set fixed aspect for resize the graphics window
$_X_aspect_43 = (on)    # Always use an aspect ratio of 4:3 for graphics
$_X_lin_filt = (off)    # Use linear filtering for >15 bpp interpolation
$_X_bilin_filt = (off)  # Use bi-linear filtering for >15 bpp interpolation
$_X_mode13fact = (2)    # initial size factor for video mode 0x13 (320x200)
$_X_winsize = "80,50"   # "x,y" of initial windows size (defaults to float)
$_X_gamma = (1.0)       # gamma correction
$_X_vgaemu_memsize = (1024) # size (in Kbytes) of the frame buffer for emulated vga
$_X_lfb = (on)  # use linear frame buffer in VESA modes
$_X_pm_interface = (on) # use protected mode interface for VESA modes
$_X_mgrab_key = ""      # KeySym name to activate mouse grab, empty == off
$_X_vesamode = ""       # "xres,yres ... xres,yres"
                        # List of vesamodes to add. The list has to contain
                        # SPACE separated "xres,yres" pairs



$_video = "vga"         # one of: plainvga, vga, ega, mda, mga, cga
$_console = (1)         # use 'console' video
$_graphics = (1)        # use the cards BIOS to set graphics
$_videoportaccess = (1) # allow videoportaccess when 'graphics' enabled
$_vbios_seg = (0xc000)  # set the address of your VBIOS (e.g. 0xe000)
$_vbios_size = (0x800)  # set the size of your BIOS (e.g. 0x8000)
$_vmemsize = (1024)     # size of regen buffer
$_chipset = "diamond"   # one of: plainvga, trident, et4000, diamond, avance
                        # cirrus, matrox, wdvga, paradise, ati, s3
$_dualmon = (0)         # if you have one vga _plus_ one hgc (2 monitors)


$_vbootfloppy = ""      # if you want to boot from a virtual floppy:
                        # file name of the floppy image under /var/lib/dosemu
                        # e.g. "floppyimage" disables $_hdimage
                        #      "floppyimage +hd" does _not_ disable $_hdimage
$_floppy_a ="threeinch" # or "fiveinch" or empty, if not existing
$_floppy_b = ""         # dito for B:

$_hdimage = "hdimage.sds hdimage.old /dev/hda1"
                        # list of hdimages under /var/lib/dosemu
                        # assigned in this order such as
                        # "hdimage_c hdimage_d hdimage_e"
                        # If the name begins with '/dev/', then partion
                        # access is done instead of virtual hdimage such as
                        # "/dev/hda1" or "/dev/hda1:ro" for readonly
                        # Currently mounted devices and swap are refused.
                        # Hdimages and devices may be mixed such as
                        # "hdimage_c /dev/hda1 /dev/hda3:ro"
                        # Note: 'wholedisk' is _not_ supported.
$_hdimage_r = $_hdimage # hdimages for 'restricted access (if different)

$_aspi = ""             # list of generic SCSI devices to make available
                        # for the builtin aspi driver (format of an entry
                        # is 'device:type:mappedtarget' such as
                        # "sg2:WORM sg3:Sequential-Access:6 sg4:CD-ROM" or
                        # "sg2:4 sg3:1:6 sg4:5" (which are equal)

$_com1 = ""             # e.g. "/dev/mouse" or "/dev/cua0"
$_com2 = ""             # e.g. "/dev/modem" or "/dev/cua1"
$_com3 = ""             # dito                 "/dev/cua2"
$_com4 = ""             # dito                 "/dev/cua3"
$_ttylocks = ""         # Lock directory (e.g. "/var/lock")
                        # default ("") is /usr/spool/uucp

$_mouse = "ps2"         # one of: microsoft, mousesystems, logitech, mmseries
                        # mouseman, hitachi, busmouse, ps2
$_mouse_dev = "/dev/mouse"      # one of: com1, com2, com3, com4 or /dev/mouse
$_mouse_flags = ""      # list of none or one or more of:
                        # "emulate3buttons cleardtr"
$_mouse_baud = (0)      # baudrate, 0 == don't set

$_printer = "lp"        # list of (/etc/printcap) printer names to appear as
                        # LPT1, LPT2, LPT3 (not all are needed, empty for none)
$_printer_timeout = (20)# idle time in seconds before spooling out

$_ports = ""            # list of portnumbers such as "0x1ce 0x1cf 0x238"
                        # or "0x1ce range 0x280,0x29f 310"
                        # or "range 0x1a0,(0x1a0+15)"

$_ipxsupport = (off)    # or on
$_novell_hack = (off)
$_vnet = (off)          # 'on' for packet-multi (used by dosnet)

$_sound = (on)          # sound support on/off
$_sb_base = (0x534)
$_sb_irq = (5)
$_sb_dma = (0)
$_sb_dsp = "/dev/dsp"
$_sb_mixer = "/dev/mixer"
$_mpu_base = "0x330"


------------------------------

From: Markus Johannsen <[EMAIL PROTECTED]>
Date: Thu, 13 May 1999 14:24:01 +0000
Subject: Problem with DosEMU

Under XDos i can�t use any keys: "\" (ALT - �)!
And this key is very important for my, because I write some programs.

markus Johannsen





------------------------------

From: Petr Hlustik <[EMAIL PROTECTED]>
Date: Sat, 13 Mar 1999 11:32:20 -0500
Subject: mkfatimage16 - HD image size limit?

Hi,

I tried to use mkfatimage16 to create a 40 MB image for dosemu. The command

mkfatimage16 -k 40000 -f ../hdimage.test *

ran without errors but the image is un-readable by mtools, unmountable by
Linux, etc.  When I tried to use the -t flag instead of -k

mkfatimage16 -t 1024 -f ../hdimage.test *

it worked but the image is too small for my purpose - only about 30 MB, and
1024 tracks turned out to be the maximum allowed. Does that mean that there
is no way to make a bigger image with mkfatimage16? Is there anything else?

Thanks
Petr

------------------------------

From: Hans Lermen <[EMAIL PROTECTED]>
Date: Sat, 13 Mar 1999 18:36:17 +0100 (MET)
Subject: Re: mkfatimage16 - HD image size limit?

On Sat, 13 Mar 1999, Petr Hlustik wrote:

> I tried to use mkfatimage16 to create a 40 MB image for dosemu. The command
> 
> mkfatimage16 -k 40000 -f ../hdimage.test *
> 
> ran without errors but the image is un-readable by mtools,

runs fine here:

  hlermen2: ~ $ mdir x:
   Volume in drive X has no label
   Volume Serial Number is 1234-5678
  Directory for X:/

  authors              0 03-03-1999   0:33 
  bugs                 0 10-18-1998  14:39 
  copying          17982 10-18-1998  14:39 
  ...

         25 files             422 298 bytes
                           40 324 096 bytes free
                           ^^^^^^^^^^

what mtools version do you have?

  hlermen2: ~ $ mtools -V       
  Mtools version 3.9.1, dated 14 May 1998


also, my otpions in /etc/mtools.conf are:

  MTOOLS_SKIP_CHECK=1
  MTOOLS_LOWER_CASE=1
  MTOOLS_NO_VFAT=1
  partition=1 
  offset=128

> unmountable by Linux, etc.

As loop? Now, this one can't handle wholes and truncated files
(the hdimage's tail isn't part of the file as long as its not used.
 It will grow over the time).


Hans
<[EMAIL PROTECTED]>



------------------------------

From: =?ISO-8859-1?Q?Stefan_H=F6gdahl?= <[EMAIL PROTECTED]>
Date: Sun, 14 Mar 1999 18:23:03 +0200 (EET)
Subject: How do I restore the Win98 FAT32 MBR?

Hello.

I've installed RedHat Linux 5.2 with Kernel 2.2.3
this weekend.

During this installation, I entered the following
wrong statement in lilo.conf: 

boot=/dev/hda1

That destroyed something on my 1st drive which has
win98 on it.

The correct setting should have been obviously:

boot=/dev/hda

When I use a win98 bootdisk and use the option

fdisk /mbr 

nothing changes.

I can however change to the C: drive when I've
booted with the win98 bootdisk.

Does anybody know of something that I could do
so that win98 will boot again (without reinstalling
it again).

I'd really appreciate any answer or tip someone might
have.


Sincerely,
Stefan H�gdahl, FINLAND
[EMAIL PROTECTED]




My present lilo.conf file:
=============================

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz-2.2.3
        label=l
        root=/dev/hdb1
        read-only
other=/dev/hda1
        label=w
        table=/dev/hda


------------------------------

From: Dustin Puryear <[EMAIL PROTECTED]>
Date: Sun, 14 Mar 1999 11:42:41 -0600
Subject: Graphics and DOSEMU

Has anyone had success in playing games with DOSEMU? I installed Magic
Candle II under DOSEMU, and choose VGA 256 with no sound. When I type
mc2 to run it I get a beep and then it just sits there. I've played with
the video settings with no success. 

I also tried ACiD Tetris. I get the initial screen, but can get no
keyboard input. Having direct keyboard support does not help.

Also, I can not get Heroes of Might and Magic to work. 

I am running 0/3 in getting real programs to work under dosemu-0.99.9.

To make matters worse, I still have problems getting my mouse to work
under console dosemu. However, it does work in dos -X.

Any help?

Regards, Dustin

- -- 
Dustin Puryear * [EMAIL PROTECTED] * ICQ 6644253 
Help Crack Government Encryption: http://www.distributed.net
(A)bort, (R)etry, (I)nfluence with large hammer?

------------------------------

From: Wolf <[EMAIL PROTECTED]>
Date: Sun, 14 Mar 1999 19:09:08 -0400
Subject: Dosemu 0.98.5 compilation problems.

Hi there. 

I got dosemu 0.98.5, and encountered the following compile problem :

gcc -c -D_GNU_SOURCE -O2 -fomit-frame-pointer -m486 -malign-loops=2
- -malign-jumps=2 -malign-functions=2 -MD      -pipe -DUSING_NET   -Wall
- -I/usr/local/dosemu-0.98.5/src/include
- -I/usr/local/dosemu-0.98.5/src/dosext/dpmi
- -I/usr/local/dosemu-0.98.5/src/include/slang    -O99 -mcpu=pentiumpro -o
emu.o emu.c
emu.c: In function `leavedos':
emu.c:566: `SignalHandler' undeclared (first use in this function)
emu.c:566: (Each undeclared identifier is reported only once
emu.c:566: for each function it appears in.)
emu.c:566: parse error before `ign_sigs'
emu.c:567: parse error before `ign_sigs'
emu.c:568: parse error before `ign_sigs'
emu.c:569: parse error before `ign_sigs'
emu.c:570: parse error before `ign_sigs'
make[1]: *** [emu.o] Error 1
make[1]: Leaving directory `/usr/local/dosemu-0.98.5/src'
make: *** [default] Error 2

Any hints ?

- -- 

       -Wolf-
                    "Homo Homini Lupus"

------------------------------

From: Dave Mielke <[EMAIL PROTECTED]>
Date: Sun, 14 Mar 1999 22:45:21 -0500 (EST)
Subject: Re: How do I restore the Win98 FAT32 MBR?

On Sun, 14 Mar 1999, Stefan H�gdahl wrote:
>When I use a win98 bootdisk and use the option
>
>fdisk /mbr 
>
>nothing changes.

fdisk /mbr:c

- -- 
Dave Mielke           | 856 Grenon Avenue | I believe that the Bible is the
Phone: 1-613-726-0014 | Ottawa, Ontario   | Word of God. Please contact me
EMail: [EMAIL PROTECTED] | Canada  K2B 6G3   | if you're concerned about Hell.


------------------------------

From: UNIXMAN <[EMAIL PROTECTED]>
Date: Mon, 15 Mar 1999 10:25:51 -0500 (EST)
Subject: Re: Graphics and DOSEMU

hi, I have noticed the same thing, games don't seem to work too well 
under an emulator.  I don't think I got very many games to run under 
dosemu at all, sometimes I can only hear sound but usually it just hangs.

On Sun, 14 Mar 1999, Dustin Puryear wrote:

> Has anyone had success in playing games with DOSEMU? I installed Magic
> Candle II under DOSEMU, and choose VGA 256 with no sound. When I type
> mc2 to run it I get a beep and then it just sits there. I've played with
> the video settings with no success. 
> 
> I also tried ACiD Tetris. I get the initial screen, but can get no
> keyboard input. Having direct keyboard support does not help.
> 
> Also, I can not get Heroes of Might and Magic to work. 
> 
> I am running 0/3 in getting real programs to work under dosemu-0.99.9.
> 
> To make matters worse, I still have problems getting my mouse to work
> under console dosemu. However, it does work in dos -X.
> 
> Any help?
> 
> Regards, Dustin
> 
> -- 
> Dustin Puryear * [EMAIL PROTECTED] * ICQ 6644253 
> Help Crack Government Encryption: http://www.distributed.net
> (A)bort, (R)etry, (I)nfluence with large hammer?
> 

------------------------------

From: david h tiffany <[EMAIL PROTECTED]>
Date: Mon, 15 Mar 1999 08:12:31 -0800
Subject: Re: Graphics and DOSEMU 

> hi, I have noticed the same thing, games don't seem to work too well 
> under an emulator.  I don't think I got very many games to run under 
> dosemu at all, sometimes I can only hear sound but usually it just hangs.
>

I expect it depends on the age/complexity of the game. I've had no 
trouble running Commander Keen, Duke Nukem (I & II), or any of several 
other
ancient (pre '95) DOS games, most of which you've probably never heard 
of!

8-{)#

David H Tiffany

 


------------------------------

From: Christopher Purnell <[EMAIL PROTECTED]>
Date: Mon, 15 Mar 1999 16:41:26 +0000
Subject: Re: Graphics and DOSEMU

On Mon, Mar 15, 1999 at 10:25:51AM -0500, UNIXMAN wrote:

> hi, I have noticed the same thing, games don't seem to work too well 
> under an emulator.  I don't think I got very many games to run under 
> dosemu at all, sometimes I can only hear sound but usually it just hangs.

You get sound???

- -- 
     Christopher John Purnell,  Unix Systems Administrator
OiT Ltd, 7600 The Quorum, Oxford Business Park, Oxford, OX4 2JZ
                 [EMAIL PROTECTED]   +44 1865 785057

------------------------------

From: "Stefan =?ISO-8859-1?Q?H=F6gdahl" ?= <[EMAIL PROTECTED]>
Date: Mon, 15 Mar 1999 20:00:18 +0200
Subject: RE: How do I restore the Win98 FAT32 MBR?

Hello.

I have now succeeded in booting Win98.

The command that worked is:

sys c:

Thanks to everyone that helped.


Sincerely,
Stefan H�gdahl, FINLAND
[EMAIL PROTECTED]


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Stefan H�gdahl
> Sent: 14. maaliskuuta 1999 18:23
> To: [EMAIL PROTECTED]
> Subject: How do I restore the Win98 FAT32 MBR?
>
>
> Hello.
>
> I've installed RedHat Linux 5.2 with Kernel 2.2.3
> this weekend.
>
> During this installation, I entered the following
> wrong statement in lilo.conf:
>
> boot=/dev/hda1
>
> That destroyed something on my 1st drive which has
> win98 on it.
>
> The correct setting should have been obviously:
>
> boot=/dev/hda
>
> When I use a win98 bootdisk and use the option
>
> fdisk /mbr
>
> nothing changes.
>
> I can however change to the C: drive when I've
> booted with the win98 bootdisk.
>
> Does anybody know of something that I could do
> so that win98 will boot again (without reinstalling
> it again).
>
> I'd really appreciate any answer or tip someone might
> have.
>
>
> Sincerely,
> Stefan H�gdahl, FINLAND
> [EMAIL PROTECTED]
>
>
>
>
> My present lilo.conf file:
> =============================
>
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> prompt
> timeout=50
> image=/boot/vmlinuz-2.2.3
>         label=l
>         root=/dev/hdb1
>         read-only
> other=/dev/hda1
>         label=w
>         table=/dev/hda
>


------------------------------

From: UNIXMAN <[EMAIL PROTECTED]>
Date: Mon, 15 Mar 1999 13:30:41 -0500 (EST)
Subject: Re: Graphics and DOSEMU

ya, I was lucky in that way I guess, but the game still didn't run (I had 
a blank screen)  BTW, that's PC speaker sound your talking about?  

On Mon, 15 Mar 1999, Christopher Purnell wrote:

> On Mon, Mar 15, 1999 at 10:25:51AM -0500, UNIXMAN wrote:
> 
> > hi, I have noticed the same thing, games don't seem to work too well 
> > under an emulator.  I don't think I got very many games to run under 
> > dosemu at all, sometimes I can only hear sound but usually it just hangs.
> 
> You get sound???
> 
> -- 
>      Christopher John Purnell,  Unix Systems Administrator
> OiT Ltd, 7600 The Quorum, Oxford Business Park, Oxford, OX4 2JZ
>                  [EMAIL PROTECTED]   +44 1865 785057
> 

------------------------------

From: [EMAIL PROTECTED]
Date: Tue, 16 Mar 1999 09:01:47 +1300 (NZDT)
Subject: Re: Graphics and DOSEMU

>> hi, I have noticed the same thing, games don't seem to work too well 
>> under an emulator.  I don't think I got very many games to run under 
>> dosemu at all, sometimes I can only hear sound but usually it just hangs.
>>
>
>I expect it depends on the age/complexity of the game. I've had no 
>trouble running Commander Keen, Duke Nukem (I & II), or any of several 
>other
>ancient (pre '95) DOS games, most of which you've probably never heard 
>of!
>
>8-{)#
>
>David H Tiffany

I didn't even get _that_ far... Would it be possible for you to
post your dosemu configuration to the list, or send it to me
personally,

Thanks,
Roger Young. 

------------------------------

From: Paolo Schiattarella <[EMAIL PROTECTED]>
Date: Mon, 15 Mar 1999 23:59:44 +0100
Subject: New to the list.

Hello all on this list!

I'm new to this list and Dosemu. 
My name is Paolo Schiattarella, I'm from Italy and I work in a
pharmaceutical distribuition company as System Administration Assistant
on Unix machines.
In these day I'm working on a project to have working a dos program,
developer by our programmers, under linux with dosemu. 
With my great satisfaction and congratulations to all dosemu developer,
that program works really fine!
But I have a problem, because our need is to have it working on serial
ascii terminals connected to the linux box. Well when I try to execute
dosemu (based on a MS-dos 6.22 installation) on a terminal connected to
the cua0, I have the dos prompt, but DIR and other commands don't work
good and often dosemu crashes with this error in debug mode:

"slang_keyb_close():failed to restore keyboard termios settings!"

This do not happen if I set "_keybint(off)" in dosemu.conf, but so I
have no one key working into my program.

I found no or few documentation on using dosemu on a ascii tty.

So my questions are:

Does anyone have tried to use dosemu on a ascii terminal connected to a
serial port?

My program works really fine on the console but what to do to have it
running correctly (terminal emulation and keyboard) on a terminal?

Why my dosemu session crashes when I strike keys rapidly on the
terminal?

Is there a way to configure dosemu.conf to consider running dosemu on a
ascii terminal? Is it possible to have different configurations for
terminal,X and console?

Sorry if this E-mail is so long!!
Please help it's very important and urgent!
I'll be very glad if someone can help me.


Bye to all.

Paolo Schiattarella.
[EMAIL PROTECTED]

------------------------------

From: "Brian K. White" <[EMAIL PROTECTED]>
Date: Tue, 16 Mar 1999 05:23:56 -0500
Subject: compiling under 2.2

Is this a known problem? IE with a known answer?

trying to compile .99.8 under 2.2.2-ac7
undefined __bzero

it's defined in the kernel tree for mips and sparc, but not for i386

A more verbose account is of course, readily available. :)
- -- 

Brian~

------------------------------

From: Mario Moreira <[EMAIL PROTECTED]>
Date: Tue, 16 Mar 1999 13:24:34 -0000
Subject: TCP/IP in dosemu

I've read somewhere that i need to insmod dosnet.o to have the device dsn0
in order to have tcp/ip working in dosemu. I had a binary version of dosemu,
but i got the sources 0.98.5, and compiled dosemu. After that, cd to
src/dosext/net/v-net and make, to make dosnet.o. The were no errors
compiling dosemu ir dosnet. However, when I try do ismod dosnet.o o got the
following:

[root@bombarda v-net]# insmod dosnet.o
dosnet.o: unresolved symbol eth_type_trans
dosnet.o: unresolved symbol ether_setup
dosnet.o: unresolved symbol kmalloc
dosnet.o: unresolved symbol skb_device_unlock
dosnet.o: unresolved symbol unregister_netdev
dosnet.o: unresolved symbol dev_kfree_skb
dosnet.o: unresolved symbol register_netdev
dosnet.o: unresolved symbol netif_rx
dosnet.o: unresolved symbol skb_clone
dosnet.o: unresolved symbol printk

Any help? 

I'm trying to put WATTCP or PCTCP to work in dosemu.


- --
Mario Moreira
DID/CET Portugal Telecom
+351 34 8913200

------------------------------

From: Rolandas Juodzbalis <[EMAIL PROTECTED]>
Date: Tue, 16 Mar 1999 14:50:38 +0200 (EET)
Subject: epp

With kernel 2.2.3 & parport_pc module I got message:
Mar 16 14:31:31 y2k kernel: parport0: PC-style at 0x378, irq 7
[SPP,PS2,EPP]
This means, what my computers hardvare supports epp, but i can't get it
working under dosemu. I tried  dosemu-0.98.4 with debug patch, and
dosemu-0.99.10 but no results.
variables in dosemu.conf:
$_printer = "lp"
$_ports = "0x378 0x379 0x37a 0x37b 0x37c 0x37d 0x37e 0x37f"
it is right?

if i comment $_printer, the qbackup can't detect tape drive. but in logs
program uses only 378,379,37a,37b,37c. 
How I can make to use epp mode under dosemu?
 
Rolandas


------------------------------

From: "Vishal Rao" <[EMAIL PROTECTED]>
Date: Tue, 16 Mar 1999 06:40:59 PST
Subject: About this List?

Does this mailing list carry traffic for the goings-on with 
UMSDOS/FAT32/VFAT filesystem in Linux? In case not, please let me know 
of the right list to be in! Thanks!

Also :

I downloaded and compiled kernel 2.2.3 (i had Slackware 3.6, kernel 
2.0.3x from ftp.cdrom.com)
and when i boot from the new one i keep getting msgs from umsdos that 
look like errors...(i have installed  linux on a FAT32 Win95 partition)
at one point i got "--linux-.--- not found" ! and i had to reinstall!

whats happening? and can i compile a newer (or older) ver of UMSDOS with 
kern 2.2.3 to make it work?

Thanks for any help
vishal
Get Your Private, Free Email at http://www.hotmail.com

------------------------------

From: Mike Brown <[EMAIL PROTECTED]>
Date: Tue, 16 Mar 1999 07:20:09 -0800
Subject: Mouse Center Button

I have been setting up dosemu on my system and am having a problem
getting the mouse to act properly.  The center button seems to dump
whatever is in the cut&paste buffer into DOS's keyboard input.  This
creates a byte-explosion because the DOS program isn't expecting all
these characters (and either was I).  I have programs that use the 
center button so whatever is happening disables them.  I have gone thru
every bit of documentation I can find and search the user net for an
answer but so far no luck.  I have tried to disable dosemu's internal
mouse driver but nothing I do changes anything (did this by setting the
mouse items in dosemu.conf to "").  Tried several DOS (microsoft and
logitech) mouse drivers but they always report that another driver
already exists in memory and bail.  Other than the center button out
of control the mouse generally works OK in dosemu.  This problem occures
both in 'X' and the console.  The one difference is that when I tried to
disable the mouse, it did in console mode but I still couldn't load any
DOS mouse drivers.  I am running the following versions:

        Red Hat 5.2
        Kernel  2.0.36
        dosemu  0.98.5-1
        KDE     1.1-3
        MS-DOS  6.20

Thanks in advance for any help you may send my way.


Mike Brown

------------------------------

From: Claus-Justus Heine <[EMAIL PROTECTED]>
Date: Tue, 16 Mar 1999 17:14:45 +0100
Subject: Re: epp

Rolandas Juodzbalis <[EMAIL PROTECTED]> writes:

> With kernel 2.2.3 & parport_pc module I got message:
> Mar 16 14:31:31 y2k kernel: parport0: PC-style at 0x378, irq 7
> [SPP,PS2,EPP]
> This means, what my computers hardvare supports epp, but i can't get it
> working under dosemu. I tried  dosemu-0.98.4 with debug patch, and
> dosemu-0.99.10 but no results.
> variables in dosemu.conf:
> $_printer = "lp"
> $_ports = "0x378 0x379 0x37a 0x37b 0x37c 0x37d 0x37e 0x37f"
> it is right?
> 
> if i comment $_printer, the qbackup can't detect tape drive. but in logs
> program uses only 378,379,37a,37b,37c. 
> How I can make to use epp mode under dosemu?

If only I knew!

Does it make a difference whether you load (or not load) the parport
module (or disable parport support in the kernel) before using dosemu?

Some EPP/ECP are programmable, and I once had the problem that the
parport detection code disabled EPP mode.

There are also some ECP control registers located at base + 0x400, i.e.

0x778
0x779
0x77a

Maybe the program tries to use them?

Claus

------------------------------

From: Jan Jozwiak <[EMAIL PROTECTED]>
Date: Fri, 19 Mar 1999 16:16:55 +0100
Subject: Com port problem

- --------------C615FE45AACAC38F68482B2B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello

I have a problem with dosemu 0.98.5. I'm using a dosprogram to program
som warfcard (picprog), my problem is that it vill not program-erase the
card under linux(dosemu). I have check that there is a connection to the
om_port_2 but its like the power on the port is not on long enough. Can
You help me

Best regard

Jan

- --

======================================================================
Jan Jozwiak             Slagelse, Denmark       Phone: +45 4011 8938
E-mail : [EMAIL PROTECTED]                  Join http://www.sslug.dk
======================================================================



- --------------C615FE45AACAC38F68482B2B
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<br>Hello
<p>I have a problem with dosemu 0.98.5. I'm using a dosprogram to program
som warfcard (picprog), my problem is that it vill not program-erase the
card under linux(dosemu). I have check that there is a connection to the
om_port_2 but its like the power on the port is not on long enough. Can
You help me
<p>Best regard
<p>Jan
<pre>--&nbsp;

======================================================================
Jan Jozwiak&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Slagelse, Denmark&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Phone: +45 4011 8938
E-mail : 
[EMAIL PROTECTED]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 Join <A HREF="http://www.sslug.dk">http://www.sslug.dk</A>
======================================================================</pre>
&nbsp;</html>

- --------------C615FE45AACAC38F68482B2B--


------------------------------

From: Thomas Sparr <[EMAIL PROTECTED]>
Date: Sat, 20 Mar 1999 14:35:30 +0100
Subject: SCSI in dosemu

 Hello

I wan't to run an adaptec SCSI 1520 in dosemu with the driver aspi2dos.sys
Is it possible? Should i have aha152x support in the kernel.
I'm running redhat 5.2, Linux kernel 2.2.3 and dosemu 0.98.1.
anyone have any ideas?

Best regards

[EMAIL PROTECTED]

------------------------------

From: Jim Howarth <[EMAIL PROTECTED]>
Date: Sat, 20 Mar 1999 10:54:41 -0500 (EST)
Subject: 0.98.5

Howdy folks...

Well, once again (3rd time) I have lost the midnight rollover patch and am
in the process of reinstalling DOSemu 0.98.5.  Is this version of dosemu
fixed for this problem? (I'll probably know by the time I get a reply
anyway).  If it is not, can someone pass it on to me?

Also.  For 0.66.7 there was a virtual fossil patch for people who run
BBS's.  Is there one out there for the newer versions of DOSemu?  It would
be great if we could have DOSemu emulate modem responses on certain com
ports to allow the proper use of doors etc, allowing us to go telnetable
in most situations.

Jim


------------------------------

From: "Guilherme Fortunato" <[EMAIL PROTECTED]>
Date: Sat, 20 Mar 1999 13:05:06 PST
Subject: Installing the CDROM for dosemu

I created a link called cdrom to /dev/hdb (my cdrom device file) in the 
virtual c drive for dosemu; in my config.sys there is a line: 
device=c:\cdrom.sys, and the cdrom driver is installed in every session; 
finally, my autoexec.bat has the line: mscdex /d:mscd00(1 or 0, I tried 
both) /l:d. But mscdex (which is on the virtual c drive) always report 
the error: Device drier not found: mscd00(1 or 0), no valid cdrom device 
drivers  selected. How can I make the cdrom to work? I tried already 
with either a mounted or non-mounted cdrom under linux. Neither time it 
displayed a different error message. What should be the right procedures 
for me to take? I use dosemu 0.98.something with kernel 2.2.2 and run 
dosemu under X because otherwise it does not work(?). Thank you for your 
time.

Regards,

Guilherme Fortunato
[EMAIL PROTECTED]
Get Your Private, Free Email at http://www.hotmail.com

------------------------------

From: Hamish Moffatt <[EMAIL PROTECTED]>
Date: Sun, 21 Mar 1999 16:46:55 +1100
Subject: problem upgrading from 0.66.7 to 0.98.1

I was running dosemu 0.66.7 with the following line in my config, which was
working just fine:

video { vga  console  graphics  chipset s3  memsize 2048 }

I upgraded to 0.98.1 and have been unable to get the same configuration
working. I tried

$_video = "vga"         # one of: plainvga, vga, ega, mda, mga, cga
$_console = (1)         # use 'console' video
$_graphics = (1)        # use the cards BIOS to set graphics
$_videoportaccess = (1) # allow videoportaccess when 'graphics' enabled
$_vbios_seg = (0xc000)  # set the address of your VBIOS (e.g. 0xe000)
$_vbios_size = (0x10000)# set the size of your BIOS (e.g. 0x8000)
$_vmemsize = (2048)     # size of regen buffer
$_chipset = "s3"                # one of: plainvga, trident, et4000, diamond, av

I like to run dosemu on one console (to run a background DOS job) and work
in other virtual consoles; I found that I was getting bleed-through on to
my current console from the dosemu process.

The only problem I had with 0.66.7 was that on changing to the dosemu
session's VT, the screen was not redrawn.

I also tried $_console = (0), $_graphics = (0), and $videoportaccess = (0)
in varying combinations. Most recently I console = 0, graphics = 1,
videoportaccess = 0; after changing VTs a few times, the machine locked up
solid! It never does that otherwise. Doesn't seem to matter if I use
$_chipset = "s3" (which is not listed) or just leave it blank.

Any suggestions on getting this new version to run? PLease reply to me directly
(or cc me).

Hamish
- -- 
Hamish Moffatt       Mobile: +61 412 011 176       [EMAIL PROTECTED]

Rising Software Australia Pty. Ltd. 
Developers of music education software including Auralia & Musition.
31 Elmhurst Road, Blackburn, Victoria Australia, 3130
Phone: +61 3 9894 4788  Fax: +61 3 9894 3362  USA Toll Free: 1-888-667-7839
Internet: http://www.rising.com.au/

------------------------------

From: Catalin Bucur <[EMAIL PROTECTED]>
Date: Sun, 21 Mar 1999 14:21:04 +0200
Subject: dosemu

Hi,

I have two problems: one small and another big.
The small one is when I run dosemu on my linux box (RedHat 5.2 with
2.0.36 kernel and 0.98.1.0 dosemu) I got something strange on the
screen:
ERROR: Sector not found in read_sector, error = Input/output error!

With debug option I found that:
[00000222] DISK: Trying to read 1 bytes at T/S/H 381/11/23 at pos
3134546944
[00000222] ERROR: Sector not found in read_sector, error = Input/output
error!
[00000222] DISK init 128

Otherwise, everything seems to work fine. What does that mean?
- --------------------

The big problem is when I try to run some programs from dosemu. One of
this .EXE files show me this:
"BLX286 : 1304 : cannot use XMS host with current memory manager
configuration

This is a DOS extended program which requires a minimum of a
286 processor and at least 1 MB of available DPMI, VCPI or XMS
memory to run. Please ensure that your system is configured
with a memory manager which provides these resources."

But this resources are like they said (in /etc/dosemu.conf):
$_xms = (8192)          # in Kbyte
$_ems = (1024)          # in Kbyte
$_ems_frame = (0xe000)
$_dpmi = (1024)         # in Kbyte
$_dosmem = (640)        # in Kbyte, < 640
$_hardware_ram = ""     # list of segment values/ranges such as
                        # "0xc8000 range 0xcc000,0xcffff"

How can I solve that?

Thanks!

- -- 
Catalin Bucur                                \|/
Hardware engineer                          ^(o o)^
mailto:[EMAIL PROTECTED]       ~~~~~~~~~oOO~~(_)~~OOo~~~~~~~~~



------------------------------

From: Catalin Bucur <[EMAIL PROTECTED]>
Date: Sun, 21 Mar 1999 14:18:29 +0200
Subject: Re: Installing the CDROM for dosemu

I solved this problem yesterday :) It's a bit weird. In
/usr/doc/dosemu-0.98.1/README.txt (for my RedHat 5.2 box) they said:
- ---------------------------------------
+o  Load cdrom.sys within your config.sys file with e.g.:
           devicehigh=c:\emu\cdrom.sys

+o  Start Microsoft cdrom extension as follows:
           mscdex /d:mscd0001 /l:driveletter
- ---------------------------------------
As I can see you put /d:mscd001 in autoexec.bat instead of /d:mscd0001.
You should have three zeros, not two.

Guilherme Fortunato wrote:
> 
> I created a link called cdrom to /dev/hdb (my cdrom device file) in the
> virtual c drive for dosemu; in my config.sys there is a line:
> device=c:\cdrom.sys, and the cdrom driver is installed in every session;
> finally, my autoexec.bat has the line: mscdex /d:mscd00(1 or 0, I tried
> both) /l:d. But mscdex (which is on the virtual c drive) always report
> the error: Device drier not found: mscd00(1 or 0), no valid cdrom device
> drivers  selected. How can I make the cdrom to work? I tried already
> with either a mounted or non-mounted cdrom under linux. Neither time it
> displayed a different error message. What should be the right procedures
> for me to take? I use dosemu 0.98.something with kernel 2.2.2 and run
> dosemu under X because otherwise it does not work(?). Thank you for your
> time.
> 
> Regards,
> 
> Guilherme Fortunato
> [EMAIL PROTECTED]
> Get Your Private, Free Email at http://www.hotmail.com

- -- 
Catalin Bucur                                \|/
Hardware engineer                          ^(o o)^
mailto:[EMAIL PROTECTED]       ~~~~~~~~~oOO~~(_)~~OOo~~~~~~~~~



------------------------------

From: Andrzej Pruski <[EMAIL PROTECTED]>
Date: Sun, 21 Mar 1999 23:31:53 +0100
Subject: Re: TCP/IP in dosemu

I've got the same problem in 0.99.10. I have installed: RH 5.2; kernel 2.2.3; glibc 
2.1.

Mario Moreira wrote:

> I've read somewhere that i need to insmod dosnet.o to have the device dsn0
> in order to have tcp/ip working in dosemu. I had a binary version of dosemu,
> but i got the sources 0.98.5, and compiled dosemu. After that, cd to
> src/dosext/net/v-net and make, to make dosnet.o. The were no errors
> compiling dosemu ir dosnet. However, when I try do ismod dosnet.o o got the
> following:
>
> [root@bombarda v-net]# insmod dosnet.o
> dosnet.o: unresolved symbol eth_type_trans
> dosnet.o: unresolved symbol ether_setup
> dosnet.o: unresolved symbol kmalloc
> dosnet.o: unresolved symbol skb_device_unlock
> dosnet.o: unresolved symbol unregister_netdev
> dosnet.o: unresolved symbol dev_kfree_skb
> dosnet.o: unresolved symbol register_netdev
> dosnet.o: unresolved symbol netif_rx
> dosnet.o: unresolved symbol skb_clone
> dosnet.o: unresolved symbol printk

[...]


------------------------------

From: Hans Lermen <[EMAIL PROTECTED]>
Date: Mon, 22 Mar 1999 01:19:04 +0100 (MET)
Subject: Re: TCP/IP in dosemu

On Sun, 21 Mar 1999, Andrzej Pruski wrote:

> I've got the same problem in 0.99.10. I have installed: RH 5.2; kernel 2.2.3; glibc 
>2.1.
> 
> Mario Moreira wrote:
> 
> > compiling dosemu ir dosnet. However, when I try do ismod dosnet.o o got the
> > following:
> >
> > [root@bombarda v-net]# insmod dosnet.o
[...]
> > dosnet.o: unresolved symbol printk
                                ^^^^^^
Now, if even this one can't be resolved, some must be wrong with your
setup.

Hans
<[EMAIL PROTECTED]>



------------------------------

From: "Martin Lenetsky" <[EMAIL PROTECTED]>
Date: Sun, 21 Mar 1999 22:40:47 -0500
Subject: dosemu

This is a multi-part message in MIME format.

- ------=_NextPart_000_0005_01BE73EB.DCED4A80
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Have installed Redhat 5.2 on a Toshibo libretto 70 Mini-Laptop.(working =
fine)
Followed all instructions setting up DOSEMU(I think)with one problem,
Can not get lredir command working properly.
I have /dos pre-mounted.
I then used startx --then xdos and came up with dos in a box in the c: =
drive
I then entered lredir d: linux\fs/dos and got an error f0bc error.
My partitions are setup as:
                                  windows 98 on the first =
partition(VFAT)
                                  Linux and swap on the second partition
Regard
Marty

- ------=_NextPart_000_0005_01BE73EB.DCED4A80
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2014.210" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Have installed Redhat 5.2 on a Toshibo =
libretto 70=20
Mini-Laptop.(working fine)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Followed all instructions setting up =
DOSEMU(I=20
think)with one problem,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Can not get lredir command working=20
properly.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I have /dos pre-mounted.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I then used startx --then xdos and came =
up with dos=20
in a box in the c: drive</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>I then entered lredir d: linux\fs/dos =
and got an=20
error f0bc error.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>My partitions are setup =
as:</FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
windows 98 on the first partition(VFAT)</FONT></DIV>
<DIV><FONT face=3DArial=20
size=3D2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Linux and swap on the second partition</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Regard</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Marty</FONT></DIV></BODY></HTML>

- ------=_NextPart_000_0005_01BE73EB.DCED4A80--


------------------------------

From: [EMAIL PROTECTED]
Date: Sun, 21 Mar 99 20:17:31 Pacific Standard Time
Subject: Find Out What The Future Holds For You?

  LIVE PERSONAL PSYCHIC!     (as seen on T.V.)                                         
                                                                                       
                                                                                       
                                                                                    

                                                                                       
                                                                                       
                          
  LEARN TODAY WHAT YOUR FUTURE HOLDS                                                   
                                                                   
  FOR LOVE, FAMILY, AND MONEY.                                                         
                                                                              
                                                                                       
                                                                                       
                                                     

  ASTROLOGY   CLAIRVOYANCY          
  NUMBEROLOGY   TAROT             
  
  ALL QUESTIONS ANSWERED IMMEDIATELY! 

  REALIZE YOUR DESTINY! CALL RIGHT NOW!

  1-900-226-4140 or 1-800-372-3384 for VISA, MC   

  (These are not sex lines!)                            

This message is intended for Psychic Readers, Psychic Users and people who are 
involved in the $1 Billion Dollar a year Psychic Industry. If this his message has 
reached you in error, please disregard it and accept our apoligies. To be removed from 
this list, please respond with the subject  "remove". Thank You. 

Stop Unsolicited Commercial Email - join CAUCE
(http://www.cauce.org) 
Support HR 1748, the anti-spam bill.                                  



                                                                                       
                                                                                       
                                                                                       
                                                            

















  LIVE PERSONAL PSYCHIC!     (as seen on T.V.)                                         
                                                                                       
                                                                                       
                                                                                    


                                                                                       
                                                                                       
                         

 LEARN TODAY WHAT YOUR FUTURE HOLDS                                                    
                                                                  







------------------------------

From: [EMAIL PROTECTED]
Date: Sun, 21 Mar 99 20:17:31 Pacific Standard Time
Subject: Find Out What The Future Holds For You?

  LIVE PERSONAL PSYCHIC!     (as seen on T.V.)                                         
                                                                                       
                                                                                       
                                                                                    

                                                                                       
                                                                                       
                          
  LEARN TODAY WHAT YOUR FUTURE HOLDS                                                   
                                                                   
  FOR LOVE, FAMILY, AND MONEY.                                                         
                                                                              
                                                                                       
                                                                                       
                                                     

  ASTROLOGY   CLAIRVOYANCY          
  NUMBEROLOGY   TAROT             
  
  ALL QUESTIONS ANSWERED IMMEDIATELY! 

  REALIZE YOUR DESTINY! CALL RIGHT NOW!

  1-900-226-4140 or 1-800-372-3384 for VISA, MC   

  (These are not sex lines!)                            

This message is intended for Psychic Readers, Psychic Users and people who are 
involved in the $1 Billion Dollar a year Psychic Industry. If this his message has 
reached you in error, please disregard it and accept our apoligies. To be removed from 
this list, please respond with the subject  "remove". Thank You. 

Stop Unsolicited Commercial Email - join CAUCE
(http://www.cauce.org) 
Support HR 1748, the anti-spam bill.                                  



                                                                                       
                                                                                       
                                                                                       
                                                            













  LIVE PERSONAL PSYCHIC!     (as seen on T.V.)                                         
                                                                                       
                                                                                       
                                                                                    





------------------------------

From: Mario Moreira <[EMAIL PROTECTED]>
Date: Mon, 22 Mar 1999 11:48:36 -0000
Subject: RE: TCP/IP in dosemu

> On Sun, 21 Mar 1999, Andrzej Pruski wrote:
> 
> > I've got the same problem in 0.99.10. I have installed: RH 
> 5.2; kernel 2.2.3; glibc 2.1.
> > 
> > Mario Moreira wrote:
> > 
> > > compiling dosemu ir dosnet. However, when I try do ismod 
> dosnet.o o got the
> > > following:
> > >
> > > [root@bombarda v-net]# insmod dosnet.o
> [...]
> > > dosnet.o: unresolved symbol printk
>                                 ^^^^^^
> Now, if even this one can't be resolved, some must be wrong with your
> setup.

I don't think so. All other modules I've tried compile and work. I've tried
this with kernel 2.0.36 (plain RH 5.2). Later I've put kernel 2.2.3 and
recompiled the dosnet module and it worked ok. Strange, as the author of
dosnet said he has done the development os dosnet in kernel 1.x.


- --
Mario Moreira
DID/CET Portugal Telecom
+351 34 8913200

------------------------------

From: Hans Lermen <[EMAIL PROTECTED]>
Date: Mon, 22 Mar 1999 15:28:00 +0100 (MET)
Subject: RE: TCP/IP in dosemu

On Mon, 22 Mar 1999, Mario Moreira wrote:

> > > > dosnet.o: unresolved symbol printk
> >                                 ^^^^^^
> > Now, if even this one can't be resolved, some must be wrong with your
> > setup.

With 'setup' I mean glibc/kernel headers issues.
As dosnet needs the _real_ kernel headers, it may lead to problems
when the glibc /usr/include does have copies of the kernel headers
instead of a symlink to the kernel for which the module is intended.

> 
> 
> I don't think so.

what, that its not normal if printk doesn't resolve? ;-)

> All other modules I've tried compile and work. I've tried
> this with kernel 2.0.36 (plain RH 5.2). Later I've put kernel 2.2.3 and
> recompiled the dosnet module and it worked ok. Strange, as the author of
> dosnet said he has done the development os dosnet in kernel 1.x.

The original Author (Vinod) tested it at 1.x, but it was reworked later by
Marcus and AFAIK he tested it under the latest kernels.

Hans
<[EMAIL PROTECTED]>


------------------------------

From: Mario Moreira <[EMAIL PROTECTED]>
Date: Mon, 22 Mar 1999 15:28:19 -0000
Subject: RE: TCP/IP in dosemu

> > > Now, if even this one can't be resolved, some must be 
> wrong with your
> > > setup.
> 
> With 'setup' I mean glibc/kernel headers issues.
> As dosnet needs the _real_ kernel headers, it may lead to problems
> when the glibc /usr/include does have copies of the kernel headers
> instead of a symlink to the kernel for which the module is intended.
> 

Well, I've checked and i have /usr/include/linux as a symlink to
/usr/src/linux/include where are all the .h files. It doesn't seem a problem
with header files, because in the compilation there's no problem, i.e. not
even a warning.

The problem only happens when i do a insmod dosnet.o or modprobe dosnet.o.
Can be a problem of modutils? In this box I have modutils 2.1.86-9 (redhat
5.2 default version). In the other machne where it worked, I've updates to
modutils 2.1.121 (not sure, can't check now), because of kernel 2.2.x, so I
suspect that this may have something to do with this. And I've seen that I'm
not the only one thos find this behavior in dosnet.o.

> what, that its not normal if printk doesn't resolve? ;-)
> 

I know, but why doesn't this happen in other modules? Yes, they use printk.
:)

> The original Author (Vinod) tested it at 1.x, but it was 
> reworked later by
> Marcus and AFAIK he tested it under the latest kernels.

Ok, I didn't knew that. But still, i find this strange because it worked in
2.2.3 kernel (system updated with other packages necessary to make 2.2.3
work). Do you need any further details about the system where this fails?
Package versions os something like that?

regards,

- --
Mario Moreira
DID/CET Portugal Telecom
+351 34 8913200

------------------------------

From: Hugh Lawson <[EMAIL PROTECTED]>
Date: Mon, 22 Mar 1999 10:48:09 -0500 (EST)
Subject: mouse in dos edit

Dos edit is running fine in dosemu.  But the mouse does not activate the
menu bar.

How can I troubleshoot this issue?

Hugh Lawson
Greensboro, North Carolina
[EMAIL PROTECTED]



------------------------------

From: Gary Leung <[EMAIL PROTECTED]>
Date: Mon, 22 Mar 1999 23:34:35 -0500
Subject: Auto start dosemu

Is there a way that when the user login in to Linux, it goes directly to
dos emulator without the user manually type in "dos"?

Please advise the relevant documents if available.  Tks.

Gary Leung  3-22-1999
Richmond Hill
Canada



------------------------------

From: Hans Lermen <[EMAIL PROTECTED]>
Date: Tue, 23 Mar 1999 11:14:05 +0100 (MET)
Subject: Re: Floppy problems: 0.98.5.5, 0.99.8.2

On Mon, 22 Mar 1999, Rob Clark wrote:

> 
> Regarding the problem I have been reporting with /dev/fd0:
> I observe the same problem with 0.98.5.5 in the stable branch.

Yes, there has been a little glitch slipping through, the below
patch (should fit into 0.99.10 as well) fixes it:

- --- dosemu-0.98.6/src/base/misc/utilities.c~  Sat Mar 20 23:52:30 1999
+++ dosemu-0.98.6/src/base/misc/utilities.c     Tue Mar 23 10:31:29 1999
@@ -509,7 +509,7 @@
   static struct itimerval itv_old_;
   static struct itimerval *itv_old = &itv_old_;
   static struct itimerval itv;
- -  if (on) setitimer(TIMER_TIME, itv_old, NULL);
+  if (on) setitimer(TIMER_TIME, &itv_old_, NULL);
   else {
     itv.it_interval.tv_sec = itv.it_interval.tv_usec = 0;
     itv.it_value = itv.it_interval;


Thanks,
Hans
<[EMAIL PROTECTED]>


------------------------------

From: Michael Gerdes <[EMAIL PROTECTED]>
Date: Tue, 23 Mar 1999 12:59:13 +0100
Subject: WIN311 install mit DOSEMU

hallo liste

wenn ich setup.exe von win3.11 starte
wird nachdem kopieren (am anfang) die
installation abgebrochen.

bei einem bekannten klappte die
installation von windows im DOSEMU
ohne probleme ?!?!?!


wer hat eine idee .. danke euch

gruss michael

------------------------------

From: Russell Poyner <[EMAIL PROTECTED]>
Date: Tue, 23 Mar 1999 08:01:46 -0600
Subject: Extra form-feed when printing from dosemu

I am slowly inching toward moving the network at my wife's veterinary clinic
from OS/2 to linux/dosemu.  The one critical application is a custom database
that runs under dos.  It works fine under dosemu 0.98 and rh5.1 at home except
that I always get an extra form feed when printing, wasting a sheet of  paper. 
I have tried various choices of print filter available in the rh print-tool to
no avail.  

Is there a switch/setting for dosemu that I missed in my rtfm-ing or is it a
matter of getting the right settings in etc\printtab?  All suggestions welcome
including pointers to docs I have missed.

Thanks 
Russ Poyner

------------------------------

From: Dave Mielke <[EMAIL PROTECTED]>
Date: Tue, 23 Mar 1999 09:46:19 -0500 (EST)
Subject: Re: Auto start dosemu

On Mon, 22 Mar 1999, Gary Leung wrote:
>Is there a way that when the user login in to Linux, it goes directly to
>dos emulator without the user manually type in "dos"?

Specify DOS as the user's login shell. See the USERADD and USERMOD commands.

- -- 
Dave Mielke           | 856 Grenon Avenue | I believe that the Bible is the
Phone: 1-613-726-0014 | Ottawa, Ontario   | Word of God. Please contact me
EMail: [EMAIL PROTECTED] | Canada  K2B 6G3   | if you're concerned about Hell.


------------------------------

From: Jake Messinger <[EMAIL PROTECTED]>
Date: Tue, 23 Mar 1999 10:06:07 -0600 (CST)
Subject: Re: Auto start dosemu

On Mon, 22 Mar 1999, Gary Leung wrote:

:Is there a way that when the user login in to Linux, it goes directly to
:dos emulator without the user manually type in "dos"?
:
:Please advise the relevant documents if available.  Tks.

Put the command to enter toe dosemu in the bottom on their .login file.

~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~
Jake Messinger, VP.     ph:713-772-6690                 Lucent Dealer
AMS, Inc.               fx:713-774-3498                 Medical Billing
8300 Bissonnet  #400    [EMAIL PROTECTED] , ICQ# 4403734     Internet Services
Houston, Texas  77074   www.ams.com/~jake                and Hardware

Adjunct Professor       University of Houston, CBA       [EMAIL PROTECTED]
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~

                INVENTOR OF the _.,-*~''~*-,._ SQUIGGLES (c) 1978


------------------------------

From: Steven Freed <[EMAIL PROTECTED]>
Date: Tue, 23 Mar 1999 09:12:48 -0700 (MST)
Subject: Re: Auto start dosemu

On Tue, 23 Mar 1999, Dave Mielke wrote:

> On Mon, 22 Mar 1999, Gary Leung wrote:
> >Is there a way that when the user login in to Linux, it goes directly to
> >dos emulator without the user manually type in "dos"?
> 
> Specify DOS as the user's login shell. See the USERADD and USERMOD commands.

I don't know what you are ultimately trying to accomplish, but we start up
dosemu at boot time with particular program running like this:

  screen -T xterm -c /usr/magic/geryon/dos.screen

and dos.screen is a shell script which looks like this:

  screen /usr/bin/dos
  detach

We can then attach to this dos session any time from anywhere. ...the dos
startup has an autoexec.bat that starts up a program that needs to run
forever, and I can look at it from home.

- -- 

Steven.



------------------------------

End of linux-msdos-digest V1 #137
*********************************

To subscribe to linux-msdos-digest, send the command:

Reply via email to