LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-08-2003, 11:03 AM   #1
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Rep: Reputation: 15
Angry cdrom(s) not working in mandrake


cdrom and cdrw works ok in winxp and worked to install mandrake but refuse to budge in mandrake. I see from the threads that this is a common problem and some of the solutions included:
/mt/cdrom
/mount/mt/cdrom
ls
/etc/fstab
I have no idea how to use or apply these commands. Can anyone give detailed instructions or dircted me to a tutorial? I have lots of other problems and questions, but one thing at a time.....
thanks
 
Old 02-08-2003, 04:16 PM   #2
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Rep: Reputation: 91
mount /dev/cdrom /mnt/cdrom
the above should work, I use Mandrake 9.0 and it works. Make sure directory /mnt/cdrom exists. If you want it to work from boot, it gets a little more involved.
 
Old 02-08-2003, 10:02 PM   #3
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Original Poster
Rep: Reputation: 15
Thanks for your prompt reply. Like I said I have no idea on how or where to use or apply these commands. Just assume I am looking at the screen for the first time. Also it will not hurt my feeling if you tell me to stay away from the forum until I know some basics as long as you tell me where to find the basics.
Thanks
 
Old 02-09-2003, 03:21 AM   #4
Texicle
Member
 
Registered: Oct 2002
Location: Northern Ontario, Canada
Distribution: Slackware 10.0
Posts: 789

Rep: Reputation: 30
If you have to type "startx" to get to your "desktop", then the above commands will work. Instead of typing "startx", type the commands provided by Sharpy Warpy. If you boot into a graphical mode, then open up a terminal in KDE you should be able to click on your "K" then go to System the Konsole (if I'm wrong, please someone correct me--haven't used KDE since I got XFCE about 6 months ago). Once the window pops up, type

su -
password: <enter your root password here>

Then type what Sharpy Warpy suggested:

mount /dev/cdrom /mnt/cdrom

This should mount your cdrom for you. Now, I would HIGHLY recommend doing some searches for "vi tutorial" or "pico tutorial" or "emacs tutorial" on www.google.com so you can get more familiar with using a text editor as you'll need this. Additionally, if you're willing to shell out some cache (whoops...cash), I'd recommend going to your bookstore and getting a copy of Running Linux by O'Reilly. This is a GREAT book to have around and you'll learn a lot from it.

All the commands you listed in your first post can be entered in to that terminal window that should now be up on your screen. Go to google and search for "linux commands" or the sort and you will find loads of information on what exactly those commands are for. Here's a few to get you started:

cd (change directory)
ls (list contents of current directory)
ls -a (lists all files including hidden ones)

Say you want to see what that "/etc/fstab" is all about. In your terminal window, you'd type:

cd /etc
ls


You'll get a BUNCH of files and directories listed there. You'll need a text editor to view and/or edit your "fstab" file. These should get you started. Additionally, Mandrake comes with some pretty good tutorials as well that you might want to check out.
 
Old 02-09-2003, 04:04 AM   #5
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
Copy and paste your etc/fstab here so someone can have a look at it.I think it's probably a problem with supermount.There are several ways to modify the fstab to get things working again if it is a supermount problem.
lynch
 
Old 02-09-2003, 11:14 AM   #6
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Original Poster
Rep: Reputation: 15
Studying.....I'l be back
 
Old 02-10-2003, 11:25 AM   #7
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Original Poster
Rep: Reputation: 15
Got the cdroms working with data cd such as the installation cd...can view files, etc. Music cds are still no go. I do have sound at boot up.
 
Old 02-10-2003, 07:18 PM   #8
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Original Poster
Rep: Reputation: 15
I put a mp3 on a floppy and it plays OK
 
Old 02-11-2003, 04:21 AM   #9
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
What CD player are you using?Have you tried kscd?
lynch
 
Old 02-11-2003, 01:33 PM   #10
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Original Poster
Rep: Reputation: 15
K--->multimedia---->sound----->Aumix,Grip,Xmms. mp3 on floppy will play on xmms. cd tracks not displayed on any. I think kscd was removed when I reinstalled and added mulitimedia , anyhow it did not work either...locked up every time I tried it. My specific problem is getting this thing to recognize audio tracks on a cd.
Thanks
 
Old 02-16-2003, 08:15 PM   #11
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Original Poster
Rep: Reputation: 15
Still no sound when trying to play cd's and no tracks displayed...been playing with it off and on while configuring other things like printers internet and internet connection sharing all of which was straight forward. Answers to other posts say you do not mount an audio cd you just play it/ HOW? ....whentracks are not displayed?
so far this linux mandrake is only a novely and not a very useful novely at that and it is just like win xp...locks up and shuts down for no apparent reason...but that is for another post if I last that long.
No tunes...no Mandrake!
 
Old 02-17-2003, 10:43 AM   #12
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Original Poster
Rep: Reputation: 15
Well I'll keep aggravating you nice people until you tell me to go away. I CAN play an audio cd using the buttons on the front of the cd drive (never knew what they were for before: play, pause. stop) If I type cdplay in a terminal I get an infinitely repeating input output error. Right now I am downloading and installing updates...maybe that will fix it. Is there a source for technical help even if i have to pay?
 
Old 02-19-2003, 09:03 PM   #13
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Original Poster
Rep: Reputation: 15
here's the etc/fstab that was asked for a long time ago...btw it still ain't working:
/dev/hdb5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb7 /home ext3 defaults 1 2
none /mnt/cdrom supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hdd /mnt/cdrom2 auto iocharset=iso8859-1,codepage=850,ro,umask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
/dev/hdb2 /mnt/nt ntfs iocharset=iso8859-1,ro,umask=0 0 0
/dev/hda1 /mnt/win_c vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hdb1 /mnt/win_c2 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hdb8 /mnt/win_d vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
none /proc proc defaults 0 0
/dev/hdb6 swap swap defaults 0 0
I hope someone can help...I'm tired of being the main contributor to this post.

thanks
 
Old 02-19-2003, 09:11 PM   #14
guitargeek
Member
 
Registered: Feb 2003
Distribution: Mandy 9.1
Posts: 134

Rep: Reputation: 15
So the only thing you can't do now is play an audio CD, right? You can read a data CD just fine, though, right?

What happens when you open up XMMS and open the directory /mnt/cdrom/ ?

Also, open up the program Grip and see if you can rip a track off of the CD.
 
Old 02-20-2003, 07:52 PM   #15
322bnh
Member
 
Registered: Feb 2003
Location: TX
Distribution: mandrake, knoppix
Posts: 32

Original Poster
Rep: Reputation: 15
No tracks are displayed so no ripping or playing...all other sound works and cd's work with data cd
 
  


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
Mandrake 10 - CDROM not working MysteriousRevC Mandriva 3 05-17-2004 04:21 PM
CDROM working sometimes cddesjar Linux - Software 3 01-21-2004 07:33 PM
cdrom not working under wine keleko Linux - Software 2 01-17-2004 01:24 PM
CDROM in /etc/fstab not working fbarre Linux - Newbie 12 08-29-2003 01:58 PM
How unmount working cdrom? X_shadow_X Slackware 6 07-05-2003 02:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:09 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