• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

patches/H03-May-2022-

source/H03-May-2022-21

NetworkManager-USRPH A D03-May-2022191 1511

README.DebianH A D03-May-20222 KiB6647

changelogH A D03-May-202276.3 KiB1,7591,581

controlH A D03-May-20222.8 KiB7975

copyrightH A D03-May-202257.7 KiB1,3031,232

libuhd-dev.installH A D03-May-2022133 65

libuhd4.0.0.installH A D03-May-202231 32

postinst.inH A D03-May-2022361 156

postrm.inH A D03-May-2022206 123

preinst.inH A D03-May-2022221 123

prerm.inH A D03-May-2022297 145

rulesH A D03-May-2022904 2416

uhd-host.dirsH A D03-May-2022124 98

uhd-host.installH A D03-May-2022142 54

uhd-host.limitsH A D03-May-202244 21

uhd-host.postinstH A D03-May-2022387 1810

uhd-host.sysctlH A D03-May-202295 43

uhd-images.dirsH A D03-May-20224 21

watchH A D03-May-2022150 43

README.Debian

1UHD, the "Universal Software Radio Peripheral" hardware driver on Debian:
2=========================================================================
3
4usrp group
5----------
6
7The Debian uhd-host package installs a usrp group.
8This provides two main benefits:
9 - Access control:
10    The udev rules limit access to members of the group
11    (at least for USB attached USRPs).
12 - Real Time Priority privilege:
13    The pam limits setting allows UHD to boost the
14    thread scheduling priority for usrp group members.
15
16To avail yourself of these benefits, add your username
17to the usrp group, perhaps by running, as root something like:
18
19    adduser myusername usrp
20
21substituting your user name for myusername.
22Settings will not take effect until the user has logged in and out.
23
24
25Multiple packages
26-----------------
27
28uhd-host:
29 The uhd-host package contains the uhd_find_devices and
30 uhd_usrp_probe commands for locating and examining USRP devices
31 available to the host system.
32
33 Also, under /usr/lib/uhd/ are examples, tests and utils
34 directories. The utils include tools for managing the
35 flash memory or EEPROM configuration of various USRPs.
36
37libuhd003:
38 Small package just for the library itself.
39
40libuhd-dev:
41 Small package just for developing applications
42 using the library itself.
43
44UHD Firmware / FPGA images
45--------------------------
46
47 The uhd-images package is not part of the main Debian distribution
48 because the FPGA firmware requires non-free vendor tools to compile
49 from source.
50
51 For USRP devices with non-volatile configuration having the firmware
52 images on the host is optional. But some USRPs are volatile, and
53 the UHD library will fetch files from the /usr/share/uhd/images/
54 directory at runtime.
55
56 The uhd_images_downloader is a python script to download from
57 Ettus.com and install the files.
58
59More Information
60----------------
61
62Additional HTML documentation is installed. See
63file:///usr/share/doc/uhd-host/doxygen/html/index.html
64
65 -- A. Maitland Bottoms <bottoms@debian.org>, Thu,  9 Oct 2014 23:14:19 -0400
66