Re: CD-RW/DVD configuration.

2004-04-08 Thread Alvin Oga
hi ya jansen On Thu, 8 Apr 2004, Jansen Carlo Sena wrote: > Ok, follow my lsmod and "cdrecord -scanbus" outputs. > > #lsmod > Module Size Used byNot tainted > sg 28412 0 (unused) > input 3040 0 (autoclean) > ds

[Resolved] Re: CD-RW/DVD configuration.

2004-04-08 Thread Jansen Carlo Sena
Hi all, I found my error. After I removed the ide-cd line in /etc/modules file, everything works fine. Jansen. Em Qui, 2004-04-08 às 10:27, Jansen Carlo Sena escreveu: > Other information about my problem: when I reboot my system my link from > /dev/cdrom to /dev/scd0 is changed again to /dev/

Re: CD-RW/DVD configuration.

2004-04-08 Thread Jansen Carlo Sena
Other information about my problem: when I reboot my system my link from /dev/cdrom to /dev/scd0 is changed again to /dev/cdrom0. Can anyone help me? Jansen. Em Qui, 2004-04-08 às 09:20, Jansen Carlo Sena escreveu: > Ok, > > when I removed these modules and install they again using the follow

Re: CD-RW/DVD configuration.

2004-04-08 Thread Jansen Carlo Sena
Ok, when I removed these modules and install they again using the follow commands, cdrecord works fine: rmmod sg ide-scsi modprobe sr_mod sg ide-scsi After, I inserted theses lines in my /etc/modutils/actions and ran update-modules command: pre-install sg modprobe sr_mod pre-install sr_mod mod

Re: CD-RW/DVD configuration.

2004-04-08 Thread Tim Beauregard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jansen Carlo Sena wrote: | Ok, follow my lsmod and "cdrecord -scanbus" outputs. | | #lsmod | Module Size Used byNot tainted | sg 28412 0 (unused) | input 3040 0 (autoclean) | ds

Re: CD-RW/DVD configuration.

2004-04-08 Thread Jansen Carlo Sena
Ok, follow my lsmod and "cdrecord -scanbus" outputs. #lsmod Module Size Used byNot tainted sg 28412 0 (unused) input 3040 0 (autoclean) ds 5908 1 usb-ohci 16136 0 (unused) usbcore

Re: CD-RW/DVD configuration.

2004-04-08 Thread Jansen Carlo Sena
I have follow line im my grub configuration: kernel /vmlinuz-2.4.25-1-386 root=/dev/hda7 ro hdc=ide-scsi Jansen. Em Qui, 2004-04-08 às 08:58, Tim Beauregard escreveu: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jansen Carlo Sena wrote: > | # uname -r > | 2.4.25-1-386 > | > | I'm using

Re: CD-RW/DVD configuration.

2004-04-08 Thread Andreas Janssen
Hello Jansen Carlo Sena (<[EMAIL PROTECTED]>) wrote: > I'm trying to install my CD-RW/DVD combo drive. I already have > included im my Grub configuration the "hdX=ide-scsi" and I linked the > /dev/cdrom file to /dev/scd0, but when I run "cdrecord -scanbus" > command I get the folow message: > >

Re: CD-RW/DVD configuration.

2004-04-08 Thread Tim Stegmann
Am Thu, 08 Apr 2004 13:30:20 +0200 schrieb Jansen Carlo Sena: > Hello everyone, > [...] > cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open > SCSI driver > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you > are root [...] > Jansen. which kernel versio

Re: CD-RW/DVD configuration.

2004-04-08 Thread Tim Beauregard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jansen Carlo Sena wrote: | # uname -r | 2.4.25-1-386 | | I'm using sarge. | | | im my Grub configuration the "hdX=ide-scsi" and I linked the /dev/cdrom | | file to /dev/scd0, but when I run "cdrecord -scanbus" command I get the | | folow message: | [..]

Re: CD-RW/DVD configuration.

2004-04-08 Thread Jansen Carlo Sena
# uname -r 2.4.25-1-386 I'm using sarge. Jansen. Em Qui, 2004-04-08 às 08:44, Tim Beauregard escreveu: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jansen Carlo Sena wrote: > | Hello everyone, > | > | I'm trying to install my CD-RW/DVD combo drive. I already have included > | im my Gr

Re: CD-RW/DVD configuration.

2004-04-08 Thread Tim Beauregard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jansen Carlo Sena wrote: | Hello everyone, | | I'm trying to install my CD-RW/DVD combo drive. I already have included | im my Grub configuration the "hdX=ide-scsi" and I linked the /dev/cdrom | file to /dev/scd0, but when I run "cdrecord -scanbus" comm

Re: CD-RW stops working with 2.4.20?

2003-07-18 Thread Shyamal Prasad
"Carl" == Carl Fink <[EMAIL PROTECTED]> writes: Carl> On Thu, Jul 17, 2003 at 10:09:50PM -0500, Shyamal Prasad Carl> wrote: >> I have a file /etc/modutils/cdrw with the following contents: Carl> Thanks. I had just found those exact lines in the Carl> CD-Writing HOWTO, act

Re: CD-RW stops working with 2.4.20?

2003-07-17 Thread Carl Fink
On Thu, Jul 17, 2003 at 10:09:50PM -0500, Shyamal Prasad wrote: > I have a file /etc/modutils/cdrw with the following contents: Thanks. I had just found those exact lines in the CD-Writing HOWTO, actually. What puzzles me is why they're not needed in 2.2.x but are with the stock Debian 2.4.20-k

Re: CD-RW stops working with 2.4.20?

2003-07-17 Thread Carl Fink
On Fri, Jul 18, 2003 at 11:42:40AM +0900, Nick Hastings wrote: > Are you sure hdd is the correct drive? What does dmesg say? Yes. hdd: CD-RW IDE1610, ATAPI CD/DVD-ROM drive hdd: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33) I can mount disks in it, it's definitely hdd.

Re: CD-RW stops working with 2.4.20?

2003-07-17 Thread Shyamal Prasad
"Carl" == Carl Fink <[EMAIL PROTECTED]> writes: Carl> I recently upgraded from kernel 2.2.x to 2.4.20 (to get Carl> support for the Promise ATA/133 controller). Now I can't Carl> burn CD's. Most likely ide-cd is starting before ide-scsi and grabbing your CDROM device. At least th

Re: CD-RW stops working with 2.4.20?

2003-07-17 Thread Nick Hastings
* Carl Fink <[EMAIL PROTECTED]> [030718 11:28]: > Supplement: yes, I have the line > > append="hdd=ide-scsi" Are you sure hdd is the correct drive? What does dmesg say? Nick. -- Debian testing/unstable Linux twofish 2.6.0-test1-looxt93c6 #1 Thu Jul 17 16:49:12 JST 2003 -- To UNSUBS

Re: CD-RW stops working with 2.4.20?

2003-07-17 Thread Carl Fink
Supplement: yes, I have the line append="hdd=ide-scsi" in lilo.conf. -- Carl Fink [EMAIL PROTECTED] Jabootu's Minister of Proofreading http://www.jabootu.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTE

Re: CD-RW requirements?

2002-11-27 Thread Mike Dresser
On Wed, 27 Nov 2002, Marc Shapiro wrote: > It did not specify seperate requirements for the varying OSs. I'd have to go with the fact that system requirements are never accurate. Always either triple the requirement, or cut in half. Reminds me of a Tom's Hardware guide video, the one where they

Re: CD-RW requirements?

2002-11-27 Thread Marc Shapiro
Mike Dresser wrote: > > On Wed, 27 Nov 2002, Marc Shapiro wrote: > > > Why do CD-RWs have such ungodly system requirements? > > > > I was just looking at a CD-RW (24/10/40) that actually specified Linux > > compatability (Slackware, but a Linux driver is a Linux driver, I would > > guess). The b

Re: CD-RW Requirements?

2002-11-27 Thread Pigeon
On Tue, 26 Nov 2002 21:20:16 -0500, Marc Shapiro <[EMAIL PROTECTED]> wrote: >This is not specifically a Debian question, or even, really, a Linux >question, but I don't know where else to ask. > >Why do CD-RWs have such ungodly system requirements? > >I was just looking at a CD-RW (24/10/40) that

Re: CD-RW requirements?

2002-11-27 Thread Mike Dresser
On Wed, 27 Nov 2002, Marc Shapiro wrote: > Why do CD-RWs have such ungodly system requirements? > > I was just looking at a CD-RW (24/10/40) that actually specified Linux > compatability (Slackware, but a Linux driver is a Linux driver, I would > guess). The box says that it requires a PII 350 MH

Re: CD-RW as user; newbie question.

2002-02-23 Thread Barry Mathieu
msg.pgp Description: PGP message

Re: CD-RW as user; newbie question.

2002-02-23 Thread csj
On Sat, 23 Feb 2002 14:44:41 -0500 (EST) Faheem Mitha <[EMAIL PROTECTED]> wrote: > Maybe I'm missing something, but there is already a group called cdrom, > and my impression is that is group is intended for writing operations to > cds. > > faheem ~>ls -la /dev/scd0 > brw-rw1 root

Re: CD-RW as user; newbie question.

2002-02-23 Thread Caleb Shay
> The external SCSI CD-RW is attached to scd0, so I made that device > file a member or group, 'cdrw'. eg. > > brw-rw1 root cdrw 11, 0 Feb 2 23:16 /dev/scd0 > > I believe the driver /dev/sg* is needed, so I also made those dev files > a member of 'cdrw', eg. > > crw---

Re: CD-RW as user; newbie question.

2002-02-23 Thread Faheem Mitha
On 23 Feb 2002, Barry Mathieu wrote: > Hello, > > I have been been successful at hooking-up a external SCSI CD-RW and > using the following utilities as root: > > cdrecord > cdrdao > cdparanoia > > I would prefer user accessibility to these resources. > > In haste, I issued the following (accord

Re: CD RW problems

2001-12-26 Thread Seth Delackner
On Wed, Dec 26, 2001 at 07:47:28PM +, Steve Knight wrote: > I use 'mkisofs' under Debian. If you're also using cdrecord for the actual burning, I've been hit by the problem that it screws up the last couple files on any ISO. Just about the only fix someone seems to have mentioned for this myst

Re: CD RW problems

2001-12-26 Thread Carl Fink
On Wed, Dec 26, 2001 at 07:41:23PM +, Steve Knight wrote: > CD-ROM I/O error: dev 0b:00, sector 64 Hardware failure? -- Carl Fink [EMAIL PROTECTED] Manager, Dueling Modems Computer Forum

Re: CD RW problems

2001-12-26 Thread Steve Knight
I use 'mkisofs' under Debian. __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com

Re: CD RW problems

2001-12-26 Thread Petre Daniel
isos for windows or linux isos? At 07:41 PM 12/26/01 +, Steve Knight wrote: Hi, I'm having problems with my HP CDWriter 9100i and am not sure if it's the drive/Debian/cdrecord/SCSI emulation or a problem with my media so any help would be appreciated. After I burn the isofs to the CD-ROM o

Re: CD-RW Question...

2001-07-26 Thread John Griffiths
At 04:27 PM 7/26/01 -0700, Osamu Aoki wrote: >On Fri, Jul 27, 2001 at 08:54:25AM +, John Griffiths wrote: >> I've got an AOpen CRW-1232 running SCSI emulation with nary a coaster in >> sight the few caosters i've ahd have been caused by processor overload (it's >> sitting on a pent 200) and n

Re: CD-RW Question...

2001-07-26 Thread Osamu Aoki
On Fri, Jul 27, 2001 at 08:54:25AM +, John Griffiths wrote: > I've got an AOpen CRW-1232 running SCSI emulation with nary a coaster in > sight the few caosters i've ahd have been caused by processor overload (it's > sitting on a pent 200) and not dive controller issues. Did you use "nice" to

Re: CD-RW Question...

2001-07-26 Thread John Griffiths
At 01:28 AM 7/27/01 +1000, Sam Varghese wrote: >On Thu, Jul 26, 2001 at 10:51:54AM +0100, Phillip Deackes wrote: >> I sold this drive and decided to go with a genuine SCSI CDRW - a suitable >> SCSI card costs very little, I have the Iwill SIDE-2930C which is fully >> supported by Linux. I bought a

Re: CD-RW Question...

2001-07-26 Thread Sam Varghese
On Thu, Jul 26, 2001 at 10:51:54AM +0100, Phillip Deackes wrote: > I sold this drive and decided to go with a genuine SCSI CDRW - a suitable > SCSI card costs very little, I have the Iwill SIDE-2930C which is fully > supported by Linux. I bought a Yamaha 2100S, a 16x10x40 SCSI drive. I know > you a

Re: CD-RW Question...

2001-07-26 Thread Phillip Deackes
On Wed, 25 Jul 2001 17:12:57 -0400 Aaron Traas <[EMAIL PROTECTED]> wrote: > I have a question... Could someone please recommend a reliable IDE/ATAPI > CD-RW that works out-of-the-box with Debian? Like, something I could > just plug in and start burning. Also, I'd like one that isn't too picky > ab

RE: CD-RW Question...

2001-07-26 Thread Ted Harding
On 25-Jul-01 Aaron Traas wrote: > I have a question... Could someone please recommend a reliable > IDE/ATAPI CD-RW that works out-of-the-box with Debian? Like, something > I could just plug in and start burning. Also, I'd like one that isn't > too picky about different brands of media. The Ricoh in

Re: CD-RW Question...

2001-07-25 Thread Adam Bell
at 16x on a lowly pII-233 (which is better than I can say of the windows side of my PC). --adam b. - Original Message - From: "John Griffiths" <[EMAIL PROTECTED]> To: Sent: Thursday, July 26, 2001 4:23 AM Subject: Re: CD-RW Question... > It's worth notin

Re: CD-RW Question...

2001-07-25 Thread John Griffiths
It's worth noting that the stock kernel can do this without being recompiled just run modconf. John At 05:55 PM 7/25/01 -0500, Scott Adair wrote: >To make a CD-RW work, you have to recompile your kernel to include >SCSI-Emulation. >Unless this is done, you won't be able to burn. > >I have a HP

Re: CD-RW Question...

2001-07-25 Thread Scott Adair
To make a CD-RW work, you have to recompile your kernel to include SCSI-Emulation. Unless this is done, you won't be able to burn. I have a HP 9510i and it works great, haven't made a coaster yet. I use the Verbatium media, rated at 16x record speed. Really good CD Bruning software is, xcdroas

Re: CD-RW recommendations

2001-04-17 Thread Nate Duehr
I don't know if this helps, but I just purchased a TDK IDE CD-RW that runs nicely at 16x. It does not support power level checking that cdrdao wants, so I have to use --force. Other than that, it's burnt some 125 CD-R's in the last three weeks, and seems to work perfectly. On Fri, Apr 13, 2001 a

Re: CD-RW recommendations

2001-04-16 Thread Osamu Aoki
On Sat, Apr 14, 2001 at 10:39:13AM -0400, Rob Mahurin wrote: > However, it only writes at 4x, and I don't do CD-to-CD or pipe mkisofs > to cdrecord, either. But buffer underruns are, in my opinion, > definitely overrated. Agreed. You can always nice cdrecord to make sure its priority and do not

Re: CD-RW recommendations

2001-04-16 Thread Osamu Aoki
Get IDE chepo unless this is work machine. (If so, get scsi) So answer is (These days, all ide work with Linux with minimum work.) > $100 (after rebates) > Acer 12x8x32 Internal CD-RW , part number in ad: CRW1208A Hey good price. I bet only few company makes unit but sold under different bra

Re: CD-RW recommendations

2001-04-14 Thread Rob Mahurin
On Fri, Apr 13, 2001 at 10:48:27PM -0400, Shawn D'Alimonte wrote: > On Friday 13 April 2001 22:23, D-Man wrote: > > I think my desktop qualifies as "cheap" ($, I only paid ~$400) > > because I bought some parts and kept some others. It is a Duron 750 > > with 128MB RAM. If I get that drive I will

Re: CD-RW recommendations

2001-04-14 Thread Robert Voigt
> $200 > Iomega 4x4x6 USB CD-RW , part number in ad: 31475 Take the iomega, it doesn't have those stupid rebates attached to it. When I came to the US I was amazed how people jump like a dog when the marketing manager says "hops, here's a rebate". Fortunately this kind of sales practice is n

RE: CD-RW recommendations

2001-04-13 Thread Rick Commo
An article in the local free computer mag here quite a few months ago rated CDRW drives, specifically with Linux in mind. They rated Yamaha tops, followed by Plextor. At the time I could not find a cheap Yamaha locally, but a got a slightly better than average deal on a Plextor. Admittedly I am

Re: CD-RW recommendations

2001-04-13 Thread Shawn D'Alimonte
On Friday 13 April 2001 22:23, D-Man wrote: > I think my desktop qualifies as "cheap" ($, I only paid ~$400) > because I bought some parts and kept some others. It is a Duron 750 > with 128MB RAM. If I get that drive I will get the free memory and > have 256MB! I forgot to mention that the Yamah

Re: CD-RW recommendations

2001-04-13 Thread D-Man
On Sat, Apr 14, 2001 at 08:30:46AM +0800, csj wrote: | On Saturday 14 April 2001 06:19, [EMAIL PROTECTED] wrote: | > > $250 | > > Yamaha 16x10x40 CD-RW , part number in ad: CRW2100EZ | > > If I get the Yamaha, I can get 128MB PC13 RAM for free (after | > > rebates) | > | > If this Yamah

Re: CD-RW recommendations

2001-04-13 Thread csj
On Saturday 14 April 2001 06:19, [EMAIL PROTECTED] wrote: > > $250 > > Yamaha 16x10x40 CD-RW , part number in ad: CRW2100EZ > > If I get the Yamaha, I can get 128MB PC13 RAM for free (after > > rebates) > > If this Yamaha one is SCSI then go for it. I have the CDRW8824SZ > (8/8/24) and

Re: CD-RW recommendations

2001-04-13 Thread iehrenwald
> $250 > Yamaha 16x10x40 CD-RW , part number in ad: CRW2100EZ > If I get the Yamaha, I can get 128MB PC13 RAM for free (after > rebates) If this Yamaha one is SCSI then go for it. I have the CDRW8824SZ (8/8/24) and it works fine. I don't like IDE at all except for cheap desktops so

Re: CD-RW trouble

2001-02-11 Thread John Griffiths
>> John, >> >> Here is my script: /usr/local/sbin/wipe_writer >> #!/bin/sh >> cdrecord dev=0,0,0 blank=all speed=4 >> eject /dev/scd0 >> >> Just wonder if a speed entry will help.. > >I doubt it, but specifying dev=0,0,0 instead of dev=scd0 might do the trick. >Use "cdrecord -scanbus" to dete

Re: CD-RW trouble

2001-02-11 Thread Carel Fellinger
On Sun, Feb 11, 2001 at 11:24:06AM -0800, Jaye Inabnit ke6sls wrote: > > John, > > Here is my script: /usr/local/sbin/wipe_writer > #!/bin/sh > cdrecord dev=0,0,0 blank=all speed=4 > eject /dev/scd0 > > Just wonder if a speed entry will help.. I doubt it, but specifying dev=0,0,0 instead of

Re: CD-RW trouble

2001-02-11 Thread Jaye Inabnit ke6sls
John, Here is my script: /usr/local/sbin/wipe_writer #!/bin/sh cdrecord dev=0,0,0 blank=all speed=4 eject /dev/scd0 Just wonder if a speed entry will help.. hth. On Sunday 11 February 2001 03:00, John Griffiths wrote: > ok, i'm trying to set up a CDRW > > i've got SCSI emulation going, > >

Re: CD-RW trouble

2001-02-11 Thread John Griffiths
>> now if i try: >> #cdrecord dev=scd0 blank=all >> > >Use the numbers given by cdrecord -scanbus (e.g 0,1,0) as the paramater >for dev > >(ie: cdrecord dev=0,1,0 ) > thank you kindly! that worked a treat... John

Re: CD-RW trouble

2001-02-11 Thread Philippe Marzouk
Le dim, 11 fév 2001 12:00:45, John Griffiths a écrit : > ok, i'm trying to set up a CDRW > > i've got SCSI emulation going, > > cdrecord -scanbus can detect it > > i can mount the cd-rom for reading... > > fstab has the following line added: > /dev/scd0 /cdrom iso9660 noauto,ro

Re: re CD-RW

2001-02-04 Thread Bob Nielsen
> > > Well if you do not set CONFIG_IDECD , you will not have to do > > > the append='hdd=ide-scsi'. This is the preferred way, and your CDRW will > > > work as /dev/scd0 assuming you have set the following: > > > > > > CONFIG_BLK_DEV_IDESCSI #scsi emulation > > > CONFIG_SCSI

Re: re CD-RW

2001-02-04 Thread ktb
On Sun, Feb 04, 2001 at 09:30:20AM +, john gennard wrote: > On Sat, 03 Feb 2001, ktb wrote: > > On Sat, Feb 03, 2001 at 05:33:07PM +, john gennard wrote: > > > I've studied recent postings, the relative HOWTO and the Kenel help > > > text documentation and now feel that I understand what I

Re: re CD-RW

2001-02-04 Thread Rajesh Fowkar
Hi, I have just added the following from CD-RW howto in /etc/modutils/aliases # Added on 31-01-2001 for CD-RW support ( SCSI emulation ) options ide-cd ignore=hdd# tell the ide-cd module to ignore hdd alias scd0 sr_mod# load sr_mod upon access of scd0 pre-install s

Re: re CD-RW

2001-02-04 Thread Jimmy Kaplowitz
What I do is have both ide-scsi and ide-cd as modules, and I pass ignore=hdc as an option to ide-cd. (hdc is my CD-RW, not my regular CD-ROM) Then when I subsequently load ide-scsi the cdrom is IDE and the cd-rw is SCSI. (I set this up with Debian's modconf program.) - Jimmy Kaplowitz [EMAIL PROTE

Re: re CD-RW

2001-02-04 Thread mike polniak
john gennard wrote: > On Sat, 03 Feb 2001, mike polniak wrote: > > john gennard wrote: > > > I've studied recent postings, the relative HOWTO and the Kenel help > > > text documentation and now feel that I understand what I need to do. > > > Unfortunately, I am faced with a problem to which I can f

Re: re CD-RW

2001-02-04 Thread john gennard
On Sat, 03 Feb 2001, ktb wrote: > On Sat, Feb 03, 2001 at 05:33:07PM +, john gennard wrote: > > I've studied recent postings, the relative HOWTO and the Kenel help > > text documentation and now feel that I understand what I need to do. > > Unfortunately, I am faced with a problem to which I ca

Re: re CD-RW

2001-02-04 Thread john gennard
On Sat, 03 Feb 2001, mike polniak wrote: > john gennard wrote: > > I've studied recent postings, the relative HOWTO and the Kenel help > > text documentation and now feel that I understand what I need to do. > > Unfortunately, I am faced with a problem to which I can find no > > specific reference.

Re: re CD-RW

2001-02-03 Thread mike polniak
john gennard wrote: > I've studied recent postings, the relative HOWTO and the Kenel help > text documentation and now feel that I understand what I need to do. > Unfortunately, I am faced with a problem to which I can find no > specific reference. > > I shall recompile the Kernel (have the tarbal

Re: re CD-RW

2001-02-03 Thread ktb
On Sat, Feb 03, 2001 at 05:33:07PM +, john gennard wrote: > I've studied recent postings, the relative HOWTO and the Kenel help > text documentation and now feel that I understand what I need to do. > Unfortunately, I am faced with a problem to which I can find no > specific reference. > > I s

re CD-RW

2001-02-03 Thread john gennard
I've studied recent postings, the relative HOWTO and the Kenel help text documentation and now feel that I understand what I need to do. Unfortunately, I am faced with a problem to which I can find no specific reference. I shall recompile the Kernel (have the tarballs for both 2.2.18 and 2.4.0 --

Re: CD-RW support

2001-01-29 Thread David Wright
Quoting Glenn Becker ([EMAIL PROTECTED]): > Here is what I added to my /etc/fstab file: > > /dev/cdrom2 /cdrom2 iso9660 defaults,rw,user,noauto 0 > 0 > > This lets me *access* the drive ok, but when I try to mount it I get the > familiar > > mount: block device /dev/cdro

Re: CD-RW support

2001-01-28 Thread Christoph Simon
On Sun, 28 Jan 2001 17:19:24 -0600 "Dr. Aldo Medina" <[EMAIL PROTECTED]> wrote: > Glenn Becker wrote: > > > > Hi, > > > > I'm trying to make use of the second CD drive (CD-RW) in my Dell Dimension > > XPS T700r. Here is what I added to my /etc/fstab file: > > > > /dev/cdrom2 /cdrom2

Re: CD-RW support

2001-01-28 Thread Casey Webster
afaik, you cant mount a cd-r in read-write mode (until someone implements packet writing like adaptec's DirectCD anyway). To write to the CD-r(w) use a program like cdrecord or cdwrite. For help on configuring scsi emulation (assuming your cd-r is IDE), look at the archives for this list, there i

Re: CD-RW support

2001-01-28 Thread Dr. Aldo Medina
Glenn Becker wrote: > > Hi, > > I'm trying to make use of the second CD drive (CD-RW) in my Dell Dimension > XPS T700r. Here is what I added to my /etc/fstab file: > > /dev/cdrom2 /cdrom2 iso9660 defaults,rw,user,noauto 0 > 0 > > This lets me *access* the drive ok, bu

Re: CD-RW support

2001-01-28 Thread Shawn D'Alimonte
On January 28, 2001 05:58 pm, Glenn Becker wrote: > This lets me *access* the drive ok, but when I try to mount it I get > the familiar > > mount: block device /dev/cdrom2 is write-protected, mounting > read-only mount: wrong fs type, bad option, bad superblock on > /dev/cdrom2, or too many mounted

Re: CD-RW information

2000-12-09 Thread csj
On Sunday 10 December 2000 04:40, S.Salman Ahmed wrote: > > "NV" == Norbert Veber <[EMAIL PROTECTED]> writes: > > NV> Hi, Can someone point me to information about supported CD > NV> burners in linux? I've finelly decided to go out and buy one, > NV> but I have no idea which one w

Re: CD-RW

2000-08-08 Thread Rogerio Brito
On Jun 25 2000, Willi Dyck wrote: > If I recompile my kernel with SCSI Emulation for IDE devices, will > then my ATAPI CD-ROM still work?? Yes, but you'll access it like a SCSI CD-ROM. :-) > > Hope this helps, Roger... > It helped ;-) Glad to be of help. :-) []s

Re: CD-RW

2000-08-08 Thread Peter S Galbraith
Willi Dyck wrote: > If I recompile my kernel with SCSI Emulation for IDE devices, > will then my ATAPI CD-ROM still work?? Yes. It will probably be remapped to a SCSI device name, such as /dev/sr0 or /dev/sr1 If some software doesn't like the SCSI emulation for the CDROM, you may tell the kern

Re: CD-RW

2000-08-08 Thread Willi Dyck
Rogerio Brito wrote: > On Jun 25 2000, Willi Dyck wrote: > > does somebody know if the Philips PCRW804 works under Linux? > > Is it an ATAPI CDRW? If yes, then almost probably it *will* > work with Linux. I've been using my HP9200i (got it only a few > weeks before the HP93

Re: CD-RW

2000-08-07 Thread Rogerio Brito
On Jun 25 2000, Willi Dyck wrote: > does somebody know if the Philips PCRW804 works under Linux? Is it an ATAPI CDRW? If yes, then almost probably it *will* work with Linux. I've been using my HP9200i (got it only a few weeks before the HP9300 came out -- g) and it work

Re: CD-RW (scsi emulation) & Autofs

2000-07-11 Thread Peter S Galbraith
Daniel Ferrante wrote: > Actually, the probing during the bootup seems quite strange (even though > cdrecord -scanbus reports what it should...): it probes 15 devices!!! 7 of > them are my CD-RW and the other 7 are my CDROM!!! Sounds like you have `multiple LUNs' enabled in the kernel. I don't k

Re: cd-rw for old cdrom drivers (8x)

2000-05-23 Thread Alberto Brealey
On Tue, May 23, 2000 at 01:54:20PM -0300, Mario Olimpio de Menezes wrote: What cdrecord options should I use in order to make the disk readable by olders cdrom drivers (8x, 4x, 16x, etc)? the cd-rom drive must be capable of reading cd-rw disk, and as a very general rule only those wit

Re: CD/RW under potato

2000-04-08 Thread Pierfrancesco Caci
> On 07-Apr-2000 Dr. Simon Read wrote: >> Folks, >> >> >> I know I have to use the ide-scsi drivers, but I have no idea how to >> configure them. I can't make them recognise the devices I have. I >> have a regular CD drive and the CD/RW (an HP 8200i) connected

RE: CD/RW under potato

2000-04-08 Thread sgaerner
Hi, try /dev/scd0 and /dev/scd1 for accessing your CD drives. I'm using the same configuration and everything works fine for me. You can also create an link /dev/cdrom that points to /dev/scd0 (if your CD-ROM is your first cd drive). Bye, Sven On 07-Apr-2000 Dr. Simon Read wrote: > Folks, > >

Re: CD/RW under potato

2000-04-07 Thread Gilbert Laycock
"Dr. Simon Read" <[EMAIL PROTECTED]> writes: > I'm getting pretty frustrated with my upgrade to potato. I bought a > CD/RW at about the same time as upgrading, but I can't seem to make it > work. > > I know I have to use the ide-scsi drivers, but I have no idea how to > configure them. I c

Re: CD/RW under potato

2000-04-07 Thread Johann Spies
On Fri, 7 Apr 2000, Dr. Simon Read wrote: > Folks, > > I'm getting pretty frustrated with my upgrade to potato. I bought a > CD/RW at about the same time as upgrading, but I can't seem to make it > work. > > I know I have to use the ide-scsi drivers, but I have no idea how to > configure th

Re: cd-rw for normal user

1999-12-15 Thread Mario Olimpio de Menezes
On Wed, 15 Dec 1999, Christopher Judd wrote: > > Have you read /usr/doc/xcdroast/README.nonroot.gz ? noops! thanks for pointing :-| []s, Mario O.de Menezes"Many are the plans in a man's heart, but IPEN-CNEN/SP is the Lord's purpose that prevails" http://curiango.

Re: cd-rw for normal user

1999-12-15 Thread Christopher Judd
> Use sudo. > > Sean > > Mario Olimpio de Menezes wrote: > > > > Hi, > > > > I would like to use my HP CD-RW 8200 as a normal user. > > For this I turned the s-bit on in cdrecord/xcdroast/... > > Is this the better way or there is a safer one? > > With other word

Re: cd-rw for normal user

1999-12-15 Thread Sean Johnson
Use sudo. Sean Mario Olimpio de Menezes wrote: > > Hi, > > I would like to use my HP CD-RW 8200 as a normal user. > For this I turned the s-bit on in cdrecord/xcdroast/... > Is this the better way or there is a safer one? > With other words: is this safe? > >

Re: CD-RW woes. Again.

1999-07-16 Thread Alisdair McDiarmid
On Thu, Jul 15, 1999 at 10:48:20AM -0500, Brian Servis wrote: > *- On 15 Jul, Alisdair McDiarmid wrote about "Re: CD-RW woes. > Again." > > > > right. well, it seems that if i can work out what modules.conf > > is, > > this should work! > > > &g

Re: CD-RW woes. Again.

1999-07-15 Thread Brian Servis
*- On 15 Jul, Alisdair McDiarmid wrote about "Re: CD-RW woes. Again." > On Wed, Jul 14, 1999 at 07:03:33AM -0400, Bryan Scaringe wrote: > >> and in your modules.conf: > > sorry, my what? i don't appear to have a modules.conf anywhere on > my system. > The

Re: CD-RW woes. Again.

1999-07-15 Thread Alisdair McDiarmid
On Wed, Jul 14, 1999 at 07:03:33AM -0400, Bryan Scaringe wrote: > Ok, try this: > > ide-cd = module > ide-scsi = module > scsi-generic = kernel > scsi-cdrom = kernel right, done. > This is from memory... > > Now, whichever module (ide-cd or ide-scsi) gets loaded > first will attempt to control

Re: CD-RW woes. Again.

1999-07-15 Thread Bryan Scaringe
Ok, try this: ide-cd = module ide-scsi = module scsi-generic = kernel scsi-cdrom = kernel This is from memory... Now, whichever module (ide-cd or ide-scsi) gets loaded first will attempt to control *both* drives. so in you lilo.conf file, add: append="ide-cd=/dev/hdc ide-scsi=/dev/hdd" and in

Re: CD-RW drives and Linux (IDE/IDE quirks)

1999-07-07 Thread Ray
On Wed, Jul 07, 1999 at 12:28:59PM +0200, Wouter Hanegraaff wrote: > On Sun, Jul 04, 1999 at 05:07:47PM -0400, Alec Smith wrote: > > The cheapest option would be the IDE/IDE combo. Would an IDE CD-RW be > > easily used in Debian? Also, which drives are recommended? I'm more > > interested in burnin

Re: CD-RW drives and Linux

1999-07-07 Thread Wouter Hanegraaff
On Sun, Jul 04, 1999 at 05:07:47PM -0400, Alec Smith wrote: > The cheapest option would be the IDE/IDE combo. Would an IDE CD-RW be > easily used in Debian? Also, which drives are recommended? I'm more > interested in burning CD-R discs than the ReWrite capabilities. With the right kernel options,

Re: CD-RW drives and Linux

1999-07-05 Thread Peter Ross
I have the Panasonic CW-7502 SCSI CDROM drive, with an AMD K6-2 350 and 128Mb of PC100 memory. I have compiled the kernel, watch updatedb start running in the middle of a burn and compiled the Mercury compiler (much more memory, cpu and disk intensive then the kernel) during CD burns without any h

Re: CD-RW drives and Linux

1999-07-05 Thread Johann Spies
On Sun, 4 Jul 1999, Alec Smith wrote: > I'm looking into getting a CD-RW drive to go along with my Debian system. > I'm looking at the following possible combinations. > > 1. SCSI CD-ROM and SCSI CD-RW > 2. IDE CD-ROM and SCSI CD-RW > 3. SCSI CD-ROM and IDE CD-RW > 4. IDE CD-ROM and IDE CD-RW >

Re: CD-RW drives and Linux

1999-07-05 Thread wim
I am doing the IDE/IDE thing. If you already have a SCSI controller, you could go for that. I have had no problems; just compile SCSI-IDE emulation support into the kernel so that both your IDE cdroms will speak scsi. Somebody mentioned CPU usage. I don't see why this should matter, I don't touc

Re: CD-RW drives and Linux

1999-07-05 Thread Stephen Pitts
On Sun, Jul 04, 1999 at 05:52:47PM -0400, Alec Smith wrote: > I'm looking into getting a CD-RW drive to go along with my Debian system. > I'm looking at the following possible combinations. > > 1. SCSI CD-ROM and SCSI CD-RW > 2. IDE CD-ROM and SCSI CD-RW > 3. SCSI CD-ROM and IDE CD-RW > 4. IDE CD-

Re: CD-RW drives and Linux

1999-07-05 Thread Alisdair McDiarmid
On Sun, Jul 04, 1999 at 05:52:47PM -0400, Alec Smith wrote: > I'm looking into getting a CD-RW drive to go along with my Debian system. > I'm looking at the following possible combinations. > > 1. SCSI CD-ROM and SCSI CD-RW I'd go for this. I'm really regretting going IDE/IDE (Creative x32 CD-ROM

Re: cd-rw mount and mkfs?

1999-04-27 Thread Peter S Galbraith
Jinsong Zhao wrote: > Using SCSI emulation, I can mount an existing cd: mount /dev/sr0 /mnt > I can also blank the cd-rw by: cdrecord -blank all -dev=0,0 > Now I want to make a file system as: mkfs /dev/sr0, but it failed. > My next intended action is to mount it so that I can write files on to i

Re: CD-RW mount errors

1999-03-01 Thread Alexander Stavitsky
On Mon, Mar 01, 1999 at 12:05:26PM -0800, Paul Nathan Puri wrote: > Here is my dmesg output: > > Linux version 2.2.2 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #50 Sun Feb 28 > 19:42:41 > PST 1999 > Detected 266618583 Hz processor. > Console: colour VGA+ 80x25 > Calibrating delay loop... 266.24 Bog

Re: CD-RW mount errors

1999-03-01 Thread Paul Nathan Puri
Here is my dmesg output: Linux version 2.2.2 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #50 Sun Feb 28 19:42:41 PST 1999 Detected 266618583 Hz processor. Console: colour VGA+ 80x25 Calibrating delay loop... 266.24 BogoMIPS Memory: 387708k/393216k available (968k kernel code, 408k reserved, 4072k da

Re: CD-RW mount errors

1999-03-01 Thread wtopa
Subject: CD-RW mount errors Date: Sun, Feb 28, 1999 at 10:45:29PM -0800 In reply to:[EMAIL PROTECTED] Quoting [EMAIL PROTECTED]([EMAIL PROTECTED]): > > When I mount /dev/hdd I get: > office:~# mount -t iso9660 /dev/hdd /cdrom > ide-scsi: hdd: unsupported command in request queue

Re: CD-RW mount errors

1999-03-01 Thread ktb
Paul Nathan Puri wrote: > Is this showing up in the same thread? I'm using reply in PINE. It is here. > > > As to my compile, I unselected ide-cdrom. There is only scsi emulation > and generic scsi compiled in as to cdroms. My kernel version is 2.2.2. > > What option is ide-scsi? Is it scs

Re: CD-RW mount errors

1999-03-01 Thread Paul Nathan Puri
Is this showing up in the same thread? I'm using reply in PINE. As to my compile, I unselected ide-cdrom. There is only scsi emulation and generic scsi compiled in as to cdroms. My kernel version is 2.2.2. What option is ide-scsi? Is it scsi emulation? Here is what kern.log showed when I boo

  1   2   >