|
|
|
|
|
Reviews
|
Views
|
Date of last review
|
|
3
|
8091
|
07-29-2006
|
|
 |
|
Recommended By
|
Average Price
|
Average Rating
|
|
100% of reviewers
|
$1,073.00
|
9.0
|
|
 |
|
|
|
|
|
|
Description:
|
A decent multimedia laptop by HP with lots of bang for your buck. It's completely customizable--mine sports a low-power (but still very fast) Intel Core Duo T2300E (1.66GHz, 667MHz FSB, 2MB L2 cache), an nVidia GeForce Go 7400 (128MB dedicated), a 40GB 5400rpm SATA hard drive, a 15.4" widescreen WXGA display, a 12-cell Li-Ion battery, an Intel 3945abg wireless card, a PCMCIA card slot, 3 USB ports, 1 IEEE 1394 FireWire port, S-Video and VGA output ports, 10/100 Ethernet and 56K modem ports, DVD/CD-RW Combo Drive, 1 Expansion Port 2 socket, microphone and speaker sockets, media player buttons, an 8-in-1 card reader, a PCIe card port, and Altec Lansing stereo speakers.
|
|
Keywords:
|
HP Pavilion dv5000t dv5000 nVidia GeForce Go Centrino Core Duo
|
|
/sbin/lspci output:
|
0000:00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 03)
0000:00:01.0 PCI bridge: Intel Corporation Mobile PCI Express Graphics Port (rev 03)
0000:00:1b.0 0403: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
0000:00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
0000:00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
0000:00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01)
0000:00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
0000:00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
0000:00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
0000:00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
0000:00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
0000:00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
0000:00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
0000:00:1f.2 0106: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controllers cc=AHCI (rev 01)
0000:00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
0000:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 01d8 (rev a1)
0000:06:00.0 Network controller: Intel Corporation: Unknown device 4222 (rev 02)
0000:08:06.0 CardBus bridge: Texas Instruments: Unknown device 8039
0000:08:06.1 FireWire (IEEE 1394): Texas Instruments: Unknown device 803a
0000:08:06.2 Mass storage controller: Texas Instruments: Unknown device 803b
0000:08:06.3 0805: Texas Instruments: Unknown device 803c
0000:08:08.0 Ethernet controller: Intel Corporation: Unknown device 1092 (rev 01)
|
|
|
|
06-19-2006, 12:51 AM
|
#1
|
Registered: Feb 2006
Distribution: Debian, Familiar
Posts: 380
|
Would you recommend the product? yes | Price you paid?: $1,073.00 | Rating: 9
|
Kernel (uname -r):
|
2.6.15-1-686-smp
|
|
Distribution:
|
Debian Etch
|
[ Log in to get rid of this advertisement]
I ordered a customized notebook online at HP's website. Overall it's a superior machine, hardware-wise. Configuring Debian Etch to work with the hardware, however, took a small amount of effort.
The net-install disk was able to recognize the SATA drive and the ethernet card, two things the Sarge install CD couldn't do. Upon installation of the Desktop Environment and Laptop packages, sound was automatically detected by ALSA, video was automatically detected by the nv driver, the Synaptics touchpad was automatically detected by the X configuration program, and the PCMCIA card slot was automatically detected by Cardmgr. Symmetric multiprocessing (i.e. using both processors instead of one), hardware accelerated 3D rendering, wireless, and flashcard-reading, however, have to be set up manually.
Enabling SMP was easy--just type "apt-get install kernel-image-2.6.15-1-686-smp" into the command prompt as root (or use Synaptic, if you must). You'll notice the speed boost once it's installed. You'll have to reboot for it to take effect.
Hardware acceleration took a bit of research. To get hardware acceleration, follow these steps:
1. Edit /etc/apt/sources.list and add to the list of mirrors the location of Debian Sid (unstable) packages. I just added "deb http://ftp.us.debian.org/debian unstable main contrib non-free" and "deb-src http://ftp.us.debian.org/debian unstable main contrib non-free" to mine.
2. Run "apt-get update" as root
3. Run "apt-get install build-essential gcc module-assistant nvidia-glx-source nvidia-xconfig xserver-xorg" as root. This will get you the latest X.org X server and the compatible nVidia kernel module source. I have had no luck with the equivolent packages from Etch, but you're welcome to try.
4. Run "module-assistant" as root and build the "nvidia-kernel" module (NOT the "nvidia-kernel-legacy" module). It should be version 1.0.8762. Make sure you execute "Prepare" before building. Install it when prompted.
5. Run "nvidia-xconfig" as root
6. Reboot (or you could try "modprobe nvidia" and restart X, but since I never tried it I will not warrant that it will work).
The card-reader I never got working. I just use my USB card-reader instead.
The Intel 3945abg driver I eventually got built and installed, but it is very unstable. When enabled on my machine, it took up half of the CPU time (it's a user-space daemon) and it disabled the keyboard. For now I'm using a PCMCIA wireless card. It really is a shame that in order to get the nVidia GPU you must also have this card installed (HP won't let you get the nVidia GPU without it).
The Ethernet card works perfectly, for the record. I like how there are LEDs that indicate activity and connection.
The Synaptics touchpad works with or without the Synaptics driver. With the driver, however, you can use the vertical scroll feature if you enabled it in the xorg.conf file. However, it's a bit sensative, and sometimes there are read errors (i.e. about every 10-15 minutes clicking won't do anything, and sometimes the pointer suddenly moves to a new point on the screen when you touch the pad). In the former case, just click both left and right buttons quickly for a few seconds until they work again. I'm still looking into how to fix the sensativity.
The sound card uses the Intel 82801G (ICH7 family) driver with ALSA, but sound output is a bit scratchy under KDE's sound server (it works fine in games, however).
To be tested:
modem (probably a winmodem--ugh)
PCIe port
S-Video port (probably enabled with the nVidia module)
VGA port (probably enabled with the nVidia module)
Expansion Port 2 port
Microphone jack (probably enabled by the Intel 82801G driver)
Speaker jack (probably enabled by the Intel 82801G driver)
Media buttons
Misc:
The machine's heat output is very minimal, given it's power. The 12-cell Li-Ion battery lasts about 5-7 hours. (Debian Etch automatically installed the acpid package).
The 15.4" WXGA screen is beautiful and crisp. The form factor is near-perfect, but sometimes you can accidentally touch the touchpad with the lower part of your right thumb while typing (given the sensitivity of the pad I mentioned earlier, this can get annoying).
The Fn key works automatically, allowing you to use the numeric pad and brightness controls (as well as enabling the Num Lock).
The right pop-up menu button works in KDE at least (not sure about GNOME or XFCE4).
Strangly, the internal clock doesn't work! You will notice a slight delay when the boot process complains about being unable to initilize it.
Unfortunately, you can't get it shipped without an OS.
Customer service is quick in theory (via instant messaging), but a bit dim-witted (or just slow in practice). It took all of half an hour to answer my question about having my machine shipped without an OS to save money.
Overall:
Great machine, but it's a bit new and needs some drivers written for it. Not for absolute newbies.
|
|
|
|
07-29-2006, 06:31 AM
|
#2
|
Registered: Feb 2006
Distribution: Debian, Familiar
Posts: 380
|
Would you recommend the product? yes | Price you paid?: $1,073.00 | Rating: 0
|
Kernel (uname -r):
|
2.6.15-1.686-smp
|
|
Distribution:
|
Debian Etch
|
Update: I got the Intel 3945ABG card to work by using the the IEEE 802.11 1.1.12 subsystem source to build recent enough modules to use with the Debian ipw3945 module (now available with module-assistant). None of the problems mentioned before have been replicated since. You will need to manually start the ipw3945 daemon and configure the interface at first, however, and possibly insert the modules, but you could write a script to do if for you.
Still nothing on the media card reader :(
Interestingly, the DVD button (originally used with QuickPlay) will turn the computer on and off like the power button.
|
|
|
|
07-29-2006, 06:34 AM
|
#3
|
Registered: Feb 2006
Distribution: Debian, Familiar
Posts: 380
|
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 0
|
Kernel (uname -r):
|
2.6.15-1-686-smp
|
|
Distribution:
|
Debian Etch
|
Also, using module-assistant, it is possible to build the latest ALSA drivers (1.1.11), which greatly improve the sound quality (i.e. no scratcy sounds).
To whom it may concern: Please merge these three posts into a single review. I'm sorry for the inconvenience.
|
|
|
|
All times are GMT -5. The time now is 03:06 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
LQ Podcast
LQ Radio
|
|