Changes between Version 5 and Version 6 of BuildingAPC/Ubuntu20pt04_Focal_Install
- Timestamp:
- Apr 8, 2021, 6:54:38 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAPC/Ubuntu20pt04_Focal_Install
v5 v6 8 8 * PCAN-USB 9 9 * PCAN-ISA 10 11 10 NOTE: These cards are supported by the SocketCAN driver built into Linux, however, we have found that the SocketCAN txbuffer can occasionally fail to send CAN frames without reporting an error, and this causes the WAM to E-Stop itself unexpectedly. This can happen a few seconds, a few minutes, or even several hours after starting a WAM application. Fortunately, Peak offers an alternative driver (pcan) which is still socket-based but avoids this SocketCAN bug. 12 11 … … 25 24 cd ~/libbarrett/scripts && ./install_dependencies.sh 26 25 sudo reboot 26 }}} 27 28 For PCAN-ISA only: 29 {{{ 30 Edit /etc/modprobe.d/pcan.conf with "options pcan type isa,isa io=0x300,0x320 irq=7,5" 27 31 }}} 28 32