LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-16-2006, 02:16 PM   #1
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Rep: Reputation: 15
CD images


Hi,

I am kinda stuck on my frehsly installed Slackware 10.1 system...

I am crazy about PS 7.0 and have been trying to install it for the last couple of days without any success, the thing is that I have wine installed and working properly, though the issue lies on my PS 7.0 CD... Cause it's a CD image file, or acctually 2. One called something like PS70.bin and another one called PS70.cue...

so Im having a hard time trying to find programs that can virutally mount them like the daemon-tools program does on win systems... I have tryed to mount it using this command:

"mount -o loop PS70.cue /mnt/cdimage"


but then I get this error message:

ioctl: LOOP_CLR_FD: Device or resource busy
mount: you must specify the filesystem type


Seems like I haven't specified the FS, which I dont know howto do..

I really need help on howto mount my cd image, and if it's to any good, here my /ect/fstab:


/dev/hda2 swap swap defaults 0 0
/dev/hda1 / ext2 defaults 1 1
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
 
Old 04-16-2006, 02:29 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
This may help;
http://cdemu.org/
 
Old 04-16-2006, 02:42 PM   #3
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Original Poster
Rep: Reputation: 15
thanks allot for the help, theres really no such forum like this one =)
 
Old 04-16-2006, 03:10 PM   #4
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Original Poster
Rep: Reputation: 15
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?
 
Old 04-16-2006, 03:59 PM   #5
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
This is an older one just for 2.4 kernel.
I would try it.
http://robert.private.outertech.com/..._0.5.3.tar.bz2
What happens?
If it doesn't work I would email the dev robert or ask;
cdemu-devel@lists.sourceforge.net
 
Old 04-16-2006, 04:25 PM   #6
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Original Poster
Rep: Reputation: 15
I ran:

tar -jxvf cdemu.tar.gz2
cd cdemu
make
make install

sudo modprobe cdemu

it all went fine and the program is now installed... But then I run this command:

cdemu 0 cdimage.cue


I get this message:


Traceback (most recent call last):
File "/usr/bin/cdemu", line 45, in ?
import libcdemu
ImportError: No module named libcdemu

Last edited by roAder; 04-16-2006 at 04:28 PM.
 
Old 04-16-2006, 05:13 PM   #7
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
I am not sure, first try;
/sbin/depmod -a
then if that doesn't work
I would reboot to see if the libs get updated.
look at lsmod to see if the module is loaded
you may have to load it manually each time
 
Old 04-16-2006, 06:06 PM   #8
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
You can try and convert the bin/cue to an ISO image and then loopmount that ISO.

Eric
 
Old 04-17-2006, 07:35 AM   #9
roAder
Member
 
Registered: May 2004
Location: Sweden, Stockholm
Distribution: Slackware 10.1
Posts: 142

Original Poster
Rep: Reputation: 15
Nothing seems to work, I'll just convert the damn thing...
 
Old 04-28-2006, 10:31 PM   #10
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
What did you do, and does PS 7.0 work in wine?
I tried it before, and it didn't work. I was
using the CodeWeavers 30-day trial, even, and
they couldn't help, either. So, wine is drunk.
I use PS 7.0 and InDesign with WinXP installed
in QEMU in Slackware. Slower than Windows, but
at least I'm not booting out of Slackware.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cd images pilatus666 Linux - Newbie 21 03-22-2006 11:55 AM
What filesystem on images Grimmi- Linux - Newbie 4 10-26-2005 09:28 AM
Convert cd images to dvd images rcsuk Debian 2 07-11-2005 10:34 AM
images Kiti Programming 5 09-08-2003 05:25 AM
No images JesseJames LQ Suggestions & Feedback 3 05-20-2003 02:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration