How to make WINCE6.0 ActiveSync on USB working?
The following is the reginit.ini setting.
[HKEY_LOCAL_MACHINE\Drivers\USB\FunctionDrivers\RNDIS]
"Dll"="rndisfn.dll"
"FriendlyName"="Rndis"
; idVendor must be changed. 045E belongs to Microsoft and is only to be
used for
; prototype devices in your labs. Visit http://www.usb.org to obtain a
vendor id.
"idVendor"=dword:045E
"Manufacturer"="Generic Manufacturer (PROTOTYPE--Remember to change
idVendor)"
"idProduct"=dword:0301
"idProductInternetSharing"=dword:0303
"Product"="Generic RNDIS (PROTOTYPE--Remember to change idVendor)"
"bcdDevice"=dword:0
[HKEY_LOCAL_MACHINE\Comm\RndisFn]
;"Microsoft USB Network Adapter (RNDIS)"
"DisplayName"=mui_sz:"netmui.dll,#9003"
"Group"="NDIS"
"ImagePath"="rndisfn.dll"
"NoDeviceCreate"=dword:01
[HKEY_LOCAL_MACHINE\Comm\RndisFn\Linkage]
"Route"=multi_sz:"RndisFn1"
[HKEY_LOCAL_MACHINE\Comm\RndisFn1]
;"Remote-NDIS Host"
"DisplayName"=mui_sz:"netmui.dll,#9002"
"Group"="NDIS"
"ImagePath"="rndisfn.dll"
[HKEY_LOCAL_MACHINE\Comm\RndisFn1\Parms]
"BusNumber"=dword:0
"BusType"=dword:0
"RebindOnResume"=dword:0
Thanks
Geans
You may need to modify the inf file for the driver that you are using to
include information about your VID and PID. You should also obtain your own
VID for USB.org as the comments in your registry suggest.
Do you have RNDIS as the default client for USB Function?
Does your device show up in the device list on your XP machine? Is it the
right VID and PID?
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
"Directshow problem in WINCE 6.0?"
<Directshowpro...@discussions.microsoft.com> wrote in message
news:90EED1F3-ACF7-43CF...@microsoft.com...
I'm sorry I port to the wrong place.
1. I have modify the netrndis.inf modify the PID = 045E / VID = 0301, then
the usb8023.sys and rndismpy.sys is been loaded. However, the XP device
mangement status shows (device can not start) error 10.
Is there something wrong on my XP system? If there are new RNDIS XP
driver
released from MS.
(PS! The original netrndis.inf supported in XP inf is error when
loading, I use
the MS released XP Driver from WebSite, called RNDIS USB kit 2005, to
testing )
2. In CE6.0 I build the RNDIS as the default client for USB Function for
testing.
3. In XP device list, I can see the USB device ( VID = 045E / PID =0301 )