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 11:40 BST] – john | public:computers:laptop_freebsd [05/06/26 09:43 BST] (current) – [Serial USB Adaptors] john | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | ====== Laptop | + | ====== Laptop |
| I moved my Dell laptop from Devuan Linux to FreeBSD and here are some things I needed to do and some things I did for convenience.... | I moved my Dell laptop from Devuan Linux to FreeBSD and here are some things I needed to do and some things I did for convenience.... | ||
| 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 ===== | ||
| Line 154: | Line 174: | ||
| hostname=" | hostname=" | ||
| keymap=" | keymap=" | ||
| - | # | ||
| wlans_iwm0=" | wlans_iwm0=" | ||
| ifconfig_wlan0=" | ifconfig_wlan0=" | ||
| Line 162: | Line 181: | ||
| ifconfig_em0_ipv6=" | ifconfig_em0_ipv6=" | ||
| ifconfig_lo0_ipv6=" | ifconfig_lo0_ipv6=" | ||
| - | # | ||
| create_args_wlan0=" | create_args_wlan0=" | ||
| sshd_enable=" | sshd_enable=" | ||
| Line 191: | Line 209: | ||
| kld_list=" | kld_list=" | ||
| - | # | ||
| - | |||
| powerd_enable=" | powerd_enable=" | ||