Discussion:
[Synce-devel] moto q
John H.
2007-01-28 20:06:55 UTC
Permalink
T: Bus=05 Lev=02 Prnt=05 Port=03 Cnt=04 Dev#= 12 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ef(unk. ) Sub=01 Prot=01 MxPS=16 #Cfgs= 1
P: Vendor=22b8 ProdID=7001 Rev= 0.01
S: Manufacturer=Motorola Inc
S: Product=Motorola USB Remote NDIS Network Device
S: SerialNumber=00000000-1d14-1101-311f-0bb617070658
C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ef(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=1ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
how to get driver correct?

fc6.
David Eriksson
2007-01-28 21:16:48 UTC
Permalink
Post by John H.
T: Bus=05 Lev=02 Prnt=05 Port=03 Cnt=04 Dev#= 12 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ef(unk. ) Sub=01 Prot=01 MxPS=16 #Cfgs= 1
P: Vendor=22b8 ProdID=7001 Rev= 0.01
S: Manufacturer=Motorola Inc
S: Product=Motorola USB Remote NDIS Network Device
S: SerialNumber=00000000-1d14-1101-311f-0bb617070658
C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ef(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=1ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
how to get driver correct?
fc6.
http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_%28usb-rndis-lite%29

\David
--
John H.
2007-01-28 21:33:42 UTC
Permalink
Thanks. I got bluetooth working between device and kdebluetooth/gnomebluetooth.

Is there any reason, as far as features, to use usb cable over
bluetooth with synce?
Post by David Eriksson
Post by John H.
T: Bus=05 Lev=02 Prnt=05 Port=03 Cnt=04 Dev#= 12 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ef(unk. ) Sub=01 Prot=01 MxPS=16 #Cfgs= 1
P: Vendor=22b8 ProdID=7001 Rev= 0.01
S: Manufacturer=Motorola Inc
S: Product=Motorola USB Remote NDIS Network Device
S: SerialNumber=00000000-1d14-1101-311f-0bb617070658
C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ef(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=1ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
how to get driver correct?
fc6.
http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_%28usb-rndis-lite%29
\David
--
John H.
2007-01-30 18:00:43 UTC
Permalink
When i compiled that thing, it made the following modules. However,
the kernel in fedora 6 already has those modules???

-rw-rw-r-- 1 david david 149K Jan 30 11:45 cdc_ether.ko
-rw-rw-r-- 1 david david 154K Jan 30 11:45 rndis_host.ko
-rw-rw-r-- 1 david david 194K Jan 30 11:45 usbnet.ko


so do I even need to install that?
Post by David Eriksson
http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_%28usb-rndis-lite%29
\David
--
David Eriksson
2007-01-30 18:54:53 UTC
Permalink
Post by John H.
When i compiled that thing, it made the following modules. However,
the kernel in fedora 6 already has those modules???
-rw-rw-r-- 1 david david 149K Jan 30 11:45 cdc_ether.ko
-rw-rw-r-- 1 david david 154K Jan 30 11:45 rndis_host.ko
-rw-rw-r-- 1 david david 194K Jan 30 11:45 usbnet.ko
so do I even need to install that?
Yes, you need to install that.
Post by John H.
Post by David Eriksson
http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_%28usb-rndis-lite%29
\David
John H.
2007-01-30 18:56:48 UTC
Permalink
Just to be clear, those are different than, for instance...

/lib/modules/2.6.19-1.2895.fc6/kernel/drivers/usb/net/cdc_ether.ko
/lib/modules/2.6.19-1.2895.fc6/kernel/drivers/usb/net/rndis_host.ko
/lib/modules/2.6.19-1.2895.fc6/kernel/drivers/usb/net/cdc_ether.ko
???
Post by David Eriksson
Post by John H.
When i compiled that thing, it made the following modules. However,
the kernel in fedora 6 already has those modules???
-rw-rw-r-- 1 david david 149K Jan 30 11:45 cdc_ether.ko
-rw-rw-r-- 1 david david 154K Jan 30 11:45 rndis_host.ko
-rw-rw-r-- 1 david david 194K Jan 30 11:45 usbnet.ko
so do I even need to install that?
Yes, you need to install that.
Post by John H.
Post by David Eriksson
http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_%28usb-rndis-lite%29
\David
David Eriksson
2007-01-30 19:02:23 UTC
Permalink
Post by John H.
Just to be clear, those are different than, for instance...
/lib/modules/2.6.19-1.2895.fc6/kernel/drivers/usb/net/cdc_ether.ko
/lib/modules/2.6.19-1.2895.fc6/kernel/drivers/usb/net/rndis_host.ko
/lib/modules/2.6.19-1.2895.fc6/kernel/drivers/usb/net/cdc_ether.ko
???
Yes. The kernel-supplied modules do not support Winodws Mobile 5 devices
yet. Not a hard choice, is it? :-)

\David
Post by John H.
Post by David Eriksson
Post by John H.
When i compiled that thing, it made the following modules. However,
the kernel in fedora 6 already has those modules???
-rw-rw-r-- 1 david david 149K Jan 30 11:45 cdc_ether.ko
-rw-rw-r-- 1 david david 154K Jan 30 11:45 rndis_host.ko
-rw-rw-r-- 1 david david 194K Jan 30 11:45 usbnet.ko
so do I even need to install that?
Yes, you need to install that.
Post by John H.
Post by David Eriksson
http://www.synce.org/index.php/Connecting_your_Windows_Mobile_2005_device_via_USB_%28usb-rndis-lite%29
\David
John H.
2007-01-28 08:31:57 UTC
Permalink
T: Bus=05 Lev=02 Prnt=05 Port=03 Cnt=04 Dev#= 12 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=ef(unk. ) Sub=01 Prot=01 MxPS=16 #Cfgs= 1
P: Vendor=22b8 ProdID=7001 Rev= 0.01
S: Manufacturer=Motorola Inc
S: Product=Motorola USB Remote NDIS Network Device
S: SerialNumber=00000000-1d14-1101-311f-0bb617070658
C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ef(unk. ) Sub=01 Prot=01 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=1ms
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms


how to get driver correct?

fc6.
Continue reading on narkive:
Loading...