HP Compaq 6715s
From Gentoo Linux Wiki
| Laptops • TV Tuner Cards • Wireless • Servers • Storage • Other Hardware • Motherboards • Related |
Contents |
[edit] Introduction
The HP Compaq 6715s is Turion X2 based notebook, with 15.4 widescreen monitor, 1 Gb RAM, 160 Gb sata disk and Broadcom wireless 802.11b/g.
[edit] Description of the hardware
| Hardware Components | Status under Linux | Notes |
|---|---|---|
| AMD Turion 64 bit X2, 2 GHz | Works | Enabling specific support within the kernel. |
| 15.4" TFT Display | Works | No special procedure required during installation. |
| ATI X1250 Graphics | Works | emerge ati-drivers and run aticonfig utility to customize xorg.conf |
| 160Gb FUJITSU MHY2160BH | Works | CONFIG_SATA_AHCI=y |
| Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02) | Works | See this guide |
| MATSHITADVD-RAM UJ-861H LightScribe SuperMulti DVD±RW Writer | Works | LightScribe wasn't tested but should work. K3b says "DMA not enabled", but still working right |
| Network controller: Broadcom Corporation BCM4312 802.11a/b/g (rev 02) | Works | emerge ndiswrapper, native module bcm43xx doesn't work. use windows module with ndiswrapper. WEP and WPA ok. For kernel 2.6.24 see this thread |
| Audio device: ATI Technologies Inc SB600 Azalia | Works | CONFIG_SND_HDA_INTEL=m |
| Synaptics Touchpad | Works | |
| Bluetooth wireless networking | Works | Seems that speed is low and lost connections several times per hour |
| 56k Modem | Untested | N/A |
here's the output of lspci:
| Code: #lspci |
00:00.0 Host bridge: ATI Technologies Inc Unknown device 7910 00:01.0 PCI bridge: ATI Technologies Inc Unknown device 7912 00:04.0 PCI bridge: ATI Technologies Inc Unknown device 7914 00:05.0 PCI bridge: ATI Technologies Inc Unknown device 7915 00:06.0 PCI bridge: ATI Technologies Inc Unknown device 7916 00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA 00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0) 00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1) 00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2) 00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3) 00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4) 00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI) 00:14.0 SMBus: ATI Technologies Inc SB600 SMBus (rev 14) 00:14.1 IDE interface: ATI Technologies Inc SB600 IDE 00:14.2 Audio device: ATI Technologies Inc SB600 Azalia 00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge 00:14.4 PCI bridge: ATI Technologies Inc SB600 PCI to PCI Bridge 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon X1200 Series 02:04.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b6) 10:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02) 30:00.0 Network controller: Broadcom Corporation BCM4312 802.11a/b/g (rev 02) |
[edit] Kernel Configuration
I tested only kernel 2.6.23
[edit] CPU, AMD Turion X2
| Linux Kernel Configuration: Procesor |
Processor type and features --->
[*] Symmetric multi-processing support
Subarchitecture Type (PC-compatible) --->
Processor family (AMD-Opteron/Athlon64) --->
(2) Maximum number
[*] Multi-core scheduler support
Power management options --->
ACPI support --->
<M> AC Adapter
<M> Battery
<M> Processor
<M> Thermal Zone
CPU frequency scaling --->
[*] CPU Frequency scaling
Default CPUFreq governor (userspace) --->
<M> 'performance' governor
<M> 'powersave' governor
<M> 'ondemand' governor
<M> 'conservative' governor
<M> AMD Opteron/Athlon64 PowerNow!
|
[edit] Graphic card, ATI X1250
| Linux Kernel Configuration: ATI X1250 |
Device Drivers --->
Graphics support --->
<*> Support for framebuffer devices
[*] VESA VGA graphics support
<*> Console display driver support --->
<*> Framebuffer Console support
|
[edit] Audio, Intel HD Audio Controller
| Linux Kernel Configuration: Intel HD Audio Controller |
Device Drivers --->
Sound --->
<M> Sound card support
<M> Advanced Linux Sound Architecture
<M> Sequencer support
< > Sequencer dummy client
<M> OSS Mixer API
<M> OSS PCM (digital audio) API
[*] OSS PCM (digital audio) API - Include plugin system
PCI devices --->
<M> Intel HD Audio
|
[edit] Xorg
use aticonfig to customize the "Device" Section.
[edit] Synaptics
Default configuration which open way to change settings for example by ksynaptics.
| File: /etc/X11/xorg.conf |
Section "InputDevice"
Driver "synaptics"
Identifier "TouchPad"
Option "SendCoreEvents"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
EndSection
|
[edit] Device
Set Option "XAANoOffscreenPixmaps" "true" to avoid rendering problems.
[edit] Wireless
See the Broadcom 43xx article.
[edit] Other
Follow the Power management guide [1] to save your battery.
The output of dmseg reveals this problem:
APIC error on CPU0: 40(40) APIC error on CPU1: 40(40)
but there aren't performance problems.
[edit] LiveCD hangs
Other authors say nothing about this, but when I try the LiveCD-2008.0-r1, it hangs after a couple of minutes of running. The monitor turns black, and you can't reboot with Ctrl + Alt + Del. I'm seeking the solution. - 221.189.151.22 08:30, 25 August 2008 (UTC)
