I'm using the following post by Mike Hall to set up this USB adapter for
802.11 in my platform builder 5 project.
http://blogs.msdn.com/mikehall/archive/2006/02/28/540912.aspx

I only need the device to function as a client to connect to an access
point.

Do I need all the sysgens he has listed or only a subset?

Also, not sure how to add a sysgen with a value of "". I just added a space
to enable the OK button.

THX

Quote:

You don't need a driver, that's the cool thing, you only need to have the
appropriate SYSGENS set.

=============================================
For USB Host
=============================================

SYSGEN_USB=1 ==> usbhost & usbd
BSP_USB_UHCI=1 ==> includes uhci.dll
BSP_USB_OHCI=1 ==> includes ohci2.dll
BSP_USB_EHCI=1 ==> includes ehci.dll
BSP_NOUSB=""
IMG_NOUSB=""

=============================================
For USB Function
=============================================

SYSGEN_USBFN_NET2280=1 ==> to have net2280
SYSGEN_USBFN_SERIAL=1 ==> to have serialusbfn

=============================================
For RNDIS Host
=============================================

SYSGEN_ETH_USB_HOST ==> To have usb8023 & rndimp included

=============================================
For RNDIS Function
=============================================

SYSGEN_USBFN_ETHERNET=1

- Mike

Re: RNDIS - USRobotics Wireless MAXg USB Adapter by Paul

Paul
Thu Jul 20 17:31:58 CDT 2006

He's just saying that you want to make sure that you *are not* setting
BSP_NOUSB to 1 and are not setting IMG_NOUSB to 1. You don't have to set
them at all, unless the default for your BSP is to set one or the other.
Yes, you need everything listed.

Paul T.

"Tomppa" <Tomppa@g.m.a.i.l..c.o.m> wrote in message
news:ukBrFsErGHA.516@TK2MSFTNGP05.phx.gbl...
> I'm using the following post by Mike Hall to set up this USB adapter for
> 802.11 in my platform builder 5 project.
> http://blogs.msdn.com/mikehall/archive/2006/02/28/540912.aspx
>
> I only need the device to function as a client to connect to an access
> point.
>
> Do I need all the sysgens he has listed or only a subset?
>
> Also, not sure how to add a sysgen with a value of "". I just added a
> space to enable the OK button.
>
> THX
>
> Quote:
>
> You don't need a driver, that's the cool thing, you only need to have the
> appropriate SYSGENS set.
>
> =============================================
> For USB Host
> =============================================
>
> SYSGEN_USB=1 ==> usbhost & usbd
> BSP_USB_UHCI=1 ==> includes uhci.dll
> BSP_USB_OHCI=1 ==> includes ohci2.dll
> BSP_USB_EHCI=1 ==> includes ehci.dll
> BSP_NOUSB=""
> IMG_NOUSB=""
>
> =============================================
> For USB Function
> =============================================
>
> SYSGEN_USBFN_NET2280=1 ==> to have net2280
> SYSGEN_USBFN_SERIAL=1 ==> to have serialusbfn
>
> =============================================
> For RNDIS Host
> =============================================
>
> SYSGEN_ETH_USB_HOST ==> To have usb8023 & rndimp included
>
> =============================================
> For RNDIS Function
> =============================================
>
> SYSGEN_USBFN_ETHERNET=1
>
> - Mike
>
>



Re: RNDIS - USRobotics Wireless MAXg USB Adapter by Tomppa

Tomppa
Fri Jul 21 11:50:19 CDT 2006

Works great! Thanks for the pointers.

"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:%23zkQHxErGHA.4992@TK2MSFTNGP05.phx.gbl...
> He's just saying that you want to make sure that you *are not* setting
> BSP_NOUSB to 1 and are not setting IMG_NOUSB to 1. You don't have to set
> them at all, unless the default for your BSP is to set one or the other.
> Yes, you need everything listed.
>
> Paul T.
>
> "Tomppa" <Tomppa@g.m.a.i.l..c.o.m> wrote in message
> news:ukBrFsErGHA.516@TK2MSFTNGP05.phx.gbl...
>> I'm using the following post by Mike Hall to set up this USB adapter for
>> 802.11 in my platform builder 5 project.
>> http://blogs.msdn.com/mikehall/archive/2006/02/28/540912.aspx
>>
>> I only need the device to function as a client to connect to an access
>> point.
>>
>> Do I need all the sysgens he has listed or only a subset?
>>
>> Also, not sure how to add a sysgen with a value of "". I just added a
>> space to enable the OK button.
>>
>> THX
>>
>> Quote:
>>
>> You don't need a driver, that's the cool thing, you only need to have the
>> appropriate SYSGENS set.
>>
>> =============================================
>> For USB Host
>> =============================================
>>
>> SYSGEN_USB=1 ==> usbhost & usbd
>> BSP_USB_UHCI=1 ==> includes uhci.dll
>> BSP_USB_OHCI=1 ==> includes ohci2.dll
>> BSP_USB_EHCI=1 ==> includes ehci.dll
>> BSP_NOUSB=""
>> IMG_NOUSB=""
>>
>> =============================================
>> For USB Function
>> =============================================
>>
>> SYSGEN_USBFN_NET2280=1 ==> to have net2280
>> SYSGEN_USBFN_SERIAL=1 ==> to have serialusbfn
>>
>> =============================================
>> For RNDIS Host
>> =============================================
>>
>> SYSGEN_ETH_USB_HOST ==> To have usb8023 & rndimp included
>>
>> =============================================
>> For RNDIS Function
>> =============================================
>>
>> SYSGEN_USBFN_ETHERNET=1
>>
>> - Mike
>>
>>
>
>



Re: RNDIS - USRobotics Wireless MAXg USB Adapter by Tomppa

Tomppa
Fri Jul 21 17:33:01 CDT 2006

I got this to work but it seems that this driver will only connect at
802.11B speeds.
Does someone know if this is the case?

Whend I boot a fresh NK.bin the AP shows that is available at the following
speeds
1 2 5.5 11 18 24 36 54

After I associate and authenticate with the Access Point on my WinCE device
the supported rates change to
1 2 5.5 6 9 11 12 18

My AP is a Linksys and I have tried forcing it to 802.11G, disabling 802.11B
but I get the same results.

Thoughts?