Changes between Version 9 and Version 10 of BuildingAPC/Ubuntu20pt04_Focal_Install
- Timestamp:
- Apr 8, 2021, 8:19:50 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingAPC/Ubuntu20pt04_Focal_Install
v9 v10 25 25 }}} 26 26 27 For PCAN-ISA only:28 {{{29 sudo cat <<EOF >/etc/modprobe.d/pcan.conf30 options pcan type=isa,isa io=0x300,0x320 irq=7,531 install pcan modprobe --ignore-install pcan32 EOF33 }}}34 35 27 Remove the generic Linux kernel, then reboot: 36 28 {{{ … … 42 34 {{{ 43 35 sh ~/libbarrett/scripts/install-pcan.sh 36 }}} 37 38 For PCAN-ISA only: 39 {{{ 40 sudo cat <<EOF >/etc/modprobe.d/pcan.conf 41 options pcan type=isa,isa io=0x300,0x320 irq=7,5 42 install pcan modprobe --ignore-install pcan 43 EOF 44 }}} 45 46 Reboot to use the new CAN driver: 47 {{{ 48 sudo reboot 44 49 }}} 45 50