Rabu, 02 Desember 2009

Debian on Acer Aspire 4810T

Permasalahan yang dihadapi ketika selesai menginstal debian lenny 5.0.3

1. Driver untuk network
2. display


untuk mengatasinya

1. donwload backport keyring
Code:

http://backports.mithril-linux.org/pool/main/d/debian-backports-keyring/debian-backports-keyring_2009.02.20_all.deb


2. kemudian install dengan cara masuk sebagai root ketik di terminal

Code:

su

kemudian cari letak file misal di desktop

Code:

dpkg -i /Desktop/debian-backports-keyring_2009.02.20_all.deb


3. download kernel 2.6.30 dari backport debian lenny

Code:

http://backports.mithril-linux.org/pool/main/l/linux-2.6/linux-image-2.6.30-bpo.1-686_2.6.30-6~bpo50+1_i386.deb

kemudian cari letak file misal di desktop

Code:

dpkg -i /Desktop/linux-image-2.6.30-bpo.1-686_2.6.30-6~bpo50+1_i386.deb



4. sampai tahap ini permasalahan dengan ethernet sudah dapat teratasi

5 untuk wireless, download

Code:

http://backports.mithril-linux.org/pool/non-free/f/firmware-nonfree/firmware-iwlwifi_0.17~bpo50+1_all.deb



kemudian cari letak file misal di desktop

Code:

dpkg -i /Desktop/firmware-iwlwifi_0.17~bpo50+1_all.deb


6. install wireless tool
Code:

http://ftp.tw.debian.org/debian/pool/main/w/wireless-tools/wireless-tools_29-1.1_i386.deb

kemudian cari letak file misal di desktop

Code:

dpkg -i /Desktop/wireless-tools_29-1.1_i386.deb


7. Restart komputer anda kemudian setalah restart masuk lagi ke root masukkan command

Code:

modprobe iwlagn

8. ketika restart maka ada pesan yang mengatakan microcode out-of-date untuk mengatasinya

- download microcode dari intel

Code:

wget -c http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-5000-ucode-8.24.2.12.tgz


- ekstrak
Code:

tar xvf iwlwifi-5000-ucode-8.24.2.12.tgz


- masuk ke direktori
Code:

cd iwlwifi-5000-ucode-8.24.2.12/

- copy microcode ke /lib/firmware
Code:

cp iwlwifi-5000-2.ucode /lib/firmware/


nah sampai disini permasalahan wireless telah teratasi

9. untuk display setalah masuk sebagai root ketik command sebagai berikut

Code:

gedit /etc/X11/xorg.conf

note: terlebih dahulu backup xorg.conf anda

Code:

############## settingan xorg.conf #################
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "dbe"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
EndSection

Section "Device"
Identifier "Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "AccelMethod" "EXA"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1366x768"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection



10. restart komputer anda

langkah - langkah di atas merupakan langkah - langkah yang saya terapkan pada saya

apabila ada kesalahan mohon dikoreksi

sumber :
Code:

http://wiki.debian.org/InstallingDebianOn/Acer/Aspire_Timeline_4810T
http://quail.southernvaleslug.org/debian_acer_aspire_timeline_4810t.html

#debian [at] irc.debian.org

sumber : http://acehdev.net/room/index.php?topic=2515.msg8444

Tidak ada komentar:

Posting Komentar