salah saat compile nya :)
coba pilih kernel yang lama waktu di grub saat booting
dan ulangi dari :
# asumsi yg digunakan kernel 2.4.x.x
Step 3
$ cp pl2303.c /usr/src/linux-2.4/drivers/usb/serial
# move to /usr/src/linux-2.4
$ cd /usr/src/linux-2.4
$ cp kernel-2.4.20-i686.config /usr/src/linux-2.4/.config
$ cd /usr/src/linux-2.4
$ make menuconfig
# choose " General Setup " and select built in for
[*] kernel support for out binaries
[*] kernel support ELE binaries
[*] kernel support MISC binaries
# [exit] go to USB Support [sub menu]
i. USE serial converter support ->
ii. Exclude all the driver module except
1. "USB Generic Serial Driver" and
2. "USB Prolific 2303 Single …."
# [exit] sub menu
# Save it
Saving your kernel configuration…
*** End of Linux kernel configuration.
*** Check the top-level Makefile for additional configuration.
*** Next, you must run ‘make dep’.
$make dep
Step 3
# go to /usr/src/linux-2.4 directory
$ vi Makefile
# edit Makefile
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 3
EXTRAVERSION = -usb # edit disini
# save Makefile
$ make clean
$ make dep
$ make bzImage
$ make modules
$ make modules_install
$ make install
# reboot
-----
From: "A. Andria" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, January 18, 2006 4:15 PM
Subject: Re: [tanya-jawab] rebuild kernel untuk modul tertentu
| A. Andria wrote:
|
| > Dave Muhammad wrote:
| >
| >> 1. saya kurang paham, apakah pl2303.c + usbserial.c harus satu driver,
| >> karena dikwatirkan
| >> saat 'debugging' seperti error itu.
| >> kalo mau coba spekulasi, cek dibagian :
| >> /usr/src/linux-2.6.12.xx/drivers/usb/serial/usbserial.c
| >> apakah ada : driver untuk prolific pl2303
| >>
| >> 2.
| >> Pertanyaan nya di menu.lst nya harus seperti apa ya ?
| >> Apa seperti di bawah ini ?
| >>
| >> ===============================
| >> title Ubuntu, kernel bzImage-2.6.12-8hcl
| >> root (hd0,1)
| >> kernel /arch/i386/boot/bzImage-2.6.12-8hcl root=/dev/hda1 ro
| >> quiet splash
| >> boot
| >>
| >> # coba booting..setelah itu cek $dmesg |grep pl2303
| >>
| >>
| > Kalau saya booting menggunakan option dgn tittle : Ubuntu, kernel
| > bzImage-2.6.12-8hcl
| > Maka PC saya tidak bisa boot.
| >
| > Muncul Error 15 : File not found
| > Press any key to continue...
| >
| > Kenapa ya ?
| >
| Dan kalau saya ganti di menu.lst dengan :
| title Ubuntu, kernel bzImage-2.6.12-8hcl
| root (hd0,1)
| kernel /vmlinuz-2.6.12-8hcl root=/dev/hda1 ro quiet splash
| boot
|
| Maka muncul error seperti berikut :
|
| =========================
| Booting 'Ubuntu, kernel bzImage-2.6.12-8hcl'
| root (hd0,1)
| Filesystem type is ext2fs, partition type 0x83
| kernel /vmlinuz-2.6.12-8hcl root=/dev/hda1 ro quiet splash
| [Linux-bzImage, setup 0x1c00, size=0x122898]
| boot
| Uncompressing Linux... Ok, booting the kernel.
| [4294669.268000] Kernel panic - not syncing : VFS : Unable to mount root
| fs on unknown-block (0,0)
| [4294669.268000] _
|
| Ini apa yang salah ya ?
|
|
| --
| FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
| Unsubscribe: kirim email ke [EMAIL PROTECTED]
| Arsip dan info milis selengkapnya di http://linux.or.id/milis
|
|
|
| __________ NOD32 1.1369 (20060117) Information __________
|
| This message was checked by NOD32 antivirus system.
| http://www.eset.com
|
|
--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis