Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:computers:laptop_freebsd [04/06/26 19:11 BST] – [/etc/rc.conf] john | public:computers:laptop_freebsd [05/06/26 09:43 BST] (current) – [Serial USB Adaptors] john | ||
|---|---|---|---|
| Line 146: | Line 146: | ||
| </ | </ | ||
| + | |||
| + | ===== Serial USB Adaptors ===== | ||
| + | |||
| + | |||
| + | To get access to a USB serial device as normal user (as long as I'm in the '' | ||
| + | |||
| + | <code bash> | ||
| + | notify 100 { | ||
| + | match " | ||
| + | match " | ||
| + | match " | ||
| + | match " | ||
| + | action "chmod ug+rw / | ||
| + | |||
| + | }; | ||
| + | |||
| + | </ | ||
| + | |||
| + | This makes the device R/W for the '' | ||
| + | |||
| ===== Other Config Files ===== | ===== Other Config Files ===== | ||