Results 1 to 1 of 1
Hi,
I created a fedora 8 livecd with livecd-creator and tried to install a kernel module of my own.The problem is that I have a bunch of commands to execute ...
- 02-11-2009 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 13
fedora 8 livecd kernel module issue
Hi,
I created a fedora 8 livecd with livecd-creator and tried to install a kernel module of my own.The problem is that I have a bunch of commands to execute in the %post of the kickstart file that aren't working.If someone could explain why I'd be grateful
mknod doesnt seem to create the device and insmod sayslivecd-fedora-8-kde.ks
%post
[..]
rm -rf /dev/char_device
mknod /dev/char_device c 101 0
chmod 777 /dev/char_device
/sbin/insmod /lib/modules/2.6.24.3-34.fc8/kernel/drivers/char/mmiModule.ko
%end
insmod: error inserting '/lib/modules/2.6.24.3-34.fc8/kernel/drivers/char/mmiModule.ko': -1 File exists
Can anyone help me with this?


Reply With Quote