whops!
something got wrong while installing cdemu...
This is what I've done so far:
tar -jxvf cdemu.tar.bz2
cd cdemu
make
--------
and here is where my problem popped up.
root@darkstar:/home/roader/cdemu-0.7# make
make -C /lib/modules/2.4.29/build SUBDIRS=/home/roader/cdemu-0.7 modules
make[1]: Entering directory `/usr/src/linux-2.4.29'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c
scripts/split-include include/linux/autoconf.h include/config
make -C /home/roader/cdemu-0.7 CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.29/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i486 -DMODULE" MAKING_MODULES=1 modules
make[2]: Entering directory `/home/roader/cdemu-0.7'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.29/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i486 -DMODULE -D__KERNEL__ -I/usr/src/linux-2.4.29/include -c -o cdemu.o cdemu.c
cdemu.c:728: error: `cdemu_block_ioctl' undeclared here (not in a function)
cdemu.c:728: error: initializer element is not constant
cdemu.c:728: error: (near initialization for `cdemu_bdops.ioctl')
make[2]: *** [cdemu.o] Error 1
make[2]: Leaving directory `/home/roader/cdemu-0.7'
make[1]: *** [_mod_/home/roader/cdemu-0.7] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.29'
make: *** [all] Error 2
And then I typed this command (while igoring the error messages):
root@darkstar:/home/roader/cdemu-0.7# make install
**** Installing files ****
install -D -m 644 cdemu.o /lib/modules/2.4.29/misc/cdemu.o
install: cannot stat `cdemu.o': No such file or directory
make: *** [install] Error 1
and now Im stuck once again with my PS installtion
any help?