Re: [newbie] Install CDRW on M 8.1 ? Still nothing...

2002-05-04 Thread Jesper Nyholm Jensen

Hi,
Still nothing seems to work ok. Here's 'cdrecord -scanbus':
  scsibus0:
0,0,0 0) 'COMPAQ  ' 'DVD-ROM SD-612B ' 'BL16' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

and lilo.conf:
  boot=/dev/hda
  map=/boot/map
  install=/boot/boot.b
  default=linux
  keytable=/boot/us.klt
  lba32
  prompt
  nowarn
  timeout=100
  message=/boot/message
  menu-scheme=wb:bw:wb:bw
  ignore-table
  image=/boot/vmlinuz
  label=linux
  root=/dev/hda5
  initrd=/boot/initrd.img
  append=devfs=mount hdd=ide-scsi quiet
  vga=788
  read-only
  image=/boot/vmlinuz
  label=linux-nonfb
  root=/dev/hda5
  initrd=/boot/initrd.img
  append=devfs=mount hdc=ide-scsi
  read-only
  image=/boot/vmlinuz
  label=failsafe
  root=/dev/hda5
  initrd=/boot/initrd.img
  append=devfs=nomount hdc=ide-scsi failsafe
  read-only
  other=/dev/hda1
  label=windows
  table=/dev/hda
  other=/dev/fd0
  label=floppy
  unsafe

and, lastly, fstab:
  /dev/hda5 / ext3 noatime 1 1
  none /dev/pts devpts mode=0620 0 0
  none /dev/shm tmpfs defaults 0 0
  /dev/hdb /mnt/iBM vfat iocharset=iso8859-1,unmask=0,codepage=850 0 0
  /mnt/cdrom /mnt/cdrom supermount
  dev=/dev/scd0,fs=iso9660,ro,--,iocharset=iso8859-1 0 0
  /mnt/cdrom2 /mnt/cdrom2 supermount
  dev=/dev/hdc,fs=iso9660,ro,--,iocharset=iso8859-1 0 0
  /mnt/floppy /mnt/floppy supermount
  dev=/dev/fd0,fs=vfat,--,iocharset=iso8859-1,umask=0,sync,codepage=850 0 0
  /dev/hda7 /mnt/win_d vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
  /dev/hda1 /mnt/windows vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
  none /proc proc defaults 0 0
  /dev/hda6 swap swap defaults 0 0

What's wrong, what to do, and what-not...
--
Jesper Nyholm Jensen

On Tue, 30 Apr 2002, Michael wrote:
Jesper Nyholm Jensen wrote:
 Hi
 I have a similar problem. I added an extra hd on my machine and therefore
 changede the primary/secondary, master/slave settings for my dvd/cdrom
 and cdrw. Now, when I  run 'cdrecord -scanbus' it finds my dvd/cdrom and
 no cdrw?!?
   The line 'devfs=mount hdc=ide-scsi quiet' is already in my lilo.conf.
 --
 Jesper Nyholm Jensen

snip

Jesper,

Inside the box are at least two ATA (once called IDE) data cables. A
combination of the master-slave or single relationship, and the cable used
determines the drive letter following hd. The table Charles gave, i expand
on here.


| Single/Master/Slave |  Cable  | hdX |
+-+-+-+
| Single  | Primary | hda |
+-+-+-+
| Master  | Primary | hda |
| Slave   | Primary | hdb |
+-+-+-+
| Single  |Secondary| hdc |
+-+-+-+
| Master  |Secondary| hdc |
| Slave   |Secondary| hdd |
+-+-+-+

Therefore in Linux the designating letter is set by the hardware location.

So if, when you installed your second drive you changed your CD-RW to a
slave you will have to change the appropriate reference letter for it. As
advised by others, you do this both in lilo.conf and /etc/fstab files.

Hope that helps.
Michael




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ? Still nothing...

2002-05-04 Thread Dennis Myers

On Saturday 04 May 2002 09:22 am, you wrote:
 Hi,
 Still nothing seems to work ok. Here's 'cdrecord -scanbus':
   scsibus0:
 0,0,0 0) 'COMPAQ  ' 'DVD-ROM SD-612B ' 'BL16' Removable CD-ROM
 0,1,0 1) *
 0,2,0 2) *
 0,3,0 3) *
 0,4,0 4) *
 0,5,0 5) *
 0,6,0 6) *
 0,7,0 7) *

 and lilo.conf:
   boot=/dev/hda
   map=/boot/map
   install=/boot/boot.b
   default=linux
   keytable=/boot/us.klt
   lba32
   prompt
   nowarn
   timeout=100
   message=/boot/message
   menu-scheme=wb:bw:wb:bw
   ignore-table
   image=/boot/vmlinuz
   label=linux
   root=/dev/hda5
   initrd=/boot/initrd.img
   append=devfs=mount hdd=ide-scsi quiet
   vga=788
   read-only
   image=/boot/vmlinuz
   label=linux-nonfb
   root=/dev/hda5
   initrd=/boot/initrd.img
   append=devfs=mount hdc=ide-scsi
   read-only
   image=/boot/vmlinuz
   label=failsafe
   root=/dev/hda5
   initrd=/boot/initrd.img
   append=devfs=nomount hdc=ide-scsi failsafe
   read-only
   other=/dev/hda1
   label=windows
   table=/dev/hda
   other=/dev/fd0
   label=floppy
   unsafe

 and, lastly, fstab:
   /dev/hda5 / ext3 noatime 1 1
   none /dev/pts devpts mode=0620 0 0
   none /dev/shm tmpfs defaults 0 0
   /dev/hdb /mnt/iBM vfat iocharset=iso8859-1,unmask=0,codepage=850 0 0
   /mnt/cdrom /mnt/cdrom supermount
   dev=/dev/scd0,fs=iso9660,ro,--,iocharset=iso8859-1 0 0
   /mnt/cdrom2 /mnt/cdrom2 supermount
   dev=/dev/hdc,fs=iso9660,ro,--,iocharset=iso8859-1 0 0
   /mnt/floppy /mnt/floppy supermount
   dev=/dev/fd0,fs=vfat,--,iocharset=iso8859-1,umask=0,sync,codepage=850 0 0
   /dev/hda7 /mnt/win_d vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
   /dev/hda1 /mnt/windows vfat iocharset=iso8859-1,umask=0,codepage=850 0 0
   none /proc proc defaults 0 0
   /dev/hda6 swap swap defaults 0 0

 What's wrong, what to do, and what-not...
Here is a question that may or may not solve the problem. Do you have a CDROM 
and a CDRW or just the CDRW? If it is only a cdrw then the lilo boot is  
looking at hdd or hdc which is it? see harddrake for what your system calls 
it. If it is two devices then the  append line should have both listed as 
append=devfs=nomount hdc=ide-scsi  hdd=ide-scsi quiet   
HTH
-- 
Dennis M. linux user #180842



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-30 Thread Michael


Jesper Nyholm Jensen wrote:
 
 Hi
 I have a similar problem. I added an extra hd on my machine and therefore
 changede the primary/secondary, master/slave settings for my dvd/cdrom
 and cdrw. Now, when I  run 'cdrecord -scanbus' it finds my dvd/cdrom and
 no cdrw?!?
   The line 'devfs=mount hdc=ide-scsi quiet' is already in my lilo.conf.
 --
 Jesper Nyholm Jensen

snip

Jesper,

Inside the box are at least two ATA (once called IDE) data cables. A
combination of the master-slave or single relationship, and the cable used
determines the drive letter following hd. The table Charles gave, i expand
on here.


| Single/Master/Slave |  Cable  | hdX |
+-+-+-+
| Single  | Primary | hda |
+-+-+-+
| Master  | Primary | hda |
| Slave   | Primary | hdb |
+-+-+-+
| Single  |Secondary| hdc |
+-+-+-+
| Master  |Secondary| hdc |
| Slave   |Secondary| hdd |
+-+-+-+

Therefore in Linux the designating letter is set by the hardware location.

So if, when you installed your second drive you changed your CD-RW to a
slave you will have to change the appropriate reference letter for it. As
advised by others, you do this both in lilo.conf and /etc/fstab files.

Hope that helps.
Michael

-- 
You will live a long, healthy, happy life and make bags of money.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-29 Thread Dimitris Ioannou

 --- dbota [EMAIL PROTECTED] :  I have ordered a
Sony CDRW to install on a
 windows/Mandrake 8.1 machine.
 How do I go about getting 8.1 to recognize and use
 the drive once I install
 it? Can anyone tell me where I find out this info?
 
 
  Want to buy your Pack or Services from
MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 


When you have it in your box (I believe it's going to
be an ATAPI thing) su to root from console and open
with vim or pico or vi (text editors) /etc/lilo.conf

write on the append line devs=mount hdc=ide-scsi
quiet save it close the text editor after saving the
changes and from console type /sbin/lilo. You're done.
Reboot. When your box is up again from console type
cdrecord -scanbus. You will see your recorde there
recognized under Linux.

If you have any further question don't hesitate the
list is here.


Greetings

Dimitris Ioannou-Greece


Do You Yahoo!?
   @yahoo.grhttp://www.otenet.gr



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-29 Thread Jesper Nyholm Jensen

Hi
I have a similar problem. I added an extra hd on my machine and therefore
changede the primary/secondary, master/slave settings for my dvd/cdrom
and cdrw. Now, when I  run 'cdrecord -scanbus' it finds my dvd/cdrom and
no cdrw?!?
  The line 'devfs=mount hdc=ide-scsi quiet' is already in my lilo.conf.
--
Jesper Nyholm Jensen

On Mon, 29 Apr 2002, [iso-8859-7] Dimitris Ioannou wrote:
 --- dbota [EMAIL PROTECTED] :  I have ordered a
Sony CDRW to install on a
 windows/Mandrake 8.1 machine.
 How do I go about getting 8.1 to recognize and use
 the drive once I install
 it? Can anyone tell me where I find out this info?


  Want to buy your Pack or Services from
MandrakeSoft?

 Go to http://www.mandrakestore.com



When you have it in your box (I believe it's going to
be an ATAPI thing) su to root from console and open
with vim or pico or vi (text editors) /etc/lilo.conf

write on the append line devs=mount hdc=ide-scsi
quiet save it close the text editor after saving the
changes and from console type /sbin/lilo. You're done.
Reboot. When your box is up again from console type
cdrecord -scanbus. You will see your recorde there
recognized under Linux.

If you have any further question don't hesitate the
list is here.


Greetings

Dimitris Ioannou-Greece


Do You Yahoo!?
   @yahoo.grhttp://www.otenet.gr






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-29 Thread Charles A Edwards

On Mon, 29 Apr 2002 17:02:59 +0200 (MEST)
Jesper Nyholm Jensen [EMAIL PROTECTED] wrote:

 Hi
 I have a similar problem. I added an extra hd on my machine and therefore
 changede the primary/secondary, master/slave settings for my dvd/cdrom
 and cdrw. Now, when I  run 'cdrecord -scanbus' it finds my dvd/cdrom and
 no cdrw?!?
   The line 'devfs=mount hdc=ide-scsi quiet' is already in my lilo.conf.
 

If you changed he settings for your cdrom/cdrw then their id would also change.

If all 4 connections are used:
Pri master=hda
Pri slave =hdb
2nd master=hdc
2nd slave =hdd

You will need to change the append in lilo.con accordingly.


Charles



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-29 Thread Damian G

On Sun, 28 Apr 2002 21:39:06 -0700
db [EMAIL PROTECTED] wrote:

 
  recognize it? the drive should be recognized automatically.
  however, in order to get it to burn, you will have to add
  scsi emulation for it. it's quite simple, it /etc/lilo.conf
  you have to look for a line that reads
 
  append=devfs-nomount
 
  or something like it. you have to add the parameter hd*=ide-scsi (
 replace
  the * with the letter your computer will assign to the drive.
  now it should look like this, for example:
 
  append=devfs-nomount hdd=ide-scsi
 
  until you do this, your drive will work only as a regular CD-ROM
 
 Thanks for that.  I think, I'll need a burner software too ... what is that
 called (cdrecord ... toast ? ) ... and where do I find it ?  Is that one of
 the things packaged on the three 8.1 cds?  Any particular do's and don'ts or
 is it pretty straight forward?
 

well, cdrecord is a command-line burning software. most GUI burning programs are
simply frontends to it. Mandrake comes with them all ( if not all of them, it's really 
close )
so when you get your CD-RW drive, you just su to root and urpmi your way around.
one way could be calling urpmi for cdrecord frontend, and urpmi will tell you what it 
needs.

e.g. (as root)

urpmi xcdroast
or
urpmi eroaster
or
urpmi gcombust
or.. well, maybe all of them is a good idea, they are less than 1MB each.

HTH

Damian



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-29 Thread Dimitris Ioannou

  29  2002 18:02, / Jesper Nyholm Jensen :
 Hi
 I have a similar problem. I added an extra hd on my machine and therefore
 changede the primary/secondary, master/slave settings for my dvd/cdrom
 and cdrw. Now, when I  run 'cdrecord -scanbus' it finds my dvd/cdrom and
 no cdrw?!?
   The line 'devfs=mount hdc=ide-scsi quiet' is already in my lilo.conf.


You should change the append line in /etc/lilo.conf accordingly. Find which 
hard disk is which i.e. hdd, or hdc, etc. and then add it to lilo. Note that 
you should do that to /etc/fstab too  so you can use your devices in order to 
view a cdrom or copy files from it.

If you have any more problems please post both your lilo and /etc/fstab to the 
list so we can help you better

Greetings

Dimitris Ioannou From Greece


Registered Linux User 217321
This message was sent from a Microsoft_Free PC

  8:39pm  up 27 min,  1 user,  load average: 0,02, 0,06, 0,08
78 processes: 76 sleeping, 2 running, 0 zombie, 0 stopped
CPU states: 75,0% user, 25,0% system,  0,0% nice,  0,0% idle
Mem:   771860K av,  180660K used,  591200K free,   0K shrd,   10328K buff
Swap: 1044184K av,   0K used, 1044184K free   82540K 
cached

#



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-29 Thread Kaj Haulrich

On Monday 29 April 2002 05:17 pm, Charles A Edwards wrote:
 On Mon, 29 Apr 2002 17:02:59 +0200 (MEST)

 Jesper Nyholm Jensen [EMAIL PROTECTED] wrote:
  Hi
  I have a similar problem. I added an extra hd on my machine and therefore
  changede the primary/secondary, master/slave settings for my dvd/cdrom
  and cdrw. Now, when I  run 'cdrecord -scanbus' it finds my dvd/cdrom and
  no cdrw?!?
The line 'devfs=mount hdc=ide-scsi quiet' is already in my lilo.conf.

 If you changed he settings for your cdrom/cdrw then their id would also
 change.

 If all 4 connections are used:
 Pri master=hda
 Pri slave =hdb
 2nd master=hdc
 2nd slave =hdd

 You will need to change the append in lilo.con accordingly.


 Charles

And, secondly, you'll have to edit (as root) the file /etc/fstab. For 
example, you could let your cd-reader (/mnt/cdrom1) mount as /dev/scd0 and 
your cd-writer (/mnt/cdrom2)  mount as /dev/scd1.

Then, save the file and run cdrecord -scanbus once more.

HTH
Kaj Haulrich
Denmark




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-28 Thread Damian G

On Sun, 28 Apr 2002 10:07:27 -0700
dbota [EMAIL PROTECTED] wrote:

 I have ordered a Sony CDRW to install on a windows/Mandrake 8.1 machine.
 How do I go about getting 8.1 to recognize and use the drive once I install
 it? Can anyone tell me where I find out this info?
 
 

recognize it? the drive should be recognized automatically.
however, in order to get it to burn, you will have to add
scsi emulation for it. it's quite simple, it /etc/lilo.conf
you have to look for a line that reads 

append=devfs-nomount

or something like it. you have to add the parameter hd*=ide-scsi ( replace 
the * with the letter your computer will assign to the drive.
now it should look like this, for example:

append=devfs-nomount hdd=ide-scsi

until you do this, your drive will work only as a regular CD-ROM

HTH

Damian






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-28 Thread Jim Adams

No specific drivers are necessary. If it is an IDE drive you will have to 
enable SCSI emulation if you want to use its burning capabilities. The 
documentation that comes w/XCDROAST is excellent. Being more of a SuSE user I 
don't know whether or not KUDZU would set up the proper settings. Just my 
2cents worth.


On Sunday 28 April 2002 12:07, you wrote:
 I have ordered a Sony CDRW to install on a windows/Mandrake 8.1 machine.
 How do I go about getting 8.1 to recognize and use the drive once I install
 it? Can anyone tell me where I find out this info?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Install CDRW on M 8.1 ?

2002-04-28 Thread Dennis Myers

On Sunday 28 April 2002 06:32 pm, you wrote:
 No specific drivers are necessary. If it is an IDE drive you will have to
 enable SCSI emulation if you want to use its burning capabilities. The
 documentation that comes w/XCDROAST is excellent. Being more of a SuSE user
 I don't know whether or not KUDZU would set up the proper settings. Just my
 2cents worth.

 On Sunday 28 April 2002 12:07, you wrote:
  I have ordered a Sony CDRW to install on a windows/Mandrake 8.1 machine.
  How do I go about getting 8.1 to recognize and use the drive once I
  install it? Can anyone tell me where I find out this info?
Actually 8.1 should pick it up as a CDRW once you put it in the box. Mandrake 
is getting really good at that as evidenced by 8.2.  Any way, once it is in, 
try a console line cdrecord -scanbus and it should show you the recorder as 
a something or another scilly.  Like this:

[root@dennis dennis]# cdrecord -scanbus
Cdrecord 1.11a19 (i586-mandrake-linux-gnu) Copyright (C) 1995-2002 Jörg 
Schilling
Linux sg driver version: 3.1.22
Using libscg version 'schily-0.6'
scsibus0:
0,0,0 0) 'IOMEGA  ' 'ZIP 100 ' '14.A' Removable Disk
0,1,0 1) 'LG  ' 'CD-RW CED-8080B ' '1.06' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

Let us know, there is more help if I am wrong.
-- 
Dennis M. linux user #180842



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com