Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 44173

Motherboard usually used for robotics

4 votes
2 answers
1k views

udev rules don't distinguish

I have a Neato XV-* lidar unit, connected with a Sparkfun FTDI chip, and an Arduino Uno. They show up as /dev/ttyUSB0 and /dev/ttyUSB1, unpredictably unassigned. … The Arduino is connected directly to the RPi, while the FTDI is connected to a cheap yellow EagleTec 4-port USB hub. …
tsbertalan's user avatar
1 vote
Accepted

udev rules don't distinguish

Running sudo udevadm control --log-priority=info, then watching the output of tail -f /var/log/syslog, I noticed some errors. Jan 23 21:22:05 raspberrypi systemd-udevd[1587]: invalid key/value pair i …
tsbertalan's user avatar