<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: RedHat Linux 9 and HP Pavillion ze5385</title>
	<atom:link href="http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/</link>
	<description></description>
	<lastBuildDate>Mon, 26 Dec 2011 19:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Modern lounge chair</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-3/#comment-106643</link>
		<dc:creator>Modern lounge chair</dc:creator>
		<pubDate>Fri, 08 Jul 2011 12:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-106643</guid>
		<description>&#039;s columns appear every Tuesday and Thursday in The Free Press. Contact 
Jon at 252-559-1083 or jdawson@freedomenc.com. Check out Jon&#039;s blog at jdawson.encblogs.com and his Twitter page @JonDawsonColumn </description>
		<content:encoded><![CDATA[<p>&#8216;s columns appear every Tuesday and Thursday in The Free Press. Contact<br />
Jon at 252-559-1083 or <a href="mailto:jdawson@freedomenc.com">jdawson@freedomenc.com</a>. Check out Jon&#8217;s blog at jdawson.encblogs.com and his Twitter page @JonDawsonColumn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dogging</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-3/#comment-106642</link>
		<dc:creator>dogging</dc:creator>
		<pubDate>Sat, 04 Jun 2011 07:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-106642</guid>
		<description>Fittingly, Shaquille O&#039;Neal&#039;s retirement press conference was one of a kind. The Hall of Fame-bound center was introduced by his mother, Lucille, and his college coach at Louisiana State, Dale Brown, at a press conference at his palatial mansion in ... </description>
		<content:encoded><![CDATA[<p>Fittingly, Shaquille O&#8217;Neal&#8217;s retirement press conference was one of a kind. The Hall of Fame-bound center was introduced by his mother, Lucille, and his college coach at Louisiana State, Dale Brown, at a press conference at his palatial mansion in &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo A.P.S.</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-3/#comment-8270</link>
		<dc:creator>Gustavo A.P.S.</dc:creator>
		<pubDate>Sun, 18 Sep 2005 05:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-8270</guid>
		<description>XD, forgot last post. Red Hat 9 is running on laptop hp ze5447la, and it seems recognize ethernet.

Try, try, try... and magic! ;o)

For some reason, I start over again. I thought: if i have spent some hours of my life with this, why not try another? And gods hear me! and i&#039;m apologizing after my last post.

my solution:
install prompt: linux nofirewire
I delete the ext3 partition and i create it again. So, i have to reinstall red hat (server type installation for my purposes) and grub again (this time i wrote &#039;nofirewire&#039; on the textfield of extra-parameters, in anticipation to modify grub.conf), and boot disket and reboot...

I pressed &#039;i&#039; key after the screen shows something about swap... (initxxx begins just after that) and i hold on until the message of &quot;press &#039;I&#039; key for interactive...&quot; appears. When it start to ask me if i want to load kudzu i wrote &#039;n&#039; for that one, and &#039;s&#039; (default) in all next questions.

For dual boot:
I login as root and i execute:
mkdir /mnt/floppy
mount /dev/fd0 /mnt/floppy
dd if=/dev/hda1 of=/mnt/floppy/linux.bin bs=512 count=1

# hda1: where win xp pro is installed, hda2: where red hat is.
# that is for dual boot, more info on 
# http://www.piensa.com/piensa/foro_principiantes/1124906177/index_html
# linux.bin has to be copied to c:\ and the boot.ini file in windows has to be updated with one line at 
# the end: c:\linux.bin = &quot;Red hat 9&quot;, but this is extra info

for fix the autocheck new hardware at loading:
chkconfig --level 3 kudzu off
chkconfig --level 5 kudzu off

and for fix the shutdown process (the first time shutdown crashed at disabling/stoping pcmcia...):
u have to rename file &#039;ohci1394.o&#039; to &#039;_ohci1394.o&#039; as ricky said (August 24th, 2003 at 8:02 pm in this page)

well, it works, the graphics are 800x600 but it is enough at the moment. Maybe some day i&#039;ll tell you about oracle in red hat... that&#039;s my next objective.

Thanks to all.</description>
		<content:encoded><![CDATA[<p>XD, forgot last post. Red Hat 9 is running on laptop hp ze5447la, and it seems recognize ethernet.</p>
<p>Try, try, try&#8230; and magic! ;o)</p>
<p>For some reason, I start over again. I thought: if i have spent some hours of my life with this, why not try another? And gods hear me! and i&#8217;m apologizing after my last post.</p>
<p>my solution:<br />
install prompt: linux nofirewire<br />
I delete the ext3 partition and i create it again. So, i have to reinstall red hat (server type installation for my purposes) and grub again (this time i wrote &#8216;nofirewire&#8217; on the textfield of extra-parameters, in anticipation to modify grub.conf), and boot disket and reboot&#8230;</p>
<p>I pressed &#8216;i&#8217; key after the screen shows something about swap&#8230; (initxxx begins just after that) and i hold on until the message of &#8220;press &#8216;I&#8217; key for interactive&#8230;&#8221; appears. When it start to ask me if i want to load kudzu i wrote &#8216;n&#8217; for that one, and &#8216;s&#8217; (default) in all next questions.</p>
<p>For dual boot:<br />
I login as root and i execute:<br />
mkdir /mnt/floppy<br />
mount /dev/fd0 /mnt/floppy<br />
dd if=/dev/hda1 of=/mnt/floppy/linux.bin bs=512 count=1</p>
<p># hda1: where win xp pro is installed, hda2: where red hat is.<br />
# that is for dual boot, more info on<br />
# <a href="http://www.piensa.com/piensa/foro_principiantes/1124906177/index_html" rel="nofollow">http://www.piensa.com/piensa/foro_principiantes/1124906177/index_html</a><br />
# linux.bin has to be copied to c:\ and the boot.ini file in windows has to be updated with one line at<br />
# the end: c:\linux.bin = &#8220;Red hat 9&#8243;, but this is extra info</p>
<p>for fix the autocheck new hardware at loading:<br />
chkconfig &#8211;level 3 kudzu off<br />
chkconfig &#8211;level 5 kudzu off</p>
<p>and for fix the shutdown process (the first time shutdown crashed at disabling/stoping pcmcia&#8230;):<br />
u have to rename file &#8216;ohci1394.o&#8217; to &#8216;_ohci1394.o&#8217; as ricky said (August 24th, 2003 at 8:02 pm in this page)</p>
<p>well, it works, the graphics are 800&#215;600 but it is enough at the moment. Maybe some day i&#8217;ll tell you about oracle in red hat&#8230; that&#8217;s my next objective.</p>
<p>Thanks to all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo A.P.S.</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-3/#comment-8268</link>
		<dc:creator>Gustavo A.P.S.</dc:creator>
		<pubDate>Sat, 17 Sep 2005 20:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-8268</guid>
		<description>Hello, i finally found this page, after two weekends of trying to install red hat 9 on mi pavilion ze5447la (yes, another ze5400 series) , and i have followed the steps of this page.  Thanks for that.

I have installed knoppix &quot;a la mexicana&quot; (something like: knoppix mexican way) and knoppix 3.7 (dowloaded from linuxiso.org) a few months ago and those distros didn´t have any problem to install, even i can say that they (knoppix) recognizes my wi-fi (LAN-express ieee 802.11 pci adapter).

I&#039;m trying to install red hat (server mode) &#039;cause i have to install oracle 9i (or informix or db2) to a school project, i have to &quot;join&quot; or work with at least two machines running oracle, one in linux and other in windows. But that&#039;s another problem.

So, i have readed that oracle is supported in red hat, then, i&#039;m in this trouble installing.

I can install Red Hat 9 in my hp laptop ze5447la (also i have windows xp pro), but i have the same problem in the first booting (only i can boot with a 3 1/2&quot; disket). 

I&#039;ve tried: linux nofirewire, linux nofirewire noprobe, nousb, nopcmia... and combinations between them, and the only &quot;fix&quot; i have seen is with nofirewire (ohci1394 driver), but it crash a few seconds later, at &quot;Checking new hardware&quot; (Búsqueda de nuevo hardware in spanish).

I have also tried the &#039;i&#039; key (like crazy) in interactive start up and it seems dont´t work. I understand that I have to run the &quot;chkconfig kudzu off&quot; or &quot;chkconfig -level 3 kudzu off&quot; for fixing this problem, but i&#039;m wondering: how i&#039;m going to run that command if i can&#039;t load the os fully? 

Could any one else help me. I&#039;m not expert, i&#039;m maybe a newbie , but i want to learn linux.

P.S. Excuse my poor english, if anyone speaks spanish your help will be appreciated. Thanks from Veracruz, Mexico.

P.S.2: if i can install red hat later..., can i work with my ethernet? it recognizes it? (my eterhnet is a National Semicondutor dp83815)</description>
		<content:encoded><![CDATA[<p>Hello, i finally found this page, after two weekends of trying to install red hat 9 on mi pavilion ze5447la (yes, another ze5400 series) , and i have followed the steps of this page.  Thanks for that.</p>
<p>I have installed knoppix &#8220;a la mexicana&#8221; (something like: knoppix mexican way) and knoppix 3.7 (dowloaded from linuxiso.org) a few months ago and those distros didn´t have any problem to install, even i can say that they (knoppix) recognizes my wi-fi (LAN-express ieee 802.11 pci adapter).</p>
<p>I&#8217;m trying to install red hat (server mode) &#8217;cause i have to install oracle 9i (or informix or db2) to a school project, i have to &#8220;join&#8221; or work with at least two machines running oracle, one in linux and other in windows. But that&#8217;s another problem.</p>
<p>So, i have readed that oracle is supported in red hat, then, i&#8217;m in this trouble installing.</p>
<p>I can install Red Hat 9 in my hp laptop ze5447la (also i have windows xp pro), but i have the same problem in the first booting (only i can boot with a 3 1/2&#8243; disket). </p>
<p>I&#8217;ve tried: linux nofirewire, linux nofirewire noprobe, nousb, nopcmia&#8230; and combinations between them, and the only &#8220;fix&#8221; i have seen is with nofirewire (ohci1394 driver), but it crash a few seconds later, at &#8220;Checking new hardware&#8221; (Búsqueda de nuevo hardware in spanish).</p>
<p>I have also tried the &#8216;i&#8217; key (like crazy) in interactive start up and it seems dont´t work. I understand that I have to run the &#8220;chkconfig kudzu off&#8221; or &#8220;chkconfig -level 3 kudzu off&#8221; for fixing this problem, but i&#8217;m wondering: how i&#8217;m going to run that command if i can&#8217;t load the os fully? </p>
<p>Could any one else help me. I&#8217;m not expert, i&#8217;m maybe a newbie , but i want to learn linux.</p>
<p>P.S. Excuse my poor english, if anyone speaks spanish your help will be appreciated. Thanks from Veracruz, Mexico.</p>
<p>P.S.2: if i can install red hat later&#8230;, can i work with my ethernet? it recognizes it? (my eterhnet is a National Semicondutor dp83815)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jon</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-3/#comment-8219</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Sat, 03 Sep 2005 11:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-8219</guid>
		<description>vexing, ain&#039;t it.

i need to find again, then will do.

particularly tough since i don&#039;t run this anymore.

i think i had a lot of luck with fedora (this was FC1) on this laptop, as far as the X11 config. it Just Worked.

j.</description>
		<content:encoded><![CDATA[<p>vexing, ain&#8217;t it.</p>
<p>i need to find again, then will do.</p>
<p>particularly tough since i don&#8217;t run this anymore.</p>
<p>i think i had a lot of luck with fedora (this was FC1) on this laptop, as far as the X11 config. it Just Worked.</p>
<p>j.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-3/#comment-8095</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 24 Jul 2005 05:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-8095</guid>
		<description>could you please send me a copy of the xfree86 config, or at least update your links. your domain linkage is totally borked. thanks</description>
		<content:encoded><![CDATA[<p>could you please send me a copy of the xfree86 config, or at least update your links. your domain linkage is totally borked. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nocarrier</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-3/#comment-383</link>
		<dc:creator>nocarrier</dc:creator>
		<pubDate>Mon, 04 Oct 2004 02:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-383</guid>
		<description>whats up all... i know this is a BIG problem, but has anyone found a reliable (ok... i&#039;ll just say it, EASY) solution to the DRI problem with the 340M and the ze5385 laptop? Just curious... as I pull the last hair from my head.</description>
		<content:encoded><![CDATA[<p>whats up all&#8230; i know this is a BIG problem, but has anyone found a reliable (ok&#8230; i&#8217;ll just say it, EASY) solution to the DRI problem with the 340M and the ze5385 laptop? Just curious&#8230; as I pull the last hair from my head.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-3/#comment-348</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 22 Sep 2004 00:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-348</guid>
		<description>I installed Fedora core 2 on my ZE5470us.

I ran into the firewire and Kudzu problems. 

I was not able to go into interactive no matter how many times I hit I too. I found a solution to this. In my grub loader I added single to the end. This booted me into single user mood and could apply the above patches to the system.

I am having an additional problem of not being able to mount a cd or floppy. I added this line to fstab and it was no help.
/dev/hdc1         /dev/cdrom    iso9660  defaults  0 0

Error: wrong FS type, bad option, bad superblock or too many mounted file systems

Any suggestions??</description>
		<content:encoded><![CDATA[<p>I installed Fedora core 2 on my ZE5470us.</p>
<p>I ran into the firewire and Kudzu problems. </p>
<p>I was not able to go into interactive no matter how many times I hit I too. I found a solution to this. In my grub loader I added single to the end. This booted me into single user mood and could apply the above patches to the system.</p>
<p>I am having an additional problem of not being able to mount a cd or floppy. I added this line to fstab and it was no help.<br />
/dev/hdc1         /dev/cdrom    iso9660  defaults  0 0</p>
<p>Error: wrong FS type, bad option, bad superblock or too many mounted file systems</p>
<p>Any suggestions??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jae</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-1/#comment-77</link>
		<dc:creator>Jae</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-77</guid>
		<description>Hey, this thing showed up a few days early.  I&#039;m loving it so far, like so many sucka mc&#039;s mommas.

wi-fi is my daddy.</description>
		<content:encoded><![CDATA[<p>Hey, this thing showed up a few days early.  I&#8217;m loving it so far, like so many sucka mc&#8217;s mommas.</p>
<p>wi-fi is my daddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Menal</title>
		<link>http://blog.jonmadison.com/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/comment-page-1/#comment-78</link>
		<dc:creator>Menal</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.smartbrother.org/archives/2003/06/10/redhat-linux-9-and-hp-pavillion-ze5385/#comment-78</guid>
		<description>Hi Jon,

Thanks a lot. I guess, I would never be able to install Linux to my new ze5385 without your instructions. I did exactly what you said and that is it, fortunately I made it work :) However, I have one more problem while shutting down the unit. The screen freezes trying to attempt to unload the kernel card services. I am not sure about that, but at least, the last line before freezing is the following: 
&quot;Stopping pcmcia: Unloading Kernel Card Services&quot; 

So, I have to close the unit manually. Did you have the same problem? Any idea about that? Also I will be waiting for your suggestions about running X. 

Thanks again.

Menal.</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Thanks a lot. I guess, I would never be able to install Linux to my new ze5385 without your instructions. I did exactly what you said and that is it, fortunately I made it work :) However, I have one more problem while shutting down the unit. The screen freezes trying to attempt to unload the kernel card services. I am not sure about that, but at least, the last line before freezing is the following:<br />
&#8220;Stopping pcmcia: Unloading Kernel Card Services&#8221; </p>
<p>So, I have to close the unit manually. Did you have the same problem? Any idea about that? Also I will be waiting for your suggestions about running X. </p>
<p>Thanks again.</p>
<p>Menal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

