<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3994&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Iwl4965 and HPdv6000]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3994</link>
		<description><![CDATA[The most recent posts in Iwl4965 and HPdv6000.]]></description>
		<lastBuildDate>Mon, 14 Dec 2020 23:19:10 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26266#p26266</link>
			<description><![CDATA[<p><a href="https://wiki.debian.org/iwlegacy" rel="nofollow">https://wiki.debian.org/iwlegacy</a></p><p>I believe <em>Head_on_a_Stick</em> and <em>fsmithred</em> might be on the track.</p><p>Cheers,<br />Olav</p>]]></description>
			<author><![CDATA[dummy@example.com (F_Sauce)]]></author>
			<pubDate>Mon, 14 Dec 2020 23:19:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26266#p26266</guid>
		</item>
		<item>
			<title><![CDATA[Re: Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26263#p26263</link>
			<description><![CDATA[<p>^ +1</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 14 Dec 2020 19:22:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26263#p26263</guid>
		</item>
		<item>
			<title><![CDATA[Re: Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26251#p26251</link>
			<description><![CDATA[<div class="quotebox"><cite>darry1966 wrote:</cite><blockquote><div><p>The problem is very random.</p></div></blockquote></div><p>In my experience, random behaviour is very often caused by faulty hardware.</p>]]></description>
			<author><![CDATA[dummy@example.com (PedroReina)]]></author>
			<pubDate>Sun, 13 Dec 2020 11:25:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26251#p26251</guid>
		</item>
		<item>
			<title><![CDATA[Re: Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26227#p26227</link>
			<description><![CDATA[<p>Thanks guys I will try these ideas out.&#160; The problem is very random.&#160; Thanks all.</p>]]></description>
			<author><![CDATA[dummy@example.com (darry1966)]]></author>
			<pubDate>Sat, 12 Dec 2020 05:29:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26227#p26227</guid>
		</item>
		<item>
			<title><![CDATA[Re: Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26226#p26226</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>I think the card uses the legacy driver so</p></div></blockquote></div><p>Maybe. I just did &#039;apt-cache search IWL4965&#039; and it showed firmware-iwlwifi.</p><p>grep for just &#039;iwl&#039; and they can all show up.</p><p>I&#039;d like to rule out eudev as the source of the problem before anything else is changed. If so, there&#039;s a fix in beowulf-proposed-updates. <a href="https://bugs.devuan.org/cgi/bugreport.cgi?bug=483" rel="nofollow">https://bugs.devuan.org/cgi/bugreport.cgi?bug=483</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 11 Dec 2020 20:57:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26226#p26226</guid>
		</item>
		<item>
			<title><![CDATA[Re: Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26222#p26222</link>
			<description><![CDATA[<div class="quotebox"><cite>fsmithred wrote:</cite><blockquote><div><p>You could also do <span class="bbc">lsmod |grep iwlwifi</span> to see if the wireless module is loaded.</p></div></blockquote></div><p>I think the card uses the <a href="https://wiki.debian.org/iwlegacy" rel="nofollow">legacy driver</a> so</p><div class="codebox"><pre><code>grep iwl4965 /proc/modules</code></pre></div><p>And if it isn&#039;t loaded use</p><div class="codebox"><pre><code># modprobe iwl4965</code></pre></div><p>If that fixes things then add the module name to <span class="bbc">/etc/modules</span> (or to a file under <span class="bbc">/etc/modules-load.d/</span>) to force load it every boot.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 11 Dec 2020 19:39:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26222#p26222</guid>
		</item>
		<item>
			<title><![CDATA[Re: Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26220#p26220</link>
			<description><![CDATA[<p>Try <span class="bbc">grep iwlwifi /var/log/syslog</span> and see if there are any error messages.</p><p>And please do the following for me. <span class="bbc">lsmod | wc -l</span> and compare the numbers you get when the wireless does and does not connect after a reboot. Let me know if they are different. Thanks. You could also do <span class="bbc">lsmod |grep iwlwifi</span> to see if the wireless module is loaded.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Fri, 11 Dec 2020 18:09:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26220#p26220</guid>
		</item>
		<item>
			<title><![CDATA[Re: Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26219#p26219</link>
			<description><![CDATA[<p>Hi Pedro,<br />the behaviour this - the machine loads to desktop and no connections with wicd show.&#160; The firmware for iw4965 is not loading every boot.&#160; Have to reboot to get it to - then I can connect.&#160; Is there an answer to this problem??</p>]]></description>
			<author><![CDATA[dummy@example.com (darry1966)]]></author>
			<pubDate>Fri, 11 Dec 2020 17:38:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26219#p26219</guid>
		</item>
		<item>
			<title><![CDATA[Re: Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26213#p26213</link>
			<description><![CDATA[<div class="quotebox"><cite>darry1966 wrote:</cite><blockquote><div><p>does not load consistently</p></div></blockquote></div><p>Could you support this with some log messages? Or describing the inconsistent behaviour?</p>]]></description>
			<author><![CDATA[dummy@example.com (PedroReina)]]></author>
			<pubDate>Fri, 11 Dec 2020 09:46:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26213#p26213</guid>
		</item>
		<item>
			<title><![CDATA[Iwl4965 and HPdv6000]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26210#p26210</link>
			<description><![CDATA[<p>The module for my wireless card IWL4965 does not load consistently in Devuan Beowulf is there a fix???</p>]]></description>
			<author><![CDATA[dummy@example.com (darry1966)]]></author>
			<pubDate>Fri, 11 Dec 2020 07:23:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26210#p26210</guid>
		</item>
	</channel>
</rss>
