<?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=2071&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / i need help with some packages (SOLVED)]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2071</link>
		<description><![CDATA[The most recent posts in i need help with some packages (SOLVED).]]></description>
		<lastBuildDate>Thu, 17 May 2018 02:39:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: i need help with some packages (SOLVED)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9194#p9194</link>
			<description><![CDATA[<p>Usually, all you need to do is:</p><div class="codebox"><pre><code>apt-get install build-essential linux-headers-$(uname -r)</code></pre></div><p> and you&#039;ll get the headers for the running kernel along with the build tools.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 17 May 2018 02:39:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9194#p9194</guid>
		</item>
		<item>
			<title><![CDATA[Re: i need help with some packages (SOLVED)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9193#p9193</link>
			<description><![CDATA[<p>^golinux is right.&#160; <a href="https://github.com/ros/rosdistro/issues/11567" rel="nofollow">Apparently this isn&#039;t news, either.</a> XD&#160; So you may want to try <span class="bbc">sudo&#160; apt-get install linux-headers-$(dpkg --print-architecture)</span> instead.</p>]]></description>
			<author><![CDATA[dummy@example.com (siva)]]></author>
			<pubDate>Thu, 17 May 2018 02:39:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9193#p9193</guid>
		</item>
		<item>
			<title><![CDATA[Re: i need help with some packages (SOLVED)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9192#p9192</link>
			<description><![CDATA[<p>I just checked and I don&#039;t have <span class="bbc">linux-headers-generic</span> available in jessie or ASCII.&#160; There are plenty of <span class="bbc">linux-headers-*</span> for various kernels and pae etc.&#160; Maybe you need <span class="bbc">linux-headers-common</span>?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Thu, 17 May 2018 02:34:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9192#p9192</guid>
		</item>
		<item>
			<title><![CDATA[Re: i need help with some packages (SOLVED)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9191#p9191</link>
			<description><![CDATA[<div class="quotebox"><cite>Andre wrote:</cite><blockquote><div><p>E: The &quot;linux-headers-generic&quot; package does not have a candidate for installation</p></div></blockquote></div><p>My guess is you need to remove the duplicate cdrom line, so your sources.list would read something like:</p><div class="codebox"><pre><code># deb cdrom:[devuan_ascii_2.0.0-rc_amd64_dvd-1]/ ascii main non-free

deb http://mx.deb.devuan.org/merged ascii main non-free contrib
[ ... ]</code></pre></div><p>Then run <span class="bbc">sudo apt-get update</span> and re-run the other command, with the dependencies, that I mentioned in my first reply.</p><p>If that works, it may help with your <span class="bbc">Input/Output</span> issue.&#160; It might be <a href="https://askubuntu.com/questions/900073/modprobe-linux-kernel-audio-module-failed" rel="nofollow">a problem with your kernel package</a>, so you could try re-installing the kernel, like the person in that link did.&#160; But I suspect that fixing your sources.list and updating will solve a few conundrums.</p>]]></description>
			<author><![CDATA[dummy@example.com (siva)]]></author>
			<pubDate>Thu, 17 May 2018 02:24:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9191#p9191</guid>
		</item>
		<item>
			<title><![CDATA[Re: i need help with some packages (SOLVED)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9190#p9190</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>Could you please post your sources.list?</p></div></blockquote></div><p>here is: <br /># </p><p># deb cdrom:[devuan_ascii_2.0.0-rc_amd64_dvd-1]/ ascii main non-free</p><p>deb cdrom:[devuan_ascii_2.0.0-rc_amd64_dvd-1]/ ascii main non-free</p><p>deb <a href="http://mx.deb.devuan.org/merged" rel="nofollow">http://mx.deb.devuan.org/merged</a> ascii main non-free contrib<br />deb-src <a href="http://mx.deb.devuan.org/merged" rel="nofollow">http://mx.deb.devuan.org/merged</a> ascii main non-free contrib</p><p>deb <a href="http://mx.deb.devuan.org/merged" rel="nofollow">http://mx.deb.devuan.org/merged</a> ascii-security main non-free contrib<br />deb-src <a href="http://mx.deb.devuan.org/merged" rel="nofollow">http://mx.deb.devuan.org/merged</a> ascii-security main non-free contrib</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre)]]></author>
			<pubDate>Thu, 17 May 2018 01:21:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9190#p9190</guid>
		</item>
		<item>
			<title><![CDATA[Re: i need help with some packages (SOLVED)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9189#p9189</link>
			<description><![CDATA[<p>Could you please post your sources.list?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Thu, 17 May 2018 01:17:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9189#p9189</guid>
		</item>
		<item>
			<title><![CDATA[Re: i need help with some packages (SOLVED)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9186#p9186</link>
			<description><![CDATA[<div class="quotebox"><cite>siva wrote:</cite><blockquote><div><p>Can you post the full output of <span class="bbc">sudo apt-get install -y linux-headers-generic build-essential dkms</span>?</p><p>Also, your wifi card model -- <span class="bbc">sudo lspci -vv | grep -i network</span> -- and a link to your driver might be helpful, too.</p></div></blockquote></div><p>after &quot;apt-get install&quot;: <span class="bbc">root @ Andre-PC: / home / andre # sudo apt-get install -y linux-headers-generic build-essential dkms<br />Reading list of packages ... Done<br />Creating dependency tree<br />Reading the status information ... Done<br />The linux-headers-generic package is not available, but there is another package referenced<br />to the. This may mean that the package is missing, obsolete or only<br />Find available from below from another source</span></p><p><span class="bbc">E: The &quot;linux-headers-generic&quot; package does not have a candidate for installation</span></p><p>after lspci: <span class="bbc">sudo lspci -vv | grep -i network<br />[sudo] password for andre: <br />pcilib: sysfs_read_vpd: read failed: Input/output error</span></p><p>i do this in a fresh installation of Devuan ASCII</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre)]]></author>
			<pubDate>Thu, 17 May 2018 00:54:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9186#p9186</guid>
		</item>
		<item>
			<title><![CDATA[Re: i need help with some packages (SOLVED)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9173#p9173</link>
			<description><![CDATA[<p>Can you post the full output of <span class="bbc">sudo apt-get install -y linux-headers-generic build-essential dkms</span>?</p><p>Also, your wifi card model -- <span class="bbc">sudo lspci -vv | grep -i network</span> -- and a link to your driver might be helpful, too.</p>]]></description>
			<author><![CDATA[dummy@example.com (siva)]]></author>
			<pubDate>Wed, 16 May 2018 13:18:37 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9173#p9173</guid>
		</item>
		<item>
			<title><![CDATA[i need help with some packages (SOLVED)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=9157#p9157</link>
			<description><![CDATA[<p>Hi everyone, i need some help, whenever i install a new distro i need to install a modified wifi card driver, so i need help cuz i can&#039;t install this packages: &quot;linux-headers-generic&quot; &quot;build-essential&quot; &quot;dkms&quot;, how can i install that packages?, in the description of the guide to install this drivers says &quot;The instructions above should work in every Debian-based distribution.&quot; but doesn&#039;t work, so please help me, i won&#039;t systemd on my pc... thx for your time, and sorry for my english.</p>]]></description>
			<author><![CDATA[dummy@example.com (Andre)]]></author>
			<pubDate>Wed, 16 May 2018 05:35:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=9157#p9157</guid>
		</item>
	</channel>
</rss>
