LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing cdemu (https://www.linuxquestions.org/questions/linux-newbie-8/installing-cdemu-334231/)

NightKids 06-16-2005 11:24 AM

installing cdemu
 
the install says i need the source of the current running kernel by typing:

Code:

you need the source of your current running kernel.
/lib/modules/$(shell uname -r)/build/include needs to point at it.

but i get

Code:

/lib/modules/2.6.8.1-12mdksmp/build/include
bash: /lib/modules/2.6.8.1-12mdksmp/build/include: No such file or directory

i think i already go the kernel source becuz i tried to install a video card driver and sound card driver once and it needed kernel sources

perfect_circle 06-16-2005 11:59 AM

You just need to create a soft link named build in the /lib/modules/<kernel-version> pointing to the kernel sourse directory. In my case:
Code:

skalkoto@darkstar:/lib/modules/2.4.31$ ls -l build
lrwxrwxrwx  1 root root 21 2005-06-11 19:37 build -> /usr/src/linux-2.4.31/
skalkoto@darkstar:/lib/modules/2.4.31$

so go to /lib/modules/<kernel_version>
and type
Code:

ln -s /usr/src/linux-<kernelversion> build
if your kernel source is located in the default path.

NightKids 06-16-2005 01:12 PM

ok i did that, and then tried to reinstall cdemu, after make and make install, it says to do 'modprobe cdemu'
and i got:
Code:

FATAL: Error inserting cdemu (/lib/modules/2.6.8.1-12mdksmp/misc/cdemu.ko): Invalid module format
so if i try to mount with 'cdemu 0 file.cue' it says:
Code:

[Errno 6] No such device or address: '/dev/cdemu/0'
and if i try with mount-iso-image-0.9, right-clicking the file, go to actions, then Manage CUE/BIN, then mount, it says:
Code:

ERROR: Could not mount "/home/icet/Desktop/Mount-ISO (file.cue)"! Check your system settings.

NightKids 06-19-2005 09:12 AM

would anyone know how to make it work please?


All times are GMT -5. The time now is 02:49 PM.