OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Hardware => Topic started by: Ibrahim Hakeem on April 18, 2020, 11:22:41 am

Title: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Ibrahim Hakeem on April 18, 2020, 11:22:41 am
I've decided to give Arca OS a shot on a Yoga S1 which I was recently given and while most of it's been a breeze so far, I've inevitably ran into a few issues which I can't quite get past... In order to avoid going into a ramble I'll list them out as plainly as I can.

>Whilst trying to get the touch screen to function, I've been getting an error during boot stating that amouse.sys is not installed and therefore the line in CONFIG.SYS has been ignored. I am currently using the latest version of the Arca Noae driver. The hardware manager also tells me the driver has been installed however and appears to refer to amouse.sys for AUX_0 PS/2 and MOUSE_0 IBM

>When trying to run UVCVIEW, I am getting the 0000FF14 Obtain Thread error. The webcam light turns on but I receive no picture.

>Audio is working which is a relief, but it seem be playing both through the 3.5mm jack and the speakers. I've used the /A:1 switch as the wiki recommends but the recommended startup.cmd script simply errors out and doesn't seem to do anything useful.

As always, thank you all kindly for your advice.

I'm also currently searching for any solutions that might already exist and will update as I go if I find anything in order to help future users who may run into the same problems.
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Wim Brul on April 18, 2020, 12:48:50 pm
Hi Hakeem,
 
Quote
>Whilst trying to get the touch screen to function, I've been getting an error during boot stating that amouse.sys is not installed and therefore the line in CONFIG.SYS has been ignored. I am currently using the latest version of the Arca Noae driver. The hardware manager also tells me the driver has been installed however and appears to refer to amouse.sys for AUX_0 PS/2 and MOUSE_0 IBM
It seems to me that you added amouse.sys to your config.sys whereas you needed to modify the existing amouse.sys device driver statement.
Quote

>When trying to run UVCVIEW, I am getting the 0000FF14 Obtain Thread error. The webcam light turns on but I receive no picture.
The webcam uses isochronous transfers that are not yet supported by the ArcaOS 12.x USB drivers. Try and use the 11.17 drivers instead. Or use the latest Lars Erdmann USB driver set.

Wim
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Martin Iturbide on April 18, 2020, 05:49:13 pm
Hi Ibrahim

I always like to document the tests of hardware on ArcaOS and OS/2.
Can you please provide me the Model number of your Thinkpad and the PCI.exe and lsusb report (I got this article explaining how to do that (https://www.os2world.com/wiki/index.php/Extracting_Hardware_Information_from_ArcaOS_and_OS/2)).

My plan is to document your machine also on the OS2World wiki for reference.

Regards
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Ibrahim Hakeem on April 18, 2020, 07:30:59 pm
Hi Ibrahim

I always like to document the tests of hardware on ArcaOS and OS/2.
Can you please provide me the Model number of your Thinkpad and the PCI.exe and lsusb report (I got this article explaining how to do that (https://www.os2world.com/wiki/index.php/Extracting_Hardware_Information_from_ArcaOS_and_OS/2)).

My plan is to document your machine also on the OS2World wiki for reference.

Regards

No worries at all Martin, my Thinkpad is a type 20CD and I've got the requested output TXTs attached. Please tell me if there's anything else I can do to help.


Quote
It seems to me that you added amouse.sys to your config.sys whereas you needed to modify the existing amouse.sys device driver statement.

I misread a vital step in your guide and after following it correctly I was able to boot without any errors with the drivers appearing to load correctly... unfortunately touch is still not working. I've also attached a copy of my config.sys because I feel I may be making a trivial mistake without even realizing it. I am also thinking that there might even be a hardware compatibility issue due to this being an older version of the device for which the driver was originally written for...
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Martin Iturbide on April 18, 2020, 11:11:26 pm
Thanks Ibrahim

Here it is: https://www.os2world.com/wiki/index.php/Lenovo_Thinkpad_Yoga_12_-_20CD (https://www.os2world.com/wiki/index.php/Lenovo_Thinkpad_Yoga_12_-_20CD)
Let me know what else you will like to add.

Regards
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Martin Iturbide on April 18, 2020, 11:26:21 pm
Hi again.

I haven't tried this, so I don't have much experience, but I see this on your config.sys

Quote
DEVICE=C:\OS2\BOOT\XSMOUSE.SYS
DEVICE=C:\sys\apps\AMOUSE\AMOUSE.SYS STYPE=XSMOUSE$
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:06CB:7244:0005 /N:$FINGER$ /S /V
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:056A:00EC:0135 /N:$STYLUS$ /S /V
RUN=C:\OS2\BOOT\YOGA12.EXE

On the hardware report I don't see the "06CB:7244" device. But on the report I see a "ELAN capacitive 10-point multitouch touchscreen / 04f3:0254".

Do you think you may have to change that on config.sys ??

Regards
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Ibrahim Hakeem on April 19, 2020, 06:57:05 am
Hi again.

I haven't tried this, so I don't have much experience, but I see this on your config.sys

Quote
DEVICE=C:\OS2\BOOT\XSMOUSE.SYS
DEVICE=C:\sys\apps\AMOUSE\AMOUSE.SYS STYPE=XSMOUSE$
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:06CB:7244:0005 /N:$FINGER$ /S /V
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:056A:00EC:0135 /N:$STYLUS$ /S /V
RUN=C:\OS2\BOOT\YOGA12.EXE

On the hardware report I don't see the "06CB:7244" device. But on the report I see a "ELAN capacitive 10-point multitouch touchscreen / 04f3:0254".

Do you think you may have to change that on config.sys ??

Regards

I tried editing config.sys to reflect the inaccuracy but unfortunately, still no luck. Thank you for the wiki page but unfortunately the digitizer pen is just as problematic as the finger touch at the moment, neither are currently working.
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Lars on April 19, 2020, 09:20:33 am
in config.sys, try:

DEVICE=C:\OS2\BOOT\USBECD.SYS /D:04F3:0254:1112 /N:$FINGER$ /S /V
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:056A:00EC:0131 /N:$STYLUS$ /S /V

That at least, this addresses devices that actually exist in your system. I don't know if it's the ones you are expecting though. Looks like there is a camera here:
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:8087:07DC:0001 /N:$MYCAM$ /S /V
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Lars on April 19, 2020, 09:33:42 am
Sorry, the last device was some wireless device from Intel. The builtin camera should be this one:

DEVICE=C:\OS2\BOOT\USBECD.SYS /D:04F2:B39F:0261 /N:$MYCAM$ /S /V
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Wim Brul on April 19, 2020, 01:01:32 pm
As Lars wrote earlier the proper lines for pen and touch are:

Code: [Select]
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:04F3:0254:1112 /N:$FINGER$ /S /V
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:056A:00EC:0131 /N:$STYLUS$ /S /V

With these lines I expect the pen to work. I expect touch not to work because the program expects a different device.

The webcam program works with usbcalls.dll and usbresmg.sys and usbecd.sys should not be used for this device.
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Ibrahim Hakeem on April 19, 2020, 07:19:50 pm
Quote
As Lars wrote earlier the proper lines for pen and touch are:

Code: [Select]
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:04F3:0254:1112 /N:$FINGER$ /S /V
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:056A:00EC:0131 /N:$STYLUS$ /S /V

With these lines I expect the pen to work. I expect touch not to work because the program expects a different device.

No such luck I'm afraid. I'm still not getting any response from the pen or from normal touch (I even ran an Ubuntu live disk to verify it's not a hardware issue, it's definitely operational).


Quote
The webcam program works with usbcalls.dll and usbresmg.sys and usbecd.sys should not be used for this device.

I'm glad to say I'm no longer getting any error messages, the webcam appears to function with the recording light turning on but I am still met with no video.

Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Wim Brul on April 20, 2020, 03:38:30 pm
Quote
No such luck I'm afraid. I'm still not getting any response from the pen or from normal touch (I even ran an Ubuntu live disk to verify it's not a hardware issue, it's definitely operational).
Rem out the "RUN=C:\OS2\BOOT\YOGA12.EXE" line in config.sys and reboot. In a command window use "C:\OS2\BOOT\YOGA12.EXE /v" to get debug ouput on stdout. Try and use your pen to see if it is working. Post your results.

Quote
I'm glad to say I'm no longer getting any error messages, the webcam appears to function with the recording light turning on but I am still met with no video.
Perhaps the mjpg decoding in uvcview.exe is not good enough. Click on "Testshot" to capture raw input data. Captured input data is written to the UVCVIEW.RAW file for later inspection. This could be of help in situations where the WebCam Viewer is working but the displayed picture stays black. Post your results. Try uvcview /u to watch yuyv video.

Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Ibrahim Hakeem on April 20, 2020, 07:51:56 pm
Quote
Rem out the "RUN=C:\OS2\BOOT\YOGA12.EXE" line in config.sys and reboot. In a command window use "C:\OS2\BOOT\YOGA12.EXE /v" to get debug ouput on stdout. Try and use your pen to see if it is working. Post your results.

The results are as follows:
Code: [Select]
opening finger
[00000003]
stopped.

Still no functionality I'm afraid.

Quote
Perhaps the mjpg decoding in uvcview.exe is not good enough. Click on "Testshot" to capture raw input data. Captured input data is written to the UVCVIEW.RAW file for later inspection. This could be of help in situations where the WebCam Viewer is working but the displayed picture stays black. Post your results. Try uvcview /u to watch yuyv video.
yuyv appears to fix the camera issue entirely, I'm happy to say the camera is now working perfectly. It's a shame I didn't try the /u flag beforehand as it's clearly there in the documentation
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Martin Iturbide on April 21, 2020, 01:21:06 am
Hi Ibrahim.

Is the TouchScreen and Pen now working? Can you please share the config.sys so I can update the wiki page?

Regards
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Ibrahim Hakeem on April 21, 2020, 07:19:25 am
Hi Ibrahim.

Is the TouchScreen and Pen now working? Can you please share the config.sys so I can update the wiki page?

Regards

Hi Martin. Sorry but neither are still working at this point... I'll update my previous post to clarify that too
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Wim Brul on April 21, 2020, 11:18:42 am
Quote
Rem out the "RUN=C:\OS2\BOOT\YOGA12.EXE" line in config.sys and reboot. In a command window use "C:\OS2\BOOT\YOGA12.EXE /v" to get debug ouput on stdout. Try and use your pen to see if it is working. Post your results.

The results are as follows:
Code: [Select]
opening finger
[00000003]
stopped.

Still no functionality I'm afraid.

Strange. Seems to me that in config.sys the $FINGER$ device driver statement is missing or still not correct. Please check again.

Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Wim Brul on April 21, 2020, 11:51:28 am
Quote
Perhaps the mjpg decoding in uvcview.exe is not good enough. Click on "Testshot" to capture raw input data. Captured input data is written to the UVCVIEW.RAW file for later inspection. This could be of help in situations where the WebCam Viewer is working but the displayed picture stays black. Post your results. Try uvcview /u to watch yuyv video.

yuyv appears to fix the camera issue entirely, I'm happy to say the camera is now working perfectly. It's a shame I didn't try the /u flag beforehand as it's clearly there in the documentation

Nice. However, I really would like you to attach UVCVIEW.RAW created from the procedure outlined above (using uvcview without parameter) for me to inspect.
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Ibrahim Hakeem on April 21, 2020, 01:06:01 pm
Quote
Nice. However, I really would like you to attach UVCVIEW.RAW created from the procedure outlined above (using uvcview without parameter) for me to inspect.

I apologize for not attaching this beforehand, I've uploaded it with this post. From inspecting the file myself I see it is putting out a picture, the UVCVIEW program itself just doesn't display it.



Quote
Strange. Seems to me that in config.sys the $FINGER$ device driver statement is missing or still not correct. Please check again.


I had REM'd the line referring to $FINGER$ before I ran YOGA12.EXE /v. With that corrected the output opens with this:

Code: [Select]
started.
 opening finger
 opening stylus
 opening tablet
 finger configuration

And then loops on this:
Code: [Select]
stylus configuration
 stylus configuration
[0000001D]
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Wim Brul on April 21, 2020, 08:18:05 pm
Quote
I apologize for not attaching this beforehand, I've uploaded it with this post. From inspecting the file myself I see it is putting out a picture, the UVCVIEW program itself just doesn't display it.
No need to apologize. I am glad it is now available so I may improve my mjpg decoder once I find the time and feel like it.

Quote
And then loops on this:
Code: [Select]
stylus configuration
 stylus configuration
[0000001D]
The program is retrying because usbecd.sys reports an i/o error. Please report which USB driver set you are using. Try and use the Lars Erdmann USB driver set.
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Ibrahim Hakeem on April 21, 2020, 10:38:34 pm
Quote
The program is retrying because usbecd.sys reports an i/o error. Please report which USB driver set you are using. Try and use the Lars Erdmann USB driver set.

I am currently using the latest Lars Erdmann driver set (10.234) however seeing this error is still occurring makes me doubt that I have installed it correctly. My procedure was to uninstall all Arca Noae USB drivers using the Warpin installer, then to copy in the files from the Erdmann driver set.

With hindsight, I'm pretty sure this was quite incorrect and I would greatly appreciate having the method of installing these drivers explained to me.
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Pete on April 21, 2020, 11:48:20 pm
Hi

The load order in config.sys is different for the later AN USB drivers so replacing those with an earlier release would require re-ordering USB drivers in the config.sys file.

Here is an example "load order" for pre "USB3" (I think USB3 starts with the AN v12.??) drivers:-

BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBOHCD.SYS
BASEDEV=USBOHCD.SYS
BASEDEV=USBOHCD.SYS
BASEDEV=USBEHCD.SYS
BASEDEV=USBEHCD.SYS
BASEDEV=USBEHCD.SYS
BASEDEV=USBD.SYS
BASEDEV=USBHID.SYS
BASEDEV=USBMSD.ADD /FLOPPIES:0 /REMOVABLES:8
DEVICE=M:\OS2\BOOT\USBMOUSE.SYS
DEVICE=M:\OS2\BOOT\USBRESMG.SYS

You will need to check your USB "load order" matches the above and add more USB DEVICE lines to the end of the above as needed.


Hope that helps

Pete
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Mo on April 22, 2020, 10:32:11 am
Hi,

i am using a Model 20DL. Stylus and Finger work perfect for me (Thanks Wim & Sigurd). I did not test the camera. 

I am using AN USB 12.04.

Code: [Select]
REM [################
REM [USB section
REM [################
BASEDEV=USBD.SYS
BASEDEV=USBEHCD.SYS
BASEDEV=USBHID.SYS
DEVICE=C:\OS2\BOOT\USBPRT.SYS
DEVICE=C:\OS2\BOOT\USBMOUSE.SYS
DEVICE=C:\OS2\BOOT\USBKBD.SYS
DEVICE=C:\OS2\BOOT\USBRESMG.SYS
BASEDEV=USBMSD.ADD /REMOVABLES:8 /FLOPPIES:0
BASEDEV=USBCDROM.ADD /CDS:1
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:06CB:764A:0005 /N:$FINGER$ /S /V
DEVICE=C:\OS2\BOOT\USBECD.SYS /D:056A:00EC:0135 /N:$STYLUS$ /S /V

I had to adjust the parameters and used https://ecsoft2.org/usb-resource-manager-device-monitor (https://ecsoft2.org/usb-resource-manager-device-monitor) to get the info (in USB 12.03 there was an issue with usbresmsg. This was fixed in 12.04)

bests

Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Wim Brul on April 22, 2020, 04:00:44 pm
I have prepared Yoga12-20200422.zip containing two rexx scripts for you to try out:

1. Run ofinger.cmd in a command window to obtain and show raw finger events. Touch the screen with your finger to see if that works.

2. Run ostylus.cmd in a command window to obtain and show raw stylus events. Touch the screen with your stylus to see if that works.
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Lars on April 22, 2020, 05:00:33 pm
Quote
The program is retrying because usbecd.sys reports an i/o error. Please report which USB driver set you are using. Try and use the Lars Erdmann USB driver set.

I am currently using the latest Lars Erdmann driver set (10.234) however seeing this error is still occurring makes me doubt that I have installed it correctly. My procedure was to uninstall all Arca Noae USB drivers using the Warpin installer, then to copy in the files from the Erdmann driver set.

With hindsight, I'm pretty sure this was quite incorrect and I would greatly appreciate having the method of installing these drivers explained to me.

The easiest to install my drivers is this:
unlock \os2\dll           (this is to release USBCALLS.DLL so that it can be overwritten)
unlock \mmos2\dll      (this is to release USBWAV.DLL, DEVDEV.DLL, USBAUDIF.DLL so that they can be overwritten)

unzip the ZIP file to the root directory (with paths maintained):
unzip usbdrv234.zip -d \

For audio driver install, there is an additional step:
change to directory \mmos2
unzip usbaudio.zip -d \var\temp\usbaudio
unzip usbwav.zip -d \var\temp\usbwav

change to dir \var\temp\usbwav
minstall /*

change to dir \var\temp\usbaudio
minstall /*

You can reinstall the AN drivers at any time. Just rerun the AN WPI installer.

Note: the config sys ordering mentioned by Pete is completely irrelevant to my drivers, I have changed the drivers to remove these dependencies. They will work either way, the "old" and the "new" AN way.

Lars
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Pete on April 22, 2020, 05:09:57 pm
Hi Lars


Note: the config sys ordering mentioned by Pete is completely irrelevant to my drivers, I have changed the drivers to remove these dependencies. They will work either way, the "old" and the "new" AN way.

Lars


Useful to know, Thanks.

Pete
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: David Graser on April 22, 2020, 06:20:51 pm
Quote
The program is retrying because usbecd.sys reports an i/o error. Please report which USB driver set you are using. Try and use the Lars Erdmann USB driver set.

I am currently using the latest Lars Erdmann driver set (10.234) however seeing this error is still occurring makes me doubt that I have installed it correctly. My procedure was to uninstall all Arca Noae USB drivers using the Warpin installer, then to copy in the files from the Erdmann driver set.

With hindsight, I'm pretty sure this was quite incorrect and I would greatly appreciate having the method of installing these drivers explained to me.

The easiest to install my drivers is this:
unlock \os2\dll           (this is to release USBCALLS.DLL so that it can be overwritten)
unlock \mmos2\dll      (this is to release USBWAV.DLL, DEVDEV.DLL, USBAUDIF.DLL so that they can be overwritten)

unzip the ZIP file to the root directory (with paths maintained):
unzip usbdrv234.zip -d \

For audio driver install, there is an additional step:
change to directory \mmos2
unzip usbaudio.zip -d \var\temp\usbaudio
unzip usbwav.zip -d \var\temp\usbwav

change to dir \var\temp\usbwav
minstall /*

change to dir \var\temp\usbaudio
minstall /*

You can reinstall the AN drivers at any time. Just rerun the AN WPI installer.

Note: the config sys ordering mentioned by Pete is completely irrelevant to my drivers, I have changed the drivers to remove these dependencies. They will work either way, the "old" and the "new" AN way.

Lars

Lars, can you include a small txt file with your drivers including this info?
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Ibrahim Hakeem on April 22, 2020, 07:39:40 pm
I have prepared Yoga12-20200422.zip containing two rexx scripts for you to try out:

1. Run ofinger.cmd in a command window to obtain and show raw finger events. Touch the screen with your finger to see if that works.

2. Run ostylus.cmd in a command window to obtain and show raw stylus events. Touch the screen with your stylus to see if that works.

Thank you for the cmd files

Running ofinger.cmd resulted in the following output:
Code: [Select]
Set Configuration Failed!
The output of ostylus.cmd was:
Code: [Select]
Set protocol failed!

Unfortunately I wasn't able to get any further than this despite following Lars' advice on installing his driver kit and doing my best to make sure config.sys was up to date. I'm currently backing up my system and once that is complete I may do a fresh reinstall and try following the steps on a clean slate - I'm sincerely hoping that may yield better results than what we've been facing so far.

I have also once again attached a copy of my config file for anyone who is interested.
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Wim Brul on April 23, 2020, 09:25:23 am
Unfortunately I wasn't able to get any further than this despite following Lars' advice on installing his driver kit and doing my best to make sure config.sys was up to date. I'm currently backing up my system and once that is complete I may do a fresh reinstall and try following the steps on a clean slate - I'm sincerely hoping that may yield better results than what we've been facing so far.

I have also once again attached a copy of my config file for anyone who is interested.
I looked into your config.txt file and after the "REM [END USB section" line it contains duplicate "BASEDEV=USBD.SYS" etc. statements. Take your time to scrutinize.
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Pete on April 23, 2020, 02:57:48 pm
Hi All

Looking at Ibrahims issues I guess it is time to look into updating USBcfg to help "Newbies" get to grips with USB configuration issues.

I suspect it is going to involve a few more "If" lines with regard to writing out USB config.sys in the correct order for the BuildLevel of the base USB drivers installed.

In order to do that I could do with the BuildLevels of Lars and AN drivers that use the later config.sys load order and the exact order required by those drivers.

Also got to work on the other sections, definitely USBMSDB, to reflect Lars changes/updates; have to download his latest and have a rummage through the readme for behaviour and parameters that are different.

Also ought to check out any updates to Wims USBECD driver.

I am sure there will be a little more to do....

I did update the interface and get USB3 support basically in place a while back and have been testing it as an "internal release". The USB3 support will need a little tidying but, at the moment, I am not in a position to update my expired AN driver subscription so could someone Please post any USB3 specific details - maybe from the readme.txt


Well, it looks like covid-19 aka Corona Virus is going to be around for a while yet so I guess when The Wife has not got me gardening/hoovering/washing up etc at least USBcfg will give me something to do other than vegetating in front of TV or deafening myself playing LPs/CDs  :-)


Regards

Pete
Title: Re: Setting up Arca OS on Lenovo Yoga S1 12, running into a few hiccups
Post by: Martin Iturbide on April 23, 2020, 04:06:45 pm
Hi Ibrahim

Just as side note, I kind of like to use a tool to organize the config.sys, but this is optional and as a personal preference. I use lcss (https://hobbes.nmsu.edu/download/pub/os2/util/config/lcss-0-7-2.wpi) to organize the config.sys and make it easy to try to find some things on it.  It is optional.

Regards