Using a RALF workstation » History » Version 13
ROQUE, Damien, 02/24/2015 04:33 PM
1 | 1 | ROQUE, Damien | h1. Using a RALF workstation |
---|---|---|---|
2 | 1 | ROQUE, Damien | |
3 | 6 | ROQUE, Damien | RALF stations are available at ISAE-Supaero, they are provided with GNU/Linux Debian Wheezy or Xubuntu 14.04. This documentation is a short getting started guide in order to start working with RALF. |
4 | 1 | ROQUE, Damien | |
5 | 6 | ROQUE, Damien | h2. Login, home and network shares |
6 | 1 | ROQUE, Damien | |
7 | 8 | ROQUE, Damien | You must login using your ISAE-Supaero account after choosing your graphical environment ("GNOME Shell":http://www.gnome.org/gnome-3/, GNOME Classic, "Xfce":http://www.xfce.org/). At your first login, once the access is granted by the LDAP server, a home directory is automatically created locally in subdirectories of @/home@. |
8 | 1 | ROQUE, Damien | |
9 | 1 | ROQUE, Damien | Notice that networks shares are not available through NFS due to delegated administration of the computers. However, it remains possible to use network shares through SAMBA (use for example Gigolo). |
10 | 6 | ROQUE, Damien | |
11 | 1 | ROQUE, Damien | h2. Setting up the proxy |
12 | 1 | ROQUE, Damien | |
13 | 5 | ROQUE, Damien | In a Firefox web browser, go to "Edit -> Preferences -> Advanced -> Network -> Autodetect proxy". |
14 | 13 | ROQUE, Damien | In a GNU/Linux shell, proxy is automatically enabled by the login script. |
15 | 5 | ROQUE, Damien | |
16 | 5 | ROQUE, Damien | h2. Getting privileges |
17 | 5 | ROQUE, Damien | |
18 | 5 | ROQUE, Damien | Users can obtain advanced permissions by belonging to appropriate groups: |
19 | 5 | ROQUE, Damien | * for realtime scheduling (in order to execute UHD), users should be member of @usrp@ group; |
20 | 5 | ROQUE, Damien | * for administrator rights (through sudo), users should be member of @sudo@ group. |
21 | 5 | ROQUE, Damien | |
22 | 1 | ROQUE, Damien | For the cases above, adding an user to a group can be performed thanks to the following instruction (as root): |
23 | 1 | ROQUE, Damien | <pre> |
24 | 1 | ROQUE, Damien | adduser <user> <group> |
25 | 6 | ROQUE, Damien | </pre> |
26 | 6 | ROQUE, Damien | |
27 | 9 | ROQUE, Damien | h2. Driving USRP hardware |
28 | 6 | ROQUE, Damien | |
29 | 7 | ROQUE, Damien | warning. Beware of the transmission power ! |
30 | 6 | ROQUE, Damien | |
31 | 6 | ROQUE, Damien | * Start transmitting only if 50 ohm termination is used (antenna, dummy load, loopback interface...). |
32 | 6 | ROQUE, Damien | * If you are using a loopback interface, do not forget to connect a 30 dB attenuator. |
33 | 6 | ROQUE, Damien | * Respect the "regulation":http://www.anfr.fr. |
34 | 6 | ROQUE, Damien | |
35 | 12 | ROQUE, Damien | You can start by running and analyzing examples as described [[Running examples and getting started|here]]. |