<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pario TechnoBlob &#187; HP</title>
	<atom:link href="http://pario.no/tag/hp/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HP Compaq 8540p hardware list in linux</title>
		<link>http://pario.no/2010/08/14/hp-compaq-8540p-hardware-list-in-linux/</link>
		<comments>http://pario.no/2010/08/14/hp-compaq-8540p-hardware-list-in-linux/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 22:21:31 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8540p]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[hcl]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[lspci]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1364</guid>
		<description><![CDATA[You can use lspci -n to analyce what hardware is on your system. My new laptop a HP EliteBook 8540p gives the following output: 00:00.0 0600: 8086:0044 (rev 12) 00:01.0 0604: 8086:0045 (rev 12) 00:16.0 0780: 8086:3b64 (rev 06) 00:19.0 0200: 8086:10ea (rev 06) 00:1a.0 0c03: 8086:3b3c (rev 06) 00:1b.0 0403: 8086:3b56 (rev 06) 00:1c.0 [...]]]></description>
			<content:encoded><![CDATA[<p>You can use lspci -n to analyce what hardware is on your system. My new laptop a HP EliteBook 8540p gives the following output:</p>
<pre>00:00.0 0600: 8086:0044 (rev 12)
00:01.0 0604: 8086:0045 (rev 12)
00:16.0 0780: 8086:3b64 (rev 06)
00:19.0 0200: 8086:10ea (rev 06)
00:1a.0 0c03: 8086:3b3c (rev 06)
00:1b.0 0403: 8086:3b56 (rev 06)
00:1c.0 0604: 8086:3b42 (rev 06)
00:1c.1 0604: 8086:3b44 (rev 06)
00:1c.3 0604: 8086:3b48 (rev 06)
00:1c.7 0604: 8086:3b50 (rev 06)
00:1d.0 0c03: 8086:3b34 (rev 06)
00:1e.0 0604: 8086:2448 (rev a6)
00:1f.0 0601: 8086:3b07 (rev 06)
00:1f.2 0106: 8086:3b2f (rev 06)
00:1f.6 1180: 8086:3b32 (rev 06)
01:00.0 0300: 10de:0a2c (rev a2)
01:00.1 0403: 10de:0be2 (rev a1)
44:00.0 0280: 8086:4239 (rev 35)
45:00.0 0c03: 1033:0194 (rev 03)
46:06.0 0c00: 1180:0832 (rev 06)
46:06.1 0805: 1180:0822 (rev 25)
46:06.2 0880: 1180:0843 (rev 14)
46:06.3 0880: 1180:0592 (rev 14)
46:06.4 0880: 1180:0852 (rev bb)
46:06.5 0607: 1180:0476 (rev ff)
ff:00.0 0600: 8086:2c62 (rev 02)
ff:00.1 0600: 8086:2d01 (rev 02)
ff:02.0 0600: 8086:2d10 (rev 02)
ff:02.1 0600: 8086:2d11 (rev 02)
ff:02.2 0600: 8086:2d12 (rev 02)
ff:02.3 0600: 8086:2d13 (rev 02)</pre>
<p>Copy the result from the above command and visit the address <a href="http://kmuto.jp/debian/hcl/index.cgi">Debian GNU/Linux device driver check page</a> and paste it into the window.</p>
<p>In my case the result was presented like this</p>
<table>
<tbody>
<tr>
<th>PCI ID</th>
<th>Works?</th>
<th>Vendor</th>
<th>Device</th>
<th>Driver</th>
<th>Kernel</th>
</tr>
<tr>
<td>80860044</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>Core Processor DRAM Controller</td>
<td>intel-agp</td>
<td></td>
</tr>
<tr>
<td>80860045</td>
<td></td>
<td>Intel Corporation</td>
<td>Core Processor PCI Express x16 Root Port</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80863b64</td>
<td></td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset HECI Controller</td>
<td></td>
<td></td>
</tr>
<tr>
<td>808610ea</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>82577LM Gigabit Network Connection</td>
<td>e1000e</td>
<td>v2.6.31-</td>
</tr>
<tr>
<td>80863b3c</td>
<td></td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset USB2 Enhanced Host Controller</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80863b56</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset High Definition Audio</td>
<td>snd-hda-intel</td>
<td>v2.6.27-</td>
</tr>
<tr>
<td>80863b42</td>
<td></td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset PCI Express Root Port 1</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80863b44</td>
<td></td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset PCI Express Root Port 2</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80863b48</td>
<td></td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset PCI Express Root Port 4</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80863b50</td>
<td></td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset PCI Express Root Port 8</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80863b34</td>
<td></td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset USB2 Enhanced Host Controller</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80862448</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>82801 Mobile PCI Bridge</td>
<td>i810_rng</td>
<td></td>
</tr>
<tr>
<td>80863b07</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>Mobile 5 Series Chipset LPC Interface Controller</td>
<td>iTCO_wdt</td>
<td>v2.6.33-</td>
</tr>
<tr>
<td>80863b2f</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset 6 port SATA AHCI Controller</td>
<td>ahci</td>
<td>v2.6.31-</td>
</tr>
<tr>
<td>80863b32</td>
<td></td>
<td>Intel Corporation</td>
<td>5 Series/3400 Series Chipset Thermal Subsystem</td>
<td></td>
<td></td>
</tr>
<tr>
<td>10de0a2c</td>
<td></td>
<td>nVidia Corporation</td>
<td>GT216 [NVS 5100M]</td>
<td></td>
<td></td>
</tr>
<tr>
<td>10de0be2</td>
<td>Yes</td>
<td>nVidia Corporation</td>
<td>High Definition Audio Controller</td>
<td>snd-hda-intel</td>
<td></td>
</tr>
<tr>
<td>80864239</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>Centrino Advanced-N 6200</td>
<td>iwlagn</td>
<td>v2.6.30-</td>
</tr>
<tr>
<td>10330194</td>
<td></td>
<td>NEC Corporation</td>
<td>uPD720200 USB 3.0 Host Controller</td>
<td></td>
<td></td>
</tr>
<tr>
<td>11800832</td>
<td></td>
<td>Ricoh Co Ltd</td>
<td>R5C832 IEEE 1394 Controller</td>
<td></td>
<td></td>
</tr>
<tr>
<td>11800822</td>
<td>Yes</td>
<td>Ricoh Co Ltd</td>
<td>R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter</td>
<td>sdhci-pci</td>
<td>v2.6.25-</td>
</tr>
<tr>
<td>11800843</td>
<td>Yes</td>
<td>Ricoh Co Ltd</td>
<td>R5C843 MMC Host Controller</td>
<td>ricoh_mmc</td>
<td></td>
</tr>
<tr>
<td>11800592</td>
<td></td>
<td>Ricoh Co Ltd</td>
<td>R5C592 Memory Stick Bus Host Adapter</td>
<td></td>
<td></td>
</tr>
<tr>
<td>11800852</td>
<td></td>
<td>Ricoh Co Ltd</td>
<td>xD-Picture Card Controller</td>
<td></td>
<td></td>
</tr>
<tr>
<td>11800476</td>
<td>Yes</td>
<td>Ricoh Co Ltd</td>
<td>RL5c476 II</td>
<td>yenta_socket</td>
<td>v2.6.25-</td>
</tr>
<tr>
<td>80862c62</td>
<td></td>
<td>Intel Corporation</td>
<td>Core Processor QuickPath Architecture Generic Non-core Registers</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80862d01</td>
<td></td>
<td>Intel Corporation</td>
<td>Core Processor QuickPath Architecture System Address Decoder</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80862d10</td>
<td></td>
<td>Intel Corporation</td>
<td>Core Processor QPI Link 0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80862d11</td>
<td></td>
<td>Intel Corporation</td>
<td>Core Processor QPI Physical 0</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80862d12</td>
<td></td>
<td>Intel Corporation</td>
<td>Core Processor Reserved</td>
<td></td>
<td></td>
</tr>
<tr>
<td>80862d13</td>
<td></td>
<td>Intel Corporation</td>
<td>Core Processor Reserved</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>This is the text presentation of the hardware in the HP 8540p laptop</p>
<pre># lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 12)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
00:1c.7 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 8 (rev 06)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
01:00.0 VGA compatible controller: nVidia Corporation Device 0a2c (rev a2)
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
44:00.0 Network controller: Intel Corporation WiFi Link 6000 Series (rev 35)
45:00.0 USB Controller: NEC Corporation Device 0194 (rev 03)
46:06.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 06)
46:06.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 25)
46:06.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 14)
46:06.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 14)
46:06.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev bb)
46:06.5 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ff)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)</pre>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 516px; width: 1px; height: 1px; overflow: hidden;">﻿</div>
<p>This makes it easier to determine which device drivers I’m missing and might have to compile for the kernel.</p>
<p>More info about this laptop can be found on the <a href="http://www.linlap.com/wiki/hp+elitebook+8540p">Linux Laptop Wiki</a></p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/kmuto.jp\/debian\/hcl\/index.cgi","http:\/\/www.linlap.com\/wiki\/hp+elitebook+8540p"];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMTAvMDgvMTQvaHAtY29tcGFxLTg1NDBwLWhhcmR3YXJlLWxpc3QtaW4tbGludXgvPHdwdGI%2BSFAgQ29tcGFxIDg1NDBwIGhhcmR3YXJlIGxpc3QgaW4gbGludXg8d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2010/08/14/hp-compaq-8540p-hardware-list-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu and clicking sound from the harddrive</title>
		<link>http://pario.no/2010/04/18/ubuntu-and-clicking-sound-from-the-harddrive/</link>
		<comments>http://pario.no/2010/04/18/ubuntu-and-clicking-sound-from-the-harddrive/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 07:29:34 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8530p]]></category>
		<category><![CDATA[APM]]></category>
		<category><![CDATA[hdparm]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[smartctl]]></category>
		<category><![CDATA[smartmontools]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1312</guid>
		<description><![CDATA[I have experienced that my harddrive makes a clicking sound about every 10th second on my Ubuntu 9.10 and a fix to this problem is to disable APM using hdparm. This behaviour comes from very activ APM modes that some drive manufacturers use and that leads to excessive head parking and can reduce a harddrives [...]]]></description>
			<content:encoded><![CDATA[<p>I have experienced that my harddrive makes a clicking sound about every 10th second on my Ubuntu 9.10 and a fix to this problem is to disable APM using hdparm.<br />
This behaviour comes from very activ APM modes that some drive manufacturers use and that leads to excessive head parking and can reduce a harddrives life. </p>
<p>You can perform a quick test if your drive is affected by this issue </p>
<pre>
# hdparm -B 255 /dev/sda</pre>
<p>Some harddrives do not accept value 255 (disable APM), then you could try value 254 (almost disabled APM).</p>
<p>A permanent fix to this issue is to add the following line to your <strong>/etc/hdparm.conf</strong> file</p>
<pre>
/dev/sda {
        apm = 255
}</pre>
<p>In my example the sda drive is clicking. These settings is not active until you have rebooted your machine.</p>
<p>To verify that the value is active you could issue the command</p>
<pre>
# sudo hdparm -I /dev/sda | grep "Advanced power management level:"</pre>
<p>Determine the number load cycles your harddrive has gone through</p>
<pre>
# sudo aptitude install smartmontools
# sudo smartctl -A /dev/sda|grep "Load_Cycle_Count"</pre>
<p>These examples has been tested on my HP 8530p and worked like a charm.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMTAvMDQvMTgvdWJ1bnR1LWFuZC1jbGlja2luZy1zb3VuZC1mcm9tLXRoZS1oYXJkZHJpdmUvPHdwdGI%2BVWJ1bnR1IGFuZCBjbGlja2luZyBzb3VuZCBmcm9tIHRoZSBoYXJkZHJpdmU8d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2010/04/18/ubuntu-and-clicking-sound-from-the-harddrive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Compaq 8510p hardware list in linux</title>
		<link>http://pario.no/2007/10/17/hp-compaq-8510p-hardware-list-in-linux/</link>
		<comments>http://pario.no/2007/10/17/hp-compaq-8510p-hardware-list-in-linux/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 06:12:55 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8510p]]></category>
		<category><![CDATA[Compaq]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[hcl]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[lspci]]></category>

		<guid isPermaLink="false">http://pario.no/2007/10/17/hp-compaq-hardware-list/</guid>
		<description><![CDATA[You can use lspci -n to analyce what hardware is on your system. My new laptop a HP Compaq 8510p gives the following output: 00:00.0 0600: 8086:2a00 (rev 0c) 00:01.0 0604: 8086:2a01 (rev 0c) 00:03.0 0780: 8086:2a04 (rev 0c) 00:03.2 0101: 8086:2a06 (rev 0c) 00:03.3 0700: 8086:2a07 (rev 0c) 00:19.0 0200: 8086:1049 (rev 03) 00:1a.0 [...]]]></description>
			<content:encoded><![CDATA[<p>You can use lspci -n to analyce what hardware is on your system. My new laptop a HP Compaq 8510p gives the following output:</p>
<pre>
00:00.0 0600: 8086:2a00 (rev 0c)
00:01.0 0604: 8086:2a01 (rev 0c)
00:03.0 0780: 8086:2a04 (rev 0c)
00:03.2 0101: 8086:2a06 (rev 0c)
00:03.3 0700: 8086:2a07 (rev 0c)
00:19.0 0200: 8086:1049 (rev 03)
00:1a.0 0c03: 8086:2834 (rev 03)
00:1a.1 0c03: 8086:2835 (rev 03)
00:1a.7 0c03: 8086:283a (rev 03)
00:1b.0 0403: 8086:284b (rev 03)
00:1c.0 0604: 8086:283f (rev 03)
00:1c.1 0604: 8086:2841 (rev 03)
00:1c.4 0604: 8086:2847 (rev 03)
00:1d.0 0c03: 8086:2830 (rev 03)
00:1d.1 0c03: 8086:2831 (rev 03)
00:1d.2 0c03: 8086:2832 (rev 03)
00:1d.7 0c03: 8086:2836 (rev 03)
00:1e.0 0604: 8086:2448 (rev f3)
00:1f.0 0601: 8086:2811 (rev 03)
00:1f.2 0101: 8086:2828 (rev 03)
01:00.0 0300: 1002:9581
01:00.1 0403: 1002:aa08
02:06.0 0607: 1180:0476 (rev b9)
02:06.1 0607: 1180:0476 (rev b9)
02:06.2 0c00: 1180:0832 (rev 03)
02:06.3 0805: 1180:0822 (rev 20)
02:06.4 0880: 1180:0843 (rev 10)
10:00.0 0280: 8086:4229 (rev 61)</pre>
<p>Copy the result from the above command and visit the address <a href="http://kmuto.jp/debian/hcl/index.cgi">Debian GNU/Linux device driver check page</a> and paste it into the window.</p>
<p>In my case the result was presented like this:</p>
<table border="1" width="100%">
<tr>
<th>PCI ID</th>
<th>Works?</th>
<th>Vendor</th>
<th>Device</th>
<th>Driver</th>
<th>Comment</th>
</tr>
<tr>
<td>80862a00</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>Mobile Memory Controller Hub</td>
<td>intel-agp</td>
<td>v2.6.21</td>
</tr>
<tr>
<td>80862a01</td>
<td>-</td>
<td>Intel Corporation</td>
<td>Mobile PCI Express Root Port</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862a04</td>
<td>-</td>
<td>Intel Corporation</td>
<td>Mobile HECI Controller</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862a06</td>
<td>-</td>
<td>Intel Corporation</td>
<td>Mobile PT IDER Controller</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862a07</td>
<td>-</td>
<td>Intel Corporation</td>
<td>Mobile KT Controller</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80861049</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>82566MM Gigabit Network Connection</td>
<td>e1000</td>
<td>v2.6.21</td>
</tr>
<tr>
<td>80862834</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) USB UHCI #4</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862835</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) USB UHCI #5</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>8086283a</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) USB2 EHCI #2</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>8086284b</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) HD Audio Controller</td>
<td>snd-hda-intel</td>
<td>v2.6.21</td>
</tr>
<tr>
<td>8086283f</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) PCI Express Port 1</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862841</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) PCI Express Port 2</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862847</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) PCI Express Port 5</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862830</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) USB UHCI #1</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862831</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) USB UHCI #2</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862832</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) USB UHCI #3</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862836</td>
<td>-</td>
<td>Intel Corporation</td>
<td>82801H (ICH8 Family) USB2 EHCI #1</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862448</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>82801 Mobile PCI Bridge</td>
<td>i810_rng,hw_random</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862811</td>
<td>-</td>
<td>Intel Corporation</td>
<td>Mobile LPC Interface Controller</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80862828</td>
<td>Yes</td>
<td>Intel Corporation</td>
<td>Mobile SATA IDE Controller</td>
<td>ata_piix</td>
<td>v2.6.21</td>
</tr>
<tr>
<td>10029581</td>
<td>-</td>
<td>ATI Technologies Inc</td>
<td>no information</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>1002aa08</td>
<td>-</td>
<td>ATI Technologies Inc</td>
<td>no information</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>11800476</td>
<td>Yes</td>
<td>Ricoh Co Ltd</td>
<td>RL5c476 II</td>
<td>yenta_socket</td>
<td>v2.6.21</td>
</tr>
<tr>
<td>11800476</td>
<td>Yes</td>
<td>Ricoh Co Ltd</td>
<td>RL5c476 II</td>
<td>yenta_socket</td>
<td>v2.6.21</td>
</tr>
<tr>
<td>11800832</td>
<td>-</td>
<td>Ricoh Co Ltd</td>
<td>R5C832 IEEE 1394 Controller</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>11800822</td>
<td>Yes</td>
<td>Ricoh Co Ltd</td>
<td>R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter</td>
<td>sdhci</td>
<td>v2.6.21</td>
</tr>
<tr>
<td>11800843</td>
<td>-</td>
<td>Ricoh Co Ltd</td>
<td>no information</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>80864229</td>
<td>-</td>
<td>&nbsp;</td>
<td>PRO/Wireless 4965 AG or AGN Network Connection</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
<p>This makes it easier to determine which device drivers I&#8217;m missing and might have to compile for the kernel.</p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/kmuto.jp\/debian\/hcl\/index.cgi"];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMTAvMTcvaHAtY29tcGFxLTg1MTBwLWhhcmR3YXJlLWxpc3QtaW4tbGludXgvPHdwdGI%2BSFAgQ29tcGFxIDg1MTBwIGhhcmR3YXJlIGxpc3QgaW4gbGludXg8d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/10/17/hp-compaq-8510p-hardware-list-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Linux 7.10 Beta on HP Compaq 8510p (laptop)</title>
		<link>http://pario.no/2007/09/28/ubuntu-linux-710-beta-on-hp-compaq-8510p-laptop/</link>
		<comments>http://pario.no/2007/09/28/ubuntu-linux-710-beta-on-hp-compaq-8510p-laptop/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 11:27:41 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8510p]]></category>
		<category><![CDATA[Compaq]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[SATA]]></category>
		<category><![CDATA[ubiquity]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://pario.no/2007/09/28/ubuntu-linux-710-beta-on-hp-compaq-8510p/</guid>
		<description><![CDATA[I experienced problems booting the install-CD for both Ubuntu 7.04 and Fedora Core 7 on my HP Compaq 8510p laptop because the kernel didn&#8217;t have the correct SATA driver, so I decided to try the beta of Ubuntu 7.10. The booting problem was fixed on 7.10 Beta and the installation process halted at 88% &#8220;importing [...]]]></description>
			<content:encoded><![CDATA[<p>I experienced problems booting the install-CD for both Ubuntu 7.04 and Fedora Core 7 on my HP Compaq 8510p laptop because the kernel didn&#8217;t have the correct SATA driver, so I decided to try the beta of Ubuntu 7.10.</p>
<p>The booting problem was fixed on 7.10 Beta and the installation process halted at 88% &#8220;<span class="postbody">importing documents and settings&#8221;.</span></p>
<p>The solution I came up with was to disable the migration tool and then run the installer from a terminal window with the following option:</p>
<pre>
ubiquity --no-migration-assistant</pre>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDkvMjgvdWJ1bnR1LWxpbnV4LTcxMC1iZXRhLW9uLWhwLWNvbXBhcS04NTEwcC1sYXB0b3AvPHdwdGI%2BVWJ1bnR1IExpbnV4IDcuMTAgQmV0YSBvbiBIUCBDb21wYXEgODUxMHAgKGxhcHRvcCk8d3B0Yj5odHRwOi8vcGFyaW8ubm88d3B0Yj5QYXJpbyBUZWNobm9CbG9i";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/09/28/ubuntu-linux-710-beta-on-hp-compaq-8510p-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux på HP Compac nc8430</title>
		<link>http://pario.no/2007/04/27/linux-pa-hp-compac-nc8430/</link>
		<comments>http://pario.no/2007/04/27/linux-pa-hp-compac-nc8430/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 13:24:51 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Etch]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[nc8430]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[x.org]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/04/27/linux-pa-hp-compac-nc8430/</guid>
		<description><![CDATA[Her er ei samling av tips for å få min bærbare PC til å fungere tilfredsstillende i Linux, oppdateres fortløpende. The solution is editing xorg.conf and adding &#8220;HorizSync 36-52&#8243; and &#8220;VertRefresh 36-60&#8243; in &#8220;Section Monitor&#8221;. Giving a startx, the desktop appears with normal resolution for the vesa driver (cannot use radeon driver on this machine). [...]]]></description>
			<content:encoded><![CDATA[<p>Her er ei samling av tips for å få min bærbare PC til å fungere tilfredsstillende i Linux, oppdateres fortløpende.</p>
<p>The solution is editing xorg.conf and adding &#8220;HorizSync 36-52&#8243; and &#8220;VertRefresh 36-60&#8243; in &#8220;Section Monitor&#8221;. Giving a startx, the desktop appears with normal resolution for the vesa driver (cannot use radeon driver on this machine).<br />
Also, a sudo dpkg-reconfigure xserver-xorg, even accepting all default choices, solves the problem.</p>
<p><strong>Trådløs/Wireless oppsett</strong><br />
I Debian 4.0 (Etch) trenger man å installere følgende programvare for å få det til å fungere:</p>
<ul>
<li>firmware-ipw3945</li>
<li>ipw3945d</li>
<li>ipw3945-modules-&#8217;uname -r&#8217;</li>
<li>ipw3945-source</li>
</ul>
<p><strong>VPN oppsett</strong><br />
Last ned VPN programvaren fra <a href="http://vpn.cc.uit.no">http://vpn.cc.uit.no</a> og pakk den ut.<br />
Installer av programvaren gjøres ved å kjøre vpn_install:<br />
<code>./vpn_install</code><br />
Deretter legger du inn følgende linje i /etc/rc.local<br />
<code>/etc/init.d/vpnclient_init start</code></p>
<p>Det er ei oppdatert webside på <a href="http://fp.ath.cx/nc8430-linux-howto.html">http://fp.ath.cx/nc8430-linux-howto.html</a> som tar for seg oppsett av 3D i Ubuntu (Compiz), Cisco VPN, wireless osv.</p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/vpn.cc.uit.no","http:\/\/fp.ath.cx\/nc8430-linux-howto.html"];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDQvMjcvbGludXgtcGEtaHAtY29tcGFjLW5jODQzMC88d3B0Yj5MaW51eCBww6UgSFAgQ29tcGFjIG5jODQzMDx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/04/27/linux-pa-hp-compac-nc8430/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

