Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1378  / 2 Years ago, tue, may 3, 2022, 2:10:01

I need to create a file in Ubuntu to use a USB cradle to upload Cycling data. I found instructions using google but am unable to create a file using touch.



Any help would be appreciated. This is the direction I am trying to follow: Create a file /etc/udev/rules/powertap.rules containing the following line:



SYSFS{idVendor}=="0403", SYSFS{idProduct}=="6001", MODE="666", GROUP="plugdev"

More From » 12.10

 Answers
6

If typing cd /etc/udev/rules results in



bash: cd: /etc/udev/rules: No such file or directory 


Then you are missing that directory and you need to create it first using



sudo mkdir /etc/udev/rules


After that use one of the other posted suggestions such as:



sudo echo "SYSFS{idVendor}=="0403", SYSFS{idProduct}=="6001", MODE="666", GROUP="plugdev"" > /etc/udev/rules/powertap.rules

[#34466] Thursday, May 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
riffnkful

Total Points: 390
Total Questions: 123
Total Answers: 110

Location: Puerto Rico
Member since Sat, Mar 13, 2021
3 Years ago
riffnkful questions
Thu, Nov 17, 22, 04:24, 1 Year ago
Mon, Nov 28, 22, 01:40, 1 Year ago
Mon, Jul 11, 22, 13:24, 2 Years ago
Sun, Feb 5, 23, 05:06, 1 Year ago
;