Re: Gnokii with USB2

2009-11-01 Thread Hans Petter Selasky
On Saturday 31 October 2009 20:48:57 Jille Timmermans wrote:
 I'm trying to read the SMS of my telephone using comms/gnokii. But I
 can't figure out which 'port' (thing in /dev) I must pass to gnokii.
 /dev/usb/0.2.{0,1,2}, /dev/ugen0.2, /dev/da0, /dev/pass0 all didn't work
 (Yes, I know trying da0 was not a really smart/safe idea). But those are
 the only new devices which showed up after connecting the USB-cable.


I think that connection = serial is wrong. You should not have to specify 
port for USB. Also check that your device shows up when you type usbconfig 
as the user you are running gnokiirc. Also make sure gnokiirc is compiled with 
USB support.

--HPS


 My ~/.gnokiirc:
 [global]
 port = /dev/usb/0.2.1
 model = AT
 connection = serial

 [logging]
 debug = on

 OS:
 FreeBSD 8.0-CURRENT r193930 of June 10

 Telephone:
 LG K800


 -- Jille

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Gnokii with USB2

2009-10-31 Thread Jille Timmermans
I'm trying to read the SMS of my telephone using comms/gnokii. But I
can't figure out which 'port' (thing in /dev) I must pass to gnokii.
/dev/usb/0.2.{0,1,2}, /dev/ugen0.2, /dev/da0, /dev/pass0 all didn't work
(Yes, I know trying da0 was not a really smart/safe idea). But those are
the only new devices which showed up after connecting the USB-cable.


My ~/.gnokiirc:
[global]
port = /dev/usb/0.2.1
model = AT
connection = serial

[logging]
debug = on

OS:
FreeBSD 8.0-CURRENT r193930 of June 10

Telephone:
LG K800


-- Jille
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Gnokii SMSD and Ports Help

2005-12-29 Thread Lowell Gilbert
Mike Esquardez [EMAIL PROTECTED] writes:

 Hello everybody. I am trying to work out how to install SMSD from
 ports and not having much luck. I'm jut learning FreeBSD, so my
 knowledge of ports is not very good. When I make, make install, it
 only installs Gnokii. After looking around I found the file
 /usr/ports/comms/gnokii/files/patch-smsd-Makefile and also README
 under /work/smsd. I am totally lost and confused. Google has proved
 not so good for this issue.
 
 ==
 COMPILATION
 
 SMSD is not compiled by default with gnokii 'make' command. You must
 compile it
 manually by typing 'make' in smsd directory. But before SMSD compilation
 you must right configure gnokii (autoconf, configure).
 
 For example:
 (in gnokii directory)
 gettextize# only for CVS copies
 autoconf  # only for CVS copies
 autoheader# only for CVS copies
 ./configure
 [ If you use latest Red Hat with new (0.11) gettext version ]
 [ run autogen.sh with configure options instead of the  ]
 [ above commands. It will do all needed things. ]
 cd smsd
 vi Makefile (edit paths in DB Modules section)
 make
 make libpq.la OR make libmysql.la OR make libfile.la
 make install
 
 Note that you can build all of the modules (libpq, libmysql and libfile) but
 you should use just one.
 ==
 
 I have installed RPM and Debs before, but I've never had to do
 anything other than make, make install.  Can anyone be so kind enough
 to explain what the above instructions mean? And what the
 /usr/ports/comms/gnokii/files/patch-smsd-Makefile file is for and
 how to use it?

You don't need to look that deep into it; just check out the
/usr/ports/comms/gnokii/Makefile and you'll see that what you need is
to build with WITH_SMSD.  So just do the following:

 $ cd /usr/ports/comms/gnokii
 $ make clean  make -DWITH_SMSD install

and you will end up with /usr/local/sbin/smsd

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Gnokii SMSD and Ports Help

2005-12-28 Thread Mike Esquardez
Hello everybody. I am trying to work out how to install SMSD from ports and 
not having much luck. I'm jut learning FreeBSD, so my knowledge of ports is 
not very good. When I make, make install, it only installs Gnokii. After 
looking around I found the file 
/usr/ports/comms/gnokii/files/patch-smsd-Makefile and also README under 
/work/smsd. I am totally lost and confused. Google has proved not so good 
for this issue.


==
COMPILATION

SMSD is not compiled by default with gnokii 'make' command. You must compile 
it

manually by typing 'make' in smsd directory. But before SMSD compilation
you must right configure gnokii (autoconf, configure).

For example:
(in gnokii directory)
gettextize# only for CVS copies
autoconf  # only for CVS copies
autoheader# only for CVS copies
./configure
[ If you use latest Red Hat with new (0.11) gettext version ]
[ run autogen.sh with configure options instead of the  ]
[ above commands. It will do all needed things. ]
cd smsd
vi Makefile (edit paths in DB Modules section)
make
make libpq.la OR make libmysql.la OR make libfile.la
make install

Note that you can build all of the modules (libpq, libmysql and libfile) but
you should use just one.
==

I have installed RPM and Debs before, but I've never had to do anything 
other than make, make install.  Can anyone be so kind enough to explain what 
the above instructions mean? And what the 
/usr/ports/comms/gnokii/files/patch-smsd-Makefile file is for and how to 
use it?




Thank you very much for any help and teaching. Mik

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: PORT comms/gnokii won't build

2004-04-22 Thread Shawn Kennedy
 -Original Message-
 From: Kris Kennaway [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, April 21, 2004 5:17 PM
 To: Shawn Kennedy
 Cc: [EMAIL PROTECTED]
 Subject: Re: PORT comms/gnokii won't build
 
 
 On Wed, Apr 21, 2004 at 12:35:04PM -0500, Shawn Kennedy wrote:
  
  A port update came in for gnokii and I can't get it
  to build. It's trying to use stdint.h even though 
  it checks for it and cannot find it (finds inttypes.h
  which is correct).  Below is the offending
  portion of the build.  Anyone with
  any ideas?
 
 Talk to the port maintainer, or complain to the software developers
 for writing unportable code.

FYI - I was able to get a hold of the port owner - they found 
the problem and submitted changes via CVS last night.

Shawn
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PORT comms/gnokii won't build

2004-04-21 Thread Shawn Kennedy

A port update came in for gnokii and I can't get it
to build. It's trying to use stdint.h even though 
it checks for it and cannot find it (finds inttypes.h
which is correct).  Below is the offending
portion of the build.  Anyone with
any ideas?

Shawn

=

.
.
.
 cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu
de -c gsm-encoding.c -o gsm-encoding.o /dev/null 21
/bin/sh ../libtool --mode=compile cc -O -pipe   -I../include -O -pipe  -I/usr/lo
cal/include -fPIC -I/usr/X11R6/include -o gsm-common.lo -c gsm-common.c
 cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu
de -c gsm-common.c  -fPIC -DPIC -o .libs/gsm-common.o
 cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu
de -c gsm-common.c -o gsm-common.o /dev/null 21
/bin/sh ../libtool --mode=compile cc -O -pipe   -I../include -O -pipe  -I/usr/lo
cal/include -fPIC -I/usr/X11R6/include -o sms-nokia.lo -c sms-nokia.c
 cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu
de -c sms-nokia.c  -fPIC -DPIC -o .libs/sms-nokia.o
 cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu
de -c sms-nokia.c -o sms-nokia.o /dev/null 21
/bin/sh ../libtool --mode=compile cc -O -pipe   -I../include -O -pipe  -I/usr/lo
cal/include -fPIC -I/usr/X11R6/include -o nokia-decoding.lo -c nokia-decoding.c
 cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu
de -c nokia-decoding.c  -fPIC -DPIC -o .libs/nokia-decoding.o
nokia-decoding.c: In function `calnote_get_alarm':
nokia-decoding.c:227: warning: assignment makes integer from pointer without a c
ast
 cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu
de -c nokia-decoding.c -o nokia-decoding.o /dev/null 21
/bin/sh ../libtool --mode=compile cc -O -pipe   -I../include -O -pipe  -I/usr/lo
cal/include -fPIC -I/usr/X11R6/include -o pkt.lo -c pkt.c
 cc -O -pipe -I../include -O -pipe -I/usr/local/include -fPIC -I/usr/X11R6/inclu
de -c pkt.c  -fPIC -DPIC -o .libs/pkt.o
pkt.c:34: stdint.h: No such file or directory
gmake[1]: *** [pkt.lo] Error 1
gmake[1]: Leaving directory `/usr/ports/comms/gnokii/work/gnokii-0.6.1/common'
gmake: *** [common] Error 2
*** Error code 2

Stop in /usr/ports/comms/gnokii.
# exit

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PORT comms/gnokii won't build

2004-04-21 Thread Kris Kennaway
On Wed, Apr 21, 2004 at 12:35:04PM -0500, Shawn Kennedy wrote:
 
 A port update came in for gnokii and I can't get it
 to build. It's trying to use stdint.h even though 
 it checks for it and cannot find it (finds inttypes.h
 which is correct).  Below is the offending
 portion of the build.  Anyone with
 any ideas?

Talk to the port maintainer, or complain to the software developers
for writing unportable code.

Kris


pgp0.pgp
Description: PGP signature


Gnokii

2004-03-24 Thread Yoan Talagrand
Anyone using gnokii on freebsd with a Data Cable (f-bus and m2bus auto
switch) and a 3510 ?
I've got troubles to connect to /dev/cuaa0

Yoan


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gnokii

2002-09-26 Thread Jens Rehsack



[EMAIL PROTECTED] wrote:
 
 Hi FreeBSD Support,
 
 I would like to setup an internet connection on my FreeBSD 4.6.2 system at home. I 
don't have POT telephone line neither I have cable connection so I would like to 
install gnokii 0.4.3 from BSD port collection in order I can connect to the internet 
through my mobile phone.
 
 Gnokii depends on several other distfiles which I have to download, write on a cd 
and take the CD home. How can I exactly know what other distfiles I have to download 
other than gnokii.tar.gz? When I write the command make I got messages that 
distfiles needed other than indicated in port dependences on 
www.freebsd.org/ports/comms . For example bison-XXX.tar.gz.
 
 
 gnokii-0.4.3,1 
ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports/comms/gnokii
 
 Tools to talk to Nokia cellular phones
 Long  http://www.freebsd.org/cgi/url.cgi?ports/comms/gnokii/pkg-descr description 
| Sources http://www.freebsd.org/cgi/pds.cgi?ports/comms/gnokii  | Main Web Site 
http://www.gnokii.org/
 Maintained by: [EMAIL PROTECTED]
 Requires: XFree86-libraries-4.2.0_3 
http://www.freebsd.org/ports/x11.html#XFree86-libraries-4.2.0_3 , expat-1.95.4 
http://www.freebsd.org/ports/textproc.html#expat-1.95.4 , freetype2-2.1.2 
http://www.freebsd.org/ports/print.html#freetype2-2.1.2 , gettext-0.11.5 
http://www.freebsd.org/ports/devel.html#gettext-0.11.5 , glib-1.2.10_7 
http://www.freebsd.org/ports/devel.html#glib-1.2.10_7 , gmake-3.79.1_2 
http://www.freebsd.org/ports/devel.html#gmake-3.79.1_2 , gtk-1.2.10_7 
http://www.freebsd.org/ports/x11-toolkits.html#gtk-1.2.10_7 , imake-4.2.0_1 
http://www.freebsd.org/ports/devel.html#imake-4.2.0_1 , libiconv-1.8_1 
http://www.freebsd.org/ports/converters.html#libiconv-1.8_1 , pkgconfig-0.12.0 
http://www.freebsd.org/ports/devel.html#pkgconfig-0.12.0
 

Hi Peter,

I do not know much about package based system configuration. I recommend
use the ports tree and build the port from source.

Maybe you should consult the handbook for some details I do not explain... :-)

1st) Install the port tree source
2nd) Build cvsup (either with or without gui)
3rd) decide what you want keep up to date (look into /usr/share/examples/cvsup/)
4th) backup all your modifications you madde under /usr/src/ and/or /usr/ports/
5th) delete the port tree source or the /usr/src or both
6th) use cvsup to keep your sources / ports tree up to date
7th) install portupgrade (if you want, but it's recommented)
8th) update the required ports (as far as you're sure it's ok)
9th) install gnokii, either by
 cd /usr/ports/comms/gnokii  make install clean, or
 portinstall gnokii

Good luck,
Jens


 Thanks very much for your answer,
 Peter Mucsi.
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

-- 
L i  W W W  i Jens Rehsack
LW W W
L i   W   W W   W   i  nnnLiWing IT-Services
L iW W   W Wi  n  n  g   g
  i W W i  n  n  g   gFriesenstraße 2
  06112 Halle
 g
 g   g
Tel.:  +49 - 3 45 - 5 17 05 91ggg e-Mail: [EMAIL PROTECTED]
Fax:   +49 - 3 45 - 5 17 05 92http://www.liwing.de/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: gnokii

2002-09-26 Thread Marc Perisa

[EMAIL PROTECTED] wrote:
 Hi FreeBSD Support,
  
 I would like to setup an internet connection on my FreeBSD 4.6.2 system at home. 
 I don't have POT telephone line neither I have cable connection so I would like
 to install gnokii 0.4.3 from BSD port collection in order I can connect to the 
  internet through my mobile phone.
  
 Gnokii depends on several other distfiles which I have to download,write on a 
cd and take the CD home. How can I exactly know what other distfiles
 I have to download other than gnokii.tar.gz? When I write the command make 
 I got messages that distfiles needed other than indicated in port dependences 
 on www.freebsd.org/ports/comms . For example bison-XXX.tar.gz.
   
 gnokii-0.4.3,1 
ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports/comms/gnokii  
 

Hi Peter,

it if you have a FreeBSD installed at home, you can do the following:

cd /usr/ports/comms/gnokii
make fetch-recursive-list  /your/downloadlist

Take that file to the computer from which you want to download. If it is 
not a FreeBSD (or *nix) system you have to extract the URLs (be careful, 
there can be more than one per port) and download them by hand. 
Otherwise (if fetch is installed and the proxy settings are the same) 
you can execute that file as a script.

Put the ports then into /usr/ports/distfiles (or a subdirectory (it 
depends on the port, take a look into the Makefile for each port).

After that you should be able to build gnokii

Hope that helped.

Marc

PS: Isn't Internet via mobiles ... eum ... expensive?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



gnokii

2002-09-25 Thread Peter.Mucsi

Hi FreeBSD Support,
 
I would like to setup an internet connection on my FreeBSD 4.6.2 system at home. I 
don't have POT telephone line neither I have cable connection so I would like to 
install gnokii 0.4.3 from BSD port collection in order I can connect to the internet 
through my mobile phone.
 
Gnokii depends on several other distfiles which I have to download, write on a cd and 
take the CD home. How can I exactly know what other distfiles I have to download other 
than gnokii.tar.gz? When I write the command make I got messages that distfiles 
needed other than indicated in port dependences on www.freebsd.org/ports/comms . For 
example bison-XXX.tar.gz.
 
 
gnokii-0.4.3,1 
ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports/comms/gnokii  

Tools to talk to Nokia cellular phones
Long  http://www.freebsd.org/cgi/url.cgi?ports/comms/gnokii/pkg-descr description | 
Sources http://www.freebsd.org/cgi/pds.cgi?ports/comms/gnokii  | Main Web Site 
http://www.gnokii.org/ 
Maintained by: [EMAIL PROTECTED]
Requires: XFree86-libraries-4.2.0_3 
http://www.freebsd.org/ports/x11.html#XFree86-libraries-4.2.0_3 , expat-1.95.4 
http://www.freebsd.org/ports/textproc.html#expat-1.95.4 , freetype2-2.1.2 
http://www.freebsd.org/ports/print.html#freetype2-2.1.2 , gettext-0.11.5 
http://www.freebsd.org/ports/devel.html#gettext-0.11.5 , glib-1.2.10_7 
http://www.freebsd.org/ports/devel.html#glib-1.2.10_7 , gmake-3.79.1_2 
http://www.freebsd.org/ports/devel.html#gmake-3.79.1_2 , gtk-1.2.10_7 
http://www.freebsd.org/ports/x11-toolkits.html#gtk-1.2.10_7 , imake-4.2.0_1 
http://www.freebsd.org/ports/devel.html#imake-4.2.0_1 , libiconv-1.8_1 
http://www.freebsd.org/ports/converters.html#libiconv-1.8_1 , pkgconfig-0.12.0 
http://www.freebsd.org/ports/devel.html#pkgconfig-0.12.0  
 
 
 
Thanks very much for your answer,
Peter Mucsi.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message