- Buka Terminal.app
- Ketik "Yes > /dev/null" (tanpa tanda petik)
- Coba mainkan lagu / video
Friday, December 21, 2012
[HACKINTOSH] Voodoo HDA - Sound Problem (Crackles)
Thursday, December 20, 2012
[HACKINTOSH] ACER 4540 - FULL RES (1366x768)
[OOT] Today is Doomsday
Menambah Partisi OS X di GRUB
sudo gedit /boot/grub/grub.cfg
menuentry "Mac OS X (32-bit) (on /dev/sda6)" --class macosx --class os {
insmod hfsplus
set root='(hd0,6)'
search --no-floppy --fs-uuid --set 1ac7d551c39ccf09
insmod vbes
set do_resume=0
if [ /var/vm/sleepimage -nt10 / ]; then
if xnu_resume /var/vm/sleepimage; then
set do_resume=1
fi
fi
if [ $do_resume == 0 ]; then
xnu_uuid 1ac7d551c39ccf09 uuid
if [ -f /Extra/DSDT.aml ]; then
acpi -e /Extra/DSDT.aml
fi
xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid
if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
xnu_mkext /System/Library/Extensions.mkext
else
xnu_kextdir /System/Library/Extensions
fi
if [ -f /Extra/Extensions.mkext ]; then
xnu_mkext /Extra/Extensions.mkext
fi
if [ -d /Extra/Extensions ]; then
xnu_kextdir /Extra/Extensions
fi
if [ -f /Extra/devprop.bin ]; then
xnu_devprop_load /Extra/devprop.bin
fi
if [ -f /Extra/splash.jpg ]; then
insmod jpeg
xnu_splash /Extra/splash.jpg
fi
if [ -f /Extra/splash.png ]; then
insmod png
xnu_splash /Extra/splash.png
fi
if [ -f /Extra/splash.tga ]; then
insmod tga
xnu_splash /Extra/splash.tga
fi
fi
}
menuentry "Mac OS X (32-bit) (on /dev/sda6)" --class macosx --class os {Catatan : Biasanya GRUB akan mendeteksi 2 versi MAC OS yang versi 32 dan 64 bit. Versi 64 bit jarang digunakan, anda bisa menghapusnya dari grub.cfg. JANGAN LAKUKAN update-grub SETELAH MERUBAH grub.cfg!
insmod hfsplus
set root=(hd0,6)
multiboot /boot
}
Good Luck!
Friday, December 14, 2012
[REVIEW] KERNEL 3.7
Wednesday, December 12, 2012
Touchpad Tidak Berfungsi
sudo apt-get install xserver-xorg-synapticsKemudian setelah itu coba booting kembali komputer anda :)
Tuesday, December 11, 2012
Kernel 3.7 dirilis
· Better power management for Radeon GPUs;
· Better support for Intel graphics;
· Improved Nouveau DRM video driver;
· EXT4 improvements;
· Btrfs hole-punching;
· Improved support for Intel AES-NI;
· Support for Xen EFI video mode;
· IPv6 Netfilter enhancements;
· ARM Xen virtualization support for Cortex-A15;
· Nintendo Wii Balance Board driver support;
· Audio Run-Time Power Management;
· Support for JFS TRIM on SSDs;
· Support for Oracle SPARC-T4.
Saturday, December 8, 2012
[XFCE] Ganti Warna Font Icon (Desktop)
- Masuk ke home directory, lalu aktifkan "show hidden files" (CTRL+H)
- Carilah file .gtkrc-xfce dan buka pakai gedit atau sejenisnya
- Isinya seperti ini
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
fg[NORMAL] = "#000000"
fg[SELECTED] = "#000000"
fg[ACTIVE] = "#000000"
}
- Disitu ada 3 kondisi NORMAL, SELECTED & ACTIVE. Nilai masing - masing kondisi adalah #000000, yaitu adalah nilai hexa dari warna hitam.
- Silahkan ubah sesuka anda untuk mendapatkan warna sesuai keinginan anda. Parameter yang digunakan adalah #RRGGBB dengan rentang 00 - FF
- Contohnya untuk mendapatkan warna putih bisa menggunakan kode #FFFFFF
- Disitu juga terdapat label-alpha = 0, yang merupakan variable untuk mengeset background dari tulisan icon. 0 - 100. Jika 0 maka tidak terlihat, 100 maka terlihat.
- Jika sudah, save dan logout dan login kembali
[OOT] Minggu Yang Berat
Wednesday, December 5, 2012
Kernel 3.6.9 : All of 3.6 user must upgrade !
Friday, November 30, 2012
Kaos Linux
Kernel 3.6.8
- ALSA: usb-audio: Fix crash at re-preparing the PCM stream
- ALSA: hda - Fix invalid connections in VT1802 codec
- ALSA: hda - Fix empty DAC filling in patch_via.c
- ALSA: HDA: Fix digital microphone on CS420x
- tcp: fix retransmission
Install Hackintosh di ACER 4540
- AMD Turion X2
- ATI HD 4200
- RAM 3GB
- HDD 320 GB
- Sound
- WiFi (Atheros)
- Bluetooth
- Touchpad
- WebCam
Thursday, November 15, 2012
Chroot : Exec Format Error
Jam 2 malam kaya gini mau buka komputer ternyata burgnya error. Lupa tadi kuapain, karena LiveUSB keformat, jadinya bongkar tempat CD. Asal ngambil CD linux buat restore BURG biar bisa masuk ke Mint lagi.
Setelah masuk dan booting yg lama banget dan berisik suara CD. Waktunya merestore BURG! Setelah selesai mounting, pas mau jalaning perintah chroot ternyata error.
Errornya :
CHROOT : Exec Format Error
Hal ini disebabkan karena perbedaan system arsitektur komputer saya dengan master linux yang saya masukkan tadi. Komputer saya terinstall dengan Linux Mint 64 bit, sehingga jika ingin restore, harus menggunakan arsitektur yang sama.
SOLUSI?
Coba booting dengan master linux yang sesuai dengan linux yang terinstall di komputer anda. Lebih baik menggunakan master yang sama seperti linux yang terinstall.
Tuesday, November 13, 2012
Percepat Kompilasi Kernel
-j [jobs], --jobs[=jobs]
Specifies the number of jobs (commands) to run simultaneously. If there is more than one -j option, the last one is effective. If the -j option is given without an argument, make will not limit the number of jobs that can run simultaneously.
Monday, November 12, 2012
Bahasa Indonesia
Friday, November 9, 2012
Fix Internal Error -- Ubuntu Software Center
sudo apt-get install -f
Wednesday, November 7, 2012
How to Compile Kernel ?
- First you must download the kernel source code from www.kernel.org
- After downloaded, extract with your favorite package manager, or you can do that from terminal and type this command tar -xjvf linux-x.y.z.tar.bz2 -C /usr/src.
- The source code will be unpack to folder /usr/src
- Go to the directory by typing cd /usr/src
- Type make menuconfig to configure the kernel before you compile it.
- BE CAREFUL ! There are plenty of configuration that if you didn't careful, the kernel may not work perfectly on your computer. If you don't know how to configure, just leave it default.
- To compile, type sudo make. It will took a long time to compile the kernel, about 50 - 60 minutes.
- After finished, type sudo make modules_install install. The command will install the driver for your hardware and after it finished, the kernel will be updated into your system.
- After that, reboot the computer, and the kernel should be in the GRUB list. If didn't, boot with old kernel, go to terminal and type update-grub (GRUB user) [OPTIONAL]
- Simple enough to do this, the bad things is that you must wait for a while to compile the kernel. If you have any question, please post here.
Tuesday, November 6, 2012
NUTZ! 5.0 -- Quantal Release Party Yogyakarta
- Register online ? Go to http://nutz5.ukdwnetclub.com
You're in Jogja or near Jogja ? Please come and join us ! Celebrate the Release Party !







