[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HELP ME PLEASE] i'm new to gnooki
From: |
Aart Koelewijn |
Subject: |
Re: [HELP ME PLEASE] i'm new to gnooki |
Date: |
Fri, 03 Jun 2005 17:10:48 +0200 |
Op vr, 03-06-2005 te 16:32 +0200, schreef address@hidden:
> hello, i'm new to gnooki and i need help.
>
> I know how boring can be a hel request in a ml, so if you want to answer me in
> private to save bandwidth you can...
>
> i have installed gnooki 0.6.7
>
> with
> ./configure
> make
> groupadd gnokii
> make install
>
> I have Nokia 6600.
> My configuration file in /root contains:
> port = /dev/ttyS1
This should be
port = /dev/ircomm0 (or 1, unlikely)
and check if the module ircomm-tty is loaded, in my case it sometimes
does not load and I have to:
# modprobe ircomm-tty
Bye
Aart