meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux:sane [2022/05/17 16:52] – niziak | linux:sane [2024/12/15 19:21] (current) – niziak | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| ===== sane ===== | ===== sane ===== | ||
| - | From sane list, it should be supproted | + | |
| + | From sane list, it should be supported | ||
| [[http:// | [[http:// | ||
| + | |||
| + | Move all .conf files from ''/ | ||
| + | <code bash> | ||
| + | mkdir / | ||
| + | mv / | ||
| + | </ | ||
| + | |||
| + | Create new config: | ||
| + | <file ini / | ||
| + | # Autodetect the Canon CanoScan LiDE 400 | ||
| + | usb 0x04a9 0x1912 | ||
| + | </ | ||
| ==== Build as DEB ==== | ==== Build as DEB ==== | ||
| <code bash> | <code bash> | ||
| + | |||
| === manual download === | === manual download === | ||
| Line 70: | Line 84: | ||
| === apt source download === | === apt source download === | ||
| + | |||
| <code bash> | <code bash> | ||
| apt-get source sane-backends | apt-get source sane-backends | ||
| Line 76: | Line 91: | ||
| === build === | === build === | ||
| + | |||
| <code bash> | <code bash> | ||
| apt-get build-dep sane-backends | apt-get build-dep sane-backends | ||
| Line 83: | Line 99: | ||
| ==== Build from source ==== | ==== Build from source ==== | ||
| + | |||
| Remove files installed by distribution: | Remove files installed by distribution: | ||
| <code bash> | <code bash> | ||