crusty
Still Fresh
I hope someone with the ability will add this to the wiki at
http://wiki.gp2x.org/wiki/Development_Tutorials in the Hardware section.
Gp2x How-to Use USB Gadget with MS-Window XP and Firmware 2.0.0
---------------------------------------------------------------------------------
Based on the message written by scorpio on 30 April 2006 at
http://www.gp32x.de/board/index.php?showtopic=27647&st=210
The following instructions were used to establish an ethernet
type connection over the standard USB cable attached between
a Gp2x and a PC running MS-Windows XP Home version 2002 SP2.
If you use a version of MS-Windows 2000 it is possible you do not
have the drivers and they can be downloaded from:
http://www.microsoft.com/whdc/device/network/NDIS/rndis.mspx
Step Description
---- ---------------------------------------------------
1. Plug in the standard USB cable to the Gp2x and PC.
2. Turn on the Gp2x and the PC.
3. On the Gp2x, select Setting from the main screen and
System from the second screen.
4. Use the Joypad to move down the displayed list until
"USB Network" is highlighted. This item is not displayed
when the list is first shown and you must scroll down
several times to select it.
5. Use the Joypad left-right arrows to select either "ON"
or "ALWAYS ON".
6. Use the Joypad to move down to the IP entry fields.
7. Use the "Y" key to cycle through the first number values
until "10" is shown.
8. Use the Joypad to move right to the second number and
the "Y" key to cycle through number values until "1" is
shown.
9. Repeat steps 7 and 8 for the third and fourth numbers,
specifying values of "0" and "235" .
The IP address value should appear as 10.1.0.235 if steps
7 to 9 are done correctly.
10. Move down to the FTP, Telnet Server entry and select "ON"
or "ALWAYS ON".
Press the "B" key to exit from the System screen, letting
the Gp2x start its servers.
11. MS-Windows XP should detect the network connection in a
few seconds and report it above the Start bar.
12. If XP reports it does not have a driver for the device then
copy the text at the bottom of this instruction into a text
file named "linux.inf" and save in a suitable directory/folder.
13. When XP prompts to install a new driver, choose to manually
install from a known location. Enter the name of the
directory/folder into which "linux.inf" was stored.
14. Wait the several seconds for the install to complete.
15. By default, XP will configure the new network connection
to find its IP address automatically (from a DHCP server).
This needs to be changed to a fixed value in the same
subnet mask range as that specified on the Gp2x.
16. Use the Start menu - Control Panel - Network Connections tab.
17. Find the line with Device Name "Linux USB Ethernet / RNDIS..."
and select the "Local Area Network Connection X" text, then
select File - Properties from the main menu to open the
Properties dialog.
18. In the box titled "This connection uses the following items:"
select "Internet Protocol (TCP/IP)" and click on the Properties
button below this box.
19. Choose "Use the following IP address" and enter "10.1.0.234".
NOTE: this IP address must be different from that given in points
7 to 10 but in the same subnet mask range. If the subnet mask is
specified as in the next instruction then only the first number (10)
must be identical to that assigned to the Gp2x.
20. Enter the Subnet mask as "255.0.0.0".
21. Press OK to close this dialog box and OK to close the second
dialog box.
22. Observe the Network Connections Status value should change to
"Connected", and may include "Firewalled".
23. The two devices are now communicating over the USB ethernet.
24. On the PC, choose "Start Menu - Run" and enter "telnet" at the
prompt. A dosbox will appear with the telnet application.
25. Use the telnet command: "open 10.1.0.235" to get to a login
prompt. Enter the User as "root". This user does not require
a password. If prompted for a password then press <enter>.
26. The bash shell will present its prompt and you have terminal
access to the Gp2x.
27. Use standard GNU/Linux commands at the shell prompt.
28. Type "logout" to exit from the shell.
29. Type "quit" to exit from telnet.
30. Type "exit" to exit from the Command line prompt.
31. The Windows XP version of the FTP client has problems with the
Windows Firewall so you will need another FTP client program to
do file transfers if you see a message referring to PORT/EPRT and
PASV/EPSV or "no data connection". LeapFTP is a commercial program
that seems to work well (http://www.leapware.com). There are others.
* * * End of How-to Use USB Gadget with MS-Window XP and Firmware 2.0.0
;----------- begin linux.inf ----------------------
; MS-Windows driver config matching some basic modes of the
; Linux-USB Ethernet/RNDIS gadget firmware:
;
; - RNDIS plus CDC Ethernet ... this may be familiar as a DOCSIS
; cable modem profile, and supports most non-Microsoft USB hosts
;
; - RNDIS plus CDC Subset ... used by hardware that incapable of
; full CDC Ethernet support.
;
; Microsoft only directly supports RNDIS drivers, and bundled them into XP.
; The Microsoft "Remote NDIS USB Driver Kit" is currently found at:
; http://www.microsoft.com/whdc/hwdev/resour...ices/rndis.mspx
[Version]
Signature = "$CHICAGO$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Linux%
Compatible = 1
MillenniumPreferred = .ME
DriverVer = 03/30/2004,0.0.0.0
; catalog file would be used by WHQL
;CatalogFile = Linux.cat
[Manufacturer]
%Linux% = Linuevices,NT.5.1
[Linuevices]
; NetChip IDs, used by both firmware modes
%Linuevice% = RNDIS, USB\VID_0525&PID_a4a2
[Linuevices.NT.5.1]
%Linuevice% = RNDIS.NT.5.1, USB\VID_0525&PID_a4a2
[ControlFlags]
ExcludeFromSelect=*
; Windows 98, Windows 98 Second Edition specific sections --------
[RNDIS]
DeviceID = usb8023
MaxInstance = 512
DriverVer = 03/30/2004,0.0.0.0
AddReg = RNDIS_AddReg_98, RNDIS_AddReg_Common
[RNDIS_AddReg_98]
HKR, , DevLoader, 0, *ndis
HKR, , DeviceVs, 0, usb8023.sys
HKR, NDIS, LogDriverName, 0, "usb8023"
HKR, NDIS, MajorNdisVersion, 1, 5
HKR, NDIS, MinorNdisVersion, 1, 0
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Install, ndis3, 0, "RNDIS_Install_98"
HKR, Ndi\Install, ndis4, 0, "RNDIS_Install_98"
HKR, Ndi\Install, ndis5, 0, "RNDIS_Install_98"
HKR, Ndi, DeviceId, 0, "USB\VID_0525&PID_a4a2"
[RNDIS_Install_98]
CopyFiles=RNDIS_CopyFiles_98
[RNDIS_CopyFiles_98]
usb8023.sys, usb8023w.sys, , 0
rndismp.sys, rndismpw.sys, , 0
; Windows Millennium Edition specific sections --------------------
[RNDIS.ME]
DeviceID = usb8023
MaxInstance = 512
DriverVer = 03/30/2004,0.0.0.0
AddReg = RNDIS_AddReg_ME, RNDIS_AddReg_Common
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
[RNDIS_AddReg_ME]
HKR, , DevLoader, 0, *ndis
HKR, , DeviceVs, 0, usb8023.sys
HKR, NDIS, LogDriverName, 0, "usb8023"
HKR, NDIS, MajorNdisVersion, 1, 5
HKR, NDIS, MinorNdisVersion, 1, 0
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Install, ndis3, 0, "RNDIS_Install_ME"
HKR, Ndi\Install, ndis4, 0, "RNDIS_Install_ME"
HKR, Ndi\Install, ndis5, 0, "RNDIS_Install_ME"
HKR, Ndi, DeviceId, 0, "USB\VID_0525&PID_a4a2"
[RNDIS_Install_ME]
CopyFiles=RNDIS_CopyFiles_ME
[RNDIS_CopyFiles_ME]
usb8023.sys, usb8023m.sys, , 0
rndismp.sys, rndismpm.sys, , 0
; Windows 2000 specific sections ---------------------------------
[RNDIS.NT]
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
DriverVer = 03/30/2004,0.0.0.0
AddReg = RNDIS_AddReg_NT, RNDIS_AddReg_Common
CopyFiles = RNDIS_CopyFiles_NT
[RNDIS.NT.Services]
AddService = USB_RNDIS, 2, RNDIS_ServiceInst_NT, RNDIS_EventLog
[RNDIS_CopyFiles_NT]
; no rename of files on Windows 2000, use the 'k' names as is
usb8023k.sys, , , 0
rndismpk.sys, , , 0
[RNDIS_ServiceInst_NT]
DisplayName = %ServiceDisplayName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\usb8023k.sys
LoadOrderGroup = NDIS
AddReg = RNDIS_WMI_AddReg_NT
[RNDIS_WMI_AddReg_NT]
HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismpk.sys"
; Windows XP specific sections -----------------------------------
[RNDIS.NT.5.1]
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
DriverVer = 03/30/2004,0.0.0.0
AddReg = RNDIS_AddReg_NT, RNDIS_AddReg_Common
; no copyfiles - the files are already in place
[RNDIS.NT.5.1.Services]
AddService = USB_RNDIS, 2, RNDIS_ServiceInst_51, RNDIS_EventLog
[RNDIS_ServiceInst_51]
DisplayName = %ServiceDisplayName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\usb8023.sys
LoadOrderGroup = NDIS
AddReg = RNDIS_WMI_AddReg_51
[RNDIS_WMI_AddReg_51]
HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismp.sys"
; Windows 2000 and Windows XP common sections --------------------
[RNDIS_AddReg_NT]
HKR, Ndi, Service, 0, "USB_RNDIS"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[RNDIS_EventLog]
AddReg = RNDIS_EventLog_AddReg
[RNDIS_EventLog_AddReg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
; Common Sections -------------------------------------------------
[RNDIS_AddReg_Common]
HKR, NDI\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
HKR, NDI\params\NetworkAddress, type, 0, "edit"
HKR, NDI\params\NetworkAddress, LimitText, 0, "12"
HKR, NDI\params\NetworkAddress, UpperCase, 0, "1"
HKR, NDI\params\NetworkAddress, default, 0, " "
HKR, NDI\params\NetworkAddress, optional, 0, "1"
[SourceDisksNames]
1=%SourceDisk%,,1
[SourceDisksFiles]
usb8023m.sys=1
rndismpm.sys=1
usb8023w.sys=1
rndismpw.sys=1
usb8023k.sys=1
rndismpk.sys=1
[DestinationDirs]
RNDIS_CopyFiles_98 = 10, system32/drivers
RNDIS_CopyFiles_ME = 10, system32/drivers
RNDIS_CopyFiles_NT = 12
[Strings]
ServiceDisplayName = "USB Remote NDIS Network Device Driver"
NetworkAddress = "Network Address"
Linux = "Linux Developer Community"
Linuevice = "Linux USB Ethernet/RNDIS Gadget"
SourceDisk = "Ethernet/RNDIS Gadget Driver Install Disk"
;----------- end linux.inf ----------------------
http://wiki.gp2x.org/wiki/Development_Tutorials in the Hardware section.
Gp2x How-to Use USB Gadget with MS-Window XP and Firmware 2.0.0
---------------------------------------------------------------------------------
Based on the message written by scorpio on 30 April 2006 at
http://www.gp32x.de/board/index.php?showtopic=27647&st=210
The following instructions were used to establish an ethernet
type connection over the standard USB cable attached between
a Gp2x and a PC running MS-Windows XP Home version 2002 SP2.
If you use a version of MS-Windows 2000 it is possible you do not
have the drivers and they can be downloaded from:
http://www.microsoft.com/whdc/device/network/NDIS/rndis.mspx
Step Description
---- ---------------------------------------------------
1. Plug in the standard USB cable to the Gp2x and PC.
2. Turn on the Gp2x and the PC.
3. On the Gp2x, select Setting from the main screen and
System from the second screen.
4. Use the Joypad to move down the displayed list until
"USB Network" is highlighted. This item is not displayed
when the list is first shown and you must scroll down
several times to select it.
5. Use the Joypad left-right arrows to select either "ON"
or "ALWAYS ON".
6. Use the Joypad to move down to the IP entry fields.
7. Use the "Y" key to cycle through the first number values
until "10" is shown.
8. Use the Joypad to move right to the second number and
the "Y" key to cycle through number values until "1" is
shown.
9. Repeat steps 7 and 8 for the third and fourth numbers,
specifying values of "0" and "235" .
The IP address value should appear as 10.1.0.235 if steps
7 to 9 are done correctly.
10. Move down to the FTP, Telnet Server entry and select "ON"
or "ALWAYS ON".
Press the "B" key to exit from the System screen, letting
the Gp2x start its servers.
11. MS-Windows XP should detect the network connection in a
few seconds and report it above the Start bar.
12. If XP reports it does not have a driver for the device then
copy the text at the bottom of this instruction into a text
file named "linux.inf" and save in a suitable directory/folder.
13. When XP prompts to install a new driver, choose to manually
install from a known location. Enter the name of the
directory/folder into which "linux.inf" was stored.
14. Wait the several seconds for the install to complete.
15. By default, XP will configure the new network connection
to find its IP address automatically (from a DHCP server).
This needs to be changed to a fixed value in the same
subnet mask range as that specified on the Gp2x.
16. Use the Start menu - Control Panel - Network Connections tab.
17. Find the line with Device Name "Linux USB Ethernet / RNDIS..."
and select the "Local Area Network Connection X" text, then
select File - Properties from the main menu to open the
Properties dialog.
18. In the box titled "This connection uses the following items:"
select "Internet Protocol (TCP/IP)" and click on the Properties
button below this box.
19. Choose "Use the following IP address" and enter "10.1.0.234".
NOTE: this IP address must be different from that given in points
7 to 10 but in the same subnet mask range. If the subnet mask is
specified as in the next instruction then only the first number (10)
must be identical to that assigned to the Gp2x.
20. Enter the Subnet mask as "255.0.0.0".
21. Press OK to close this dialog box and OK to close the second
dialog box.
22. Observe the Network Connections Status value should change to
"Connected", and may include "Firewalled".
23. The two devices are now communicating over the USB ethernet.
24. On the PC, choose "Start Menu - Run" and enter "telnet" at the
prompt. A dosbox will appear with the telnet application.
25. Use the telnet command: "open 10.1.0.235" to get to a login
prompt. Enter the User as "root". This user does not require
a password. If prompted for a password then press <enter>.
26. The bash shell will present its prompt and you have terminal
access to the Gp2x.
27. Use standard GNU/Linux commands at the shell prompt.
28. Type "logout" to exit from the shell.
29. Type "quit" to exit from telnet.
30. Type "exit" to exit from the Command line prompt.
31. The Windows XP version of the FTP client has problems with the
Windows Firewall so you will need another FTP client program to
do file transfers if you see a message referring to PORT/EPRT and
PASV/EPSV or "no data connection". LeapFTP is a commercial program
that seems to work well (http://www.leapware.com). There are others.
* * * End of How-to Use USB Gadget with MS-Window XP and Firmware 2.0.0
;----------- begin linux.inf ----------------------
; MS-Windows driver config matching some basic modes of the
; Linux-USB Ethernet/RNDIS gadget firmware:
;
; - RNDIS plus CDC Ethernet ... this may be familiar as a DOCSIS
; cable modem profile, and supports most non-Microsoft USB hosts
;
; - RNDIS plus CDC Subset ... used by hardware that incapable of
; full CDC Ethernet support.
;
; Microsoft only directly supports RNDIS drivers, and bundled them into XP.
; The Microsoft "Remote NDIS USB Driver Kit" is currently found at:
; http://www.microsoft.com/whdc/hwdev/resour...ices/rndis.mspx
[Version]
Signature = "$CHICAGO$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Linux%
Compatible = 1
MillenniumPreferred = .ME
DriverVer = 03/30/2004,0.0.0.0
; catalog file would be used by WHQL
;CatalogFile = Linux.cat
[Manufacturer]
%Linux% = Linuevices,NT.5.1
[Linuevices]
; NetChip IDs, used by both firmware modes
%Linuevice% = RNDIS, USB\VID_0525&PID_a4a2
[Linuevices.NT.5.1]
%Linuevice% = RNDIS.NT.5.1, USB\VID_0525&PID_a4a2
[ControlFlags]
ExcludeFromSelect=*
; Windows 98, Windows 98 Second Edition specific sections --------
[RNDIS]
DeviceID = usb8023
MaxInstance = 512
DriverVer = 03/30/2004,0.0.0.0
AddReg = RNDIS_AddReg_98, RNDIS_AddReg_Common
[RNDIS_AddReg_98]
HKR, , DevLoader, 0, *ndis
HKR, , DeviceVs, 0, usb8023.sys
HKR, NDIS, LogDriverName, 0, "usb8023"
HKR, NDIS, MajorNdisVersion, 1, 5
HKR, NDIS, MinorNdisVersion, 1, 0
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Install, ndis3, 0, "RNDIS_Install_98"
HKR, Ndi\Install, ndis4, 0, "RNDIS_Install_98"
HKR, Ndi\Install, ndis5, 0, "RNDIS_Install_98"
HKR, Ndi, DeviceId, 0, "USB\VID_0525&PID_a4a2"
[RNDIS_Install_98]
CopyFiles=RNDIS_CopyFiles_98
[RNDIS_CopyFiles_98]
usb8023.sys, usb8023w.sys, , 0
rndismp.sys, rndismpw.sys, , 0
; Windows Millennium Edition specific sections --------------------
[RNDIS.ME]
DeviceID = usb8023
MaxInstance = 512
DriverVer = 03/30/2004,0.0.0.0
AddReg = RNDIS_AddReg_ME, RNDIS_AddReg_Common
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
[RNDIS_AddReg_ME]
HKR, , DevLoader, 0, *ndis
HKR, , DeviceVs, 0, usb8023.sys
HKR, NDIS, LogDriverName, 0, "usb8023"
HKR, NDIS, MajorNdisVersion, 1, 5
HKR, NDIS, MinorNdisVersion, 1, 0
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Install, ndis3, 0, "RNDIS_Install_ME"
HKR, Ndi\Install, ndis4, 0, "RNDIS_Install_ME"
HKR, Ndi\Install, ndis5, 0, "RNDIS_Install_ME"
HKR, Ndi, DeviceId, 0, "USB\VID_0525&PID_a4a2"
[RNDIS_Install_ME]
CopyFiles=RNDIS_CopyFiles_ME
[RNDIS_CopyFiles_ME]
usb8023.sys, usb8023m.sys, , 0
rndismp.sys, rndismpm.sys, , 0
; Windows 2000 specific sections ---------------------------------
[RNDIS.NT]
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
DriverVer = 03/30/2004,0.0.0.0
AddReg = RNDIS_AddReg_NT, RNDIS_AddReg_Common
CopyFiles = RNDIS_CopyFiles_NT
[RNDIS.NT.Services]
AddService = USB_RNDIS, 2, RNDIS_ServiceInst_NT, RNDIS_EventLog
[RNDIS_CopyFiles_NT]
; no rename of files on Windows 2000, use the 'k' names as is
usb8023k.sys, , , 0
rndismpk.sys, , , 0
[RNDIS_ServiceInst_NT]
DisplayName = %ServiceDisplayName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\usb8023k.sys
LoadOrderGroup = NDIS
AddReg = RNDIS_WMI_AddReg_NT
[RNDIS_WMI_AddReg_NT]
HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismpk.sys"
; Windows XP specific sections -----------------------------------
[RNDIS.NT.5.1]
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
DriverVer = 03/30/2004,0.0.0.0
AddReg = RNDIS_AddReg_NT, RNDIS_AddReg_Common
; no copyfiles - the files are already in place
[RNDIS.NT.5.1.Services]
AddService = USB_RNDIS, 2, RNDIS_ServiceInst_51, RNDIS_EventLog
[RNDIS_ServiceInst_51]
DisplayName = %ServiceDisplayName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\usb8023.sys
LoadOrderGroup = NDIS
AddReg = RNDIS_WMI_AddReg_51
[RNDIS_WMI_AddReg_51]
HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismp.sys"
; Windows 2000 and Windows XP common sections --------------------
[RNDIS_AddReg_NT]
HKR, Ndi, Service, 0, "USB_RNDIS"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[RNDIS_EventLog]
AddReg = RNDIS_EventLog_AddReg
[RNDIS_EventLog_AddReg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
; Common Sections -------------------------------------------------
[RNDIS_AddReg_Common]
HKR, NDI\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
HKR, NDI\params\NetworkAddress, type, 0, "edit"
HKR, NDI\params\NetworkAddress, LimitText, 0, "12"
HKR, NDI\params\NetworkAddress, UpperCase, 0, "1"
HKR, NDI\params\NetworkAddress, default, 0, " "
HKR, NDI\params\NetworkAddress, optional, 0, "1"
[SourceDisksNames]
1=%SourceDisk%,,1
[SourceDisksFiles]
usb8023m.sys=1
rndismpm.sys=1
usb8023w.sys=1
rndismpw.sys=1
usb8023k.sys=1
rndismpk.sys=1
[DestinationDirs]
RNDIS_CopyFiles_98 = 10, system32/drivers
RNDIS_CopyFiles_ME = 10, system32/drivers
RNDIS_CopyFiles_NT = 12
[Strings]
ServiceDisplayName = "USB Remote NDIS Network Device Driver"
NetworkAddress = "Network Address"
Linux = "Linux Developer Community"
Linuevice = "Linux USB Ethernet/RNDIS Gadget"
SourceDisk = "Ethernet/RNDIS Gadget Driver Install Disk"
;----------- end linux.inf ----------------------
Last edited by a moderator: