Fujitsu Siemens Pa 2510

From ArchWiki

(Redirected from User:Gretschy)
Jump to: navigation, search


Contents

[edit] Arch linux & Fujitsu-Siemens Amilo Pa 2510

[edit] LAPTOP SPECS

Processor: AMD Athlon64 X2 TK55 
Harddisk : 160Gb Harddisk
DVD-RW  :
Graphics : integrated Ati Xpress X1200
Display  : 1280x800 LCD
Ports  : 3 USB ports, Expresscard Slot
Network  : Realtek Ethernet, Atheros 5007eg, AC'97 Modem

[edit] XORG CONFIGURATION

See the Beginners Guide for details

[edit] using the ATI catalyst driver

pacman -S catalyst

[edit] using the open source driver

See Ati entry in the wiki, couldn't get direct rendering with the radeon driver. For more information visit www.phoronix.com for driver updates

[edit] SOUND

Works out of the box. Don't forget to add your user to the audio group.

Check here for more info about how to set up sound: http://wiki.archlinux.org/index.php/ALSA_Setup

[edit] TOUCHPAD

[edit] ACCESS TO DEVICES

Add user to groups (given you have created a user):

    gpasswd -a username video
    gpasswd -a username optical
    gpasswd -a username storage

[edit] WIRELESS LAN

[edit] Madwifi

Wireless is a bit tricky but works with madwifi using a patch (only for 32bit systems).
Read http://madwifi.org/ticket/1679 for details.
The madwifi package with included patch can be downloaded from: http://snapshots.madwifi.org/special/madwifi-ng-r2756+ar5007.tar.gz
After downloading:
Untar the package

tar xvf madwifi-ng-r2756+ar5007.tar.gz

change into the madwifi folder

cd madwifi-ng-r2756+ar5007

compile madwifi

make

install

make install

then add ath_pci and wlan to your modules section in rc.conf

[edit] Ndiswrapper

work in progress


[edit] ETHERNET

works out of the box using the r8169 module.

[edit] USB

works

[edit] MONITOR OUT

Works

[edit] HOTKEYS, SPECIAL BUTTONS

The buttons for the led brightness didn't work until I added acpi_osi=linux to grub.

[edit] CARD SLOTS

testet with Memorystickn and Sdcard

[edit] Powersave

[edit] Suspend

[edit] to ram

[edit] to disk

Personal tools