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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-22-2014, 05:26 PM
|
#1
|
Member
Registered: Apr 2009
Posts: 390
Rep:
|
Grip Fails to Find CD Drive in Ubuntu 12.04
grip fails to find the CD drive regardless of what /dev name I use, such as /dev/cdrom1 or /dev/sr1 via the Config tab. My Ubuntu 12.04 computer has a CD drive and a DVD drive.
Any advice will be appreciated.
Julianvb
|
|
|
05-22-2014, 07:42 PM
|
#2
|
LQ Veteran
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,255
|
Code:
$ dmesg | grep "sr0"
sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
sr 1:0:0:0: Attached scsi CD-ROM sr0
Note: your drive might be called sr1 or sr2 if you have several; in that case replace sr0 with sr1 in that case ( or simply sr to catch them all).
Code:
$ dmesg | grep "sr"
sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr 1:0:0:0: Attached scsi generic sg1 type 5
and since Mint is based on Ubuntu. A rant of sorts
http://forum.linuxmint.com/viewtopic...26124&p=689288
Me:
Code:
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
|
|
|
05-22-2014, 07:44 PM
|
#3
|
LQ Veteran
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,255
|
Oh yeah
Code:
$ cat /etc/fstab
# Pluggable devices are handled by uDev, they are not in fstab
UUID=6011bbe8-33ac-450c-a316-2a4c3d87d960 / auto defaults,noatime 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
UUID=bf00fd58-e1c6-45cb-8846-dc65256c8790 swap swap sw,pri=1 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
|
|
|
05-23-2014, 02:32 AM
|
#4
|
Member
Registered: Apr 2009
Posts: 390
Original Poster
Rep:
|
Hi, Everyone,
Thanks very much for your help. lshw confirms that my CD drive's logical names are /dev/cdrom1 and /dev/sr1. Tonight grip suddenly worked for me whether I chose /dev/cdrom1 or /dev/sr1 in the Config tab. Each time after I selected the tracks and clicked Rip Only, grip ripped several song CDs rather fast. But once in a while the old problem of it failing to detect an inserted CD popped up again. I suspect that this might be a system problem.
At least I now know grip works and that's good enough for me.
Julianvbi
Last edited by julianvb; 05-23-2014 at 02:36 AM.
|
|
|
All times are GMT -5. The time now is 01:58 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|