Comment 17 for bug 987212

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Problem is that for the "wlan0" interface there are no full data records (starting with a "=" line) for the printers. Seems to be some problem with Avahi.

----------
till@till:~$ cat avahi-browse-a-v-c-r-output-LAN.txt | grep wlan0 | grep -i ipv4 | grep Printer
+ wlan0 IPv4 Brother MFC-9840CDW UNIX Printer local
+ wlan0 IPv4 HP Color LaserJet CM2320nf MFP (8869EE) UNIX Printer local
+ wlan0 IPv4 Brother MFC-9840CDW PDL Printer local
+ wlan0 IPv4 HP Color LaserJet CM2320nf MFP (8869EE) PDL Printer local
+ wlan0 IPv4 Brother MFC-9840CDW Internet Printer local
till@till:~$ cat avahi-browse-a-v-c-r-output-LAN.txt | grep eth0 | grep -i ipv4 | grep Printer
+ eth0 IPv4 HP Color LaserJet CM2320nf MFP (8869EE) UNIX Printer local
+ eth0 IPv4 Brother MFC-9840CDW UNIX Printer local
+ eth0 IPv4 HP Color LaserJet CM2320nf MFP (8869EE) PDL Printer local
+ eth0 IPv4 Brother MFC-9840CDW PDL Printer local
+ eth0 IPv4 Brother MFC-9840CDW Internet Printer local
= eth0 IPv4 HP Color LaserJet CM2320nf MFP (8869EE) UNIX Printer local
= eth0 IPv4 Brother MFC-9840CDW UNIX Printer local
= eth0 IPv4 HP Color LaserJet CM2320nf MFP (8869EE) PDL Printer local
= eth0 IPv4 Brother MFC-9840CDW PDL Printer local
= eth0 IPv4 Brother MFC-9840CDW Internet Printer local
till@till:~$
----------