Fujitsu-Siemens Esprimo U9200

From ArchWiki

Jump to: navigation, search


Contents

Specifications

  • Intel® Celeron® M Processor 540 (1.86 GHz) / Intel® Core™2 Duo Processor up to T7700 (2.4 GHz)
  • up to 4 GB DDR2-667 SDRAM
  • Intel® GM965 / ICH 8-M
  • Intel® X3100 graphics with up to 384 MB shared memory
  • Realtek ALC262
  • built-in 10/100/1000 Mbps Marvell 88E8055
  • Intel Pro Wireless 3945/4965 a/g/n (optional)
  • Atheros AR242x 802.11abg Wireless PCI Express Adapter (optional)
  • Memory card reader(SD,MS,xD)
  • integrated Linfox WebCam

Installation

No problems whatsoever.

Video/Xorg

  • Install drivers:
sudo pacman -S xf86-video-intel


  • xorg.conf
Section "Monitor"
       Identifier   "Monitor"
       HorizSync    31.5 - 64.3
       VertRefresh  50.0 - 70.0
EndSection
Section "Device"
       Identifier  "X3100"
       Driver      "intel"
       Card        "Intel Graphics Media Accelerator X3100"
       Option      "DRI" "true"
       Option      "FrameBufferCompression" "false"
       Option      "MigrationHeuristic" "greedy"
       Option      "XAANoOffscreenPixmaps" "true"
EndSection

Audio

  • Add the audio modules to /etc/rc.conf:
MODULES = (... snd-hda-intel ...)
  • Install PulseAudio (or whatever) and add the following to /etc/modprobe.conf:
options snd-hda-intel model=ultra

This will enable headphone jack sense AND mic. with boost, but won't enable line-in

You might also try

options snd-hda-intel model=sony-assamd

Which enables headphone jack sense AND line-in AND mic. but won't enable mic. boost

Note: the sound card itself will work without any additional option, or almost with any model option, the most critical part is headphone jack sense.

Wireless

To check which Wireless card is installed type:

lspci 

in a terminal.

Intel Pro Wireless 3945

  • Install drivers:
sudo pacman -S iwlwifi-3945-ucode
  • And add the module to /etc/rc.conf:
MODULES=(... iwl3945 ...)

Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter

  • Install drivers:
sudo pacman -S madwifi
  • And ad the module /etc/rc.conf:
MODULES=(... !ath_pci ath5k ...)

Suspend

Should work right out of box. Just install pm-utils.

Webcam

Works out of box with linux-uvc-svn.

Personal tools