Re: [Freedos-user] Packet Driver For Arachne Browser

2006-10-11 Thread Robert Riebisch
Lester Vedrox wrote:

 Q3) Although DSL connection seems to be ok Arachne browser won't load
 any normal web pages. I guess you need a page with minimal content,
 like text only. Can someone post a URL that works.

You could try my pages at http://www.bttr-software.de/

By the way: Please turn off Pegasus Mail's HTML postings!

Robert Riebisch
-- 
BTTR Software
http://www.bttr-software.de/

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Packet Driver For Arachne Browser

2006-10-11 Thread Lester Vedrox
 From: tomleem [EMAIL PROTECTED]
 A peek at Fdauto.bat shows that your packet-driver aborts loading

I see that my message from Oct-10 is blank on Sourceforge archives page so I 
will repost it 
here.

--
Thanks, everyone. TCP/IP can be set with BOOTP now and seems to be working ok.

http://img138.imageshack.us/img138/9059/10112006035337it6.png

Arachne still doesn't work but let's first make sure that everything is fine 
with RTSPKT.

Q1) In Fdauto.bat I load Rtspkt after all other drivers, just before the 
mouse, not sure if it 
matters:

@ECHO OFF
PROMPT $P$G
SET DOSDIR=C:\FDOS
SET NLSDIR=%DOSDIR%\NLS
SET HELPPATH=%DOSDIR%\HELP
SET PATH=%DOSDIR%\BIN
SET TEMP=E:\TEMP
SET TMP=E:\TEMP
SET DIRCMD=/P /OG /A
SET BLASTER=A220 I5 D1 H5 P330
SHCDX33A /D:?CDRCACH$ /V /~+ /Q+
RTSPKT.COM 0x60 2 3
CTMOUSE.EXE
ECHO CuteMouse Driver Loaded
FREE.EXE

In real life I don't really load Rtspkt from Fdauto.bat but turn it on/off from 
two custom batch 
files. This way you don't need to be connected all the time:

Dslon.bat
RTSPKT.COM 0x60 2 3

Dsloff.bat
RTSPKT.COM -U

Q2) If more parameters were specified then it would probably load faster (it's 
quite slow 
compared to other drivers):

RTSPKT [options] packet_int_no [-m media_type] [bus_no device_no]

Bus#=2 and Device#=3 are shown below, where can you find Media Type?

http://img243.imageshack.us/img243/7287/10102006124405sw0.png

command line as is now: RTSPKT.COM 0x60 2 3
command line as it should be: RTSPKT.COM 0x60 -m ??? 2 3

Lester


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Freedos on USB memor stick

2006-10-11 Thread Art Fore
Have been trying unsuccessfully for two days to get freedos on a cruzer
256 meg memory stick. Best procedure I found was
http://users.dslextreme.com/~craig.lawson/linux_notes/flashing_bios.html
but did not work in the last step 
syslinux /dev/sdd1 ; sync
syslinux: this doesn't look like a valid FAT filesystem

Why is this? How do I fix this?

Art


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Freedos on USB memor stick (partially solved)

2006-10-11 Thread Art Fore
That did not work. Look at the partitions in yast partitioner, it
shows /dev/sdd a  the disk drive, and /dev/sdd1 as a fat partition.
executing ms-sys -s /dev/sdd ; sync, I get Public domain syslinux master
boot record successfully written to /dev/sdd
Executing syslinux /dev/sdd ; sync, I get
syslinux: this doesn't look like a valid FAT filesystem
Executing syslinux /dev/sdd ; sync, I get a successful install. Tried
deleting the sdd1 partition, no luck. Tried copying the files to sdd,
that went ok, but they ended up in sdd1.

Does not make sense to me.

I would like to have the whole 256 meg as dos drive, but the .bin
and .exe flash burning files do not even show up when booted to dos. 

Art

On Wed, 2006-10-11 at 13:13 -0400, Mark Bailey wrote:
 Try copying the files to /dev/sdd
 
 Since you had to do syslinux to /dev/sdd, and /dev/sdd1
 didn't look like a valid FAT filesystem, I'm not sure
 what the copy to /dev/sdd1 actually did.
 
 Mark
 
 Art Fore wrote:
  Have been trying unsuccessfully for two days to get freedos on a cruzer
  256 meg memory stick. Best procedure I found was
  http://users.dslextreme.com/~craig.lawson/linux_notes/flashing_bios.html
  but did not work in the last step 
  syslinux /dev/sdd1 ; sync
  syslinux: this doesn't look like a valid FAT filesystem
  
  Why is this? How do I fix this?
  
  Art
  
  Gave it one last try and got it. The last two statements are a little 
  misleading. It shows both /dev/sd??.
  Last statement should have been syslinux /dev/sdd ; sync.
  
  Still have one problem. I copied the .rom and .exe files for BIOS update to 
  /media/usbdisk (/dev/sdd1), but they do not show up after boothing from the 
  usb drive. If I look at it in Linux, it shows them. So, what is the secret?
  
  Art
  
  
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Freedos-user mailing list
  Freedos-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freedos-user
  
  
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Freedos on USB memor stick (partially solved)

2006-10-11 Thread Mark Bailey
Hi Art:

I am far from an expert here, but there are two models for booting
from a USB stick.  One is a superfloppy model where the entire
USB stick is formatted as a single giant floppy disk and the
other mode is where the USB stick has an MBR and is treated
basically like a hard disk.

See http://www.marlow.dk/site.php/tech/usbkeys

Some (most?) BIOS's only support one mode or the other.  Linux
can support either, using device /dev/sda (superfloppy) or
/dev/sda1 (like a hard disk).

# To format the drive in superfloppy format, you simply do:

   mkdosfs -I /dev/sda


# Formatting in harddisk requires more steps, if it's not allready 
formatted that way:

   dd if=/dev/zero of=/dev/sda bs=512 count=1


to erase the start of the USB Key. After that you can do a fdisk 
/dev/sda and create a new FAT partition (FAT16 is suitable). To install 
a MBR and format the key afterwards, do

   install-mbr /dev/sda --force
   mkdosfs -I /dev/sda1

Have you checked to see if there is a D: drive?  Have you used the
attrib command to see if the files are hidden for some reason?

Good luck!  Let me know if either of these suggestions help.

Mark

Art Fore wrote:
 That did not work. Look at the partitions in yast partitioner, it
 shows /dev/sdd a  the disk drive, and /dev/sdd1 as a fat partition.
 executing ms-sys -s /dev/sdd ; sync, I get Public domain syslinux master
 boot record successfully written to /dev/sdd
 Executing syslinux /dev/sdd ; sync, I get
 syslinux: this doesn't look like a valid FAT filesystem
 Executing syslinux /dev/sdd ; sync, I get a successful install. Tried
 deleting the sdd1 partition, no luck. Tried copying the files to sdd,
 that went ok, but they ended up in sdd1.
 
 Does not make sense to me.
 
 I would like to have the whole 256 meg as dos drive, but the .bin
 and .exe flash burning files do not even show up when booted to dos. 
 
 Art
 
 On Wed, 2006-10-11 at 13:13 -0400, Mark Bailey wrote:
 Try copying the files to /dev/sdd

 Since you had to do syslinux to /dev/sdd, and /dev/sdd1
 didn't look like a valid FAT filesystem, I'm not sure
 what the copy to /dev/sdd1 actually did.

 Mark

 Art Fore wrote:
 Have been trying unsuccessfully for two days to get freedos on a cruzer
 256 meg memory stick. Best procedure I found was
 http://users.dslextreme.com/~craig.lawson/linux_notes/flashing_bios.html
 but did not work in the last step 
 syslinux /dev/sdd1 ; sync
 syslinux: this doesn't look like a valid FAT filesystem

 Why is this? How do I fix this?

 Art

 Gave it one last try and got it. The last two statements are a little 
 misleading. It shows both /dev/sd??.
 Last statement should have been syslinux /dev/sdd ; sync.

 Still have one problem. I copied the .rom and .exe files for BIOS update to 
 /media/usbdisk (/dev/sdd1), but they do not show up after boothing from the 
 usb drive. If I look at it in Linux, it shows them. So, what is the secret?

 Art


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user


 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user
 
 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Freedos on USB memor stick (partially solved)

2006-10-11 Thread Art Fore
I understand now a bit more from your info and Eric Auers. I have a
couple of problems though. I do not have anything with dos on it other
than a CDROM with freedos.
If I boot with the CDROM, I cannot see the USB drives. Any way to do
that? If I could, I would be there.
Booting from USB drive, I cannot access any other drive except A:
If I do fdisk from linux command line, I cannot see anything but the
first harddrive and cannot change harddrives.

So, how do I see the usb drive from either another USB drive or from the
CEROM. 
(I also do not have Windows, only Suse linux 10.1 and the free dos
cdrom}

Art

On Wed, 2006-10-11 at 15:02 -0400, Mark Bailey wrote:
 Hi Art:
 
 I am far from an expert here, but there are two models for booting
 from a USB stick.  One is a superfloppy model where the entire
 USB stick is formatted as a single giant floppy disk and the
 other mode is where the USB stick has an MBR and is treated
 basically like a hard disk.
 
 See http://www.marlow.dk/site.php/tech/usbkeys
 
 Some (most?) BIOS's only support one mode or the other.  Linux
 can support either, using device /dev/sda (superfloppy) or
 /dev/sda1 (like a hard disk).
 
 # To format the drive in superfloppy format, you simply do:
 
mkdosfs -I /dev/sda
 
 
 # Formatting in harddisk requires more steps, if it's not allready 
 formatted that way:
 
dd if=/dev/zero of=/dev/sda bs=512 count=1
   
 
 to erase the start of the USB Key. After that you can do a fdisk 
 /dev/sda and create a new FAT partition (FAT16 is suitable). To install 
 a MBR and format the key afterwards, do
 
install-mbr /dev/sda --force
mkdosfs -I /dev/sda1
 
 Have you checked to see if there is a D: drive?  Have you used the
 attrib command to see if the files are hidden for some reason?
 
 Good luck!  Let me know if either of these suggestions help.
 
 Mark
 
 Art Fore wrote:
  That did not work. Look at the partitions in yast partitioner, it
  shows /dev/sdd a  the disk drive, and /dev/sdd1 as a fat partition.
  executing ms-sys -s /dev/sdd ; sync, I get Public domain syslinux master
  boot record successfully written to /dev/sdd
  Executing syslinux /dev/sdd ; sync, I get
  syslinux: this doesn't look like a valid FAT filesystem
  Executing syslinux /dev/sdd ; sync, I get a successful install. Tried
  deleting the sdd1 partition, no luck. Tried copying the files to sdd,
  that went ok, but they ended up in sdd1.
  
  Does not make sense to me.
  
  I would like to have the whole 256 meg as dos drive, but the .bin
  and .exe flash burning files do not even show up when booted to dos. 
  
  Art
  
  On Wed, 2006-10-11 at 13:13 -0400, Mark Bailey wrote:
  Try copying the files to /dev/sdd
 
  Since you had to do syslinux to /dev/sdd, and /dev/sdd1
  didn't look like a valid FAT filesystem, I'm not sure
  what the copy to /dev/sdd1 actually did.
 
  Mark
 
  Art Fore wrote:
  Have been trying unsuccessfully for two days to get freedos on a cruzer
  256 meg memory stick. Best procedure I found was
  http://users.dslextreme.com/~craig.lawson/linux_notes/flashing_bios.html
  but did not work in the last step 
  syslinux /dev/sdd1 ; sync
  syslinux: this doesn't look like a valid FAT filesystem
 
  Why is this? How do I fix this?
 
  Art
 
  Gave it one last try and got it. The last two statements are a little 
  misleading. It shows both /dev/sd??.
  Last statement should have been syslinux /dev/sdd ; sync.
 
  Still have one problem. I copied the .rom and .exe files for BIOS update 
  to /media/usbdisk (/dev/sdd1), but they do not show up after boothing 
  from the usb drive. If I look at it in Linux, it shows them. So, what is 
  the secret?
 
  Art
 
 
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Freedos-user mailing list
  Freedos-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freedos-user
 
 
  
  
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
  easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Freedos-user mailing list
  Freedos-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freedos-user
  
  
 
 
 -
 Using Tomcat but need to do more? Need to support web services, 

Re: [Freedos-user] Freedos on USB memor stick (partially solved)

2006-10-11 Thread Mark Bailey
Hi Art:

Well, if the ls command from Linux sees the DOS files on the USB
stick (that are booting) on either /dev/sdd or /dev/sdd1, then
doing a cp to the appropriate device, where Linux should now see
the DOS files and the ones you added, should put the files you want
on a large USB disk.  When you boot the USB stick, does it boot
as A: or C:?  It should boot to that prompt and a DIR command
should show the DOS files (at least kernel.sys and command.com).
Does it?

Are you using the new FreeDOS 1.0 release?  There was a nasty
bug with booting USB sticks on machines without floppy disk
drives in some earlier FreeDOS versions.

Mark

Art Fore wrote:
 I understand now a bit more from your info and Eric Auers. I have a
 couple of problems though. I do not have anything with dos on it other
 than a CDROM with freedos.
 If I boot with the CDROM, I cannot see the USB drives. Any way to do
 that? If I could, I would be there.
 Booting from USB drive, I cannot access any other drive except A:
 If I do fdisk from linux command line, I cannot see anything but the
 first harddrive and cannot change harddrives.
 
 So, how do I see the usb drive from either another USB drive or from the
 CEROM. 
 (I also do not have Windows, only Suse linux 10.1 and the free dos
 cdrom}
 
 Art
 
 On Wed, 2006-10-11 at 15:02 -0400, Mark Bailey wrote:
 Hi Art:

 I am far from an expert here, but there are two models for booting
 from a USB stick.  One is a superfloppy model where the entire
 USB stick is formatted as a single giant floppy disk and the
 other mode is where the USB stick has an MBR and is treated
 basically like a hard disk.

 See http://www.marlow.dk/site.php/tech/usbkeys

 Some (most?) BIOS's only support one mode or the other.  Linux
 can support either, using device /dev/sda (superfloppy) or
 /dev/sda1 (like a hard disk).

 # To format the drive in superfloppy format, you simply do:

mkdosfs -I /dev/sda


 # Formatting in harddisk requires more steps, if it's not allready 
 formatted that way:

dd if=/dev/zero of=/dev/sda bs=512 count=1
  

 to erase the start of the USB Key. After that you can do a fdisk 
 /dev/sda and create a new FAT partition (FAT16 is suitable). To install 
 a MBR and format the key afterwards, do

install-mbr /dev/sda --force
mkdosfs -I /dev/sda1

 Have you checked to see if there is a D: drive?  Have you used the
 attrib command to see if the files are hidden for some reason?

 Good luck!  Let me know if either of these suggestions help.

 Mark

 Art Fore wrote:
 That did not work. Look at the partitions in yast partitioner, it
 shows /dev/sdd a  the disk drive, and /dev/sdd1 as a fat partition.
 executing ms-sys -s /dev/sdd ; sync, I get Public domain syslinux master
 boot record successfully written to /dev/sdd
 Executing syslinux /dev/sdd ; sync, I get
 syslinux: this doesn't look like a valid FAT filesystem
 Executing syslinux /dev/sdd ; sync, I get a successful install. Tried
 deleting the sdd1 partition, no luck. Tried copying the files to sdd,
 that went ok, but they ended up in sdd1.

 Does not make sense to me.

 I would like to have the whole 256 meg as dos drive, but the .bin
 and .exe flash burning files do not even show up when booted to dos. 

 Art

 On Wed, 2006-10-11 at 13:13 -0400, Mark Bailey wrote:
 Try copying the files to /dev/sdd

 Since you had to do syslinux to /dev/sdd, and /dev/sdd1
 didn't look like a valid FAT filesystem, I'm not sure
 what the copy to /dev/sdd1 actually did.

 Mark

 Art Fore wrote:
 Have been trying unsuccessfully for two days to get freedos on a cruzer
 256 meg memory stick. Best procedure I found was
 http://users.dslextreme.com/~craig.lawson/linux_notes/flashing_bios.html
 but did not work in the last step 
 syslinux /dev/sdd1 ; sync
 syslinux: this doesn't look like a valid FAT filesystem

 Why is this? How do I fix this?

 Art

 Gave it one last try and got it. The last two statements are a little 
 misleading. It shows both /dev/sd??.
 Last statement should have been syslinux /dev/sdd ; sync.

 Still have one problem. I copied the .rom and .exe files for BIOS update 
 to /media/usbdisk (/dev/sdd1), but they do not show up after boothing 
 from the usb drive. If I look at it in Linux, it shows them. So, what is 
 the secret?

 Art


 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job 
 easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user



 -
 Using Tomcat but need to do more?