<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3271&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / SOLVED: Stop printers from being added - kill Bluetooth]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3271</link>
		<description><![CDATA[The most recent posts in SOLVED: Stop printers from being added - kill Bluetooth.]]></description>
		<lastBuildDate>Sat, 01 Feb 2020 16:32:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19838#p19838</link>
			<description><![CDATA[<p>Okay, it appears that avahi-daemon was the culprit, as after it was uninstalled, the notifications never reappeared. I looked at the man page for avahi-daemon, but damned if I could see a way to configure it short of uninstalling it. Thanks for everyone who responded. This was definitely a learning experience.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Sat, 01 Feb 2020 16:32:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19838#p19838</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19765#p19765</link>
			<description><![CDATA[<div class="quotebox"><cite>nobodyuknow wrote:</cite><blockquote><div><p>I realize I&#039;m in the minority, however.</p></div></blockquote></div><p>By not using avahi you are not in minority by far.<br />And in fact it does not matter. Everyone has individual needs and with free software and a system like Devuan GNU+Linux you can simply choose what runs in <em>your</em> computer and how.</p>]]></description>
			<author><![CDATA[dummy@example.com (mmaglis)]]></author>
			<pubDate>Tue, 28 Jan 2020 10:34:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19765#p19765</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19759#p19759</link>
			<description><![CDATA[<p>&quot;instantly be able to view other people who you can chat with, find printers to print to or find files being shared.&quot;</p><p>None of the above are things I want, especially the first and third. I realize I&#039;m in the minority, however. This particular library offers printing from personal laptops, something not always offered by libraries. The funny thing is that this library offers apps for printing from Windows and MacOS only, but given how similar avahi and bonjour are, I&#039;m not surprised Devuan is able to communicate with the printers. I&#039;ll never understand why printers are added and deleted, when one would assume printers would be added only. The other library I use does not offer Wi-Fi printing, which explains a lot, I think.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Tue, 28 Jan 2020 02:03:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19759#p19759</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19711#p19711</link>
			<description><![CDATA[<p>It sounds like your avahi-daemon is picking up networked printers.</p><p>From the <a href="https://avahi.org" rel="nofollow">https://avahi.org</a></p><div class="quotebox"><blockquote><div><p>Avahi is a system which facilitates service discovery on a local network via the mDNS/DNS-SD protocol suite. This enables you to plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. Compatible technology is found in Apple MacOS X (branded &quot;Bonjour&quot; and sometimes &quot;Zeroconf&quot;).</p></div></blockquote></div><p>On a GNU+Linux system look for </p><div class="codebox"><pre><code>man avahi-daemon.conf
man avahi-daemon</code></pre></div><p>The avahi configuration should be found under /etc/avahi directory.</p><p>It could be that your CUPS print server is picking avahi discovered printers and creates available print queues for you.<br />You have a couple of options to handle your issue:</p><ul><li><p>disable or remove avahi-daemon, but then you will also loose other discovered services</p></li><li><p>reconfigure CUPS to not pick up any printers discovered by avahi</p></li></ul><p>The CUPS configuration change, should be in the file /etc/cups/cups-browsed.conf </p><p>look for and change</p><div class="codebox"><pre><code>BrowseRemoteProtocols dnssd cups </code></pre></div><p>to</p><div class="codebox"><pre><code>BrowseRemoteProtocols none</code></pre></div><p>Alternatively or additionally you can add the following in the avahi-daemon.conf</p><div class="codebox"><pre><code>use-ipv4=no
use-ipv6=no</code></pre></div><p>but then I am not sure what avahi-daemon will be good at :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (mmaglis)]]></author>
			<pubDate>Sun, 26 Jan 2020 10:47:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19711#p19711</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19703#p19703</link>
			<description><![CDATA[<p>I don&#039;t know whether the notifications are via Bluetooth or Wi-Fi. I assumed Bluetooth because Wi-Fi works fine at all other locations -- and because I have zero experience with Bluetooth. I really hate Wi-Fi and wish I could use Ethernet, but libraries don&#039;t offer that option.</p><p>I uninstalled the avahi daemon, but I won&#039;t know if that was a solution until I return to that specific library in a few days.</p><p>How does one reconfigure avahi? I searched for a wiki, but I found nothing. There is no man page for avahi.</p><p>Soon I&#039;m going to wipe the drive and reinstall Devuan. I&#039;ll immediately uninstall avahi-daemon, but retain Bluetooth (even though I don&#039;t use it), and bring the laptop back to the problem library to see what happens.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Sat, 25 Jan 2020 22:34:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19703#p19703</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19689#p19689</link>
			<description><![CDATA[<p>How did you conclude these printers showing up are Bluetooth and not <strong>WiFi</strong> printers?<br />Without bluez installed, I do not think any user-space utility will pick up any bluetooth device.</p><p>Try reconfiguring avahi or uninstalling the </p><div class="quotebox"><blockquote><div><p>avahi-daemon</p></div></blockquote></div><p> package or disabling the service..</p>]]></description>
			<author><![CDATA[dummy@example.com (mmaglis)]]></author>
			<pubDate>Sat, 25 Jan 2020 19:28:20 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19689#p19689</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19686#p19686</link>
			<description><![CDATA[<p>If you get rid of avahi-daemon, that should be enough. The library won&#039;t do anything.</p><p>If removing avahi-daemon wants to remove other things that you know you want, you can disable it with sysv-rc-conf (or update-rc.d if you like commands.)</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 25 Jan 2020 19:05:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19686#p19686</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19685#p19685</link>
			<description><![CDATA[<p>@mmaglis&#160; &#160;I appreciate your suggestions. One of the first things I tried was disabling Bluetooth in BIOS, but there was no setting to do so. On my laptop, an HP ProBook, Bluetooth is handled by the wireless card. This is what made this exercise so frustrating, as I had already disabled that wireless card to use an ASUS USB wireless adapter. If the on-board card was disabled, how the heck was Bluetooth even running?</p><p>I looked at uninstalling avahi, but then I discovered that libavahi is something that Audacious, Brasero, Cinnamon, and many other packages depend upon. avahi seems like a mini-systemd.</p><p>The notifications continue to arrive, so uninstalling bluez is not the solution. I will look at avahi to see if I can configure it differently. I also will look at the system logs of my Linux Mint system, as maybe it has been doing this all along and I never knew it. This behavior only happens at one library I use.</p><p>Someone asked a related question on the avahi mailing list in December, but no one responded.<br /><a href="https://lists.freedesktop.org/archives/avahi/2019-December/002528.html" rel="nofollow">https://lists.freedesktop.org/archives/ … 02528.html</a></p><p>This exercise made me understand just a little how much work Devuan developers must undertake to remove the insideous systemd (Darn you, Lennart Poettering!) from Debian. I for one appreciate what the community does.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Sat, 25 Jan 2020 18:36:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19685#p19685</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19659#p19659</link>
			<description><![CDATA[<div class="quotebox"><cite>nobodyuknow wrote:</cite><blockquote><div><p>@mmaglis</p><p>I thought I made it clear that I was not using Bluetooth and wanted to keep it that way.</p></div></blockquote></div><p>What you made clear is that you did not want to use Bluetooth but did not succeed.<br />That is why I asked how you try to control/switch off your Bluetooth devices among other things.<br />My main point is that if you do not provide exact details of your setup, you can only expect vague suggestions.</p><p>If you want to permanently disable Bluetooth, you either do it by disabling (e.g. in BIOS) or removing the hardware or by removing Bluetooth kernel module, or by removing service packages like bluez and dependencies, or by reconfiguring your user-space utility that tries to control all the above.</p><p>Removing the bluez packages might work for you.<br />I suggest you monitor your system logs for attempts to activate or access the Bluetooth device.</p>]]></description>
			<author><![CDATA[dummy@example.com (mmaglis)]]></author>
			<pubDate>Fri, 24 Jan 2020 08:55:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19659#p19659</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19656#p19656</link>
			<description><![CDATA[<p>Thanks for the help so far.</p><p>@ToxicExMachina</p><p>I removed bluez, which resulted in about five Bluetooth packages being removed. I&#039;ll use the laptop for a day or two and see if the notifications stop.</p><p>@fsmithred</p><p>avahi was developed by Lennart Poettering! Ewwwwwwwwwwwwwwwwwwwwwwwwwwwwww!</p><p>I&#039;ll see what happens with bluez being uninstalled, but avahi might just have to go too.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Thu, 23 Jan 2020 19:39:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19656#p19656</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19652#p19652</link>
			<description><![CDATA[<p>Could avahi be the culprit here? It likes to connect to things for you.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 23 Jan 2020 13:13:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19652#p19652</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19643#p19643</link>
			<description><![CDATA[<p>If you want to disable bluetooth at all just remove Bluez. You can also try to disable bluetooth in CMOS setup of your laptop.</p>]]></description>
			<author><![CDATA[dummy@example.com (ToxicExMachina)]]></author>
			<pubDate>Thu, 23 Jan 2020 03:50:48 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19643#p19643</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19641#p19641</link>
			<description><![CDATA[<p>@mmaglis</p><p>I thought I made it clear that I was not using Bluetooth and wanted to keep it that way.</p><p>@Head_on_a_Stick</p><p>Never owned a printer? You and I live in entirely different worlds.</p><p>I had to install sysv-rc-conf, but then I had bash problems. I&#039;ll play with it.</p>]]></description>
			<author><![CDATA[dummy@example.com (nobodyuknow)]]></author>
			<pubDate>Wed, 22 Jan 2020 23:15:22 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19641#p19641</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19625#p19625</link>
			<description><![CDATA[<p>I&#039;ve never owned a printer but you can use this command to list enabled services and toggle their state:</p><div class="codebox"><pre><code># sysv-rc-conf</code></pre></div><p>Disable the &quot;cups&quot; service with:</p><div class="codebox"><pre><code># sysv-rc-conf cups off</code></pre></div><p>EDIT: typo.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Wed, 22 Jan 2020 12:16:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19625#p19625</guid>
		</item>
		<item>
			<title><![CDATA[Re: SOLVED: Stop printers from being added - kill Bluetooth]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=19624#p19624</link>
			<description><![CDATA[<p>For someone to help, you need to provide specific information:</p><ul><li><p>Basic hardware specification. E.g. laptop model, Bluetooth device models</p></li><li><p>Devuan version installed, with install options</p></li><li><p>List of running services and how you control your Bluetooth devices</p></li><li><p>Any modifications to default configuration of any software</p></li></ul>]]></description>
			<author><![CDATA[dummy@example.com (mmaglis)]]></author>
			<pubDate>Wed, 22 Jan 2020 11:53:16 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=19624#p19624</guid>
		</item>
	</channel>
</rss>
