
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=HP_Compaq_nc6000&amp;feed=atom&amp;action=history</id>
		<title>HP Compaq nc6000 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=HP_Compaq_nc6000&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HP_Compaq_nc6000&amp;action=history"/>
		<updated>2013-05-24T13:50:26Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=HP_Compaq_nc6000&amp;diff=6122&amp;oldid=prev</id>
		<title>Zambayoni at 01:13, 24 February 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HP_Compaq_nc6000&amp;diff=6122&amp;oldid=prev"/>
				<updated>2009-02-24T01:13:58Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
This page is a summary of the installation/configuration of Sabayon 3.4a x86 on the HP nc6000 business notebook. This machine works great with Sabayon, although some of its older technology (ACPI and wireless) is not fully functional.&lt;br /&gt;
&lt;br /&gt;
==System Information==&lt;br /&gt;
&lt;br /&gt;
'''HP Compaq nc6000 Business Notebook'''&lt;br /&gt;
*Intel® Pentium M 1.80 GHz&lt;br /&gt;
*Intel® 855PM chipset&lt;br /&gt;
*ATI x300 Mobility graphics&lt;br /&gt;
*Integrated AC97 audio controller&lt;br /&gt;
*Intel® USB2, SMBus &amp;amp; IDE controllers&lt;br /&gt;
*O2 Micro Cardbus controller&lt;br /&gt;
*O2 Micro SD/MMC Card Reader&lt;br /&gt;
*Broadcom Corp® NetXtreme BCM5705 Gigabit Ethernet NIC&lt;br /&gt;
*Broadcom Corp® BCM2035 Bluetooth dongle&lt;br /&gt;
*Atheros Communications® AR5212 wireless NIC&lt;br /&gt;
*2x256 MB RAM&lt;br /&gt;
*60GB Ultra ATA 133 4200rpm Hard Drive&lt;br /&gt;
*14&amp;quot; Display (1024x768)&lt;br /&gt;
*DVD/CD-RW combo drive&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Out of the box==&lt;br /&gt;
&lt;br /&gt;
Upon first boot, without any changes to configuration whatsoever, here's what works:&lt;br /&gt;
*Intel® 855PM chipset [no issues]&lt;br /&gt;
*ATI x300 Mobility graphics [no issues]&lt;br /&gt;
*Integrated AC97 audio controller [no issues]&lt;br /&gt;
*Intel® USB2, SMBus &amp;amp; IDE controllers [no issues]&lt;br /&gt;
*O2 Micro Cardbus controller [no issues]&lt;br /&gt;
*O2 Micro SD/MMC Card Reader [not yet tested]&lt;br /&gt;
*Broadcom Corp® NetXtreme BCM5705 Gigabit Ethernet NIC [no issues]&lt;br /&gt;
*Broadcom Corp® BCM2035 Bluetooth dongle [no issues]&lt;br /&gt;
&lt;br /&gt;
And here's what didn't work out-of-the-box:&lt;br /&gt;
*Compiz Fusion (requires special runtime variable; see below) ''fixed in 3.4e''&lt;br /&gt;
*Wireless functionality (KNetworkManager doesn't like the madwifi drivers, sometimes)&lt;br /&gt;
*Suspend-to-Disk / Suspend-to-RAM (still haven't gotten this working, but it is possible)&lt;br /&gt;
&lt;br /&gt;
==Making stuff work==&lt;br /&gt;
&lt;br /&gt;
===Compiz Fusion===&lt;br /&gt;
&lt;br /&gt;
Run Acceleration Manager. Choose XGL, then click &amp;quot;Configure Desktop Acceleration.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Open /etc/X11/xorg.conf as root. Go to the line:&lt;br /&gt;
 #Composite     &amp;quot;Enable&amp;quot;&lt;br /&gt;
and remove the # to uncomment it. Restart X.&lt;br /&gt;
&lt;br /&gt;
To run Compiz Fusion:&lt;br /&gt;
 LD_LIBRARY_PATH=/usr/lib/opengl/xorg-x11/libs compiz --replace ccp --sm-disable&lt;br /&gt;
You probably want to make a shortcut to start it up. Currently, it cannot be set to autoload (causes weird display issues.)&lt;br /&gt;
&lt;br /&gt;
''Note: this section is deprecated in Sabayon 3.4e revision, as it has better out-of-the-box support for AMD/ATI cards.''&lt;br /&gt;
&lt;br /&gt;
===Wireless Networking===&lt;br /&gt;
&lt;br /&gt;
Okay, so KNetworkManager (I'm using 0.2_pre20070702) doesn't want to work with this card. Wireless networks can be detected but it hangs on 28% whenever you attempt to connect to one. I have, however, been able to successfully connect to WPA2 networks. Odd.&lt;br /&gt;
&lt;br /&gt;
To connect to my (unsecured) AP I had to do the following:&lt;br /&gt;
 # ifconfig ath0 up&lt;br /&gt;
 # iwlist ath0 scan&lt;br /&gt;
This performed a scan and detected the access point. Then:&lt;br /&gt;
 # iwconfig ath0 ap 01:23:45:67:89:ab&lt;br /&gt;
 # iwconfig ath0 essid &amp;quot;My Network&amp;quot;&lt;br /&gt;
 # iwconfig ath0 channel 11&lt;br /&gt;
These values would obviously be different depending on what was picked up in the scan for your access point. Next I run dhclient on the interface to grab an IP address:&lt;br /&gt;
 # dhclient ath0&lt;br /&gt;
This only takes a few seconds, and bam! We're good. You should be able to ping the router or any other machine. This works for DHCP. If you are using a static address, run&lt;br /&gt;
 net-setup&lt;br /&gt;
If you can't access the internet, check /etc/resolv.conf and see if your nameservers are defined. I've found that the DNS servers listed on [http://www.broadbandreports.com/forum/remark,13154925 this website] work perfectly.&lt;br /&gt;
&lt;br /&gt;
I understand that this process is lengthy and can be frustrating. If someone can determine a better one for this card then they are welcome to post it here.&lt;br /&gt;
&lt;br /&gt;
===Suspend to Disk/RAM===&lt;br /&gt;
&lt;br /&gt;
This doesn't work for a lot of machines and on the nc6000 results in a black screen with a blinking cursor. Other distros have this working on the nc6000 so it can be done. I will keep researching this and post back here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Laptops]]&lt;/div&gt;</summary>
		<author><name>Zambayoni</name></author>	</entry>

	</feed>