User Tools

Site Tools


packet:linbpq_pi_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packet:linbpq_pi_installation [2023/04/28 09:26] m0gzppacket:linbpq_pi_installation [2026/08/07 21:21] (current) – Mort upgrade: escape literal asterisks so the quoted string renders verbatim 0.0.0.0
Line 2: Line 2:
  
 This is a document which describes the general case of installing and configuring LinBPQ on a Pi - this is probably not the instructions to establish a node specific to the OARC national packet project network. This is a document which describes the general case of installing and configuring LinBPQ on a Pi - this is probably not the instructions to establish a node specific to the OARC national packet project network.
 +
 +**NB this process has now been superseded since one of our members has kindly established an apt repo containing a build of LinBPQ.\\ 
 +See [[packet:linbpq-apt-installation]] for a guide.**
  
 ===== Assumptions ===== ===== Assumptions =====
Line 81: Line 84:
 2. Run the command **sudo nano bpq32.cfg** to open the configuration file\\ 2. Run the command **sudo nano bpq32.cfg** to open the configuration file\\
 3. Spend a few minutes looking over this file. The tool we used has added a load of comments telling you what everything does.\\ 3. Spend a few minutes looking over this file. The tool we used has added a load of comments telling you what everything does.\\
-4. Navigate to the section that starts *******Port 1*******\\+4. Navigate to the section that starts %%*******Port 1*******%%\\
 5. Change the COMPORT and SPEED to the correct values - in the case of a NinoTNC you would change: 5. Change the COMPORT and SPEED to the correct values - in the case of a NinoTNC you would change:
 \\  \\ 
Line 122: Line 125:
 Group=szymon Group=szymon
 </code> </code>
-4. Restart the bpq service:+4. Run the setcap command to allow access to lower ports and captures as needed: 
 +<code> 
 +sudo setcap "CAP_NET_ADMIN=ep CAP_NET_RAW=ep CAP_NET_BIND_SERVICE=ep" ~/linbpq/linbpq 
 +</code> 
 +5. Restart the bpq service:
 <code> <code>
 sudo systemctl start bpq sudo systemctl start bpq
packet/linbpq_pi_installation.1682673969.txt.gz · Last modified: by m0gzp