"Linux beginners have a hard time !" [you may quote me]
On an old Compaq Presario 1260 laptop running RH 7.2 I've installed the
gnokii-0.4.3 RPM. It is distributed like this:
/etc/gnokiirc
/usr/bin/gnokii
/usr/bin/xgnokii
/usr/lib/libgnokii.so
/usr/sbin/gnokii
/usr/sbin/gnokiid
/usr/sbin/mgnokiidev [ root.gnokii + chmod 4750 ]
/usr/sbin/xgnokii
/home/bbj/.gnokiirc
then I created
/usr/share/doc/gnokii-0.4.3/gnokii-ini/
an copied cimd-connect, DataCalls-QuickStart, magic, options ppp-* and
some more into this dir.
USB cabel is identified as dlr3p in the Windows Nokia Connection Manager
so I take it it will work here too.
.gnokiirc:
[global]
port = ttyS0
model = 6310
initlenght = default
connection = dlr3p
bibdir = /usr/sbin/
use_locking = no
serial_baudrate = 19200
rest is #'ed
I try gnokii --identify
and get
Gnokii serial open: open: No such file or directory
Couldn't open FBUS device: No such file or directory
Telephone interface init failed! Quitting.
--------
I run modprobe usb-storage (as I would have done using a USB cable to
pull picture files of my SONY camera into the laptop), and
.gnokiirc:
port = /dev/usb/ttyUSB0
and get
Gnokii serial open: open: Permission denied
Couldn't open FBUS device: permission denied
Telephone interface init failed! Quitting.
---------
I try
.gnokiirc:
connect_script = /usr/share/doc/gnokii-0.4.3/gnokii-ini/cimd-connect
and get
Gnokii serial open: open: No such file or directory
Couldn't open FBUS device: No such file or directory
Telephone interface init failed! Quitting.
Now I try You guys :)
--
Bjarne Jensen
_______________________________________________
gnokii-users mailing list
gnokii...@nongnu.org
http://mail.nongnu.org/mailman/listinfo/gnokii-users
> On an old Compaq Presario 1260 laptop running RH 7.2 I've installed the
> gnokii-0.4.3 RPM. It is distributed like this:
Quite old. Better updrade.
> USB cabel is identified as dlr3p in the Windows Nokia Connection Manager
> so I take it it will work here too.
Ouch. I have no experience with such cables, but...
> .gnokiirc:
> [global]
> port = ttyS0
... this is definitely not a valid device. You need to give here a full
path. For the regular dlr3p cable it would be probably a /dev/ttS0.
> Gnokii serial open: open: No such file or directory
> Couldn't open FBUS device: No such file or directory
> Telephone interface init failed! Quitting.
And the message says exaclty this.
> I run modprobe usb-storage (as I would have done using a USB cable to
> pull picture files of my SONY camera into the laptop), and
> .gnokiirc:
> port = /dev/usb/ttyUSB0
>
> and get
> Gnokii serial open: open: Permission denied
> Couldn't open FBUS device: permission denied
> Telephone interface init failed! Quitting.
This is covered by the FAQ. You don't have permissions to write to the
/dev/usb/ttyUSB0. Try to do it as root or make it group writable and add
yourself to this group.
> .gnokiirc:
> connect_script = /usr/share/doc/gnokii-0.4.3/gnokii-ini/cimd-connect
This is unrelated. This is not run by gnokii on connecting.
pkot
--
mailto:pk...@linuxnews.pl :: mailto:pk...@slackware.pl
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku
/dev/ttyS0
> On Tue, Jan 14, 2003 at 02:09:43AM +0100, Pawel Kot wrote:
> > On Mon, 13 Jan 2003, [ISO-8859-1] Marilú Ebner + Bjarne Jensen wrote:
> [snip]
> > > .gnokiirc:
> > > [global]
> > > port = ttyS0
> >
> > ... this is definitely not a valid device. You need to give here a full
> > path. For the regular dlr3p cable it would be probably a /dev/ttS0.
>
> /dev/ttyS0
Right, sorry.
pkot
--
mailto:pk...@linuxnews.pl :: mailto:pk...@slackware.pl
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku
_______________________________________________