[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Solaris 10 x86
From: |
Edson Carlos Ericksson Richter |
Subject: |
Solaris 10 x86 |
Date: |
Sat, 21 Apr 2007 17:13:26 -0300 |
User-agent: |
Thunderbird 1.5.0.10 (Windows/20070221) |
Hi!
I've downloaded Gnokii 0.6.9 sources, and managed to compile it on
Solaris 10 without error (I did compile static, without nls, etc).
I'm using a USB DKU 2 cable. I also tryied to connect using driver for
DKU5, but error is same.
I did add nokia 6111 (is a Series 40 device) to same file where nokia
6110 is (I do believe the phones use almost same protocol).
It's running, but whenever I try to connect to /dev/usb/device1 (that is
connect to the Nokia 6111 device), I get error:
===================================================================
-bash-3.00# gnokii --monitor
GNOKII Version 0.6.9
LOG: debug mask is 0x1
LOG: rlpdebug mask is 0x1
LOG: xdebug mask is 0x1
phone instance config:
model: 6111
port_device: /dev/usb/device1
connection_type: 9
init_length: 0
serial_baudrate: 19200
serial_write_usleep: -1
hardware_handshake: 0
require_dcd: 0
smsc_timeout: 100
connect_script:
disconnect_script:
rfcomm_cn: 1
sm_retry: off
Telephone interface init failed: Function or connection type not
supported by the phone.
Quitting.
====================================================================
Here is my /etc/gnokiirc:
[global]
port = /dev/usb/device1
model = 6111
initlength = default
connection = dku2
use_locking = yes
serial_baudrate = 19200
smsc_timeout = 10
[gnokiid]
bindir = /usr/local/sbin/
[connect_script]
TELEPHONE = 12345678
[disconnect_script]
[logging]
debug = on
rlpdebug = on
xdebug = on
============================================================================================
Here is dmesg output showing the phone is correctly connected:
Apr 21 16:10:37 company1 usba: [ID 912658 kern.info] USB 2.0 device
(usb421,456) operating at full speed (USB 1.x) on USB 1.10 root hub:
address@hidden, usb_mid1 at bus address 3
Apr 21 16:10:37 company1 usba: [ID 349649 kern.info] Nokia 6111
Apr 21 16:10:37 company1 genunix: [ID 936769 kern.info] usb_mid1 is
/address@hidden,0/pci1106,address@hidden/address@hidden
Apr 21 16:10:37 company1 genunix: [ID 408114 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1) online
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 0 (nodename: 'control') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 1 (nodename: 'modem') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 2 (nodename: 'data') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 3 (nodename: 'control') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 4 (nodename: 'data') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 5 (nodename: 'control') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 6 (nodename: 'data') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 7 (nodename: 'control') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 8 (nodename: 'data') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 9 (nodename: 'control') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 10 (nodename: 'data') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 11 (nodename: 'modem') of Nokia 6111
Apr 21 16:10:37 company1 usba: [ID 723738 kern.info]
/address@hidden,0/pci1106,address@hidden/address@hidden (usb_mid1): no driver found
for interface 12 (nodename: 'data') of Nokia 6111
Is there any chance someone could point me what I'm doing wrong?
I'll appreciatte any help,
Edson Richter
edson.richter.vcf
Description: Vcard
- Solaris 10 x86,
Edson Carlos Ericksson Richter <=
- Re: Solaris 10 x86, Pawel Kot, 2007/04/21
- Re: Solaris 10 x86, Edson Carlos Ericksson Richter, 2007/04/21
- Re: Solaris 10 x86, Pawel Kot, 2007/04/21
- Re: Solaris 10 x86, Edson Carlos Ericksson Richter, 2007/04/22
- Re: Solaris 10 x86, ML mail, 2007/04/22
- Re: Solaris 10 x86, Edson Carlos Ericksson Richter, 2007/04/22
- Re: Solaris 10 x86, ML mail, 2007/04/22
- Re: Solaris 10 x86, Edson Carlos Ericksson Richter, 2007/04/22
- Re: Solaris 10 x86, ML mail, 2007/04/22
- Re: Solaris 10 x86 - Solved!!!, Edson Carlos Ericksson Richter, 2007/04/28