You need to use this line:
sudo make install-udev-rules
look at this link:
Karl Y Petrow
Maritime Information Systems, Inc.
http://www.maritimeinfosystems.comhttp://www.maritimeinfosystems.com/
[email protected]mailto:[email protected]
Tel: +1 401-247-7780
Cell: +1 901-570-0349
IM [email protected]mailto:[email protected]
Skype karl.petrow
Message: 2
Date: Mon, 1 Apr 2013 21:57:41 +0530
From: Manu T S <[email protected]mailto:[email protected]>
To: GNURadio D.ion List
<[email protected]mailto:[email protected]>
Subject: [Discuss-gnuradio] RTL-SDR: Failed to open rtlsdr device
Message-ID:
<[email protected]<mailto:[email protected]>>
Content-Type: text/plain; charset=“iso-8859-1”
I have installed rtl-sdr driver in my machine. The tarball of the source
I used is attached. The commands I used ( after cd-ying to the source
directory ) are listed.
[manu@iota rtl-sdr]$ cmake -DCMAKE_INSTALL_PREFIX=/usr
-DINSTALL_UDEV_RULES=ON .
[manu@iota rtl-sdr]$ make
[manu@iota rtl-sdr]$ sudo make install
[manu@iota rtl-sdr]$ sudo cp rtl-sdr.rules
/etc/udev/rules.d/15-rtl-sdr.rules
[manu@iota rtl-sdr]$ sudo chown root:root
/etc/udev/rules.d/15-rtl-sdr.rules
[manu@iota rtl-sdr]$ sudo udevadm control --reload-rules
But when I run rtl_test I get the following message.
[root@iota ~]# rtl_test
Found 1 device(s):
0: ezcap USB 2.0 DVB-T/DAB/FM dongle
Using device 0: ezcap USB 2.0 DVB-T/DAB/FM dongle usb_claim_interface
error -6 Failed to open rtlsdr device #0.
I’m working on Arch linux x86_64, installed from Currnt Release
(2013.03.01)
I googled, but not much info is available on this*.* Has anyone come
across such a situation?
–
Manu T S