Exactly, sometimes when i connect my phone, in /var/log/messages, i have :
Sep  1 00:23:14 antimony kernel: usb 1-1: new full speed USB device using 
address 12
Sep  1 00:23:15 antimony kernel: usb 1-1: device not accepting address 12, 
error -71
Sep  1 00:23:15 antimony kernel: usb 1-1: new full speed USB device using 
address 13
Sep  1 00:23:15 antimony kernel: usb 1-1: device not accepting address 13, 
error -71

sometimes, i can have :
Sep  1 00:21:14 antimony kernel: drivers/usb/class/cdc-acm.c: Ignoring extra 
header
Sep  1 00:21:14 antimony kernel: cdc_acm 1-1:1.0: ttyACM0: USB ACM device


But as i can see, cdc-acm is a modem driver and it is correct because we can 
use this cellphone as a modem but i don't think this driver will help me to 
download and upload images / videos / phonebook / timetable etc..
I don't know..

Le mardi 31 Ao�t 2004 21:58, Stephen J. Gowdy a �crit :
> THe output shows the cdc_acm driver has bound to it.
>
> On Tue, 31 Aug 2004, Titou wrote:
> > Hi,
> > I god the new cellphone Motorola V220 which has an USB connector but i
> > don't find drivers to use it (download and upload pictures / videos /
> > phonebook etc..). I don't know what protocol is used.
> > For informations :
> > $ uname -a
> > Linux antimony.ap2c.org 2.6.8.1-5mdk #1 Fri Aug 27 18:35:04 CEST 2004
> > i686 Intel(R) Pentium(R) 4 CPU 2.00GHz unknown GNU/Linux
> >
> > $ cat /proc/bus/usb/devices
> >
> > T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
> > B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
> > D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> > P:  Vendor=0000 ProdID=0000 Rev= 2.06
> > S:  Manufacturer=Linux 2.6.8.1-5mdk uhci_hcd
> > S:  Product=UHCI Host Controller
> > S:  SerialNumber=0000:00:11.3
> > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
> > I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> > E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
> >
> > T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
> > D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> > P:  Vendor=059b ProdID=0033 Rev= 2.00
> > S:  Manufacturer=Iomega
> > S:  Product=USB Zip 100
> > S:  SerialNumber=00333300008A6000
> > C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=498mA
> > I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)
> > E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> > E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> > E:  Ad=83(I) Atr=03(Int.) MxPS=   2 Ivl=32ms
> >
> > T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
> > B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
> > D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> > P:  Vendor=0000 ProdID=0000 Rev= 2.06
> > S:  Manufacturer=Linux 2.6.8.1-5mdk uhci_hcd
> > S:  Product=UHCI Host Controller
> > S:  SerialNumber=0000:00:11.2
> > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
> > I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> > E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
> >
> > T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
> > D:  Ver= 1.10 Cls=02(comm.) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> > P:  Vendor=22b8 ProdID=4902 Rev= 0.01
> > S:  Manufacturer=Motorola Inc.
> > S:  Product=Motorola Phone (V220)
> > C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr= 20mA
> > I:  If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=cdc_acm
> > E:  Ad=89(I) Atr=03(Int.) MxPS=  16 Ivl=10ms
> > I:  If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_acm
> > E:  Ad=01(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
> > E:  Ad=82(I) Atr=02(Bulk) MxPS=  32 Ivl=0ms
> >
> > If no drivers can communicate with it, i will try to develop a driver.
> > I'm trying to find the Windows drivers and snif communication between the
> > machine and the device. To start, is someone could help me to understand
> > the base about what i'll find in the sniffing log, it will be great (i
> > never develop USB drivers ... so i don't know anything about  USB and
> > protocols :/ (just develop drivers for serial cameras :).
> > Thanks a lot,
> > Regards,
>
> --
>  /------------------------------------+-------------------------\
>
> |Stephen J. Gowdy                     | SLAC, MailStop 34,       |
> |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road,     |
> |http://calendar.yahoo.com/gowdy      | Menlo Park CA 94025, USA |
> |EMail: [EMAIL PROTECTED]       | Tel: +1 650 926 3144     |
>
>  \------------------------------------+-------------------------/

-- 
Titou @lias Aur�lien
Projet AP�C -- http://www.ap2c.org
communaut� IRC -- http://www.wakenet.org
Gr�ce � : Debian, Slackware, Mandrake, FreeBSD, NetBSD, Solaris, APOS


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47&alloc_id808&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to