Files
docker-configs/linkwarden/data/archives/11/24_readability.json

1 line
9.3 KiB
JSON
Executable File

{"title":"","byline":null,"dir":null,"lang":null,"content":"<div id=\"readability-page-1\" class=\"page\"><div>\n\t\t\t\t\t\t<p>Bonjour,</p><p>Il se trouve que j'ai le scanner Brother DS-620, je suis sur bionic</p><div><pre><code># cat /etc/os-release \nNAME=\"Ubuntu\"\nVERSION=\"18.04.1 LTS (Bionic Beaver)\"\nID=ubuntu\nID_LIKE=debian\nPRETTY_NAME=\"Ubuntu 18.04.1 LTS\"\nVERSION_ID=\"18.04\"\nHOME_URL=\"https://www.ubuntu.com/\"\nSUPPORT_URL=\"https://help.ubuntu.com/\"\nBUG_REPORT_URL=\"https://bugs.launchpad.net/ubuntu/\"\nPRIVACY_POLICY_URL=\"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\"\nVERSION_CODENAME=bionic\nUBUNTU_CODENAME=bionic</code></pre></div><p>Le scanner a été reconnue sans que je fasse aucune manipulation :</p><div><pre><code># lsusb\nBus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub\nBus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub\nBus 001 Device 004: ID 5986:0299 Acer, Inc \nBus 001 Device 003: ID 0a5c:21f4 Broadcom Corp. \nBus 001 Device 006: ID 04f9:60e0 Brother Industries, Ltd \nBus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub\nBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub\nBus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub\nBus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver\nBus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub</code></pre></div><p>J'ai installé le paquet libsane-dsserie :</p><p>Pour un système 64bits</p><div><pre><code>wget http://download.brother.com/welcome/dlf100976/libsane-dsseries_1.0.5-1_amd64.deb\nsudo dpkg -i libsane-dsseries_1.0.5-1_amd64.deb</code></pre></div><p>Pour un système 32bits</p><div><pre><code>wget http://download.brother.com/welcome/dlf100975/libsane-dsseries_1.0.5-1_i386.deb\nsudo dpkg -i libsane-dsseries_1.0.5-1_i386.deb</code></pre></div><p>Aucun problème de détection :</p><div><pre><code># sudo sane-find-scanner\n\n # sane-find-scanner will now attempt to detect your scanner. If the\n # result is different from what you expected, first make sure your\n # scanner is powered up and properly connected to your computer.\n\n # No SCSI scanners found. If you expected something different, make sure that\n # you have loaded a kernel SCSI driver for your SCSI adapter.\n\nfound USB scanner (vendor=0x0a5c [Broadcom Corp], product=0x21f4 [BCM20702A0]) at libusb:001:003\n # Your USB scanner was (probably) detected. It may or may not be supported by\n # SANE. Try scanimage -L and read the backend's manpage.\n\n # Not checking for parallel port scanners.\n\n # Most Scanners connected to the parallel port or other proprietary ports\n # can't be detected by this program.</code></pre></div><p>Voici la liste des paquets installé pour sane :</p><div><pre><code># dpkg -l *sane*\nSouhait=inconnU/Installé/suppRimé/Purgé/H=à garder\n| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements\n|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)\n||/ Nom Version Architecture Description\n+++-=============================-===================-===================-================================================================\nun iamerican-insane &lt;aucune&gt; &lt;aucune&gt; (aucune description n'est disponible)\nun ibritish-insane &lt;aucune&gt; &lt;aucune&gt; (aucune description n'est disponible)\nun libsane &lt;aucune&gt; &lt;aucune&gt; (aucune description n'est disponible)\nii libsane-common 1.0.27-1~experiment all API library for scanners -- documentation and support files\nii libsane-dsseries 1.0.5-1 amd64 Brother DS-series scanners driver\nii libsane-hpaio:amd64 3.17.10+repack0-5 amd64 HP SANE backend for multi-function peripherals\nii libsane1:amd64 1.0.27-1~experiment amd64 API library for scanners\nii sane-utils 1.0.27-1~experiment amd64 API library for scanners -- utilities\nii xsane 0.999-5ubuntu2 amd64 featureful graphical frontend for SANE (Scanner Access Now Easy)\nii xsane-common 0.999-5ubuntu2 all xsane architecture independent files</code></pre></div><p>Conseils : Depuis quelque temps la prise en charge 32bits par des système 64bits a changé, avant il fallait installé ia32, elle n'existe plus.<br>Quand vous êtes en 32bits installé le paquet 32bits et quand vous êtes en 64bits installé le paquet 64bits</p><p>Conseil : Déterminé si on est sur du 32 ou 64bits :</p>\n\t\t\t\t\t\t<p><em>Dernière modification par Ordissimo1 (Le 09/09/2018, à 13:04)</em></p>\n\t\t\t\t\t</div></div>","textContent":"\n\t\t\t\t\t\tBonjour,Il se trouve que j'ai le scanner Brother DS-620, je suis sur bionic# cat /etc/os-release \nNAME=\"Ubuntu\"\nVERSION=\"18.04.1 LTS (Bionic Beaver)\"\nID=ubuntu\nID_LIKE=debian\nPRETTY_NAME=\"Ubuntu 18.04.1 LTS\"\nVERSION_ID=\"18.04\"\nHOME_URL=\"https://www.ubuntu.com/\"\nSUPPORT_URL=\"https://help.ubuntu.com/\"\nBUG_REPORT_URL=\"https://bugs.launchpad.net/ubuntu/\"\nPRIVACY_POLICY_URL=\"https://www.ubuntu.com/legal/terms-and-policies/privacy-policy\"\nVERSION_CODENAME=bionic\nUBUNTU_CODENAME=bionicLe scanner a été reconnue sans que je fasse aucune manipulation :# lsusb\nBus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub\nBus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub\nBus 001 Device 004: ID 5986:0299 Acer, Inc \nBus 001 Device 003: ID 0a5c:21f4 Broadcom Corp. \nBus 001 Device 006: ID 04f9:60e0 Brother Industries, Ltd \nBus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub\nBus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub\nBus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub\nBus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver\nBus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubJ'ai installé le paquet libsane-dsserie :Pour un système 64bitswget http://download.brother.com/welcome/dlf100976/libsane-dsseries_1.0.5-1_amd64.deb\nsudo dpkg -i libsane-dsseries_1.0.5-1_amd64.debPour un système 32bitswget http://download.brother.com/welcome/dlf100975/libsane-dsseries_1.0.5-1_i386.deb\nsudo dpkg -i libsane-dsseries_1.0.5-1_i386.debAucun problème de détection :# sudo sane-find-scanner\n\n # sane-find-scanner will now attempt to detect your scanner. If the\n # result is different from what you expected, first make sure your\n # scanner is powered up and properly connected to your computer.\n\n # No SCSI scanners found. If you expected something different, make sure that\n # you have loaded a kernel SCSI driver for your SCSI adapter.\n\nfound USB scanner (vendor=0x0a5c [Broadcom Corp], product=0x21f4 [BCM20702A0]) at libusb:001:003\n # Your USB scanner was (probably) detected. It may or may not be supported by\n # SANE. Try scanimage -L and read the backend's manpage.\n\n # Not checking for parallel port scanners.\n\n # Most Scanners connected to the parallel port or other proprietary ports\n # can't be detected by this program.Voici la liste des paquets installé pour sane :# dpkg -l *sane*\nSouhait=inconnU/Installé/suppRimé/Purgé/H=à garder\n| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements\n|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)\n||/ Nom Version Architecture Description\n+++-=============================-===================-===================-================================================================\nun iamerican-insane <aucune> <aucune> (aucune description n'est disponible)\nun ibritish-insane <aucune> <aucune> (aucune description n'est disponible)\nun libsane <aucune> <aucune> (aucune description n'est disponible)\nii libsane-common 1.0.27-1~experiment all API library for scanners -- documentation and support files\nii libsane-dsseries 1.0.5-1 amd64 Brother DS-series scanners driver\nii libsane-hpaio:amd64 3.17.10+repack0-5 amd64 HP SANE backend for multi-function peripherals\nii libsane1:amd64 1.0.27-1~experiment amd64 API library for scanners\nii sane-utils 1.0.27-1~experiment amd64 API library for scanners -- utilities\nii xsane 0.999-5ubuntu2 amd64 featureful graphical frontend for SANE (Scanner Access Now Easy)\nii xsane-common 0.999-5ubuntu2 all xsane architecture independent filesConseils : Depuis quelque temps la prise en charge 32bits par des système 64bits a changé, avant il fallait installé ia32, elle n'existe plus.Quand vous êtes en 32bits installé le paquet 32bits et quand vous êtes en 64bits installé le paquet 64bitsConseil : Déterminé si on est sur du 32 ou 64bits :\n\t\t\t\t\t\tDernière modification par Ordissimo1 (Le 09/09/2018, à 13:04)\n\t\t\t\t\t","length":4382,"excerpt":"Bonjour,","siteName":null}