Re: [Freedos-user] put drivers in XMS

2008-07-03 Thread Alain M.
just fo fun, try using this, you will need tuntap and others :)
--
#? Habilita conexões
# echo 1  /proc/sys/net/ipv4/ip_forward

# Libera acesso ao tuntap
chmod 666 /dev/net/tun

# Cria um Bridge
brctl addbr br0
# Re-conecta eth0 no Bridge
ifconfig eth0 0.0.0.0 promisc up
brctl addif br0 eth0
# Agora quem tem o IP é o Bridge
ifconfig br0 $SYS_IP netmask 255.255.255.0 up
# cria 3 devices tap0 tap1 tap2
tunctl -u $DOS_USER -t tap0
tunctl -u $DOS_USER -t tap1
tunctl -u $DOS_USER -t tap2
# Ativa cada um
ifconfig tap0 0.0.0.0 promisc up
ifconfig tap1 0.0.0.0 promisc up
ifconfig tap2 0.0.0.0 promisc up
# conecta com Bridge
brctl addif br0 tap0
brctl addif br0 tap1
brctl addif br0 tap2

# dispositivo do VMware
brctl addif br0 vmnet1

# Recria Rota para o Gateway
route add -net 0.0.0.0 gw $SYS_GW

# mostra o Bridge e rotas (demora na primeira vez)
brctl show
route -n

exit


---

Larry escreveu:
 I'm trying, just for fun, to get arachne to run in Freedos in dosemu on my 
 Linux machine. No luck so far. 
 
 I'm trying to use the tap thing. Use the lunctl command to make a lun0 and 
 set it up with ifconfig.
 
 But when I try to run xdos, first I get a cannot allocate TAP device, and 
 arachne doesn't see a network.
 
 Any suggestions?
 
 
 --- On Wed, 7/2/08, Aitor Santamaría [EMAIL PROTECTED] wrote:
 
 From: Aitor Santamaría [EMAIL PROTECTED]
 Subject: Re: [Freedos-user] put drivers in XMS
 To: freedos-user@lists.sourceforge.net
 Date: Wednesday, July 2, 2008, 5:33 PM
 Hello,

 2008/6/3 Michael Reichenbach
 [EMAIL PROTECTED]:
 iw2evk schrieb:
 It's possible under freedos 1.0 put the
 drivers in XMS insted UMB?
 Can be used cloaking.exe , and in wich modality?

 many thanks in advance.

 Roberto iw2evk
 Hey!

 I had some time ago a similar suggestion. Loading into
 EMS/XMS would be
 a bad idea because more outdated applications use
 EMS/XMS.

 Well, in fact it gave me idea that EMS could actually be
 suitable for
 DISPLAY: you book a couple of contiguous pages, then upon
 call to
 int10h select those pages as available.

 Note (Eric) that these changes wouldn't change at all
 the DISPLAY
 core, but the particular EGA/VGA driver.

 Regards,
 Aitor

 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE
 NOW!
 Studies have shown that voting for your favorite open
 source project,
 along with a healthy diet, reduces your potential for
 chronic lameness
 and boredom. Vote Now at
 http://www.sourceforge.net/community/cca08
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user
 
 
   
 
 
 -
 Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
 Studies have shown that voting for your favorite open source project,
 along with a healthy diet, reduces your potential for chronic lameness
 and boredom. Vote Now at http://www.sourceforge.net/community/cca08
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user
 
 

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] cutemouse

2008-07-03 Thread Mateusz Viste
On Wednesday 02 July 2008, Eric Auer wrote:
 Hi everybody,

Hi Eric :-)

 Known issues:

Hey, I noticed some months ago that there is a weird behaviour in ctmouse...
I have a KVM switch, and if I change my video mode, the keyb/mouse are freezing 
for about 1-2 seconds. It doesn't happen if I unload ctmouse, or if I remove my 
KVM (that is if I connect a mouse/keyb directly to my PC). I guess that ctmouse 
is polling the keyboard, and my KVM add some delays somewhere...
Anyway, is there any way to fix this? An example of program which is freezing 
is MS-EDIT. Surprisingly, I didn't happen with FD-EDIT.

bye!
Mateusz
-- 
You'll find my public OpenPGP key at http://mateusz.viste.free.fr/pub_key


signature.asc
Description: This is a digitally signed message part.
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] cutemouse

2008-07-03 Thread Mateusz Viste
On Thursday 03 July 2008, Mateusz Viste wrote:
 Hey, I noticed some months ago that there is a weird behaviour in ctmouse...

Oooops, wasn't meant to go to the group! Sorry!

Mateusz Viste
-- 
You'll find my public OpenPGP key at http://mateusz.viste.free.fr/pub_key


signature.asc
Description: This is a digitally signed message part.
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Arachne in freedos dosemu window

2008-07-03 Thread Larry
Seems like as I was almost there getting my tunctl parameters setup and now 
having xdosemu finding tap0, now when arachne starts is complains that it can't 
find a config file and gets hung up for awhile trying to connect with DHCP.

I'm not sure what the issue is, as it is a new problem.

My prior effort seemed to have arachne finding a handler, but still unable to 
get to the internet.  I found that I need a few more steps in setting up the 
tap0, and since then I get the symptom described above.







  


-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user