<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I don't know anything about your OS, but look at the 3rd line down in your posted listing:<br>
<span style="font-family: monospace;"><br>
</span>open("/usr/lib/freetz/librtlsdr.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)<br>
<br>
It isn't finding the library.  That same message repeats many times throughout your listing.  It's not finding many libraries from looking at it again.  If you're using cmake you can probably fix the paths to libraries in your CMakeCache.txt in the build directory.  If not you might need to set an LDFLAGS in your environment or something.<br><br>If the process doesn't have execute permissions on all the directories in the paths it won't find anything either because it can't search there.  Does it work if you run as root?<br><br>  Alan<br><br>-----<br>
Radio Astronomy - the ultimate DX<br><br>--- On <b>Thu, 6/6/13, Robert Kiendl <i><Robert.Kiendl@automatis.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Robert Kiendl <Robert.Kiendl@automatis.com><br>Subject: AW: rtl-tcp-server running on avm-fritzbox<br>To: osmocom-sdr@lists.osmocom.org<br>Date: Thursday, June 6, 2013, 3:52 AM<br><br><div class="plainMail">Hi,<br><br>I guess there is a permission problem accessing the device. Under normal conditions udev is doing the permission stuff when plugging in the device. I have had once the similar issue for own compiled binary mipsbe for mikrotik and tplink devices. Because of the lack of udev is simply altered the permission after plugging the dongle (something like /dev/dvb/adapter[something]  perms 755)<br>This made it work afterwards.<br><br>Hope this info helps,<br><br>Ciao Robert, 73 de
 oe6rke<br><br>-----Ursprüngliche Nachricht-----<br>Von: <a ymailto="mailto:osmocom-sdr-bounces@lists.osmocom.org" href="/mc/compose?to=osmocom-sdr-bounces@lists.osmocom.org">osmocom-sdr-bounces@lists.osmocom.org</a> [mailto:<a ymailto="mailto:osmocom-sdr-bounces@lists.osmocom.org" href="/mc/compose?to=osmocom-sdr-bounces@lists.osmocom.org">osmocom-sdr-bounces@lists.osmocom.org</a>] Im Auftrag von <a ymailto="mailto:df8oe@gmx.de" href="/mc/compose?to=df8oe@gmx.de">df8oe@gmx.de</a><br>Gesendet: Donnerstag, 06. Juni 2013 08:41<br>An: <a ymailto="mailto:osmocom-sdr@lists.osmocom.org" href="/mc/compose?to=osmocom-sdr@lists.osmocom.org">osmocom-sdr@lists.osmocom.org</a><br>Betreff: rtl-tcp-server running on avm-fritzbox<br><br>I want to use a rtl-dvb-stick connected to a fritz-box-dsl-router via tcp. Software running on the fritzbox is freetz (www.freetz.org) and cpu-architecture is mips. So I created a makefile and compiled the software without errors. But
 when I start the software (usb-dongle connected) it throws a usb_claim_interface error -5. rtl_test recognizes the type of stick correctly but throws identical error message. So I started rtl_test with strace - here you can find the<br>output:<br><br><a href="http://www.df8oe.de/output.txt" target="_blank">http://www.df8oe.de/output.txt</a><br><br>Any tipps for solving the problem are welcome ;)<br><br>Best regards<br>df8oe<br><br><br></div></blockquote></td></tr></table>