GNU/ Linux on a Compaq Presario C700 C738TU

Finally I have a new laptop an HP Compaq Presario C700 (Model C738TU). A good machine with very good performance, for a fairly reasonable price.

The default factory installation on it was Free/DOS. I have installed GNU/ Linux Fedora Core 8 on it. Most of the things have worked out of the box. Here is some basic informations which can help other owners of this notebook using GNU/ Linux.

Video/ LCD
lspci says: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
Work's without problem. Except for that I was unable to adjust the brightness of LCD screen. Had to do it manually using

echo -n X > /proc/acpi/video/OVGA/DD03/brightness

where X can be any of 0 10 20 30 40 50 60 70 80 90 100
I am trying to find a way so that it may work with kpowersave else I will use the method described here

Audio
lspci says: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
module in use: snd-hda-intel
Works without problem. But again updating the kernel version is recommended, after a kernel update to 2.6.23.15-137 another audio control PCM is avaible besides the Master and Capture. A Mute Audio control is not available.

Network controllers
lspci says: Wireless: Atheros Communications, Inc. AR5006EG 802.11 b/g Wireless PCI Express Adapter (rev 01)
Had to install Madwifi Module, please note not the default one but the one listed here: http://snapshots.madwifi.org/special/, but make sure you have the kernel-devel package and gcc installed to build this module.

lspci says: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Works out of box.

Webcam
lsusb says: 04f2:b057 Chicony Electronics Co., Ltd
Works well after installing UVC Video Drivers.

Multi-Card Reader
lsusb says: 0bda:0158 Realtek Semiconductor Corp.
(Update: 18/03/07) Works well as a standard USB mass storage device.

Alps Touch Pad
Works fine.

Special/ Soft Keys
Play/ Pause/ Next/ Prev work fine with rhythmbox and amork. Volume Up/ Down work fine.
The Lock/ Help keys were recognised after the following additions/ changes in
/usr/share/hal/fdi/information/10freedesktop/30-keymap-hp.fdi

        <match key="/org/freedesktop/Hal/devices/computer:system.hardware.product" contains="C700">
          <append key="input.keymap.data" type="strlist">e00a:screenlock</append> <!-- FnF6 (lock) -->
          <append key="input.keymap.data" type="strlist">e031:help</append>     <!-- FnF1 (help) -->
          <append key="info.capabilities" type="strlist">input.keymap</append>
        </match>
 

Maybe a small patch can be contributed to www.freedesktop.org.

Volume Mute/ Print/ WWW/ Switch Display/ Sleep/ Brightness Up/ Brightness Down as of now do not seem work. Touch pad disable/ enable key works fine as well.

NOTE: Again do not forget to use livna as your yum repository for obtaining support for various otherwise closed multimedia formats.

Happy hacking.

Submitted by Ajay Pal Singh Atwal on February 24, 2008 - 12:01pm. categories [ GNU/ Linux ] Ajay Pal Singh Atwal's blog | 4782 reads

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Submitted by mahi (not verified) on June 1, 2008 - 12:19am.

hello ajay pal! i need audio drivers to install for windowsXP for the same model as u hv .can u send it to me?

Submitted by Ajay Pal Singh Atwal on June 2, 2008 - 11:36pm.

Sorry seems HP has removed support for Windows XP drivers, they want you to buy Windows Vista.
BTW you can try the drivers from compatible hardware. or try what is listed here: http://www.zyxware.com/articles/2008/04/04/drivers-for-compaq-presario-c772tu-laptop-for-windows-xp

Submitted by Anonymous Coward (not verified) on April 6, 2008 - 3:32pm.

i tried debian etch on this. few things works nice. before trying a hdd install? i did try booting the notebook of a pendrive, it showed almost no error running off the USB pen drive. but when i hard drive installed etch and then upgraded from etch to testing (lenny) the real trouble pops up now and then. now i will download the lenny cd image and install it. and will update here soon. and thanks for the tips with function keys. thats what i been looking for.
-partho paul
(anonymous coward)
p.s. 23,200 INR for a laptop is *_NICE_*

Submitted by Ajay Pal Singh Atwal on April 9, 2008 - 11:54pm.

I sure look forward to updates from you. BTW do see if you have been able to solve that LCD brightness integration with kpowersave (I use KDE). This one issues is bothering me, as it results in less battery backup time when kpowersave tries to adjust the power profile automatically.

BTW I got this for INR 33600/- in feb 2008.

Cheers

APS

Submitted by Werner Heuser (not verified) on February 26, 2008 - 3:12am.

This article is mentioned in the Linux laptop installation guides survey (COMPAQ).

Post new comment

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <b>
  • Lines and paragraphs break automatically.