The homepage at for this laptop is. I'm building this up with a 2.6 kernel (currently a vanilla, unpatched 2.6.13.4), so that's all I'll have experience with. I should note that the original 2.6.13 kernel seemed to do Bad Things with my laptop (ie: it would freeze, seemingly at random, during the boot sequence).
This is a guide to running Linux with the Hewlett-Packard nc6400 laptop, model RA738PA. This guide is intended to provide you details on how well this laptop works with Linux and which modules you need to configure. For details on how to actually install and configure the required modules have a look at our guide. Linux on Laptops - The definitive resource for configuring Linux on HP laptop and notebook computer. Linux on HP Laptops Sponsored by LinuxCertified Inc. [Linux Mint Darnya] HP HP Compaq nc6400 [Ubuntu 10.04] HP hp compaq nx 9030 [fedore core 3] HP HP dv6815nr.
I've currently got 2.6.13.4 running, though, and that seems fine. Perhaps some bug got fixed. There's some more info on this laptop on, linked to from.
There's also a, which looks to be very, very similar. It doesn't look like I'll have to touch the kernel to get anything working anymore, so (for 2.6.13.4) for kernel compilation. There's doubtless stuff in there which doesn't need to be (I don't think the AGP options do anything, for instance), but that's the.config which is working for me. I'm using for X.
X.org 6.9/7.0 introduced support for the graphics chipset in the laptop, so I'd recommend just going with that. Full DRI works fine using the i810 driver.
Here's a copy of my working. NOTE: The laptop doesn't like having X die unexpectedly on it. If you're running a display manager and want to kill it off, make sure that you switch into text mode (alt-F1, etc) before doing so, or else the display becomes unusable until the next reboot. For comparison, here's the glxgears FPS ratings that I observed using various configurations (these benchmarks are from ages ago, I'll have to update them with newer versions of software than 2005, when I originally put this together): 16-bit color 32-bit color Without DRI 'round 650 6.8.99.13: just over 300 7.0-rc0: just under 700 (impressive) DRI Enabled just under 1300 just over 900 I'm not sure what that big jump in non-DRI FPS means for 32-bit color. Perhaps my initial benchmark in 6.8.99.13 was off? Hp 9740m Drivers Download. I found it a bit strange that it'd actually be faster than the 16-bit test.
When working properly, glxinfo should include the following, as opposed to 'Mesa Indirect': OpenGL vendor string: Tungsten Graphics, Inc OpenGL renderer string: Mesa DRI Intel(R) 915GM 20041217 x86/MMX/SSE2 OpenGL version string: 1.3 Mesa 6.2.1 NOTE: I tried out using 6.8.99.13 and it completely froze up the display (the box was still running but I had to reboot it remotely). Quake3, SimCity 3000, and all worked fine, but since I'm using a CVS version of X.org I'd still be more prone to blame that than the scorched3d code.
So watch out for freezes, etc. The snd-intel8x0 ALSA driver worked with no problems, both compiled it straight into the kernel, and as a module. This option shows up as ' Intel/SiS/nVidia/AMD/ALi AC97 Controller' in the kernel config. Currently I'm not using the in-kernel ALSA because of issues detailed in the 'Modem' section. This is working now! This modem is supported with.
There are two drivers which can be used: ALSA's snd-intel8x0m, and the 'slamr' module included with slmodem. The ALSA driver shipped with 2. Hp Bios Editor Software. 6.12.1 is too old to properly support this modem. If you want to use the ALSA driver, you must disable ALSA support in your kernel proper, and make sure you've got at least version 1.0.9b of the ALSA drivers from. Note that kernel 2.6.13 does come with the proper ALSA version, but I've been unable to test that because 2.6.13 seems to have some issues with this laptop.
The other option, if you're on 2.6.12.1 and want to keep ALSA in-kernel for your soundcard, just use the slamr module. It is a proprietary module, and will taint the kernel upon loading, but at least it works. The CD Burner seemed to work fine using IDE burning with cdrecord. When I specify a speed of 12x, the burner seems to throttle itself down to 4x. When I specify 24x, the burner seems to operate at around 10x. That's good enough for me, so I'm not going to pursue it any longer. The cdrecord commandline I use is: cdrecord dev=/dev/hdb -v speed=24 -eject -pad -dao Obviously adjust those last few parameters to suit.