Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:scanner_server:saned [2022/12/26 13:52] – [Zeroconf with avahi-daemon] Add link to AirSane cm | docs:guide-user:services:scanner_server:saned [2023/05/05 18:25] – [Start saned without xinetd] raptorsds | ||
|---|---|---|---|
| Line 47: | Line 47: | ||
| [[docs: | [[docs: | ||
| + | |||
| + | Basis-system | ||
| < | < | ||
| opkg update | opkg update | ||
| - | opkg install sane-daemon | + | opkg install sane-daemon |
| + | </ | ||
| + | |||
| + | Scanner | ||
| + | < | ||
| + | opkg install | ||
| + | #if you have a xerox scanner | ||
| + | opkg install | ||
| + | #example for Canon lide 20 (canon use sometimes plustek hardware) | ||
| + | </ | ||
| + | |||
| + | all availble scanner can be install with | ||
| + | [[packages: | ||
| + | there are also list of all avaible single scanner package | ||
| + | |||
| + | Optional | ||
| + | < | ||
| + | opkg install sane-frontend | ||
| </ | </ | ||
| Line 90: | Line 109: | ||
| ==== Start saned without xinetd ==== | ==== Start saned without xinetd ==== | ||
| - | **TODO:** Tell how to do this without xinetd | + | saned is already a deamon by default |
| + | |||
| + | you can start saned with rc.local | ||
| + | |||
| + | < | ||
| + | saned -a | ||
| + | </ | ||
| + | |||
| + | The -a | ||
| + | flag requests that saned run in standalone daemon mode. In this mode, saned will | ||
| + | detach | ||
| + | connections; | ||
| + | username | ||
| + | |||
| + | | ||
| ==== Enable saned to be accessible from the LAN ==== | ==== Enable saned to be accessible from the LAN ==== | ||