error installation Teensy rules

Osiris

Member
Hello,

Bought a Teensy4.1. PC installation Ubuntu 22.04 LTS

Need to install the teensy rules but got an error.

--
osiris@Ubuntu-main:~$ sudo cp 00-teensy.rules /etc/udev/rules.d
cp: cannot stat '00-teensy.rules': No such file or directory
--

Did I forgot anything?

Kind regards, Osiris
 
'00-teensy.rules': No such file or directory

This error means you don't have the 00-teensy.rules file.

Maybe you downloaded it to a different directory. In that case, you'd need to use "cd" to change to that directory. Or add the pathname to that directory to this "cp" command.

Or if you didn't download the file, do that now and make a mental note of the directory where your browser saved the 00-teensy.rules file.
 
Back
Top