Debian This forum is for the discussion of Debian Linux.
|
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.
|
|
|
12-06-2003, 07:43 PM
|
#16
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
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.
|
|
|
12-06-2003, 07:52 PM
|
#17
|
Member
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63
Original Poster
Rep:
|
I suppose it does, because Nautilus talks about /dev/scd0 when trying to open /dev/cdrom
|
|
|
12-06-2003, 08:14 PM
|
#18
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
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
|
|
|
12-07-2003, 09:10 AM
|
#19
|
Member
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63
Original Poster
Rep:
|
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?
|
|
|
12-07-2003, 09:45 AM
|
#20
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
Either remove /dev/cdrom and make a new link or force a new link
ln -sf /dev/scd0 /dev/cdrom
|
|
|
12-07-2003, 11:14 AM
|
#21
|
Member
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63
Original Poster
Rep:
|
Done! (ln -sf /dev/scd0 /dev/cdrom)
CD player still not working, anything else necessary?
|
|
|
12-07-2003, 12:53 PM
|
#22
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
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?
|
|
|
12-07-2003, 01:01 PM
|
#23
|
Member
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63
Original Poster
Rep:
|
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?
|
|
|
12-07-2003, 01:26 PM
|
#24
|
Member
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232
Rep:
|
try without the ide-scsi option...
that is what i do if i don't know what...
|
|
|
12-07-2003, 02:38 PM
|
#25
|
Member
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63
Original Poster
Rep:
|
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
|
|
|
12-08-2003, 10:41 AM
|
#26
|
Member
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232
Rep:
|
is your cd-drive recognized in the dmesg boot up?
|
|
|
12-08-2003, 04:57 PM
|
#27
|
Member
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63
Original Poster
Rep:
|
It does get recognized, that's the thing!!!!
What's your impression on this time-waster?
|
|
|
12-09-2003, 10:21 AM
|
#28
|
Member
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232
Rep:
|
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.
|
|
|
12-09-2003, 06:30 PM
|
#29
|
Member
Registered: Aug 2003
Location: Navacerrada, MADRID (Spain)
Distribution: Debian (latest); Fedora Core 1
Posts: 63
Original Poster
Rep:
|
Cheers, I think I'll go for a Knoppix install and then upgrade to Sid.
Stupid and irritating, isn't it?
Regards,
Arthur1968
|
|
|
12-10-2003, 02:04 PM
|
#30
|
Member
Registered: Aug 2003
Location: Belgium
Distribution: Slackware 10.2 + FRG + 2.6.15
Posts: 232
Rep:
|
indeed it is
|
|
|
All times are GMT -5. The time now is 11:23 AM.
|
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
|
|