27 ธันวาคม 2548

KCDEmu เป็น GUI สำหรับ cdemu เป็นซีดีอีมูเลเตอร์ที่ต้องใช้คอมมานไลน์ในการใช้งาน
ใช้งานได้กับ cd image ที่ป็น cue/bin
$ sudo modprobe cdemu *โหลดโมดูล*
$ cdemu 0 image.cue
$ mount /dev/cdemu/0 /mnt/cdrom

จะให้ cdemu โหลดเมื่อ boot ทุกครั้ง ให้เพิ่มคำว่า cdemu ไว้ใน /etc/modules

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

ide-cd
ide-disk
ide-generic
lp
mousedev
psmouse
nvidia
videodev
cdemu

เมื่อต้องการจะ mount cd image ให้ run KCDEmu จะมี icon ที่ SystemTray
เนื่องจาก KCDEmu ใช้สำหรับ SuSe ก่อน compile ต้องแก้ makefile ตรง /include
ก่อน CFLAGS = -I$(QTDIR)/include/ -I$(KDEDIR)/include/ -I$(SRC_ROOT)
หลัง CFLAGS = -I$(QTDIR)/usr/include/qt3 -I$(KDEDIR)/usr/include/kde/ -I$(SRC_ROOT)

ไม่มีความคิดเห็น: