Solution Posted: How to make bootable GRUB CD ( IDE CDRW drive) for Debian 3.1 with 2.4 kernel

2006-04-12 Thread Pabla,Balbir [Ontario]
Title: Solution Posted: How to make bootable GRUB CD ( IDE CDRW drive) for Debian 3.1 with 2.4 kernel Here is the solution, that worked for me to make bootable GRUB CD for Debian 3.1 server with 2.4 kernel having IDE CD-RW ( Dell PowerEdge 2800 3.6 MHZ). This is useful for booting up your

Re: scsi-ide-cdrw

2004-01-20 Thread Rob Sims
On Saturday 17 January 2004 08:52 am, Thomas Sommer wrote: > Am Sat, 17 Jan 2004 03:20:10 +0100 schrieb Roberto Sanchez: > > > Thomas Sommer wrote: > >> Hi, > >> > >> after reading a lot of howtos, newsgroups, etc. i constandly have the > >> following problem with my cdrw-drive (when i try to mou

Re: scsi-ide-cdrw

2004-01-17 Thread Thomas Sommer
Am Sat, 17 Jan 2004 03:20:10 +0100 schrieb Roberto Sanchez: > Thomas Sommer wrote: >> Hi, >> >> after reading a lot of howtos, newsgroups, etc. i constandly have the >> following problem with my cdrw-drive (when i try to mount it): >> >> dusk:/# mount /dev/cdrw >> mount: /dev/scd0 ist kein gülti

Re: scsi-ide-cdrw

2004-01-17 Thread Thomas Sommer
Am Sat, 17 Jan 2004 04:00:06 +0100 schrieb Alvin Oga: > > > On Sat, 17 Jan 2004, Thomas Sommer wrote: > >> Hi, >> >> after reading a lot of howtos, newsgroups, etc. i constandly have the >> following problem with my cdrw-drive (when i try to mount it): >> >> dusk:/# mount /dev/cdrw >> mount:

Re: scsi-ide-cdrw

2004-01-17 Thread Thomas Sommer
Am Sat, 17 Jan 2004 04:00:10 +0100 schrieb Kevin Mark: > On Sat, Jan 17, 2004 at 02:05:36AM +, Thomas Sommer wrote: >> Hi, >> >> after reading a lot of howtos, newsgroups, etc. i constandly have the >> following problem with my cdrw-drive (when i try to mount it): >> >> dusk:/# mount /dev/cd

Re: scsi-ide-cdrw

2004-01-17 Thread Thomas Sommer
Am Sat, 17 Jan 2004 08:10:06 +0100 schrieb Andreas Janssen: > Hello > > Thomas Sommer (<[EMAIL PROTECTED]>) wrote: > >> after reading a lot of howtos, newsgroups, etc. i constandly have the >> following problem with my cdrw-drive (when i try to mount it): >> >> dusk:/# mount /dev/cdrw >> mount:

Re: scsi-ide-cdrw

2004-01-17 Thread Andreas Janssen
Hello Thomas Sommer (<[EMAIL PROTECTED]>) wrote: > after reading a lot of howtos, newsgroups, etc. i constandly have the > following problem with my cdrw-drive (when i try to mount it): > > dusk:/# mount /dev/cdrw > mount: /dev/scd0 ist kein gültiges blockorientiertes Gerät > (english: is not a

Re: scsi-ide-cdrw

2004-01-16 Thread Kevin Mark
On Sat, Jan 17, 2004 at 02:05:36AM +, Thomas Sommer wrote: > Hi, > > after reading a lot of howtos, newsgroups, etc. i constandly have the > following problem with my cdrw-drive (when i try to mount it): > > dusk:/# mount /dev/cdrw > mount: /dev/scd0 ist kein gültiges blockorientiertes Gerät

Re: scsi-ide-cdrw

2004-01-16 Thread Alvin Oga
On Sat, 17 Jan 2004, Thomas Sommer wrote: > Hi, > > after reading a lot of howtos, newsgroups, etc. i constandly have the > following problem with my cdrw-drive (when i try to mount it): > > dusk:/# mount /dev/cdrw > mount: /dev/scd0 ist kein gültiges blockorientiertes Gerät > (english: is not

Re: scsi-ide-cdrw

2004-01-16 Thread Roberto Sanchez
Thomas Sommer wrote: Hi, after reading a lot of howtos, newsgroups, etc. i constandly have the following problem with my cdrw-drive (when i try to mount it): dusk:/# mount /dev/cdrw mount: /dev/scd0 ist kein gültiges blockorientiertes Gerät (english: is not a valid block device) scsi-ide-module is

scsi-ide-cdrw

2004-01-16 Thread Thomas Sommer
Hi, after reading a lot of howtos, newsgroups, etc. i constandly have the following problem with my cdrw-drive (when i try to mount it): dusk:/# mount /dev/cdrw mount: /dev/scd0 ist kein gültiges blockorientiertes Gerät (english: is not a valid block device) scsi-ide-module is installed proper,

Re: ide cdrw usb modules nat and gis

2002-11-13 Thread Chris Lale
Philip Mark Donaghy wrote: I am happy to say that my debian experience is going really well. I have created a internal network using NAT and have installed and configured a gis mapping website using MapServer. Apart from that my imediate goals are to configure a scanner and the cdrw drive.

ide cdrw usb modules nat and gis

2002-11-13 Thread Philip Mark Donaghy
I am happy to say that my debian experience is going really well. I have created a internal network using NAT and have installed and configured a gis mapping website using MapServer. Apart from that my imediate goals are to configure a scanner and the cdrw drive. apropo cdrw syslog says : Nov

Re: IDE CDRW

2002-10-24 Thread Sebastiaan
High, On Thu, 24 Oct 2002, James Tappin wrote: > On Thu, 24 Oct 2002 13:45:29 +0200 (METDST) > Sebastiaan <[EMAIL PROTECTED]> wrote: > > > Yes. Now your CDRW is a SCSI device, so /dev/hdc does not exist anymore. > > Try doing a 'mount /dev/scd0 /cdrom'. if that works and you are happy > > with it

Re: IDE CDRW

2002-10-24 Thread James Tappin
On Thu, 24 Oct 2002 13:45:29 +0200 (METDST) Sebastiaan <[EMAIL PROTECTED]> wrote: > Yes. Now your CDRW is a SCSI device, so /dev/hdc does not exist anymore. > Try doing a 'mount /dev/scd0 /cdrom'. if that works and you are happy > with it, do: > rm /dev/cdrom > ln -s /dev/scd0 /dev/cdrom However

Re: IDE CDRW

2002-10-24 Thread Sebastiaan
> or mount /cdrom. I vaguely remember having the same problem before on some > other machine with IDE CDRW, but I do not remember the solution. Any ideas? > Yes. Now your CDRW is a SCSI device, so /dev/hdc does not exist anymore. Try doing a 'mount /dev/scd0 /cdrom'. if that work

IDE CDRW

2002-10-24 Thread Oleg
efore on some other machine with IDE CDRW, but I do not remember the solution. Any ideas? Thanks Oleg P.S. lsmod output attached: Module Size Used byNot tainted sr_mod 11512 0 (unused) isofs 24448 0 (autoclean) inflate_fs 1

Re: Re-building kernel with make-kpkg (was: cdrecord + ide cdrw)

2002-03-03 Thread Dimitri Maziuk
* Bill Moseley ([EMAIL PROTECTED]) spake thusly: > At 11:23 AM 03/03/02 +1100, Davor Balder wrote: > > > >make-kpkg clean > >make-kpkg --revision= kernel_image > >dpkg -i > > This was nice as it moved my existing kernel to .old, but that made me wonder: > > Say I rebuild my kernel after it's ins

Re: Re-building kernel with make-kpkg (was: cdrecord + ide cdrw)

2002-03-02 Thread Faheem Mitha
On 3 Mar 2002, Bill Moseley wrote: > At 11:23 AM 03/03/02 +1100, Davor Balder wrote: > > > >make-kpkg clean > >make-kpkg --revision= kernel_image > >dpkg -i > > This was nice as it moved my existing kernel to .old, but that made me wonder: > > Say I rebuild my kernel after it's installed I deci

Re: Re-building kernel with make-kpkg (was: cdrecord + ide cdrw)

2002-03-02 Thread Manoj Srivastava
>>"Bill" == Bill Moseley <[EMAIL PROTECTED]> writes: Bill> That is, say I started out with just one kernel 2.2.20. I build a new Bill> 2.4.17 kernel and ran make-kpkg and dpkg -i. So now Bill>vmlinuz -> boot/vmlinuz-2.4.17 Bill>vmlinuz.old -> boot/vmlinuz-2.2.20-idepci Bill> Now,

Re: Re-building kernel with make-kpkg (was: cdrecord + ide cdrw)

2002-03-02 Thread dman
On Sat, Mar 02, 2002 at 07:28:54PM -0800, Bill Moseley wrote: | At 11:23 AM 03/03/02 +1100, Davor Balder wrote: | > | >make-kpkg clean | >make-kpkg --revision= kernel_image | >dpkg -i | | This was nice as it moved my existing kernel to .old, but that made me wonder: | | Say I rebuild my kernel a

Re-building kernel with make-kpkg (was: cdrecord + ide cdrw)

2002-03-02 Thread Bill Moseley
At 11:23 AM 03/03/02 +1100, Davor Balder wrote: > >make-kpkg clean >make-kpkg --revision= kernel_image >dpkg -i This was nice as it moved my existing kernel to .old, but that made me wonder: Say I rebuild my kernel after it's installed I decided I want to change a kernel setting. If I go throug

Re: cdrecord + ide cdrw

2002-03-02 Thread Davor Balder
tc/lilo.conf (don't forget the append="hdc=scsi") and > you should be able to boot without problems. > > Greetz, > Sebastiaan > > > > > david > > - Original Message - > > From: "Sebastiaan" <[EMAIL PROTECTED]> > >

Re: cdrecord + ide cdrw

2002-03-02 Thread Hans Ekbrand
On Sat, Mar 02, 2002 at 10:04:04PM +0100, Sebastiaan wrote: > High, > > On Sat, 2 Mar 2002, Hans Ekbrand wrote: > > > On Sat, Mar 02, 2002 at 12:42:29PM +0100, Sebastiaan wrote: > > > You have to compile the ide-scsi emulation support in the kernel. So > > > basically, you recompile your kernel

Re: cdrecord + ide cdrw

2002-03-02 Thread Sebastiaan
High, On Sat, 2 Mar 2002, Hans Ekbrand wrote: > On Sat, Mar 02, 2002 at 12:42:29PM +0100, Sebastiaan wrote: > > You have to compile the ide-scsi emulation support in the kernel. So > > basically, you recompile your kernel with CONFIG_BLK_DEV_IDESCSI=y > > (module does not work) and boot your ker

Re: cdrecord + ide cdrw

2002-03-02 Thread Sebastiaan
From: "Sebastiaan" <[EMAIL PROTECTED]> > To: "David Richards" <[EMAIL PROTECTED]> > Cc: > Sent: Saturday, March 02, 2002 11:42 AM > Subject: Re: cdrecord + ide cdrw > > > > High, > > > > On Sat, 2 Mar 2002, David Richards wrot

Re: cdrecord + ide cdrw

2002-03-02 Thread David Richards
OTECTED]> Cc: Sent: Saturday, March 02, 2002 11:42 AM Subject: Re: cdrecord + ide cdrw > High, > > On Sat, 2 Mar 2002, David Richards wrote: > > > HI > > Under redhat i was able to use my cdrw. In debian when i type > > cdrecord -scanbus > > it comes back

Re: cdrecord + ide cdrw

2002-03-02 Thread Osamu Aoki
On Sat, Mar 02, 2002 at 11:32:37AM -, David Richards wrote: > Under redhat i was able to use my cdrw. In debian when i type ... > I am root. what do i have to do to get it my cdrw working again ? or can you > point to some documents that will help me work it out Few options exist for CD-R(

Re: cdrecord + ide cdrw

2002-03-02 Thread Hans Ekbrand
On Sat, Mar 02, 2002 at 12:42:29PM +0100, Sebastiaan wrote: > You have to compile the ide-scsi emulation support in the kernel. So > basically, you recompile your kernel with CONFIG_BLK_DEV_IDESCSI=y > (module does not work) and boot your kernel with parameter 'hdc=scsi', I use ide-scsi emulation

Re: cdrecord + ide cdrw

2002-03-02 Thread Sebastiaan
High, On Sat, 2 Mar 2002, David Richards wrote: > HI > Under redhat i was able to use my cdrw. In debian when i type > cdrecord -scanbus > it comes back with > spaceport:/home/davidr# cdrecord -scanbus > Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J?rg Schilling > cdrecord: No su

cdrecord + ide cdrw

2002-03-02 Thread David Richards
HI Under redhat i was able to use my cdrw. In debian when i type cdrecord -scanbus it comes back with spaceport:/home/davidr# cdrecord -scanbus Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling cdrecord: No such file or directory. Cannot open SCSI driver. cdrecord: For pos

Re: Linux compatible IDE CDRW

2001-05-18 Thread Gordon Hart
On Fri, May 18, 2001 at 01:43:21PM -0400, [EMAIL PROTECTED] wrote: > >Plextor's 2mb. I assume, all things being equal, this would be an > >advantage. Is this a valid assumption? > > My understanding after reading about Burn-Proof on the Plextor web page is > that > this technology pretty much p

Re: Linux compatible IDE CDRW

2001-05-18 Thread Scott_Patterson
>On Thu, May 17, 2001 at 12:36:02AM +1000, [EMAIL PROTECTED] wrote: >> Which would be the best for me to get? >> >> Plextor CD-RW PX-W1210TA 12/10/32 IDE 2m Buffer Burn-Proof >> Sony CD-RW CRX160EBK 12/8/32 Internal IDE Retail Kit 4mb PC/MAC >> Yamaha CD-RW Internal 16Wx10RWx40R IDE Retail Kit C

Re: Linux compatible IDE CDRW

2001-05-17 Thread mdevin
On Thu, May 17, 2001 at 12:36:02AM +1000, [EMAIL PROTECTED] wrote: > Which would be the best for me to get? > > Plextor CD-RW PX-W1210TA 12/10/32 IDE 2m Buffer Burn-Proof > Sony CD-RW CRX160EBK 12/8/32 Internal IDE Retail Kit 4mb PC/MAC > Yamaha CD-RW Internal 16Wx10RWx40R IDE Retail Kit CRW2100E

Re: Linux compatible IDE CDRW

2001-05-17 Thread mdevin
On Wed, May 16, 2001 at 11:02:43AM -0400, Hall Stevenson wrote: > > Which would be the best for me to get? > > > > Plextor CD-RW PX-W1210TA 12/10/32 IDE 2m Buffer > > Burn-Proof > > Sony CD-RW CRX160EBK 12/8/32 Internal IDE Retail > > Kit 4mb PC/MAC > > Yamaha CD-RW Internal 16Wx10RWx40R IDE Retail

Re: Linux compatible IDE CDRW

2001-05-16 Thread Scott_Patterson
>Which would be the best for me to get? > >Plextor CD-RW PX-W1210TA 12/10/32 IDE 2m Buffer Burn-Proof >Sony CD-RW CRX160EBK 12/8/32 Internal IDE Retail Kit 4mb PC/MAC >Yamaha CD-RW Internal 16Wx10RWx40R IDE Retail Kit CRW2100EVK > >If I had a choice of these, is there anything to choose between

Re: Linux compatible IDE CDRW

2001-05-16 Thread Alex Suzuki
On Thu, May 17, 2001 at 12:36:02AM +1000, [EMAIL PROTECTED] wrote: > Which would be the best for me to get? > > Plextor CD-RW PX-W1210TA 12/10/32 IDE 2m Buffer Burn-Proof I have that drive and it works very well for me. Burn-proof is a must these days, and is supported in the recent versions of

Re: Linux compatible IDE CDRW

2001-05-16 Thread Hall Stevenson
> Which would be the best for me to get? > > Plextor CD-RW PX-W1210TA 12/10/32 IDE 2m Buffer > Burn-Proof > Sony CD-RW CRX160EBK 12/8/32 Internal IDE Retail > Kit 4mb PC/MAC > Yamaha CD-RW Internal 16Wx10RWx40R IDE Retail > Kit CRW2100EVK > > If I had a choice of these, is there anything to choose

Linux compatible IDE CDRW

2001-05-16 Thread mdevin
Which would be the best for me to get? Plextor CD-RW PX-W1210TA 12/10/32 IDE 2m Buffer Burn-Proof Sony CD-RW CRX160EBK 12/8/32 Internal IDE Retail Kit 4mb PC/MAC Yamaha CD-RW Internal 16Wx10RWx40R IDE Retail Kit CRW2100EVK If I had a choice of these, is there anything to choose between them in t