Jumat, 02 Oktober 2020

MX-LINUX vs SCANNER CANON LIDE-20

 hari ini ada masalah baru.....di MX-LINUX ku....

nge-scan....kok item semua.... aneh !

di ganti kabel......tetep sama....

pake yang baru.....tetep....

cobain ke meja mbak siti........lancar....

pinjem scanner LIDE-25 yg mba siti........teteb sama item...

langsung googling dong.....

ketemu https://mxlinux.org/wiki/hardware/scanners/#Canon

ternyata.......harus rubah setting port nya...

Run lsusb to find your scanner’s ID

$ lsusb
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 011 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 004: ID 04a9:220e Canon, Inc. CanoScan N1240U/LiDE 30
Bus 004 Device 003: ID 05e3:0745 Genesys Logic, Inc.
Bus 004 Device 002: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

You can see the scanner is 04a9:220e
Then edit, as root, /etc/default/tlp
Here’s the relevant section:

# Exclude listed devices from USB autosuspend (separate with spaces).
# Use lsusb to get the ids.
# Note: input devices (usbhid) are excluded automatically (see below)
#USB_BLACKLIST="1111:2222 3333:4444"

Change the last line to uncomment it, and list your scanner, so the section reads
like this:

# Exclude listed devices from USB autosuspend (separate with spaces).
# Use lsusb to get the ids.
# Note: input devices (usbhid) are excluded automatically (see below)
USB_BLACKLIST="04a9:220e"

Save the file, and reboot. Now Xsane & Simplescan should both work.

sorry if my post is broke the rule.

i just write it just for my blog, avoid if i have to reset the OS and forget how to fix it.

also, just for share if anyone have same case with me.

really really sorry for copy paste without permission.