Changes between Version 9 and Version 10 of BuildingAPC/Ubuntu20pt04_Focal_Install


Ignore:
Timestamp:
Apr 8, 2021, 8:19:50 PM (3 years ago)
Author:
bz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingAPC/Ubuntu20pt04_Focal_Install

    v9 v10  
    2525}}}
    2626
    27 For PCAN-ISA only:
    28 {{{
    29 sudo cat <<EOF >/etc/modprobe.d/pcan.conf
    30 options pcan type=isa,isa io=0x300,0x320 irq=7,5
    31 install pcan modprobe --ignore-install pcan
    32 EOF
    33 }}}
    34 
    3527Remove the generic Linux kernel, then reboot:
    3628{{{
     
    4234{{{
    4335sh ~/libbarrett/scripts/install-pcan.sh
     36}}}
     37
     38For PCAN-ISA only:
     39{{{
     40sudo cat <<EOF >/etc/modprobe.d/pcan.conf
     41options pcan type=isa,isa io=0x300,0x320 irq=7,5
     42install pcan modprobe --ignore-install pcan
     43EOF
     44}}}
     45
     46Reboot to use the new CAN driver:
     47{{{
     48sudo reboot
    4449}}}
    4550