Jumat, 22 Juli 2011

Wifi Atheros di Slackware 13

Download Madwifi di http://snapshots.madwifi-project.org/ pilih yang terbaru.
Lakukan perintah dibawah ini:
# tar xfvz madwifi-xxx.tar.gz
# cd madwifi-xxx
# make
# make install

Apabila sudah selesai install WiCD yang terdapat di DVD Slackware 13.

Bangkitkan ulang daemon networking lewat perintah /etc/rc.d/rc.inet1 restart lalu tekan Enter.

Selesai.


Catatan:
Apabila menemukan error "Operation not possible due to RF-kill" lakukan langkah berikut:
# rfkill unblock wifi
Lalu ulangi langkah untuk membangkitkan ulang daemon networking.

Sumber:
http://www.slackware.cl/index.php?q=node/1092
http://snapshots.madwifi-project.org/
http://tapabrata.blogspot.com/2010/07/konfigurasi-jaringan-di-slackware-13.html
http://gilalinux.blogspot.com/2011/03/mengatasi-rf-kill.html 

Rabu, 06 Juli 2011

Mengaktifkan Mode AHCI/RAID Setelah Install Windows

Well, nemu cara efektif untuk mengaktifkan AHCI/RAID mode ketika menginstall Windows XP. Jadi selama ini bila ingin menginstall Windows XP dengan mengaktifkan SATA AHCI Controller, biasanya menggunakan Nlite untuk menambah driver SATA AHCI ke master Windows XP.
Dengan cara ini, kita tidak perlu repot-repot untuk membuat dahulu master Windows XP yang sudah ada driver SATA AHCI-nya. Jadi begitu mau install tinggal masuk saja ke BIOS, non-aktifkan fitur SATA AHCI kemudian install Windows XP seperti biasa hingga selesai. Setelah selesai baru kita lakukan langkah-langkah sebagai berikut:
  1. Download yang kita perlukan disini.
  2. Pastikan pada setting BIOS, SATA ports diset ke Mode IDE.
  3. Booting hingga masuk ke Windows
  4. Ekstract hasil download tadi.
  5. Untuk mode AHCI impor "Intel_AHCI_Merge.reg" dan untuk mode RAID impor "Intel_RAID_Merge.reg". Ingat!!! Impor salah satu saja yang sesuai dengan sistem yang ada.
  6. Copy file "iaStor.sys" ke "system32\drivers" pada direktori/folder Windows. File yang disertakan ini merupakan versi v8.9.0.1023 dari Intel. Apabila diperlukan, bisa diganti dengan update versi terbaru dari Intel.
  7. Lakukan reboot, kemudian masuk kembali ke BIOS untuk mengaktifkan mode AHCI atau RAID pada ports SATA.
  8. Silahkan booting ke Windows dan selesai.
Semoga berguna.

taken from:
http://forums.mydigitallife.info/threads/11549-Enabling-AHCI-RAID-mode-after-installing-windows

Note that, Intel does not support pure ICH8/ICH9 chipsets that are set to AHCI mode, and does not provide AHCI drivers for those chipsets. Asus P5B Motherboards are examples that are affected by this situation. But with this package you can enable and use AHCI mode with pure ICH8/ICH9 chipsets that have AHCI support enabled through Motherboard Bios.

Jumat, 01 Juli 2011

Install Clamav di Ubuntu dan Update Via Proxy (Install Clamav in Ubuntu and Update Via Proxy)

Add this on Software Source:
deb http://ppa.launchpad.net/ubuntu-clamav/ppa/ubuntu lucid main 
deb-src http://ppa.launchpad.net/ubuntu-clamav/ppa/ubuntu lucid main 

Open terminal
$ sudo apt-get update
$ sudo apt-get install clamav clamtk
$ sudo apt-get upgrade

Note: if you failed update, reffer to this link:
http://onlinenote.blogspot.com/2011/02/cara-mudah-menambahkan-public-key.html 

If you have connection via proxy, open terminal, then:
$ sudo gedit /etc/clamav/freshclam.conf

# Automatically created by the clamav-freshclam postinst
# Comments will get lost when you reconfigure the clamav-freshclam package

DatabaseOwner clamav
UpdateLogFile /var/log/clamav/freshclam.log
LogVerbose false
LogSyslog false
LogFacility LOG_LOCAL6
LogFileMaxSize 0
LogTime true
Foreground false
Debug false
MaxAttempts 5
DatabaseDirectory /var/lib/clamav
DNSDatabaseInfo current.cvd.clamav.net
AllowSupplementaryGroups false
PidFile /var/run/clamav/freshclam.pid
ConnectTimeout 30
ReceiveTimeout 30
TestDatabases yes
ScriptedUpdates yes
CompressLocalDatabase no
Bytecode true
NotifyClamd /etc/clamav/clamd.conf
# Check for new database 24 times a day
Checks 24
DatabaseMirror db.id.clamav.net
DatabaseMirror db.local.clamav.net
DatabaseMirror database.clamav.net
# Proxy: http://xxx.xxx.xxx.xxx:yyyy
HTTPProxyServer xxx.xxx.xxx.xxx
HTTPProxyPort yyyy
See at the "# Proxy", where x is IP and y is port. If you don't want to manually edit, you can do this:
$ sudo dpkg-reconfigure clamav-freshclam

Source:
http://ubuntuforums.org/showthread.php?t=1427157
http://linux.die.net/man/5/freshclam.conf
https://launchpad.net/~ubuntu-clamav/+archive/ppa