Jump to content

MCS7830.OS2: Difference between revisions

From EDM2
Created page with "Moschip MCS7830 USB 2.0 to Ethernet Driver (MCS7830.OS2). Dedicated to USB 2.0 to Ethernet Adapters, telling VendorID 0x9710 and ProductID 0x7830. This is a MAC driver for usi..."
 
No edit summary
Line 1: Line 1:
Moschip MCS7830 USB 2.0 to Ethernet Driver (MCS7830.OS2). Dedicated to USB 2.0 to Ethernet Adapters, telling VendorID 0x9710 and ProductID 0x7830. This is a MAC driver for using with OS/2 LAPS.
Moschip MCS7830 USB 2.0 to Ethernet Driver (MCS7830.OS2). Dedicated to USB 2.0 to Ethernet Adapters, telling VendorID 0x9710 and ProductID 0x7830. This is a MAC driver for using with OS/2 LAPS.
==Parameters==
;/V
:means "show up a loading message"
;/W
:includes /V but shows more information. Also this causes the driver to write some debug messages to internal buffer, e.g. reciving a "plugged" message from USBD and others. This can be useful when investigating problems. The buffer can be read by typing the following in an OS/2 command window: copy mcs7830$ con:
:Please note, /W causes a speed penalty to your system an should only be used if you are investigating problems.


==Links==
==Links==
* https://hobbes.nmsu.edu/download/pub/os2/system/drivers/network/MCS7830_14.zip
* https://hobbes.nmsu.edu/download/pub/os2/system/drivers/network/MCS7830_14.zip
* [https://github.com/OS2World/DRV-Moschip_MCS7830 Source code at Github]
* [https://github.com/OS2World/DRV-Moschip_MCS7830 Source code at Github]

Revision as of 19:13, 9 September 2020

Moschip MCS7830 USB 2.0 to Ethernet Driver (MCS7830.OS2). Dedicated to USB 2.0 to Ethernet Adapters, telling VendorID 0x9710 and ProductID 0x7830. This is a MAC driver for using with OS/2 LAPS.

Parameters

/V
means "show up a loading message"
/W
includes /V but shows more information. Also this causes the driver to write some debug messages to internal buffer, e.g. reciving a "plugged" message from USBD and others. This can be useful when investigating problems. The buffer can be read by typing the following in an OS/2 command window: copy mcs7830$ con:
Please note, /W causes a speed penalty to your system an should only be used if you are investigating problems.

Links