[Freedos-user] Init: Coult not access packet driver at INT 0x60

2015-09-14 Thread soko.tica
Hello list, I have installed freedos on qemu (both x86_64 and i386), but cannot start the networking. C:\>dhcp.exe mTCP DHCP Client (by M Brutman ) Init: Coult not access packet driver at INT 0x60 Could not initalize TCP/IP stack Since this is installed on Qemu, which is an emulator, I

Re: [Freedos-user] Init: Coult not access packet driver at INT 0x60

2015-09-14 Thread Mateusz Viste
The fact that your network card is virtualised doesn't matter, the guest OS doesn't know about that. You need to emulate a real-world network card, and find a packet driver for it, just like if it would be real hardware. "qemu -device ?" shows the list of supported devices. With a quick look

Re: [Freedos-user] Init: Coult not access packet driver at INT 0x60

2015-09-14 Thread Louis Santillan
The qemu wikibook [0] also lists NE2000, Intel e1000 and AMD PCNET as being optionally emulated. Drivers for those & the rtl8139 can also be found here [1]. According to qemu networking setup wiki book [2], the e1000 is the default. [0] https://en.wikibooks.org/wiki/QEMU/Devices/Network [1]

Re: [Freedos-user] Init: Coult not access packet driver at INT 0x60

2015-09-14 Thread Rugxulo
Hi, On Mon, Sep 14, 2015 at 5:11 PM, soko.tica wrote: > > Sorry, I missed your question. I run qemu 2.2.1p4 on OpenBSD (amd64) > -current (Sat, Aug 29 2015). I have not tested under *BSD at all, only Linux (2.0.0, 2.1.3) and Windows (barely 0.9.0, 0.13.50, mostly 2.2.0,

Re: [Freedos-user] Init: Coult not access packet driver at INT 0x60

2015-09-14 Thread soko.tica
Please email me .img and sources, thanks in advance. I'll send feedback ASAP. On Mon, Sep 14, 2015 at 10:20 PM, Rugxulo wrote: > Hi, > > On Mon, Sep 14, 2015 at 7:54 AM, soko.tica wrote: > > > > I have installed freedos on qemu (both x86_64 and i386),

Re: [Freedos-user] Init: Coult not access packet driver at INT 0x60

2015-09-14 Thread Rugxulo
Hi, On Mon, Sep 14, 2015 at 7:54 AM, soko.tica wrote: > > I have installed freedos on qemu (both x86_64 and i386), but cannot start > the networking. Which version(s)? 0.13.50? 2.4.0? > Since this is installed on Qemu, which is an emulator, I don't know where to > find the

Re: [Freedos-user] Init: Coult not access packet driver at INT 0x60

2015-09-14 Thread soko.tica
Sorry, I missed your question. I run qemu 2.2.1p4 on OpenBSD (amd64) -current (Sat, Aug 29 2015). On Mon, Sep 14, 2015 at 11:42 PM, soko.tica wrote: > Please email me .img and sources, thanks in advance. I'll send feedback > ASAP. > > On Mon, Sep 14, 2015 at 10:20 PM,

Re: [Freedos-user] Init: Coult not access packet driver at INT 0x60

2015-09-14 Thread Rugxulo
Hi, On Mon, Sep 14, 2015 at 4:42 PM, soko.tica wrote: > > Please email me .img and sources, thanks in advance. I'll send feedback > ASAP. > > On Mon, Sep 14, 2015 at 10:20 PM, Rugxulo wrote: >> >> P.S. Once again, this could've been more directly solved

Re: [Freedos-user] Init: Coult not access packet driver at INT 0x60

2015-09-14 Thread Christian Imhorst
Hi, I am using PCNET in Qemu. I start the VM with whis command: qemu-system-i386 -m 128 -hda 'qemu_freedos.img' -net nic,model=pcnet -net user,hostfwd=tcp::5554-:21 -localtime -boot c Among others I have these two lines in my "autoexec.bat" (pcntpk without LH): pcntpk INT=0x60 dhcp I use port