Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't rip Audio-CD
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
nowhereman
n00b
n00b


Joined: 01 Sep 2006
Posts: 38

PostPosted: Fri Jan 12, 2007 9:04 pm    Post subject: can't rip Audio-CD Reply with quote

Hi,

I just want to put my audio-cds on my pc and portable mp3-player
but there seems to be no way to do so

I tried k3b, but it just says
"Reading CD table of contents.
Could not open device /dev/sr0"

and grip doesn't say anything, but simply creates empty files

the k3b debugging-output:

Quote:
System
-----------------------
K3b Version: 0.12.14

KDE Version: 3.5.5
QT Version: 3.3.6
Kernel: 2.6.18-gentoo-r4
Devices
-----------------------
PLEXTOR DVDR PX-760A 1.03 (/dev/sr0, ) at /mnt/dvd [CD-R; CD-RW; CD-ROM; DVD-ROM; DVD-R; DVD-RW; DVD-R DL; DVD+R; DVD+RW; DVD+R DL] [DVD-ROM; DVD-R Sequential; DVD-R Dual Layer Sequential; DVD-R Dual Layer Jump; DVD-RW Restricted Overwrite; DVD-RW Sequential; DVD+RW; DVD+R; DVD+R Double Layer; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; RAW/R96P; RAW/R96R; Restricted Overwrite; Layer Jump]


there have been no other problems with the device in any way
do I have to set special Kernel-Parameters?

any other suggestions?

nowhereman

System-Info: default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo-r4 x86_64
_________________
NOTHING IS REAL
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Fri Jan 12, 2007 10:45 pm    Post subject: Reply with quote

Please post the contents of your /etc/fstab file as well as the output of "dmesg | grep -i cd". In the meantime, read up on the cdparanoia program. It is probably already installed. See if it can create a wav file of one of the tracks on your music cd.
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
nowhereman
n00b
n00b


Joined: 01 Sep 2006
Posts: 38

PostPosted: Sat Jan 13, 2007 9:09 am    Post subject: Reply with quote

well, actually grip already uses cdparanoia
and maybe k3b too - but I'm not sure with that

here are the infos you requested:

fstab:
Quote:
/dev/sda6 none swap sw 0 0
/dev/sda7 /usr/portage reiserfs auto 0 0
/dev/sda2 / reiserfs auto 0 1
/dev/sda5 /home reiserfs auto 0 0
/dev/sda8 /mnt/test1 reiserfs defaults,noauto 0 0
/dev/sda1 /windows/C ntfs umask=0222,nls=utf8 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0

/dev/dvd /mnt/dvd auto noauto,user 0 0

# Apache2 webserver directory:
/home/www /var/www/localhost/htdocs/ reiserfs bind,auto 0 0


and dmesg:
Quote:
Type: CD-ROM ANSI SCSI revision: 05
sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0


cdparanoia -vsQ (as requested by kaudiocreator):
Quote:
...
Checking /dev/cdrom for cdrom...
Testing /dev/cdrom for cooked ioctl() interface
/dev/sr0 is not a cooked ioctl CDROM.
Testing /dev/cdrom for SCSI interface
No generic SCSI device found to match CDROM device /dev/sr0
...

_________________
NOTHING IS REAL
Back to top
View user's profile Send private message
DLCool
n00b
n00b


Joined: 25 Mar 2006
Posts: 20

PostPosted: Thu May 17, 2007 10:51 am    Post subject: the same problem Reply with quote

Help anyone :!:
Back to top
View user's profile Send private message
Mantaar
Apprentice
Apprentice


Joined: 17 May 2007
Posts: 219

PostPosted: Thu May 17, 2007 7:43 pm    Post subject: Reply with quote

yabbadabbadont wrote:
Please post the contents of your /etc/fstab file as well as the output of "dmesg | grep -i cd". In the meantime, read up on the cdparanoia program. It is probably already installed. See if it can create a wav file of one of the tracks on your music cd.

As far as I understood the problem is connected to reading from CDDA-format audio CDs which would make the content of fstab irrelevant since those are generally not mounted to be extracted.

Try just running cdparanoia -Bv. Is /dev/cdrom a symlink to /dev/sr0? (That's a rhetorical question, if it was not I would admit not knowing anything about Linux ;))

Seems the problem is related to something with your in-kernel SCSI stuff. Is this a SATA-Drive or a real SCSI?

@aeyeaws: I would suggest you post your problem somewhere else as it is not at all connected to the original issue.
_________________
Error compiling committee.c: too many arguments to function.
Back to top
View user's profile Send private message
DLCool
n00b
n00b


Joined: 25 Mar 2006
Posts: 20

PostPosted: Sun May 20, 2007 3:33 pm    Post subject: Reply with quote

Thenk you, Mantaar. I solved problem by reconfiguring kernel. :P
Back to top
View user's profile Send private message
TequilaTR
n00b
n00b


Joined: 01 Feb 2005
Posts: 66

PostPosted: Sun May 27, 2007 10:42 am    Post subject: Reply with quote

DLCool wrote:
Thenk you, Mantaar. I solved problem by reconfiguring kernel. :P


Dear DLCool,

could you be so kind to let us know what you changed at your kernel to make this work?

Thank you

teq
Back to top
View user's profile Send private message
DLCool
n00b
n00b


Joined: 25 Mar 2006
Posts: 20

PostPosted: Tue May 29, 2007 1:03 pm    Post subject: Reply with quote

I am so sorry, I deleted my old kernel .config file. I don't remember what I changed on 100%.
Here is my .config file and some screenshotes from xconfig:
http://depositfiles.com/files/928998
Back to top
View user's profile Send private message
TequilaTR
n00b
n00b


Joined: 01 Feb 2005
Posts: 66

PostPosted: Tue May 29, 2007 8:52 pm    Post subject: Reply with quote

Hmm... ok. Thank you.

This download-site is quite annoying...
Back to top
View user's profile Send private message
Mantaar
Apprentice
Apprentice


Joined: 17 May 2007
Posts: 219

PostPosted: Wed Jun 06, 2007 1:39 pm    Post subject: Reply with quote

The relevant sections are in the SATA subsystem of the kernel config. Try lspci -vvv and grep through it for SATA controllers.

SATA lives in `Device Drivers --> Serial ATA (pod) and Parallel ATA (experimental) drivers -->*' in the kernel config so you should have a look at what's there and see if your controller is supported (be wary though. One time there was a naming mismatch on one laptop I installed Gentoo to. lspci said something like `ATI SATA controller' and what it really was some Silicon Image SATA... took me a ride on Google to figure that out!)

Be careful not to compile it as a module if you're booting from a SATA disk (or, altenatively make an initrd. But you should never need to plug the SATA module out.)
_________________
Error compiling committee.c: too many arguments to function.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum