LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-07-2006, 03:17 PM   #1
DragonMaster
Member
 
Registered: Feb 2006
Location: Montreal, QC, Canada
Distribution: FC5 & SuSE10.1
Posts: 55

Rep: Reputation: 15
Reading data from mixed mode CD


I'm using Fedora Core 5 and I can read CD-Audio and Data CDs correctly on my computer, but when I try to read an EnhancedCD / Mixed Mode, I get this message :

Method "Mount" with signature "ssas" on interface "org.freedesktop.Hal.Device.Volume" doesn't exist


/etc/fstab :

/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
 
Old 06-07-2006, 09:07 PM   #2
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
No problem using the CDfs module (compiled into the kernel);

http://www.elis.ugent.be/~ronsse/cdfs/

Get the latest;

http://freshmeat.net/redir/cdfs/1122...2.6.12.tar.bz2

If adding the filesystem into the kernel source the patch.cdfs needs to be changed for kernels > 2.6.12. The updated patch.cdfs is below;

Code:
--- fs/Makefile.orig	2004-02-28 23:10:02.000000000 +0000
+++ fs/Makefile	2004-03-03 13:20:53.000000000 +0000
@@ -91,6 +91,7 @@
 obj-$(CONFIG_ADFS_FS)		+= adfs/
 obj-$(CONFIG_FUSE_FS)		+= fuse/
 obj-$(CONFIG_UDF_FS)		+= udf/
+obj-$(CONFIG_CDFS_FS)		+= cdfs/
 obj-$(CONFIG_RELAYFS_FS)	+= relayfs/
 obj-$(CONFIG_SUN_OPENPROMFS)	+= openpromfs/
 obj-$(CONFIG_JFS_FS)		+= jfs/
--- fs/Kconfig.orig	2004-02-28 23:10:02.000000000 +0000
+++ fs/Kconfig	2004-03-03 13:10:55.000000000 +0000
@@ -759,6 +759,9 @@
 
 	  It is perfectly safe to say N here.
 
+config CDFS_FS
+	tristate "CDFS file system support"
+
 endmenu
 
 menu "DOS/FAT/NT Filesystems"
You need to add the filesystem to the /etc/filesystems file, example below;

$ cat /etc/filesystems
ext3
ext2
nodev proc
nodev devpts
iso9660
udf
cdfs
vfat
ntfs
hfs
 
Old 06-14-2006, 05:10 PM   #3
DragonMaster
Member
 
Registered: Feb 2006
Location: Montreal, QC, Canada
Distribution: FC5 & SuSE10.1
Posts: 55

Original Poster
Rep: Reputation: 15
??? I'm not very good with patches and command lines on bash, instructions?
 
Old 06-15-2006, 05:20 AM   #4
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Try reading the INSTALL file found in the extracted source from the tar file for the instructions.

The code I provided eariler is a replacement for the patch.cdfs file found in the tar file. Just copy the code (cut and paste) and save as patch.cdfs then apply as per the instructions to a kernel source greater then 2.6.14
 
Old 06-15-2006, 07:59 AM   #5
DragonMaster
Member
 
Registered: Feb 2006
Location: Montreal, QC, Canada
Distribution: FC5 & SuSE10.1
Posts: 55

Original Poster
Rep: Reputation: 15
I get this when trying to patch:

Quote:
[root@localhost fs]# patch -p0 < patch.cdfs
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- fs/Makefile.orig 2004-02-28 23:10:02.000000000 +0000
|+++ fs/Makefile 2004-03-03 13:20:53.000000000 +0000
--------------------------
Is the install saying me to copy everything to
/usr/src/kernels/2.6.16-1.2133_FC5-i686/fs/cdfs
or
/usr/src/kernels/2.6.16-1.2133_FC5-i686/fs/cdfs/cdfs-2.6.12
??

Is it normal if every other folders in /fs/ only have a Makefile?
 
Old 06-15-2006, 09:35 AM   #6
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
No it is not normal to have only a Makefile, perhaps you forgot something???

You did install the kernel source as described in the FC5 Release Notes starting at section 8.6. Preparing for Kernel Development right???

http://fedora.redhat.com/docs/releas...ISO/#sn-Kernel
 
Old 06-15-2006, 11:24 AM   #7
DragonMaster
Member
 
Registered: Feb 2006
Location: Montreal, QC, Canada
Distribution: FC5 & SuSE10.1
Posts: 55

Original Poster
Rep: Reputation: 15
No, since I was going to build it in the kernel source.

Installed Packages
kernel.i686 2.6.16-1.2133_FC5 installed
kernel-devel.i686 2.6.16-1.2133_FC5 installed
kernel-kdump.i686 2.6.16-1.2133_FC5 installed
Available Packages
kernel.i586 2.6.16-1.2133_FC5 updates
kernel-debuginfo.i686 2.6.16-1.2133_FC5 updates
kernel-debuginfo.i586 2.6.16-1.2133_FC5 updates
kernel-devel.i586 2.6.16-1.2133_FC5 updates
kernel-doc.noarch 2.6.16-1.2133_FC5 updates
kernel-kdump-devel.i686 2.6.16-1.2133_FC5 updates
kernel-smp.i586 2.6.16-1.2133_FC5 updates
kernel-smp.i686 2.6.16-1.2133_FC5 updates
kernel-smp-devel.i686 2.6.16-1.2133_FC5 updates
kernel-smp-devel.i586 2.6.16-1.2133_FC5 updates
kernel-xen0.i686 2.6.16-1.2133_FC5 updates
kernel-xen0-devel.i686 2.6.16-1.2133_FC5 updates
kernel-xenU.i686 2.6.16-1.2133_FC5 updates
kernel-xenU-devel.i686 2.6.16-1.2133_FC5 updates
 
  


Reply



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
reading data from a serial port mchitrakar Linux - Networking 3 12-04-2004 01:24 PM
reading data from a file afrm Programming 2 12-16-2003 07:43 PM
get Linux to read from Mixed Mode CDROMs tarheel92x Linux - Software 4 10-22-2003 08:43 PM
CW058D only plays Mixed-Mode CDs with XMMS Frodak Linux - Newbie 0 10-18-2003 07:24 PM
Reading COM Port Data croakofonix Programming 1 06-11-2003 04:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:09 AM.

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