From blagodarno at gmail.com Tue Sep 4 06:25:37 2012 From: blagodarno at gmail.com (Blago Blagoev) Date: Tue, 4 Sep 2012 09:25:37 +0300 Subject: "incompatible event.h header" message when configure libdect Message-ID: Good day! When i run the configure script from libdect, i obtain the following. error: configure: error: incompatible event.h header for libev installed: libev 4.11-1 libevent 2.0.20-1 on last version ArchLinux Also tested library libevent 2.0.19 and libevent 2.0.10 and OpenSUSE 12.1 But the error still remains :( Who can recommend? -------------- next part -------------- An HTML attachment was scrubbed... URL: From blagodarno at gmail.com Thu Sep 20 11:15:45 2012 From: blagodarno at gmail.com (Blago Blagoev) Date: Thu, 20 Sep 2012 14:15:45 +0300 Subject: Problems building libdect Message-ID: Hi I have Problem: When I try to Build libdect: root at debian:~/dect/libdect# ~~~~~~~~~~ bash: ~~~~~~~~~~: command not found root at debian:~/dect/libdect# ./configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a thread-safe mkdir -p... /bin/mkdir -p checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for a sed that does not truncate output... /bin/sed configure: Documentation build disabled checking for nl_socket_alloc in -lnl... yes checking for nl_dect_cluster_alloc in -lnl-dect... yes checking for event_init in -lev... yes checking for bfd_init in -lbfd... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking whether to enable assertions... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for linux/dect.h... yes checking for linux/dect_netlink.h... yes checking event.h usability... yes checking event.h presence... yes checking for event.h... yes checking bfd.h usability... yes checking bfd.h presence... yes checking for bfd.h... yes checking checking whether event.h is compatible with libev... configure: error: incompatible event.h header for libev root at debian:~/dect/libdect# -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaber at trash.net Thu Sep 20 12:26:35 2012 From: kaber at trash.net (Patrick McHardy) Date: Thu, 20 Sep 2012 14:26:35 +0200 (MEST) Subject: Problems building libdect In-Reply-To: References: Message-ID: On Thu, 20 Sep 2012, Blago Blagoev wrote: > Hi > > I have Problem: > > When I try to Build libdect: > > root at debian:~/dect/libdect# ~~~~~~~~~~ > bash: ~~~~~~~~~~: command not found > root at debian:~/dect/libdect# ./configure > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for a BSD-compatible install... /usr/bin/install -c > checking whether ln -s works... yes > checking for a sed that does not truncate output... /bin/sed > configure: Documentation build disabled > checking for nl_socket_alloc in -lnl... yes > checking for nl_dect_cluster_alloc in -lnl-dect... yes > checking for event_init in -lev... yes > checking for bfd_init in -lbfd... yes > checking how to run the C preprocessor... gcc -E > checking for grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > checking whether to enable assertions... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking fcntl.h usability... yes > checking fcntl.h presence... yes > checking for fcntl.h... yes > checking for inttypes.h... (cached) yes > checking limits.h usability... yes > checking limits.h presence... yes > checking for limits.h... yes > checking malloc.h usability... yes > checking malloc.h presence... yes > checking for malloc.h... yes > checking stddef.h usability... yes > checking stddef.h presence... yes > checking for stddef.h... yes > checking for stdint.h... (cached) yes > checking for stdlib.h... (cached) yes > checking for string.h... (cached) yes > checking for unistd.h... (cached) yes > checking sys/socket.h usability... yes > checking sys/socket.h presence... yes > checking for sys/socket.h... yes > checking for linux/dect.h... yes > checking for linux/dect_netlink.h... yes > checking event.h usability... yes > checking event.h presence... yes > checking for event.h... yes > checking bfd.h usability... yes > checking bfd.h presence... yes > checking for bfd.h... yes > checking checking whether event.h is compatible with libev... > configure: error: incompatible event.h header for libev > root at debian:~/dect/libdect# > IIRC this means you have either libev but the libevent headers installed or the other way around, not sure anymore. Please check which of the libev* packages you have installed. From blagodarno at gmail.com Thu Sep 20 12:51:20 2012 From: blagodarno at gmail.com (Blago Blagoev) Date: Thu, 20 Sep 2012 15:51:20 +0300 Subject: Problems building libdect In-Reply-To: References: Message-ID: 2012/9/20 Patrick McHardy > > > On Thu, 20 Sep 2012, Blago Blagoev wrote: > > Hi >> >> I have Problem: >> >> When I try to Build libdect: >> >> root at debian:~/dect/libdect# ~~~~~~~~~~ >> bash: ~~~~~~~~~~: command not found >> root at debian:~/dect/libdect# ./configure >> checking for gcc... gcc >> checking whether the C compiler works... yes >> checking for C compiler default output file name... a.out >> checking for suffix of executables... >> checking whether we are cross compiling... no >> checking for suffix of object files... o >> checking whether we are using the GNU C compiler... yes >> checking whether gcc accepts -g... yes >> checking for gcc option to accept ISO C89... none needed >> checking for a thread-safe mkdir -p... /bin/mkdir -p >> checking for a BSD-compatible install... /usr/bin/install -c >> checking whether ln -s works... yes >> checking for a sed that does not truncate output... /bin/sed >> configure: Documentation build disabled >> checking for nl_socket_alloc in -lnl... yes >> checking for nl_dect_cluster_alloc in -lnl-dect... yes >> checking for event_init in -lev... yes >> checking for bfd_init in -lbfd... yes >> checking how to run the C preprocessor... gcc -E >> checking for grep that handles long lines and -e... /bin/grep >> checking for egrep... /bin/grep -E >> checking for ANSI C header files... yes >> checking whether to enable assertions... yes >> checking for sys/types.h... yes >> checking for sys/stat.h... yes >> checking for stdlib.h... yes >> checking for string.h... yes >> checking for memory.h... yes >> checking for strings.h... yes >> checking for inttypes.h... yes >> checking for stdint.h... yes >> checking for unistd.h... yes >> checking fcntl.h usability... yes >> checking fcntl.h presence... yes >> checking for fcntl.h... yes >> checking for inttypes.h... (cached) yes >> checking limits.h usability... yes >> checking limits.h presence... yes >> checking for limits.h... yes >> checking malloc.h usability... yes >> checking malloc.h presence... yes >> checking for malloc.h... yes >> checking stddef.h usability... yes >> checking stddef.h presence... yes >> checking for stddef.h... yes >> checking for stdint.h... (cached) yes >> checking for stdlib.h... (cached) yes >> checking for string.h... (cached) yes >> checking for unistd.h... (cached) yes >> checking sys/socket.h usability... yes >> checking sys/socket.h presence... yes >> checking for sys/socket.h... yes >> checking for linux/dect.h... yes >> checking for linux/dect_netlink.h... yes >> checking event.h usability... yes >> checking event.h presence... yes >> checking for event.h... yes >> checking bfd.h usability... yes >> checking bfd.h presence... yes >> checking for bfd.h... yes >> checking checking whether event.h is compatible with libev... >> configure: error: incompatible event.h header for libev >> root at debian:~/dect/libdect# >> >> > IIRC this means you have either libev but the libevent headers installed > or the other way around, not sure anymore. Please check which of the > libev* packages you have installed. > root at debian:~/dect/libdect# dpkg --get-selections | grep libev libev-dev install libev3 install libevent-1.4-2 install libevent-core-1.4-2 install libevent-dev install libevent-extra-1.4-2 install root at debian:~/dect/libdect# -------------- next part -------------- An HTML attachment was scrubbed... URL: From blagodarno at gmail.com Fri Sep 21 09:04:07 2012 From: blagodarno at gmail.com (Blago Blagoev) Date: Fri, 21 Sep 2012 12:04:07 +0300 Subject: Problems building libdect In-Reply-To: References: Message-ID: IIRC this means you have either libev but the libevent headers installed > or the other way around, not sure anymore. Please check which of the >> libev* packages you have installed. >> > > root at debian:~/dect/libdect# dpkg --get-selections | grep libev > libev-dev > install > libev3 install > libevent-1.4-2 install > libevent-core-1.4-2 install > libevent-dev install > libevent-extra-1.4-2 install > root at debian:~/dect/libdect# > > > Fixed by install libev-libevent-dev package -------------- next part -------------- An HTML attachment was scrubbed... URL: From joelm_armillary at msn.com Fri Sep 21 11:54:36 2012 From: joelm_armillary at msn.com (Joel Mayer) Date: Fri, 21 Sep 2012 06:54:36 -0500 Subject: DECT + GNU Radio? In-Reply-To: References: Message-ID: Dear Fans of DECT- What about the GNU Radio Project? Is anyone working on a version of DECT as an element of, say the SDR# radio? How about the SDR# scanner radio? (1) http://sdrsharp.com/ (2) http://www.k5dev.com/ If you want to try this flavor of radio all you need is a suitable USB Dongle. For easy install with a script use: http://rtlsdr.org/softwarewindows (The Automated method mentioned at the top of the page, specifically sdr-install.zip) Have A Nice Day! ----- Original Message ----- From: linux-dect-request at lists.osmocom.org To: linux-dect at lists.osmocom.org Sent: Friday, September 21, 2012 5:00 AM Subject: linux-dect Digest, Vol 40, Issue 1 Send linux-dect mailing list submissions to linux-dect at lists.osmocom.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.osmocom.org/mailman/listinfo/linux-dect or, via email, send a message with subject or body 'help' to linux-dect-request at lists.osmocom.org You can reach the person managing the list at linux-dect-owner at lists.osmocom.org When replying, please edit your Subject line so it is more specific than "Re: Contents of linux-dect digest..." -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaber at trash.net Sun Sep 23 12:17:07 2012 From: kaber at trash.net (Patrick McHardy) Date: Sun, 23 Sep 2012 14:17:07 +0200 Subject: DECT + GNU Radio? In-Reply-To: References: Message-ID: <4ee33765-82e7-4b47-96b4-6ece75d42fd9@email.android.com> Joel Mayer schrieb: >Dear Fans of DECT- > >What about the GNU Radio Project? Is anyone working on a version >of DECT as an element of, say the SDR# radio? How about the >SDR# scanner radio? > > (1) http://sdrsharp.com/ > > (2) http://www.k5dev.com/ > >If you want to try this flavor of radio all you need is a suitable >USB Dongle. For easy install with a script use: > >http://rtlsdr.org/softwarewindows > That looks pretty cool. I guess it should be possible to reassemble the raw bitstream and use the existing code from my stack for following channel assignments and do raw reception and then use some userspace IPC channel to the existing tools like dectmon or wireshark instead of DECT sockets. If anyone wants to send me one of these devices I would be willing to look into implementing this. From kaber at trash.net Sun Sep 23 14:10:28 2012 From: kaber at trash.net (Patrick McHardy) Date: Sun, 23 Sep 2012 16:10:28 +0200 Subject: DECT + GNU Radio? In-Reply-To: References: <4ee33765-82e7-4b47-96b4-6ece75d42fd9@email.android.com> Message-ID: Patrick McHardy schrieb: > > >Joel Mayer schrieb: > >>Dear Mister Patrick McHardy- >> >>Here is a link to the EZTV 668 dongle. I have an EZTV 666 dongle >>working in windows >>(Ubuntu is in the near future on my lap top). I cannot vouch for the >>668 dongle in >>any personal way, but I have read comments in the various forums >>testifying to >>the utility of the 668. >> >>http://www.nooelec.com/store/software-defined-radio/eztv668-dvb-t-usb-set-for-sdr.html >> >>The install script I mentioned beneath these lines only works in >>Windows. To install >>the GNU radio software in Ubuntu you need to use a script written by a >>certain Mister >>Marcus Leech (he is a radio astronomer). See: >> >>http://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGR >> >>Make certain you use Mister Leech's script! The GNU radio people have >>pulled >>their packages out of the repositories. The only way to get a fresh >new >>GNU >>radio is from the GNU radio people! >> >>My suggestion is, you install the SDR# radio in windows using the >>script I mentioned >>at the bottom of this note. Then install the SDR# scanner radio built >>by k5dev >>(below). Here is a link to a useful quick start guide for windows: >>http://www.atouk.com/SDRSharpQuickStart.html >> >>To install the SDR# radio in Ubuntu on top of your GNU radio go here: >>http://rtlsdr.org/ Scroll down to the bottom of >the >>first page and visit: >>http://rtlsdr.org/softwarelinux >> >>I'm going to journey to my pay pal account and try to send forty >>dollars to you at "kaber" at "trash dot net" without the quotes. >> >>Have A Nice Day! > >Thanks a lot, didn't expect that :-) I'll order one of these devices >and will give it a shot. Dropped CC, sorry. From hhansen06 at googlemail.com Sun Sep 23 12:52:58 2012 From: hhansen06 at googlemail.com (henrik hansen) Date: Sun, 23 Sep 2012 14:52:58 +0200 Subject: Anyone using dect in production? Message-ID: <-6265860158620620287@unknownmsgid> Hey folks, Is anyone out there who is using xom-on-air cards in productional environment? Von meinem iPhone gesendet From kaber at trash.net Sun Sep 23 13:07:18 2012 From: kaber at trash.net (Patrick McHardy) Date: Sun, 23 Sep 2012 15:07:18 +0200 Subject: Anyone using dect in production? In-Reply-To: <-6265860158620620287@unknownmsgid> References: <-6265860158620620287@unknownmsgid> Message-ID: henrik hansen schrieb: >Hey folks, >Is anyone out there who is using xom-on-air cards in productional >environment? I've been using them "in production" for my home phones for two or three years, but I'm not reachable at times :-) Seriously, the stack is not production ready. It probably won't crash, but things like handover, audio quality etc still have flaws. From blagodarno at gmail.com Fri Sep 28 07:37:17 2012 From: blagodarno at gmail.com (Blago Blagoev) Date: Fri, 28 Sep 2012 10:37:17 +0300 Subject: How to use the audio-option in dektmon? Message-ID: Hi! Computer with dektmon must have a sound card and installed drivers for it? When i run dectmon with option "audio" and loke to the FP, (which is a conversation) I need to hear the sound on the computer on-line? Is it possible to record the sound in a file? -------------- next part -------------- An HTML attachment was scrubbed... URL: