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 - Tom

Pages: 1 ... 9 10 [11] 12 13 14
151
Hardware / Re: AMD Ryzen 2nd generation processors
« on: October 25, 2020, 11:34:00 pm »
Firefox might need add-on signing turned off. Forget the pref right now.

Do you mean xpinstall.signature.required set to false in about:config ?

152
Applications / Re: Installing win16 applications
« on: October 21, 2020, 07:59:19 pm »
I'm about to install win32s, I couldn't find how to start win-os2 in "enhanced" mode, would you let me know how?

Use the Properties notebook for your Win-OS/2 session.
On its Session page you press the button Win-OS/2 properties.
That opens a window "Win-OS/2 Settings - Properties", where you select the radio button WIN-OS/2 settings and press OK.
Then on the left you select the setting WIN_RUN_MODE and on the right you choose the value "3.1 Enhanced Compatibility" and finally press Save.

153
Applications / Re: Installing win16 applications
« on: October 21, 2020, 01:02:12 pm »
You can't switch a windowed OS/2 session to full screen. To launch a DOS program full screen, use start /f prog.exe. To switch DOS from windowed to full screen and back, CTRL-HOME.

Small detail: the key combination is <Alt> + <Home>, not <Ctrl> + <Home>

154
Applications / Re: Lotus 123 DOS version
« on: July 22, 2020, 04:47:49 pm »
Another thing I seem to recall is that there was a DOS feature that could be used to report a different DOS version to a program that checks the version.

You are referring to setver , that was introduced in DOS version 5.0

155
Multimedia / Re: Use of webcam
« on: July 16, 2020, 11:36:14 pm »
Remy,

Wim says below, that he is using version 234 of Lars' USB-drivers. That is version 10.234.
Versions 11.x (16-bits versions) and 12.x (32-bits versions) are AN-versions of the USB-drivers.
Different beasts, with different capabilities (like support for isochronous transfers or not, for example).

Hi Rémy,

Quote
I see that you have the same issue that I have when using USB 12.6 (as I write it previously)
Not really true. I have no problem using lsusb but then I am using Lars' 10.234 usb driver set.


Sorry, I supposed you where on a higher AN modification level with USB3 support.

Did you upgrade to USB 12.6 or did you use older one ?
I know it works better before 12.6  (ok up to 12.5)
May be I have to backlevel my USB driver to 12.5 to get some information again...   (I will try)


156
Hardware / Re: Trying to understand unimix.exe
« on: July 09, 2020, 07:55:01 pm »
Try Pauls later versions of uniaud to see if more controls become available - these show more controls on my system http://smedley.id.au/tmp/uniaud32-linux-3.5.zip
I just tried this Uniaud version using the same "DEVICE=C:\MMOS2\UNIAUD32.SYS /A:0"
Sound works, but I had lost volume control with unimix.

Regards

Try again unimix -list and search the output for "Master Playback Volume". Which id does it have?
If it is (for example) id2, then in volumecontrol.cmd change id3 into id2 and see if volume control works again this way.

157
Hardware / Re: Trying to understand unimix.exe
« on: July 09, 2020, 07:50:20 pm »
Everything works to the "87" value, if I go 88 or higher I get a different error.
Code: [Select]
[C:\]unimix -id3 -cnt0 -val88 -cnt1 -val88
Command line mixer for UNIAUD32. Version 1.1
Detected UNIAUD version 2.02.06
Detected 2 audio adapter(s)
Error: invalid number of PCM instances for adapter
Setting Adapter: 0, ID:3, cnt:0, val:88...Failed
Setting Adapter: 0, ID:3, cnt:1, val:88...Failed


The maximum value to be used is 87, hence trying to set the volume to 88 fails.
(that maximum is listed in your earlier post that showed the output of unimix -list)

158
Utilities / Re: WifiState.exe
« on: July 08, 2020, 11:58:22 pm »
Dumb question though, the IP of the card would be listed under "localhost", is this correct? Or does the card have it's own hardwired IP address?

Sorry for the continuous dumb questions, but I guess this is how you learn.

Thanks,

Carl

You can use ifconfig lan0 to see which IP-address was assigned to the card (and no: an IP-address is not hardwired into a card).

Have you already tried to use the setup.cmd I suggested to you?

159
Utilities / Re: WifiState.exe
« on: July 06, 2020, 06:23:54 pm »
Hi Tom,

The contents of resolv2:

nameserver 75.75.75.75
nameserver 75.75.76.76
domain ceemill

The contents of setup.cmd:

route -fh
REM arp -f
ifconfig lo 127.0.0.1
REM ifconfig lan0 10.0.0.232 netmask 255.255.255.0
REM ifconfig lan1 metric 1 mtu 1500
REM ifconfig lan2 metric 1 mtu 1500
REM ifconfig lan3 metric 1 mtu 1500
REM ifconfig lan4 metric 1 mtu 1500
REM ifconfig lan5 metric 1 mtu 1500
REM ifconfig lan6 metric 1 mtu 1500
REM ifconfig lan7 metric 1 mtu 1500
dhcpstrt -i lan0
REM ifconfig sl0
route add default 10.0.0.232 -hopcount 1
ipgate off

Let me know if you need more info and thanks for your help

Carl

You told Dariusz that you are using manual configuration, since you couldn't get DHCP to work. Yet your setup.cmd says that you are using DHCP (the line with dhcpstrt), and not manual configuration (there is a REM at the start of the line ifconfig lan0).
On the other hand there is a line with route add default, which is not needed with DHCP.

I would suggest that you make a backup of your current setup.cmd, and then create a new setup.cmd with the following contents:

route -fh
arp -f
ifconfig lo 127.0.0.1
dhcpstrt -i lan0 -d 0

After you finished booting, use DHCPMON : it gives you information about the success or failure of starting your network connection using DHCP. You can toggle between more or less detail by pressing F5 on your keyboard. Also useful is the button "Current configuration" at the bottom of the DHCPMON window.

You can also try pinging the two nameservers listed in your resolv2. That will tell you if you can reach those name servers or not (they do respond to ping requests - I just tried on my own machine).


160
Utilities / Re: WifiState.exe
« on: July 05, 2020, 11:23:06 pm »
Hi Dariusz,

my result with tracerte is : uknown host www.google.com

I am using manual configuration as I couldn't get DHCP to work.

This suggests that Dariusz is right, and that you have a problem with DNS.

Can you show the content of the file resolv2 ? (usually found in \mptn\etc). That textfile should contain the IP-addresses of the name servers.
Also interesting is the content of the file setup.cmd in \mptn\bin .

161
Applications / Re: clipgrab-lost my copy of QtNet4.dll
« on: July 01, 2020, 06:23:26 pm »
Hey Tom, Thanks but It looks like Netlabs is down, I'll try again later.

klipp

162
Applications / Re: clipgrab-lost my copy of QtNet4.dll
« on: July 01, 2020, 01:56:15 am »
Does anybody know where I can download a copy of Silvan's version of QtNet4.dll? I just lost mine in a Hard Disk crash!

Thanks  klipp

On Netlabs:

ftp://ftp.netlabs.org/pub/qtapps/QtNet4_Fix_SSL.zip


163
Hardware / Re: Trying to understand unimix.exe
« on: June 15, 2020, 02:02:16 am »
Hi

I'm doing some test of ArcaOS 5.0.5 on the Asus_B150_PRO_Gaming/Aura mainboard.

I have the following unimix.exe report:

Unimix -list
Code: [Select]
Control ID: 3
Interface: virtual mixer device
Device(client): 3, subdevice (substream) 0
Name: [Master Playback Volume]
Index: -289220791
Element type: integer type
Count of values: 2
Value:
 Bounds: min: 0, max: 87, step: 0
  value 0: 87
  value 1: 87

Any tip on how to control the volume on the Intel audio device? I guess it is dev0. Are the "id" or "Control ID" the different outputs (jacks or HDMI) of the audio adapter?

Regards

Create a file named (for example) volumecontrol.cmd with contents

unimix -id3 -cnt0 -val%1 -cnt1 -val%1

and call it with (for example)

volumecontrol 44

Possibly you may also need to follow Remy's suggestion to use the switch /A:1 in your config.sys.

164
Setup & Installation / Re: ArcaOS - in place upgrade - version 5.0.4
« on: June 06, 2020, 11:20:00 pm »
https://www.arcanoae.com/arcaos-5-0-5-now-available/

Hi,

Have just been checking the Arca Noae website and saw the there were some changes to the readme files on https://www.arcanoae.com/wiki/arcaos/

Maybe version 5.05 is not that far away ?

Regards

René

165
Setup & Installation / Re: Airboot no longer works...
« on: May 13, 2020, 12:28:49 am »
You are lucky to get some response from Airboot.  For me, when I tried using it, all I got was a blank screen and I had to use a stop watch to time pressing keys.

This sounds like a problem with the video mode that has been discussed before in this forum:

https://www.os2world.com/forum/index.php/topic,2013.msg20735.html#msg20735

The suggestion by Rich might help to check.

Pages: 1 ... 9 10 [11] 12 13 14