Debian Isi Sempak

Horeee, mimpiku selama ini terwujud dengan adanya pendamping baru yang seberanrnya engga
cakep-cakep amat, dengan spesipikasi:
- Sempaq Celeron C700
- Mem 1 Gb
- Hd 120 Gb
- Vga 256 Mb
- Wireless Atheros PCI Express
* Dengan perbekalan seadanya (cdnya minjem), ku ucapkan bissmillah, akhirnya distro debian Etch bersemayam di Sempak, Sempak ??? ya.. Sempak, itulah sebutanku untuk leptopku.
* Kendala yang aku hadapi pertama kali adalah touchpad ga berjalan dengan sempurna,
setelah beberapa malam ku lalui akhirnya aku mendapatkan wangsit dari gusti ALLAH
dengan mencontek konfigurasi xorg.conf dari distro Fedora 8 akhirnya touchpad Sempak
berjalan dengan sempurna di Debian Etch, ini lho konfigurasinya :
===================================================================
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type “man /etc/X11/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/misc”
FontPath “/usr/X11R6/lib/X11/fonts/misc”
FontPath “/usr/share/fonts/X11/cyrillic”
FontPath “/usr/X11R6/lib/X11/fonts/cyrillic”
FontPath “/usr/share/fonts/X11/100dpi/:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/100dpi/:unscaled”
FontPath “/usr/share/fonts/X11/75dpi/:unscaled”
FontPath “/usr/X11R6/lib/X11/fonts/75dpi/:unscaled”
FontPath “/usr/share/fonts/X11/Type1″
FontPath “/usr/X11R6/lib/X11/fonts/Type1″
FontPath “/usr/share/fonts/X11/100dpi”
FontPath “/usr/X11R6/lib/X11/fonts/100dpi”
FontPath “/usr/share/fonts/X11/75dpi”
FontPath “/usr/X11R6/lib/X11/fonts/75dpi”
# path to defoma fonts
FontPath “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
EndSection
Section “Module”
Load “i2c”
Load “bitmap”
Load “dbe”
Load “ddc”
Load “dri”
Load “extmod”
Load “freetype”
Load “glx”
Load “int10″
Load “record”
Load “v4l”
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 “Emulate3Buttons” “true”
Option “LeftEdge” “120″
Option “RightEdge” “830″
Option “TopEdge” “120″
Option “BottomEdge” “650″
Option “FingerLow” “14″
Option “FingerHigh” “15″
Option “MaxTapMove” “140″
Option “VertScrollDelta” “20″
Option “HorizScrollDelta” “20″
Option “MinSpeed” “0.8″
Option “MaxSpeed” “1.4″
EndSection
Section “Device”
Identifier “Generic Video Card”
Driver “intel”
BusID “PCI:0:2:0″
Option “UseFBDev” “true”
EndSection
Section “Monitor”
Identifier “Generic Monitor”
Option “DPMS”
HorizSync 28-50
VertRefresh 43-75
EndSection
Section “Screen”
Identifier “Default Screen”
Device “Generic Video Card”
Monitor “Generic Monitor”
DefaultDepth 24
SubSection “Display”
Depth 16
Modes “1024×768″ “800×600″ “640×480″
EndSubSection
SubSection “Display”
Depth 24
Modes “1024×768″ “800×600″ “640×480″
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
===================================================================
* ehhh … pas udah masuk ke GUI wireless Atheros builtin ga bisa konek ke hotspot yang ada di kampus
terpaksa deh bertapa lagi di mbah google (lho kok bisa googling, kan ga bisa konek ???)
hehehe….. bisa donk kan gue punya usb wireless Ralink
tapi selama bertapa bertapa di mbah google selalu mendapat bisikan yang bunyinya BackTrack
yaa.. terpaksa deh pake backtrack dulu untuk sementara.
* Ga puas dengan backtrak akhirnya beralih lagi dengan Debian dengan cara ngompil kernel source
yang ada di Backtrack, ini lho perintahnya :
============================================
$ sudo su -
# cd /usr/src/linux-2.6.21.5
# cp /boot/config-2.6.18-6-686 .config
# make menuconfig
# make all
# make modules_install
# cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.21.5
# mkinitramfs -o /boot/initrd.img-2.6.21.5 2.6.21.5
truz tambahin pilihan kernel di menu.lst
# vim /boot/grub/menu.lst
title Debian GNU/Linux, kernel 2.6.21.5
root (hd0,0)
kernel /boot/vmlinuz-2.6.21.5 root=/dev/sda1 ro
initrd /boot/initrd.img-2.6.21.5
savedefault
# reboot
download driver madwifi di http://metasploit.com/users/hdm/tools/madwifi-r3726-061708-03-hdm.tar.gz
# wget -c http://metasploit.com/users/hdm/tools/madwifi-r3726-061708-03-hdm.tar.gz
# tar zxvf madwifi-r3726-061708-03-hdm.tar.gz -C /usr/local/src/
# cd /usr/local/src/madwifi-r3726-061708-03-hdm/
# make && make install
# modprobe ath_pci
# iwconfig ath0
# ifconfig ath0 up
# iwlist ath0 scanning
==================================================
Allhamdulillah akhirnya wireless builtin ku aktif juga
* Ehh ga lama muncul ide jahil di pikiranku, sebenernya sih cuman ngetes doank apa bener Atherosku bisa
buat modus monitor, ini lho perintahnya :
==============================================
# apt-get install aircrack-ng
# wlanconfig ath0 destroy
# wlanconfig ath0 create wlandev wifi0 wlanmode monitor
# airodump-ng ath0
# aireplay-ng -0 10 -a FF:FF:FF:FF:FF:FF -c FF:FF:FF:FF:FF:FF ath0
==============================================
* Wahhhh ternyata emang mantep dah…. Sempak+Debian ku
thank’s buat:
- z3r0byt3 (makasih atas referensi download madwifi-ng nya)
- kud0 (udah nganterin+nemenin ke mangga dua)
- 3nu (DVD Debiannya udah gue backup)
No trackbacks yet.