Fujitsu-Siemens LifeBook S6410
From Gentoo Linux Wiki
(Redirected from HARDWARE Fujitsu Lifebook S6410)
I am still working on configuring gentoo on S6410
Some features have not yet been tested:
- Audio
- Suspend and resume
- Fingerprint-reader
- Card reader
Working so far
- X at maximum resolution, but not larger virtual screen
- Gnome
Contents |
[edit] General
[edit] Specs/Overview
[edit] Configuration
| Code: #cat /etc/make.conf |
|
(So far I am using these settings)
CFLAGS="-Os -mtune=nocona -msse3 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j4"
INPUT_DEVICES="keyboard synaptics mouse evdev wacom"
VIDEO_CARDS="i810"
ALSA_CARDS="hda-intel"
SYSTEM="hal fam dbus aoss multilib threads acpi mmx sse sse2"
NOTUSE="-arts -qt4 -ipv6 -source"
GENRAL="python cxx bzip2 samba java xml symlink sqlite spell latex -doc"
XUSE="pam dri truetype X new-login xorg xserver xscreensaver xv xcomposite xinerama opengl aiglx"
IMAGEUSE="jpeg gif tiff pdf svg png"
MEDIAUSE="alsa mad vidix asf win32codecs dvd mp4 cdr dvdr ffmpeg xine aac x264 xvid nsplugin mp3 real gstreamer"
KDEUSE="-kde -qt3"
GNOMEUSE="cups gtk cairo glitz gnome firefox beagle mono eds"
USE="${SYTEM} ${NOTUSE} ${GENERAL} ${XUSE} ${IMAGEUSE} ${MEDIAUSE} ${KDEUSE} ${GNOMEUSE}"
LINGUAS="en_GB"
|
[edit] Hardware
[edit] Output of lspci
emerge pciutils
| Code: #lspci |
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) 00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03) 00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3) 00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03) 00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03) 04:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller (rev 14) 0c:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection (rev 61) 1c:03.0 CardBus bridge: O2 Micro, Inc. OZ711SP1 Memory CardBus Controller (rev 01) 1c:03.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 02) 1c:03.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01) 1c:03.4 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02) |
