jruiz Tux's lil' helper
Joined: 28 Apr 2004 Posts: 100 Location: Asturias
|
Posted: Thu Oct 14, 2004 9:08 pm Post subject: Sony-Ericsson p800 USB connection |
|
|
Hi!
I'm trying to connect my new Sony-Ericsson p800 mobile phone to my gentoo machine using the USB cable of the SyncStation included with the phone (model RSS-20)
I was reading ths howto: http://p800.gesel.nu/ and I got perfectly recognized the USB converter using the ftdi_sio module included in my kernel (2.6.8-gentoo-r8 ), see my /var/log/messages:
Code: | Oct 14 22:27:43 lawpk kernel: usb 2-2: new full speed USB device using address 2
Oct 14 22:27:43 lawpk kernel: usbcore: registered new driver usbserial
Oct 14 22:27:43 lawpk kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
Oct 14 22:27:43 lawpk kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI SIO
Oct 14 22:27:43 lawpk kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI 8U232AM Compatible
Oct 14 22:27:43 lawpk kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI FT232BM Compatible
Oct 14 22:27:43 lawpk kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for USB-UIRT Infrared Tranceiver
Oct 14 22:27:43 lawpk kernel: drivers/usb/serial/usb-serial.c: USB Serial support registered for Home-Electronics TIRA-1 IR Transceiver
Oct 14 22:27:43 lawpk kernel: ftdi_sio 2-2:1.0: FTDI FT232BM Compatible converter detected
Oct 14 22:27:43 lawpk kernel: usb 2-2: FTDI FT232BM Compatible converter now attached to ttyUSB0
Oct 14 22:27:43 lawpk kernel: usbcore: registered new driver ftdi_sio
Oct 14 22:27:43 lawpk kernel: drivers/usb/serial/ftdi_sio.c: v1.4.0:USB FTDI Serial Converters Driver
|
Well, it doesn't really attaches my device to ttyUSB0 as the driver says, it attaches it to /dev/usb/tts/0.
Also (and even before I load the module), I can read in /proc/bus/usb/devices:
Code: | T: Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=0403 ProdID=fc82 Rev= 4.00
S: Manufacturer=Sony Ericsson
S: Product=SEMC DSS-20 SyncStation
S: SerialNumber=00000ULC
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 40mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=ftdi_sio
E: Ad=81(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
|
But when I try to access the device with any software, I get nothing... I tried:
- Kppp (i try to add a new modem using the /dev/usb/tts/0 device, but when querying the modem, kppp says "Unable to open modem")
- gnokii (i configure the ~/.gnokiirc file to use the device, but when issuing "gnokii --identify" it simply hangs until timeout...)
- ppp (following the guide I've found: http://p800.gesel.nu/, but it also hangs when waitting answer until timeout)
I tried the three apps as user setting all necessary permissions of the device and other required files (like the gnokii lock directory), and I even tried the three apps as root, but no luck...
Any ideas?
Thanks a lot |
|