Sollte dieser Bericht Fehlinformationen enthalten, so bitten wir Sie, eine neue Meldung mit korrekten Informationen zu erstellen. Dieser Bericht wird in Folge den bereits Vorliegenden ersetzen. Sämtliche vorhandenen Berichte wurden durch Benutzer erstellt - somit gibt es keinerlei Garantie, dass korrekte Informationen gemeldet wurden.
Zusätzliche Informationen bezüglich diesem Telefonmodell können Sie auf folgenden Seiten finden:
[gammu] port = DEVICE NAME connection = fbuspl2303
I have this working with the ca-80 data cable (which is basically a ca-42 data cable with a power supply). I used two kernel-2.6 modules (usbserial and pl2303). I had to recompile the pl2303.ko module to get it to work with the ca-80 data cable. My ca-80 cable had the usb(VENDOR_ID: PRODUCT_ID) = (1685:0202) but the pl2303.ko kernel module has usb(VENDOR_ID: PRODUCT_ID) = (67b: 2303) so it doesn't work until you've recompiled it.
For the kernel source (I am using version 2.6.23_1), access the file pl2303.h (used the gedit, but use the editor of your choice):
Edit , replacing those listed below by the identifier of your device (in my case 1685:0202):
In Debian/Ubuntu, make sure you have build-essential package installed. # Sudo apt-get install build-essential
From there, enter the directory of the source and run some basic commands to compile the module:
uname -r
After the last command, choose to "exit" and "yes". And finally we do the compilation:
The new module is compiled. Copy the new module into the existing one:
Now type:
If all has gone well try the following commands:
pl2303 21636 0 usbserial 38480 1 pl2303
Make sure you have plugged the ca-80 data cable in to a usb port and type:
[ 27.337572] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303 [ 27.338357] usbcore: registered new interface driver pl2303 [ 27.338362] drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver [ 155.020082] pl2303 3-3:1.0: pl2303 converter detected [ 155.020346] usb 3-3: pl2303 converter now attached to ttyUSB0
You should now have /dev/ttyUSB0. Just to check type the following:
crw-rw---- 1 root uucp 188, 0 2007-12-23 09:05 ttyUSB0
Make sure you are part of the uucp group else you won't beable to access the phone. If you've just joined the uucp you may have to reboot your computer
Configure wammu and off you go...
Erstellt von dave_p_b am 23. Dezember 2007 11:35.
Wurde mit Gammu 0.25 getestet.