Kernel

COMPAQ EVO N410c - Kernel 2.6.18.1

9 Nov 2006

compaq, evo, n410Jika pada posting sebelumnya tabel ACPI yang digunakan masih tidak sempurna dalam mengakses kontroler ACPI COMPAQ EVO N410c, maka waktu aku mengkompilasi ulang kernel 2.6.18.1 dan mencobanya di laptop ini, tidak ada lagi pesan error dari kontroler ACPI. Alhamdulillah aku g jadi ngoprek tabel ACPI yang udah aku donlot dari http://acpi.sourceforge.net/. hehehehehe. lumayan g perlu mikir abot2.

SLACKWARE ON EVO N410c - PART IV (NETWORKING)

3 Oct 2006

compaq-evo-n410Masalah networking pada Compaq EVO N410c mungkin bukan masalah buat orang-orang yang hanya menggunakan LAN Networking dengan basis ethernet. Kartu jaringan EVO N410c adalah Intel Ethernet Pro 100 yang langsung dikenali oleh kernel dengan catatan modul driver untuk kartu ini ada.

shell$ /sbin/modprobe -v eepro100

Kita dapat langsung memasukkan parameter ini ke dalam rc.modules sebagai berikut:

SLACKWARE ON EVO N410c - PART III (DRM/DRI)

3 Oct 2006

compaq-evo-n410Pada bagian ini saya akan menjelaskan sedikit cara untuk mengaktifkan dukungan Direct Rendering Manager dan Direct Rendering Infrastructure di Linux pada laptop Evo N410c. Compaq EVO N410c menggunakan kartu grafis ATI Radeon Mobility M6 LY dengan AGP Bridge Intel I830. DRM adalah driver perangkat kontroler AGP pada level kernel, sedangkan DRI adalah driver perangkat kontroler AGP pada level software (Xorg). Sebelum dapat menggunakan fungsi DRI pada level software (Xorg) kita harus mengaktifkan dukungan DRM terlebih dahulu pada kernel. Berikut ini adalah konfigurasi kernel untuk mengaktifkan modul driver DRM.

New Bootsplash Screen

28 Jun 2006
Damn!! Only for bootsplash i've spent 5 days to configuring my Slack box. It's all because that damned framebuffer device on my intel 815 onboard vga. By default i810 based cards doesn't accept lilo standard command to using non-standard VESA framebuffer console resolution (ie. VESA framebuffer console @ 1024x768x64k or option vga=791). i810 based cards need several argument such as hsync and vsync value to be defined. And for convenient ways to setting up those value, i've built the driver right into the kernel so it won't be usable to be used with another vga card. But that's ok, since i'm not going to change my box to another pc at least in short time hehehehehehe.... I'm using kernel 2.6.16.1, latest stable version until the end of March. For bootsplash patch, i'm using patch from 2.6.15 version (it's still compatible). This is my kernel config:
Device Drivers ->
Block Devices
<*> RAM disk support
[*] Initial RAM disk (initrd) support
Graphics Support

Temporary solved: hotpluggable device identifying method

28 Jun 2006

Coz linux kernel version 2.6.10 use two kind hotpluggable device identifying method, first for low performance usb host device and second for dealing with high perfomance usb host device. The term low and high shows up when we're trying to connect to for example with usb flash disk device. Low performance device will be identified as /dev/ub/a etc from kernel, so udevd will make a symlink correspondent to it as /dev/uba etc. This because kernel use block_dev_ub module or ub.ko. While high performance device will be accessed with usb-storage module or usb-storage.ko and this probe will generate device node /dev/sda etc from udevd.

SLACKWARE ON EVO N410c - PART I (ACPI)

7 Mar 2006
compaq-evo.jpg

Tulisan ini adalah seri kedua yang berisi tentang hal-hal yang menyangkut PCMCIA di laptop EVO N410c. Tanpa banyak prolog, berikut ini adalah langkah-langkah untuk mengaktifkan dukungan perangkat PCMCIA di Slackware saya. Kernel 2.6.17.13 dikompilasi dengan konfigurasi PCMCIA sebagai berikut:

#
# PCCARD (PCMCIA/CardBus) support
#
CONFIG_PCCARD=m
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=m
CONFIG_I82092=m
CONFIG_I82365=m
CONFIG_TCIC=m
CONFIG_PCMCIA_PROBE=y
CONFIG_PCCARD_NONSTATIC=m

Pages