Nokia 7360
Если эта запись содержит неверную информацию, пожалуйста, добавить новую запись с правильной информацией, и запись будет заменена после проверки. Все записи заполнялись пользователями, и нет гарантии, что они будут заполнены. верно.
Дополнительную информацию о телефоне можно получить на следующих сайтах:
Поддерживаемые функции
- Информация о телефоне
- Отправка и приём SMS
- Основные функции телефонной книги (имя и номер телефона)
- Расширенные записи телефонной книги (например, несколько номеров на запись)
- Записи в календаре
- Список дел
Настройки
[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):
gedit /usr/src/linux/drivers/usb/serial/pl2303.h
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:
cd /usr/src/linux-source-uname -r
make menuconfig
After the last command, choose to "exit" and "yes". And finally we do the compilation:
make drivers/usb/serial/pl2303.ko
The new module is compiled. Copy the new module into the existing one:
rmmod pl2303.ko
cp drivers/usb/serial/pl2303.ko /lib/modules/`uname -r/kernel/drivers/usb/serial/pl2303.ko
Now type:
modprobe pl2303
If all has gone well try the following commands:
lsmod | grep pl2303 - (This should read the following):
pl2303 21636 0 usbserial 38480 1 pl2303
Make sure you have plugged the ca-80 data cable in to a usb port and type:
dmesg | grep pl2303 - (You should get something like this):
[ 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:
ls -ll /dev/ | grep ttyUSB - (You should get something like):
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...
Об этой записи
Создано dave_p_b 23 декабря 2007 г. 11:35.
Проверено с помощью Gammu 0.25.