CD lockup

All Gurus once were Newbies
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read this

CD lockup

Postby DrJoe on Sat Jun 02, 2012 6:30 pm

Dear Friends,
I am just getting to know this blindingly fast computer set up with Linux Mint 12, 64 bit. I am discovering that if I'm trying to work and play a music CD at the same time, things will unpredicatably lock up, leaving me no option but a forced shut down with the power button, which is not healthy for running programs. Can anyone help me understand what is going on and how to fix it? I certainly can work without tunes, but it is a nice option. I can't seem to figure out how to identify the CD/Blueray drive other than ASUS.
Yours hopefully,
Joe
DrJoe
Level 1
Level 1
 
Posts: 3
Joined: Sat Jun 02, 2012 6:12 pm

Linux Mint is funded by ads and donations.
 

Re: CD lockup

Postby dwasifar on Sat Jun 02, 2012 11:22 pm

I have always found CD drive support to be a little flaky on any flavor of Linux. I've rarely seen them lock up the system, but I've often seen them lock up applications or prevent shutdown.

One thing you might try is permanently mounting your CD drive in /etc/fstab. Figure out what your CD drive's device name is (for example /dev/sr0) create a mount point (let's say /media/cdrom) and put it in your /etc/fstab like so:

Code: Select all
/dev/sr0 /media/cdrom auto ro,noauto,user,exec 0 0


If that doesn't work, you might want to just bite the bullet and rip your discs, then play them in Rhythmbox or Clementine or something like that.
User avatar
dwasifar
Level 4
Level 4
 
Posts: 344
Joined: Mon May 09, 2011 10:03 pm

Re: CD lockup

Postby DrJoe on Sun Jun 03, 2012 7:24 pm

Thank you, but for this total newbie we have to back even further. I have tried to determine the name of my CD drive, but can't seem to figure out where it is to be found. Once that is solved, I then need to know how to create a mount point. Thanks in advance for your patience.
Yours hopefully,
Joe
DrJoe
Level 1
Level 1
 
Posts: 3
Joined: Sat Jun 02, 2012 6:12 pm

Re: CD lockup

Postby dwasifar on Sun Jun 03, 2012 10:34 pm

Open a terminal and type:

Code: Select all
sudo lshw


Somewhere in the resulting flood of geekery there will be a block of text that looks something like this:

Code: Select all
           *-cdrom
                description: DVD writer
                product: DVD+-RW UJ-857G
                vendor: MATSHITA
                physical id: 0.0.0
                bus info: scsi@0:0.0.0
                logical name: /dev/cdrom
                logical name: /dev/cdrw
                logical name: /dev/dvd
                logical name: /dev/dvdrw
                logical name: /dev/scd0
                logical name: /dev/sr0
                version: Z111
                capabilities: removable audio cd-r cd-rw dvd dvd-r
                configuration: ansiversion=5 status=open


Any of the logical names will work for what we're doing.

Before you ask, creating a mount point just means creating a directory where the drive will be mounted. You can do that by opening /media folder and creating a new folder inside it called cdrom, or you can do it from command line since you have the terminal open anyway:

Code: Select all
mkdir /media/cdrom
User avatar
dwasifar
Level 4
Level 4
 
Posts: 344
Joined: Mon May 09, 2011 10:03 pm

Re: CD lockup

Postby DrJoe on Mon Jun 11, 2012 12:53 am

Sorry for the delay. Your directions are clear, but the machine will not allow me to create the directory in the media file by either method. Terminal returng "Cannot creat directory, permission denied." Password entered properly, terminal responding to other commands. Now what?
Thank you. Yours ever hopefully,
joe
DrJoe
Level 1
Level 1
 
Posts: 3
Joined: Sat Jun 02, 2012 6:12 pm

Re: CD lockup

Postby oobetimer on Mon Jun 11, 2012 7:02 am

DrJoe wrote:Sorry for the delay. Your directions are clear, but the machine will not allow me to create the directory in the media file by either method. Terminal returng "Cannot creat directory, permission denied." Password entered properly, terminal responding to other commands. Now what?
Thank you. Yours ever hopefully,
joe


sudo mkdir /media/cdrom
User avatar
oobetimer
Level 7
Level 7
 
Posts: 1890
Joined: Tue Jun 01, 2010 12:53 pm
Location: Finland / above the Arctic Circle


Return to Newbie Questions

Who is online

Users browsing this forum: OldManHook and 17 guests