Yup, that was indeed the solution.  I added --force-install to the install line in the script.  That did the trick.  BTW, these drivers are just for USB, not wireless.  From what I learned for wireless you need to compile some source code.  Not me, not now.<br>

<br>Thanks for the tip.<br><br clear="all">-- Asher <br>
<br><br><div class="gmail_quote">On Wed, Feb 24, 2010 at 10:20 PM, David Tomaschik <span dir="ltr">&lt;<a href="mailto:david@tuxteam.com">david@tuxteam.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5">Asher Vilensky wrote:<br>
&gt; I bought an all-in-one /Pixma MX860.  /Among our other machines, we<br>
&gt; have a Dell Mini-Inspiron running Ubuntu 8.04.  In this site<br>
&gt; <a href="http://forums.linux-foundation.org/read.php?25,9006" target="_blank">http://forums.linux-foundation.org/read.php?25,9006</a> I found advice<br>
&gt; about Linux drivers.  Found the site and downloaded the drivers.  But<br>
&gt; an attempt to install it (as root) yields:<br>
&gt;<br>
&gt; # ./install.sh<br>
&gt; Execution command = sudo dpkg -iG<br>
&gt; ./packages/cnijfilter-common_3.10-1_i386.deb<br>
&gt; dpkg: error processing ./packages/cnijfilter-common_3.10-1_i386.deb<br>
&gt; (--install):<br>
&gt;  package architecture (i386) does not match system (lpia)<br>
&gt; Errors were encountered while processing:<br>
&gt;  ./packages/cnijfilter-common_3.10-1_i386.deb<br>
&gt;<br>
&gt;<br>
&gt; The machine, as far as I can tell, IS i386.  What is &quot;lpia&quot; anyway?<br>
&gt; Anybody knows anything about it?<br>
&gt;<br>
&gt; Thanks.<br>
&gt;<br>
&gt; -- Asher<br>
<br>
</div></div>LPIA = Low Power Intel Architecture.  It&#39;s i386-compatible, but<br>
optimized for lower power consumption.  IOW, it&#39;s Atom-specific.  You<br>
can safely install i386 packages with --force-architecture to dpkg.  Not<br>
sure what you&#39;d need for their install.sh.<br>
<font color="#888888"><br>
--<br>
David Tomaschik, RHCE<br>
Moderator, LinuxQuestions.org<br>
<a href="http://www.tuxteam.com" target="_blank">http://www.tuxteam.com</a><br>
<a href="mailto:david@tuxteam.com">david@tuxteam.com</a> [GPG: 0x6D428695]<br>
<br>
<br>
</font><br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br>