Branches
Comments
[»]
DVD ISO Support?
by George Lucas - Jun 29th 2007 22:24:12
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?
[reply]
[top]
[»]
Problems compiling cdemu 0.7
by Ronny Løken - Jan 24th 2005 15:23:53
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
[reply]
[top]
[»]
Re: Problems compiling cdemu 0.7
by Robert Penz - Aug 20th 2006 15:30:47
> 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
[reply]
[top]
[»]
Development
by Andraž 'ruskie' Levstik - Oct 13th 2004 12:32:45
Is this project still alive or is it dead... when do you plan on releasing
v1.0
[reply]
[top]
[»]
Re: Development
by Robert Penz - Aug 20th 2006 15:29:56
> 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.
[reply]
[top]
[»]
2.6
by tech - Sep 19th 2004 07:20:53
the 0.6 beta didnt work well for 2.6, but the CVS worked out just fine.
-- tech
[reply]
[top]
[»]
Re: 2.6
by Robert Penz - Aug 20th 2006 15:33:58
> 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.
[reply]
[top]
[»]
mplayer
by d83 - Jul 1st 2004 09:30:53
you can also use mplayer to directly play .bin files
[reply]
[top]
[»]
Re: mplayer
by Robert Penz - Aug 20th 2006 15:35:18
> 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.
[reply]
[top]
|