LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-06-2003, 07:43 PM   #16
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60

Quote:
Originally posted by arthur1968
It is a Samsung DVD-CD/RW on a Samsung X10, and it's been OK with everything I've installed (Fedora 1, RH 9, Mandrake 9.2, Libranet 2.7, ...)

Why do you ask?
So we could get started helping you to configure it.

I see you are already passing hdc=ide-scsi to the kernel.

Examine /dev/cdrom. It should be a symbolic link that points to /dev/scd0. Does it?

DVD HOWTO

# CD burning copying ripping info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
Burning CDs on Linux
# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# ISO information
isoinfo -i -d /dev/cdrom
# Generate an ISO from a directory.
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
# cdparanoia - search for a drive with reporting of autosense:
cdparanoia -vsQ
# Rip a complete audio CD with cdparanoia
cdparanoia -B "1-"
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast

Last edited by fancypiper; 12-06-2003 at 07:47 PM.
 
Old 12-06-2003, 07:52 PM   #17
arthur1968
Member
 
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63

Original Poster
Rep: Reputation: 15
I suppose it does, because Nautilus talks about /dev/scd0 when trying to open /dev/cdrom
 
Old 12-06-2003, 08:14 PM   #18
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
You need to be certain. Do it this way. Open your favorite x terminal app and:
Code:
Sat Dec  6 08:10pm fancy@tinwhistle ~$ su -
Password: 
Sat Dec  6 08:10pm root@tinwhistle ~ # cd /dev
Sat Dec  6 08:10pm root@tinwhistle /dev # ls -la | less
Somewhere around the 2nd page, you should see cdrom
Code:
lrwxrwxrwx    1 root     root            9 Nov 17 20:26 cdrom -> /dev/scd0
 
Old 12-07-2003, 09:10 AM   #19
arthur1968
Member
 
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63

Original Poster
Rep: Reputation: 15
Sorry, fancypiper,

My Zyxel router decided to quit on me and so got me no network for quite a few hours.

I ran that command, and cdrom is shown as a pointer to sr0:

lrwxrwxrwx 1 root root 3 2003-12-07 03:21 cdrom -> sr0

What should we do next, then?
 
Old 12-07-2003, 09:45 AM   #20
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Either remove /dev/cdrom and make a new link or force a new link

ln -sf /dev/scd0 /dev/cdrom
 
Old 12-07-2003, 11:14 AM   #21
arthur1968
Member
 
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63

Original Poster
Rep: Reputation: 15
Done! (ln -sf /dev/scd0 /dev/cdrom)

CD player still not working, anything else necessary?
 
Old 12-07-2003, 12:53 PM   #22
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Is the cable from your drive to the soundcard connected?
Will any other player app work?
Can you now mount a known good data CD as you were unable before?
 
Old 12-07-2003, 01:01 PM   #23
arthur1968
Member
 
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63

Original Poster
Rep: Reputation: 15
Is the cable from your drive to the soundcard connected?

No idea, this is my new laptop, never opened it

Will any other player app work?

No, both xmms and Linux media player refuse to play

Can you now mount a known good data CD as you were unable before?

No, I've used several data disks, and they are shown as blank folders


The amazing thing is, the distro got installed using the very same CD drive which is now refusing to work...

Where is the logic behind this?

 
Old 12-07-2003, 01:26 PM   #24
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Rep: Reputation: 30
try without the ide-scsi option...

that is what i do if i don't know what...
 
Old 12-07-2003, 02:38 PM   #25
arthur1968
Member
 
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63

Original Poster
Rep: Reputation: 15
Thanks for that suggestion.

I also tried it and it didn't work, either.

One basic question, out of curiosity:

The distro. installed is Knoppix-based.
I have installed 3 different versions of Knoppix on this machine.
All 3 Knoppix versions had the CD player working correctly.

Why should it NOT work now?.

This is really one of the most annoying problems of Linux

 
Old 12-08-2003, 10:41 AM   #26
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Rep: Reputation: 30
is your cd-drive recognized in the dmesg boot up?
 
Old 12-08-2003, 04:57 PM   #27
arthur1968
Member
 
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63

Original Poster
Rep: Reputation: 15
It does get recognized, that's the thing!!!!

What's your impression on this time-waster?
 
Old 12-09-2003, 10:21 AM   #28
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Rep: Reputation: 30
i'd compile my own kernel...
than if it does not get recognized, i'd change to sarge.
than I would go for knoppix and apt-get my way up to woody/sarge/sid.
 
Old 12-09-2003, 06:30 PM   #29
arthur1968
Member
 
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63

Original Poster
Rep: Reputation: 15
Cheers, I think I'll go for a Knoppix install and then upgrade to Sid.

Stupid and irritating, isn't it?

Regards,

Arthur1968

 
Old 12-10-2003, 02:04 PM   #30
shadowhunter
Member
 
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232

Rep: Reputation: 30
indeed it is
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Unable to mount CD. Possibly my CD-ROM just dead? z-vet Linux - Hardware 3 03-19-2005 07:26 AM
cd-rom is dead Jozsef Linux - Newbie 3 10-08-2004 05:14 PM
Nvidia freezes on some distros but works on others nvgringo Linux - Hardware 2 01-23-2004 01:43 PM
CD-Rom dead, trying to install RedHat via network on a Xircom PCMCIA crimzor Red Hat 0 11-08-2003 12:19 PM
some linux distros not recognizing my cd rom bosewicht Linux - Newbie 0 09-18-2003 08:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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