Changes between Version 2 and Version 3 of Hand/282/SoftwareSetup/Linux


Ignore:
Timestamp:
Jun 3, 2015, 5:48:46 PM (9 years ago)
Author:
bz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hand/282/SoftwareSetup/Linux

    v2 v3  
    2828tar xvf peak-linux-driver-7.14.tar.gz
    2929cd peak-linux-driver-7.14
    30 make
     30make NET=NO_NETDEV_SUPPORT
    3131sudo make install
     32sudo echo <<EOF KERNEL=="pcanusb*", NAME="pcanusb/%n", SYMLINK+="%k", GROUP="plugdev" | sudo tee -a /etc/udev/rules.d/45-pcan.rules
     33EOF
    3234sudo modprobe pcan
    3335}}}