Comments for CDemu for Linux
20 Aug 2006 15:35
Re: mplayer
> you can also use mplayer to directly
> play .bin files
Which is stated also on the cdemu homepage and the cue
parsing support in mplayer was also done by a friend an
me.
20 Aug 2006 15:33
Re: 2.6
> the 0.6 beta didnt work well for 2.6,
> but the CVS worked out just fine.
the 0.8 release is now the recommended version as the
svn version will have major changes in the next months.
20 Aug 2006 15:30
Re: Problems compiling cdemu 0.7
> Hi, I am trying to install cdemu in SuSE
> 9.1.
> This is what happens when I run 'make':
please try the new version 0.8
20 Aug 2006 15:29
Re: Development
> Is this project still alive or is it
> dead... when do you plan on releasing
> v1.0
Its alive. The project has a new maintainer and last
month 0.8 was released.
24 Jan 2005 15:23
Problems compiling cdemu 0.7
Hi, I am trying to install cdemu in SuSE 9.1.
This is what happens when I run 'make':
# make
make MK_INC=/usr/src/kernel-modules/cdemu-0.7 -C /lib/modules/2.6.5-7.111.19-default/build M=/usr/src/kernel-modules/cdemu-0.7 modules
make[1]: Entering directory `/usr/src/linux-2.6.5-7.111.19-obj/i386/default'
make -C ../../../linux-2.6.5-7.111.19 O=../linux-2.6.5-7.111.19-obj/i386/default modules
CC [M] /usr/src/kernel-modules/cdemu-0.7/cdemu.o
/usr/src/kernel-modules/cdemu-0.7/cdemu.c: In function `cdemu_block_ioctl':
/usr/src/kernel-modules/cdemu-0.7/cdemu.c:707: warning: passing arg 1 of `cdrom_ioctl' from incompatible pointer type
/usr/src/kernel-modules/cdemu-0.7/cdemu.c:707: warning: passing arg 2 of `cdrom_ioctl' from incompatible pointer type
/usr/src/kernel-modules/cdemu-0.7/cdemu.c:707: warning: passing arg 3 of `cdrom_ioctl' makes pointer from integer without a cast
/usr/src/kernel-modules/cdemu-0.7/cdemu.c:707: error: too few arguments to function `cdrom_ioctl'
make[4]: *** [/usr/src/kernel-modules/cdemu-0.7/cdemu.o] Error 1
make[3]: *** [_module_/usr/src/kernel-modules/cdemu-0.7] Error 2
make[2]: *** [modules] Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.5-7.111.19-obj/i386/default'
make: *** [all] Error 2
13 Oct 2004 12:32
Development
Is this project still alive or is it dead... when do you plan on releasing v1.0
19 Sep 2004 07:20
2.6
the 0.6 beta didnt work well for 2.6, but the CVS worked out just fine.
01 Jul 2004 09:30
mplayer
you can also use mplayer to directly play .bin files
DVD ISO Support?
I have a 4.4Gb dvd iso image and when i do
# cdemu 0 image_dvd.iso
i get this:
-------------------------------------------------------
Traceback (most recent call last):
File "/usr/bin/cdemu", line 132, in ?
main()
File "/usr/bin/cdemu", line 127, in main
libcdemu.load_cd(device, args[-1],os.path.basename(args[-1]))
File "/usr/lib/python2.4/site-packages/libcdemu.py", line 792, in load_cd
c_struct = build_struct(tracks, file , len(tracks) - 1, comment)
File "/usr/lib/python2.4/site-packages/libcdemu.py", line 733, in build_struct
tracks+=struct.pack(track_struct,*entry)
OverflowError: long int too large to convert
-------------------------------------------------------
so, mi question is: does cdemu have dvd iso support?