Mark Ellis
2008-08-31 08:49:29 UTC
John, thought you might be interested in this, head usb-rndis works ok
in activesync mode, fails in internet sharing. Dirty patch fixes it.
Mark
-------- Forwarded Message --------
in activesync mode, fails in internet sharing. Dirty patch fixes it.
Mark
-------- Forwarded Message --------
Subject: [ synce-Bugs-2068111 ] usb-rndis-lite trunk3354 not work on
WM6.1 internet sharing
Date: Sat, 30 Aug 2008 18:54:06 +0200
Bugs item #2068111, was opened at 2008-08-23 03:09
Message generated for change (Comment added) made by shenada
https://sourceforge.net/tracker/?func=detail&atid=399601&aid=2068111&group_id=30550
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: usb-rndis
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dark Shenada (shenada)
Assigned to: Nobody/Anonymous (nobody)
Summary: usb-rndis-lite trunk3354 not work on WM6.1 internet sharing
//======================================================
usb 1-2: new high speed USB device using ehci_hcd and address 21
usb 1-2: configuration #1 chosen from 1 choice
rndis_host 1-2:1.0: RNDIS_MSG_QUERY(0x01010101) failed, -110
rndis_host: probe of 1-2:1.0 failed with error -110
usb 1-2: New USB device found, idVendor=17af, idProduct=0303
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2: Product: PocketPC USB Sync
usb 1-2: Manufacturer: Windows Mobile-based Device
usb 1-2: SerialNumber: 2ebd3000-46c5-0801-3031-323334353637
usb 1-2: USB disconnect, address 21
//======================================================
retval = usb_control_msg(dev->udev,
usb_rcvctrlpipe(dev->udev, 0),
USB_CDC_GET_ENCAPSULATED_RESPONSE,
USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE,
0, master_ifnum,
buf, CONTROL_BUFFER_SIZE,
RNDIS_CONTROL_TIMEOUT_MS);
//======================================================
error happen on 2nd rndis_command be called,
here is the result of usb_control_msg
usb_control_msg(rndis_host.c +312) 24
usb_control_msg(rndis_host.c +333) 52
usb_control_msg(rndis_host.c +312) 76
usb_control_msg(rndis_host.c +333) -110
//======================================================
GigaByte gSmart MS820
Windows Mobile 6.1 Professional
CE OS 5.2.19581 (Build 19581.1.1.1)
Fedora 9
2.6.25.14-108.fc9.i686
usb_rndis_lite trunk 3354 for internet sharing
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
----------------------------------------------------------------------
Logged In: YES
user_id=731992
Originator: YES
usb-rndis-lite-samsung.patch works !!!
I tried all device which I have. All the usb 2.0 device(client) need this
patch,
most 2.0 device use NET27xx usb bridge controler(local bus to usb).
So, what's the root cause of this issue ? device issue ?
----------------------------------------------------------------------
Comment By: Dark Shenada (shenada)
Date: 2008-08-30 23:37
Logged In: YES
user_id=731992
Originator: YES
2. I'll try this patch in this weekend, Thanks.
----------------------------------------------------------------------
Comment By: Mark Ellis (mark_ellis)
Date: 2008-08-30 20:13
Logged In: YES
user_id=1799071
Originator: NO
Does it work ok under or normal (non Internet Sharing) connection ?
There is a patch in svn, trunk/patches/usb-rndis-lite-samsung.patch, which
might be worth a try
----------------------------------------------------------------------
https://sourceforge.net/tracker/?func=detail&atid=399601&aid=2068111&group_id=30550
WM6.1 internet sharing
Date: Sat, 30 Aug 2008 18:54:06 +0200
Bugs item #2068111, was opened at 2008-08-23 03:09
Message generated for change (Comment added) made by shenada
https://sourceforge.net/tracker/?func=detail&atid=399601&aid=2068111&group_id=30550
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: usb-rndis
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dark Shenada (shenada)
Assigned to: Nobody/Anonymous (nobody)
Summary: usb-rndis-lite trunk3354 not work on WM6.1 internet sharing
//======================================================
usb 1-2: new high speed USB device using ehci_hcd and address 21
usb 1-2: configuration #1 chosen from 1 choice
rndis_host 1-2:1.0: RNDIS_MSG_QUERY(0x01010101) failed, -110
rndis_host: probe of 1-2:1.0 failed with error -110
usb 1-2: New USB device found, idVendor=17af, idProduct=0303
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2: Product: PocketPC USB Sync
usb 1-2: Manufacturer: Windows Mobile-based Device
usb 1-2: SerialNumber: 2ebd3000-46c5-0801-3031-323334353637
usb 1-2: USB disconnect, address 21
//======================================================
retval = usb_control_msg(dev->udev,
usb_rcvctrlpipe(dev->udev, 0),
USB_CDC_GET_ENCAPSULATED_RESPONSE,
USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE,
0, master_ifnum,
buf, CONTROL_BUFFER_SIZE,
RNDIS_CONTROL_TIMEOUT_MS);
//======================================================
error happen on 2nd rndis_command be called,
here is the result of usb_control_msg
usb_control_msg(rndis_host.c +312) 24
usb_control_msg(rndis_host.c +333) 52
usb_control_msg(rndis_host.c +312) 76
usb_control_msg(rndis_host.c +333) -110
//======================================================
GigaByte gSmart MS820
Windows Mobile 6.1 Professional
CE OS 5.2.19581 (Build 19581.1.1.1)
Fedora 9
2.6.25.14-108.fc9.i686
usb_rndis_lite trunk 3354 for internet sharing
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
----------------------------------------------------------------------
Comment By: Dark Shenada (shenada)
Date: 2008-08-31 00:54Logged In: YES
user_id=731992
Originator: YES
usb-rndis-lite-samsung.patch works !!!
I tried all device which I have. All the usb 2.0 device(client) need this
patch,
most 2.0 device use NET27xx usb bridge controler(local bus to usb).
So, what's the root cause of this issue ? device issue ?
----------------------------------------------------------------------
Comment By: Dark Shenada (shenada)
Date: 2008-08-30 23:37
Logged In: YES
user_id=731992
Originator: YES
Does it work ok under or normal (non Internet Sharing) connection ?
There is a patch in svn, trunk/patches/usb-rndis-lite-samsung.patch,
whichThere is a patch in svn, trunk/patches/usb-rndis-lite-samsung.patch,
might be worth a try
1. Works fine under normal connection (ActiveSync mode)2. I'll try this patch in this weekend, Thanks.
----------------------------------------------------------------------
Comment By: Mark Ellis (mark_ellis)
Date: 2008-08-30 20:13
Logged In: YES
user_id=1799071
Originator: NO
Does it work ok under or normal (non Internet Sharing) connection ?
There is a patch in svn, trunk/patches/usb-rndis-lite-samsung.patch, which
might be worth a try
----------------------------------------------------------------------
https://sourceforge.net/tracker/?func=detail&atid=399601&aid=2068111&group_id=30550