[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linux-31] Bizarrerie scanner avec une Canon MG5750...
- To: Linux 31 <linux-31@culte.org>
- Subject: Re: [Linux-31] Bizarrerie scanner avec une Canon MG5750...
- From: Jean-Marc Mongrelet <jm.mongt@gmail.com>
- Date: Sat, 14 Sep 2019 21:31:39 +0200
- Authentication-results: pic2s.le-pic.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="tshFkw/q"; dkim-atps=neutral
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:content-transfer-encoding:date:from:to:subject :in-reply-to:references:message-id:user-agent; bh=4SSYv3wROX6J2KeWWR/Cxq5WXHXQ5vJgRzhpjBoWH60=; b=tshFkw/qb7Rnnns5vcg4lqLhJPN2ijuGqFaxyw4mTYnDIESvjRU/2XZA9+SSGnEOzq +uq9mipX+GGSTdu8ARLy5EV1z9JOQczUlP2ymm66r3zfsD81vUX3ks1QPoqy2dQ6oYoH q98IpnSudPUmvWdrtRh01wb0q5UZxhhF4W+5p387/psZ3hUc+lRGQ1Tvtc3iGneguN0Q ++yeoW0Y8p8MAxKrafXHAk6GHQ2mVVC7AIuWf/ZiMPabFFBY54oNHcppkrCtV6cch9KX V+PMN8fYy9KNJMbMpx4Z/S0VRGcWuTQEdvETS/kZ2c60X+mF6ePirX5SNAQSSs84dHc6 qrwQ==
- In-reply-to: <2f1cb810fc618434a1abfadb481b0e8c@lyra.local>
- References: <2f1cb810fc618434a1abfadb481b0e8c@lyra.local>
- User-agent: Roundcube Webmail/1.3.9
Le 14/09/2019 20:51, Jean-Marc Mongrelet a écrit :
La machine B:
$ ping 72FB83000000.local
PING 72FB83000000.local (192.168.1.39) 56(84) bytes of data.
64 bytes from 72fb83000000.home (192.168.1.39): icmp_seq=1 ttl=64
time=9.87 ms
64 bytes from 72fb83000000.home (192.168.1.39): icmp_seq=2 ttl=64
time=6.03 ms
64 bytes from 72fb83000000.home (192.168.1.39): icmp_seq=3 ttl=64
time=5.78 ms
64 bytes from 72fb83000000.home (192.168.1.39): icmp_seq=4 ttl=64
time=3.83 ms
Je ne sais pas pourquoi elle répond *.home ??
Bon... visiblement c'est bien un problème de .home et de .local... car
j'ai mis:
192.168.1.39 72FB83000000.local
dans le fichier /etc/hosts ... et quand je pingue:
$ ping 72FB83000000.local
PING 72FB83000000.local (192.168.1.39) 56(84) bytes of data.
64 bytes from 72FB83000000.local (192.168.1.39): icmp_seq=1 ttl=64
time=5.81 ms
64 bytes from 72FB83000000.local (192.168.1.39): icmp_seq=2 ttl=64
time=2.67 ms
64 bytes from 72FB83000000.local (192.168.1.39): icmp_seq=3 ttl=64
time=3.00 ms
Et le scanner fonctionne:
$ scanimage -L
device `pixma:MG5700_72FB83000000' is a CANON Canon PIXMA MG5700 Series
multi-function peripheral
device `hpaio:/net/Photosmart_C5100_series?zc=HPC5180' is a
Hewlett-Packard Photosmart_C5100_series all-in-one
device `hpaio:/net/Photosmart_B110_series?ip=192.168.1.71' is a
Hewlett-Packard Photosmart_B110_series all-in-one
Qu'est qu'il faut faire pour que le .home devienne un .local ??
Car la solution du /etc/hosts n'est que temporaire étant donné que mon
ip Wifi de l'imprimante est donné en dhcp!
JM