Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - David McKenna

Pages: 1 ... 52 53 [54] 55
796
Hardware / Re: SATA AHCI weirdness
« on: June 23, 2013, 05:22:20 pm »

797
Programming / Re: OS/4 kernel and extended KEE
« on: June 19, 2013, 05:32:18 pm »
 I think I determined the origin of the POPUPLOG from DMISL...

 If I delete a FOLDER object from the workplace shell, it goes into the trashcan (I use Kai Sommerfeld's TrashCan 2.7.1). When I empty the trashcan (right click, choose 'Empty'), the POPUPLOG is created and trash is emptied. This is 100% repeatable when using the OS4 kernel (and never happens with the OS/2 kernel). If I then delete another folder object, then empty the trashcan no popuplog is created, but the trashcan doesn't empty and eventually (1 - 2 minutes) the WPS hangs. This may be what caused my original hang. Deleting files works fine, it is only folders that cause this.

 Another example: if I delete multiple folders, then empty the trashcan, the POPUPLOG is created, one folder is erased, but the others remain in the trashcan and eventually the WPS hangs.

798
Programming / Re: OS/4 kernel and extended KEE
« on: June 19, 2013, 04:51:47 pm »
 Here's the POPUPLOG... always exactly the same, and I never get this with the eCS 2.1 kernel:

06-19-2013  10:34:26  SYS3175  PID 0021  TID 0002  Slot 0030
C:\OS2\DMISL.EXE
c0000005
00018b1a
P1=00000001  P2=0000001e  P3=XXXXXXXX  P4=XXXXXXXX 
EAX=00000000  EBX=17b20000  ECX=17b20000  EDX=00000000
ESI=17b20000  EDI=00000000 
DS=0053  DSACC=d0f3  DSLIM=5fffffff 
ES=0053  ESACC=d0f3  ESLIM=5fffffff 
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:00018b1a  CSACC=d0df  CSLIM=5fffffff
SS:ESP=0053:000d3e4c  SSACC=d0f3  SSLIM=5fffffff
EBP=000d3ef8  FLG=00010246

DMISL.EXE 0001:00008b1a

  I don't know what I do to cause it... I don't intentionally run DMISL and the POPUPLOG just appears every once in awhile.

  Thanks for the explanation of os2krnl.ini. I was not using preload=1 so that is why I didn't see any 'Please add..' messages. When I use preload=1, then I see a couple of 'Please add...' messages, mostly *.sym files which the retail kernel won't use anyway. Also, my boot drive is an SSD drive, which boots very fast with or without preload=1 (Intel CPU too).

799
Programming / Re: OS/4 kernel and extended KEE
« on: June 15, 2013, 12:13:23 am »
  Since I last posted I have been using the OS4 kernel (retail) with no trouble. Maybe the freeze I got then was from something else (Flash??). I did have a POPUPLOG from DMISL.EXE which is something I've never had before...

  I have one question: Is os2krnl.ini necessary? I ask because I don't see anything in ___hlp$ that would make me think I need to add anything to os2krnl.ini, but maybe I don't understand the instructions....

800
Programming / Re: OS/4 kernel and extended KEE
« on: June 12, 2013, 01:30:00 pm »
  I gave this (4033) a try and when booting I get this error: 'File not found or corrupted: acpi4.sys'. I don't have this file (eCS 2.1). It seemed to work well for about 5 minutes, but then my desktop froze and I had to hard reset. Is there anything in particular you want tested?

801
Hardware / Re: Hi IRQ SCSI adapter
« on: June 08, 2013, 12:08:26 am »
Hi guzzi,

   Thanks for the offer! It turns out someone I know at work had one laying around in a drawer they let me have. 2 other people had surplus ones at home. Amazing how many of these things can be found if you look...

802
Hardware / Re: Hi IRQ SCSI adapter
« on: June 04, 2013, 12:33:57 am »
 Thanks guys... that's what I thought but I wanted to check just in case there was something out there. I did look through all the SCSI driver packages on Hobbes and didn't see anything there, but hope springs eternal so I came here. Guess I'll just get another Adaptec.

803
Hardware / Hi IRQ SCSI adapter
« on: June 02, 2013, 11:22:47 pm »
 Does anyone know of a SCSI adapter that has an eCS driver capable of using IRQs above 15? I am looking to replace an old Adaptec U160 adapter...


804
Applications / Re: libusb-1.0 port to OS/2 - help needed
« on: May 29, 2013, 11:57:46 pm »
  Thanks for the pointer Paul, I'll play around with it some more this week....

805
Applications / Re: libusb-1.0 port to OS/2 - help needed
« on: May 29, 2013, 05:27:35 am »
Hi Paul,

  I've spent some time trying to get network scanning going with saned and I'm so close I can smell it... but not quite there. 'Scanimage -L' works fine remotely, but when I try to do 'scanimage > scan.pnm', I hear the scanner initialize, then there is a 30 second lull, then the scanner initializes again and an error show on the remote machine: 'scanimage: sane_read: Error during device I/O'. I'm pretty sure I got all the proper settings in the various conf and TCPIP files.

  Is there a way to set up debugging of the network interface of SANE?

806
Applications / Re: libusb-1.0 port to OS/2 - help needed
« on: May 28, 2013, 06:59:04 pm »
Hi Paul,

  It's all good! I just like to tinker with these things and see how far I can take them. Any effort you take on any of this stuff is certainly appreciated by me at least... and I'm sure a lot of lurkers too.

807
Applications / Re: libusb-1.0 port to OS/2 - help needed
« on: May 26, 2013, 10:20:21 pm »
Paul,

  Yes, my printer is connected to a print server. Just FYI - reading the instructions for hpaio (even though I don't have an HP scanner) inspired me to try getting the HP backend for CUPS printing working. Setting up hplip.conf and running 'hp-mkuri -i 192.168.0.200' (which gave me the proper setting to use for the device), then changing the printer setting in CUPS and now I can print with the HP backend from HPLIP... woohoo! Now I am wondering if it would be possible to use any of the Python scripts that came with HPLIP? I'll eventually get to remote scanning....

808
Applications / Re: libusb-1.0 port to OS/2 - help needed
« on: May 26, 2013, 03:54:31 am »
  Thanks again Paul... this new lsusb works just fine. I have also got your latest SANE working with Tame too - very nice! Think I'll push the envelope and see if I can get saned working and scan remotely...8-)

809
Applications / Re: libusb-1.0 port to OS/2 - help needed
« on: May 25, 2013, 03:58:28 pm »
Paul,

  When I try 'lsusb -v'  I get an error: lsusb: 'cannot open "/extras/share/usb.ids", No such file or directory', and indeed there isn't. I do have usb.ids in C:\ecs\bin. I am able to scan with my Epson 2480 photo scanner, thanks!

810
  Demo CD works great on my desktop system (MSI H55M-E33 board with Intel i3). On my laptop (Gateway 7405X), in default mode it tries to load the VIA VT6102 Rhine II NIC, but gives an error about not being able to assign an IRQ. This adapter needs a parameter 'Accept IRQ level>15=YES' in order to use IRQ's over 15 (which is needed in default mode) which I suspect is not being set. Boot eventually hangs on a black screen (waiting for NETBIND?). Unfortunately, this computer will not boot with ACPI in any other mode (boots in legacy but with other IRQ problems - it only works properly with eCS 2.1 in ACPI mode). My WiFi (Broadcom with GenMac) is not recognized by the demo CD, but is with eCS 2.1 install.

Pages: 1 ... 52 53 [54] 55