Re: [gentoo-user] CD burning fails to work

2004-02-15 Thread Stephen Liu

$ cdrecord --scanbus dev=ATAPI
Cdrecord-Clone 2.01a25 (i586-pc-linux-gnu) Copyright (C) 1995-2004
Jörg Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
scsibus0:
   0,0,0 0) 'MATSHITA' 'CD-ROM CR-588   ' 'LS15' 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) *
The CD-ROM is there but CD Writer get lost !

   

Stephen,

I believe you are mixing apples and oranges.  There are two
possibilities:
1) Use ATAPI support - no SCSI emulation, no 'hdd=ide=scsi' in grub/lilo
2) Use SCSI emulation support - SCSI emulation,
'hdc=ide=scsi hdd=ide=scsi'
By using the line 'hdd=ide=scsi', you have removed hdd from visibility
as an ATAPI device, so of course it doesn't appear which you issue
'cdrecord -scanbus dev=ATAPI'.
Whether or not you can use option 1) depends on how recent your 2.4
kernel is, or it's cool on 2.6,  You appear to have an appropriate
version of cdrecord.  Apparently, even the latest versions of cdrdao
with work with ATAPI support
 

Hi Collins,

I tried both advice.  Sorry, non of them work in my case.  CDWriter 
could not be detected.

# modprobe ide-scsi
no printout
# cat /etc/modules.autoload.d/kernel-2.4
An empty file
# lsmod
Module  Size  Used byTainted: GF
snd-pcm-oss34756   0  (autoclean) (unused)
snd-mixer-oss  10992   0  (autoclean) [snd-pcm-oss]
floppy 47036   0  (autoclean)
ppp_synctty 5792   0  (unused)
ppp_async   7264   1
ppp_generic14748   3  [ppp_synctty ppp_async]
slhc4848   0  [ppp_generic]
8139too14152   2
mii 2160   0  [8139too]
snd-emu10k157684   0
snd-pcm53632   0  [snd-pcm-oss snd-emu10k1]
snd-timer  12644   0  [snd-pcm]
snd-util-mem1184   0  [snd-emu10k1]
snd-rawmidi12448   0  [snd-emu10k1]
snd-page-alloc  5748   0  [snd-emu10k1 snd-pcm]
snd-ac97-codec 35992   0  [snd-emu10k1]
snd-seq-device  3776   0  [snd-emu10k1 snd-rawmidi]
snd-hwdep   4672   0  [snd-emu10k1]
snd28260   0  [snd-pcm-oss snd-mixer-oss snd-emu10k1 
snd-pcm snd-timer snd-util-mem snd-rawmidi snd-ac97-codec snd-seq-device 
snd-hwdep]
soundcore   3364   6  [snd]
usb-storage55608   0  (unused)
hid12468   0  (unused)
usb-ohci   17152   0  (unused)
usbcore55264   1  [usb-storage hid usb-ohci]

# uname -r
2.4.20-gentoo-r7
Thanks

B.R.
Stephen
P.S.  I feel the keystroke response being a little bid slow.  On typing 
this email the character takes a while to appear on the screen after 
keying in.  Any adjustment can I make?

--
[EMAIL PROTECTED] mailing list


[gentoo-user] CD burning fails to work

2004-02-14 Thread Stephen Liu
Hi all folks,

CD burning fails to work after 'emerge -u world'

# cdrecord --scanbus (or -scanbus)
..
cdrecord:No such file or directory.  Cannot open 'dev/Pg*'.  Cannot open 
SCSI driver
..

# which cdrecod
/usr/bin/cdrecord
# cat /boot/grub/grub.conf
...
kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r7 root=/dev/hde3 hdd=ide.scsi
initrid (hd0,0)/boot/initrid-2.4.20-gentoo-r7
Kindly advise how to fix it.

TIA

B.R.
Stephen Liu
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] CD burning fails to work

2004-02-14 Thread Barry Marler
On Sat, 14 Feb 2004 20:10:59 +
Stephen Liu [EMAIL PROTECTED] wrote:

 Hi all folks,
 
 CD burning fails to work after 'emerge -u world'
 
 # cdrecord --scanbus (or -scanbus)
 ..
 cdrecord:No such file or directory.  Cannot open 'dev/Pg*'.  Cannot
 open SCSI driver
 ..
 
 # which cdrecod
 /usr/bin/cdrecord
 
 # cat /boot/grub/grub.conf
 ...
 kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r7 root=/dev/hde3
 hdd=ide.scsi

hdd=ide.scsi should be hdd=ide-scsi



-- 
Barry Marler
Information Analyst II
Center for Applied Genetic Technologies
University of Georgia
Athens, GA
USA

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CD burning fails to work

2004-02-14 Thread Stephen Liu
Barry Marler wrote:

On Sat, 14 Feb 2004 20:10:59 +
Stephen Liu [EMAIL PROTECTED] wrote:
 

Hi all folks,

CD burning fails to work after 'emerge -u world'

# cdrecord --scanbus (or -scanbus)
..
cdrecord:No such file or directory.  Cannot open 'dev/Pg*'.  Cannot
open SCSI driver
..
# which cdrecod
/usr/bin/cdrecord
# cat /boot/grub/grub.conf
...
kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r7 root=/dev/hde3
hdd=ide.scsi
   

hdd=ide.scsi should be hdd=ide-scsi
 

Hi Barry,

I just re-checked  /boot/grub/grub.conf

Yes, confirm   'hdd=ide-scsi'

Sorry, it was a typing mistake.

B.R.
Stephen
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] CD burning fails to work

2004-02-14 Thread Barry Marler
On Sat, 14 Feb 2004 23:47:19 +
Stephen Liu [EMAIL PROTECTED] wrote:

 Barry Marler wrote:
 
 On Sat, 14 Feb 2004 20:10:59 +
 Stephen Liu [EMAIL PROTECTED] wrote:
 
   
 
 Hi all folks,
 
 CD burning fails to work after 'emerge -u world'
 
 # cdrecord --scanbus (or -scanbus)
 ..
 cdrecord:No such file or directory.  Cannot open 'dev/Pg*'.  Cannot
 open SCSI driver
 ..
 
 # which cdrecod
 /usr/bin/cdrecord
 
 # cat /boot/grub/grub.conf
 ...
 kernel (hd0,0)/boot/kernel-2.4.20-gentoo-r7 root=/dev/hde3
 hdd=ide.scsi
 
 
 
 hdd=ide.scsi should be hdd=ide-scsi
   
 
 Hi Barry,
 
 I just re-checked  /boot/grub/grub.conf
 
 Yes, confirm   'hdd=ide-scsi'
 
 Sorry, it was a typing mistake.

Are you using a kernel without scsi emulation?  If so, do a cdrecord
--scanbus dev=ATAPI.  I use a 2,6 kernel, and ATAPI burning works very
well.  cdrecord *will* protest about not using scsi, though.  

Here's the output on my home PC:

[EMAIL PROTECTED] (~) $ cdrecord --scanbus dev=ATAPI
Cdrecord-Clone 2.01a25 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) *
0,1,0 1) 'LITE-ON ' 'LTR-52327S  ' 'QS06' 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) *

-- 
Barry Marler
Information Analyst II
Center for Applied Genetic Technologies
University of Georgia
Athens, GA
USA

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CD burning fails to work

2004-02-14 Thread Stephen Liu
Hi Barry

I just re-checked  /boot/grub/grub.conf

Yes, confirm   'hdd=ide-scsi'

Sorry, it was a typing mistake.
   

Are you using a kernel without scsi emulation?  If so, do a cdrecord
--scanbus dev=ATAPI.  I use a 2,6 kernel, and ATAPI burning works very
well.  cdrecord *will* protest about not using scsi, though.  

Here's the output on my home PC:

[EMAIL PROTECTED] (~) $ cdrecord --scanbus dev=ATAPI
Cdrecord-Clone 2.01a25 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
scsibus0:
   0,0,0 0) *
   0,1,0 1) 'LITE-ON ' 'LTR-52327S  ' 'QS06' 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) *
I am running kernel 2.4

$ cdrecord --scanbus dev=ATAPI
Cdrecord-Clone 2.01a25 (i586-pc-linux-gnu) Copyright (C) 1995-2004 Jörg 
Schilling
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related libscg interface code is in pre alpha.
Warning: There may be fatal problems.
Using libscg version 'schily-0.8'.
scsibus0:
   0,0,0 0) 'MATSHITA' 'CD-ROM CR-588   ' 'LS15' 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) *

The CD-ROM is there but CD Writer get lost !

# cdrecord dev=ATAPI:0,0,0 speed=4 blank=all -v -eject

TOC Type: 1=CDROM
..
..
cdrecord: No disk /Wrong disk
# cat /etc/fstab

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hde1   /boot   ext2
noauto,noatime 1 1
/dev/hde3   /   reiserfs
noatime0 0
/dev/hde2   noneswap
sw 0 0
/dev/cdroms/cdrom0  /mnt/cdrom  iso9660 
noauto,ro  0 0
/dev/fd0/mnt/floppy auto
noauto 0 0

# NOTE: The next line is critical for boot!
none/proc   proc
defaults   0 0

# Adding the following line to /etc/fstab should take care of this:

none/dev/shmtmpfs   
defaults   0 0

CDWriter is not there.  How to find which device belongs to CDWriter

TIA

B.R.
Stephen
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] CD burning fails to work

2004-02-14 Thread Barry Marler
On Sun, 15 Feb 2004 00:23:54 +
Stephen Liu [EMAIL PROTECTED] wrote:

 Hi Barry
 
 I just re-checked  /boot/grub/grub.conf
 
 Yes, confirm   'hdd=ide-scsi'
 
 Sorry, it was a typing mistake.
 
 
 
 Are you using a kernel without scsi emulation?  If so, do a cdrecord
 --scanbus dev=ATAPI.  I use a 2,6 kernel, and ATAPI burning works
 very well.  cdrecord *will* protest about not using scsi, though.  
 
 Here's the output on my home PC:
 
 [EMAIL PROTECTED] (~) $ cdrecord --scanbus dev=ATAPI
 Cdrecord-Clone 2.01a25 (i686-pc-linux-gnu) Copyright (C) 1995-2004
 Jörg Schilling
 scsidev: 'ATAPI'
 devname: 'ATAPI'
 scsibus: -2 target: -2 lun: -2
 Warning: Using ATA Packet interface.
 Warning: The related libscg interface code is in pre alpha.
 Warning: There may be fatal problems.
 Using libscg version 'schily-0.8'.
 scsibus0:
 0,0,0 0) *
 0,1,0 1) 'LITE-ON ' 'LTR-52327S  ' 'QS06' 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) *
 
 I am running kernel 2.4
 
 $ cdrecord --scanbus dev=ATAPI
 Cdrecord-Clone 2.01a25 (i586-pc-linux-gnu) Copyright (C) 1995-2004
 Jörg Schilling
 scsidev: 'ATAPI'
 devname: 'ATAPI'
 scsibus: -2 target: -2 lun: -2
 Warning: Using ATA Packet interface.
 Warning: The related libscg interface code is in pre alpha.
 Warning: There may be fatal problems.
 Using libscg version 'schily-0.8'.
 scsibus0:
 0,0,0 0) 'MATSHITA' 'CD-ROM CR-588   ' 'LS15' 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) *
 
 The CD-ROM is there but CD Writer get lost !
 
 
 # cdrecord dev=ATAPI:0,0,0 speed=4 blank=all -v -eject
 
 TOC Type: 1=CDROM
 ..
 ..
 cdrecord: No disk /Wrong disk
 
 # cat /etc/fstab
 
 # NOTE: If your BOOT partition is ReiserFS, add the notail option to
 # opts.
 /dev/hde1   /boot   ext2
 noauto,noatime 1 1
 /dev/hde3   /   reiserfs
 noatime0 0
 /dev/hde2   noneswap
 sw 0 0
 /dev/cdroms/cdrom0  /mnt/cdrom  iso9660 
 noauto,ro  0 0
 /dev/fd0/mnt/floppy auto
 noauto 0 0
 
 # NOTE: The next line is critical for boot!
 none/proc   proc
 defaults   0 0
 
 # Adding the following line to /etc/fstab should take care of this:
 
 none/dev/shmtmpfs   
 defaults   0 0
 
 CDWriter is not there.  How to find which device belongs to CDWriter

CAn you please clear up whether you compiled scsi emulation as a kernel
module?

-- 
Barry Marler
Information Analyst II
Center for Applied Genetic Technologies
University of Georgia
Athens, GA
USA

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CD burning fails to work

2004-02-14 Thread Barry Marler
On Sun, 15 Feb 2004 00:50:58 +
Stephen Liu [EMAIL PROTECTED] wrote:

snip

 
 Before 'emerge -u world' the CDWriter worked without problem.  I have 
 not done anything to compile scsi emulation as a kernel module.  If it
 
 was done automatical during 'emerge -u world' I was not aware  Because
 
 it took 6 x 24hrs to complete on this slow machine.

Did you allow etc-update to overwrite a bunch of config files?  


-- 
Barry Marler
Information Analyst II
Center for Applied Genetic Technologies
University of Georgia
Athens, GA
USA

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CD burning fails to work

2004-02-14 Thread Stephen Liu
Barry Marler wrote:

On Sun, 15 Feb 2004 00:50:58 +
Stephen Liu [EMAIL PROTECTED] wrote:
snip

 

Before 'emerge -u world' the CDWriter worked without problem.  I have 
not done anything to compile scsi emulation as a kernel module.  If it

was done automatical during 'emerge -u world' I was not aware  Because

it took 6 x 24hrs to complete on this slow machine.
   

Did you allow etc-update to overwrite a bunch of config files?  
 

I did not run 'etc-update'.  After 'emerge -u world' I rebooted the box 
and it crashed.  I suspected that 'betagenkernel' caused my Gentoo box 
crashed.  Later I got it works again assisted by the folks on this list.

B.R.
Stephen
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] CD burning fails to work

2004-02-14 Thread Barry Marler
On Sun, 15 Feb 2004 01:13:50 +
Stephen Liu [EMAIL PROTECTED] wrote:

 Barry Marler wrote:
 
 On Sun, 15 Feb 2004 00:50:58 +
 Stephen Liu [EMAIL PROTECTED] wrote:
 
 snip
 
   
 
 Before 'emerge -u world' the CDWriter worked without problem.  I
 have not done anything to compile scsi emulation as a kernel module.
  If it
 
 was done automatical during 'emerge -u world' I was not aware 
 Because
 it took 6 x 24hrs to complete on this slow machine.
 
 
 
 Did you allow etc-update to overwrite a bunch of config files?  
   
 
 I did not run 'etc-update'.  After 'emerge -u world' I rebooted the
 box and it crashed.  I suspected that 'betagenkernel' caused my Gentoo
 box crashed.  Later I got it works again assisted by the folks on this
 list.

Sorry, I forgot about that thread.


-- 
Barry Marler
Information Analyst II
Center for Applied Genetic Technologies
University of Georgia
Athens, GA
USA

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CD burning fails to work

2004-02-14 Thread Collins Richey
On Sun, 15 Feb 2004 00:23:54 +
Stephen Liu [EMAIL PROTECTED] wrote:

 
 $ cdrecord --scanbus dev=ATAPI
 Cdrecord-Clone 2.01a25 (i586-pc-linux-gnu) Copyright (C) 1995-2004
 Jörg Schilling
 scsidev: 'ATAPI'
 devname: 'ATAPI'
 scsibus: -2 target: -2 lun: -2
 Warning: Using ATA Packet interface.
 Warning: The related libscg interface code is in pre alpha.
 Warning: There may be fatal problems.
 Using libscg version 'schily-0.8'.
 scsibus0:
 0,0,0 0) 'MATSHITA' 'CD-ROM CR-588   ' 'LS15' 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) *
 
 The CD-ROM is there but CD Writer get lost !
 

Stephen,

I believe you are mixing apples and oranges.  There are two
possibilities:

1) Use ATAPI support - no SCSI emulation, no 'hdd=ide=scsi' in grub/lilo
2) Use SCSI emulation support - SCSI emulation,
'hdc=ide=scsi hdd=ide=scsi'

By using the line 'hdd=ide=scsi', you have removed hdd from visibility
as an ATAPI device, so of course it doesn't appear which you issue
'cdrecord -scanbus dev=ATAPI'.

Whether or not you can use option 1) depends on how recent your 2.4
kernel is, or it's cool on 2.6,  You appear to have an appropriate
version of cdrecord.  Apparently, even the latest versions of cdrdao
with work with ATAPI support

HTH,


-- 
Collins - Denver Area - 
Gentoo stable kernel 2.6.2-rc1

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] CD burning

2003-12-29 Thread David Obwaller
Am Fre, den 12.12.2003 schrieb Vanh Phom um 06:45:
 
 How do I emerge a package from the online site?
 
 Vanh

first do 'emerge sync' to update your local portage tree. then you
should be able to 'emerge cdrtools' and it will automatically install
the latest cdrtools package.

using the online package db you'll see what the current official portage
tree has to offer, but you can't use it directly. as said before sync
your local portage tree in order to have new ebuilds available.

and please avoid starting a new thread in an old thread by replying to
some message.

David


--
[EMAIL PROTECTED] mailing list



[gentoo-user] CD burning

2003-12-12 Thread Vanh Phom
I was trying to install cdrecord in the cdrtools package on the gentoo
online package data base.
Here what I got:

bash-2.05b# emerge -pv cdrtools-2.01_alpha19.ebuild

These are the packages that I would merge, in order:

Calculating dependencies \!!! aux_get(): ebuild for
'/cdrtools-2.01_alpha19' does not exist at:
!!!/usr/portage//cdrtools/cdrtools-2.01_alpha19.ebuild
emerge: create(): aux_get() error on /cdrtools-2.01_alpha19; aborting...
bash-2.05b#

How do I emerge a package from the online site?

Vanh


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-27 Thread Jean Magnan de Bornier
Le jeudi 26 juin à 00 h. 58, Peter Ruskin a écrit notamment:
 On Wednesday 25 Jun 2003 22:42, Jean Magnan de Bornier wrote:
  Yes, sr_mod was missing, I added it. 
  ide-cd is in the kernel (is it all right? )
 
 I guess so.
 
 , and I haven't found out where in make menuconfig I can
  activate cdrom?
 
 Neither did I.  I mentioned it because it was listed when I did lsmod:
 # lsmod
 Module  Size  Used byTainted: P
 ide-cd 32256   0  (autoclean)
 sr_mod 14616   0  (autoclean)
 cdrom  29184   0  (autoclean) [ide-cd sr_mod]
 ide-scsi   10512   0
 scsi_mod   97748   4  [sd_mod sr_mod sg ide-scsi]
 ( irrelevant stuff snipped )
 
 Peter
OK, everything fine now; I had to add the sg module.
Thanks again,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-25 Thread Peter Ruskin
On Wednesday 25 Jun 2003 06:26, Jean Magnan de Bornier wrote:
 Le mardi 24 juin à 20 h. 33, Peter Ruskin a écrit notamment:
  On Tuesday 24 Jun 2003 16:48, Jean Magnan de Bornier wrote:
snip

 Checked out /etc/devfs.conf; then wrote in fstab:
 /dev/sr0  /mnt/cdrom  iso9660 noauto,ro,users
 0 0
 Was this what you meant?
 Then:
 bash-2.05b# cdrecord -scanbus
 Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg
 Schilling 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. cdrecord: For
 possible transport specifiers try 'cdrecord dev=help'. and also:
 bornier% mount /mnt/cdrom
 mount : le périphérique spécial /dev/sr0 n'existe pas.
 meaning that /dev/sr0 does not exist!

 Maybe sr0 doesn't suit my setup, but I have no what this means?
 Thanks for more help,

You need to restart devfsd for the changes to /etc/devfs.conf to take 
effect.  I did that by rebooting :-)

$ ll /dev/sr0
lr-xr-xr-x1 root root   31 2003-06-24 21:09 /dev/sr0 - 
scsi/host0/bus0/target0/lun0/cd

You could try (as root):
ln -s /dev/scsi/host0/bus0/target0/lun0/cd /dev/sr0

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.3.8p1
kernel-2.4.21_rc8-gss i686 AMD Athlon(tm) XP 1600+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-25 Thread Jean Magnan de Bornier
Hello all,
Le mercredi 25 juin à 10 h. 54, Peter Ruskin a écrit notamment:
 On Wednesday 25 Jun 2003 06:26, Jean Magnan de Bornier wrote:

 
 You need to restart devfsd for the changes to /etc/devfs.conf to take 
 effect.  I did that by rebooting :-)
I have made a lot of rebooting lately...
 
 $ ll /dev/sr0
 lr-xr-xr-x1 root root   31 2003-06-24 21:09 /dev/sr0 - 
 scsi/host0/bus0/target0/lun0/cd
 
 You could try (as root):
 ln -s /dev/scsi/host0/bus0/target0/lun0/cd /dev/sr0
I did that , and:

bornier% ls -l /dev/sr0
lr-xr-xr-x1 root root   36 2003-06-25 12:57 /dev/sr0 - 
/dev/scsi/host0/bus0/target0/lun0/cd
bornier% mount /mnt/cdrom
mount : le périphérique spécial /dev/sr0 n'existe pas.

then as root:

bornier% su
Password:
bash-2.05b# mount /mnt/cdrom
mount : le périphérique spécial /dev/sr0 n'existe pas.

Why not try this:

bash-2.05b#cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
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.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
bash-2.05b#

and again:
bash-2.05b# ls -l /dev/sr0
lr-xr-xr-x1 root root   36 2003-06-25 12:57 /dev/sr0 - 
/dev/scsi/host0/bus0/target0/lun0/cd
bash-2.05b#

Isn't this fantastic???
I just noticed the following lines in dmesg:

SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

Would there be something there?
Peter (thanks!) and everybody else, I need some help!!
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-25 Thread Peter Ruskin
On Wednesday 25 Jun 2003 19:49, Jean Magnan de Bornier wrote:
snip

 I have made a lot of rebooting lately...
snip

 bornier% ls -l /dev/sr0
 lr-xr-xr-x1 root root   36 2003-06-25 12:57 /dev/sr0
 - /dev/scsi/host0/bus0/target0/lun0/cd bornier% mount /mnt/cdrom
 mount : le priphrique spcial /dev/sr0 n'existe pas.

That means that the device file /dev/sr0 exists but your computer 
doesn't know what to do with it.

As root, do...
lsmod
...and look for ide-cd, sr_mod and cdrom in the output.  If any of those 
aren't there, do modprobe sr_mod for example.  Make sure that ide-cd, 
sr_mod and cdrom are added to /etc/modules.autoload.

Things to look for in dmesg:
SCSI subsystem driver Revision: 1.00
hdd: attached ide-scsi driver.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: PIONEER   Model: DVD-RW  DVR-105   Rev: 1.30
  Type:   CD-ROM ANSI SCSI revision: 02

 I just noticed the following lines in dmesg:

 SCSI subsystem driver Revision: 1.00
 kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2

My guess is that one or more of those modules I mentioned above are 
missing here.

 Peter (thanks!) and everybody else, I need some help!!

You're welcome Jean.  Hope this helps.

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.3.8p1
kernel-2.4.21_rc8-gss i686 AMD Athlon(tm) XP 1600+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-25 Thread Jean Magnan de Bornier
Le mercredi 25 juin à 20 h. 13, Peter Ruskin a écrit notamment:
 
 As root, do...
 lsmod
 ...and look for ide-cd, sr_mod and cdrom in the output.  If any of those 
 aren't there, do modprobe sr_mod for example.  Make sure that ide-cd, 
 sr_mod and cdrom are added to /etc/modules.autoload.
 
 Things to look for in dmesg:
 SCSI subsystem driver Revision: 1.00
 hdd: attached ide-scsi driver.
 scsi0 : SCSI host adapter emulation for IDE ATAPI devices
   Vendor: PIONEER   Model: DVD-RW  DVR-105   Rev: 1.30
   Type:   CD-ROM ANSI SCSI revision: 02

 
 My guess is that one or more of those modules I mentioned above are 
 missing here.

Yes, sr_mod was missing, I added it. ide-cd is in the kernel (is it all
right? ), and I haven't found out where in make menuconfig I can 
activate cdrom?
Thanks for some more help,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-25 Thread Peter Ruskin
On Wednesday 25 Jun 2003 22:42, Jean Magnan de Bornier wrote:
 Yes, sr_mod was missing, I added it. 
 ide-cd is in the kernel (is it all right? )

I guess so.

, and I haven't found out where in make menuconfig I can
 activate cdrom?

Neither did I.  I mentioned it because it was listed when I did lsmod:
# lsmod
Module  Size  Used byTainted: P
ide-cd 32256   0  (autoclean)
sr_mod 14616   0  (autoclean)
cdrom  29184   0  (autoclean) [ide-cd sr_mod]
ide-scsi   10512   0
scsi_mod   97748   4  [sd_mod sr_mod sg ide-scsi]
( irrelevant stuff snipped )

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.3.8p1
kernel-2.4.21_rc8-gss i686 AMD Athlon(tm) XP 1600+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-24 Thread Jean Magnan de Bornier
Le dimanche 15 juin à 16 h. 10, Troy Dack a écrit notamment:
 On Sun, 2003-06-15 at 15:59, Ohad Lutzky wrote:
  On Sat, Jun 14, 2003 at 10:54:07PM -0700, G??zim Hoxha wrote:
   Hi,
   I?m just trying to get my cd-rw working, I merged
   cdbakeoven, but for some reason it didn?t work and
   it?s hard to use.

   K3B is a KDE front end to the various command line cd burning apps that
 exist.  It is quite nice to use, has a fairly simple and intuitive
 layout.
 
 As long as you have ide-scsi built into the kernel (or as modules) and
 have the following on your kernel line in grub.conf:
   hdX=ide-scsi
 where X is your CD-RW, K3B and it's setup program should configure
 everything for you.
Well I tried exactly that (hdd=ide-scsi in grub.conf) with ide-scsi as
module,  but k3b says it finds no cd-rw device; and besides I cannot read
any cd anymore?? I know this is due to the 'hdd=ide-scsi' in grub.conf
because when I remove that I can read cd's as usual.
My cd-burner works perfectly with all other distros I have tried.  
What did I miss?
Thanks for any hint,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-24 Thread Sigurd Stordal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 Well I tried exactly that (hdd=ide-scsi in grub.conf) with ide-scsi as
 module,  but k3b says it finds no cd-rw device; and besides I cannot read
 any cd anymore?? I know this is due to the 'hdd=ide-scsi' in grub.conf
Have you checked in /proc/scsi/scsi, to see it it's there. It if is, then 
maybe you are trying to run it as user, without hving access to it.
it it's in /proc/scsi/scsi, then try to run cdrecord -scanbus, both as user 
and as root. Maybe you have to add your user to the cdrw, cdrecord group 
(Don't remember the exact group name , but you'll see it in etc/group.

- -- 
Sigurd Stordal
President of GOGS
Experimental Petrologist
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE++HwuSB4UOs/snOURAmwyAJ0WBpyw2DxykA4GWZy9W5AUmX3yuQCfUeB1
RdAIX0vU3QJUU4KiMXeUtsw=
=GSOz
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-24 Thread MAL
Matthias F. Brandstetter wrote:
ok, I will do that. The only need-to-have for me is the VCD from 
divx/mpeg and ACD from mp3 creation...
For VCD menu etc creation, try vcdimager.  It's not graphical, but it 
does what you want.  ACD from mp3... xcdroast might do that. If not, 
just pipe thru mpg123.

MAL

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] cd-burning

2003-06-24 Thread Peter Ruskin
On Tuesday 24 Jun 2003 16:48, Jean Magnan de Bornier wrote:
 Well I tried exactly that (hdd=ide-scsi in grub.conf) with ide-scsi
 as module,  but k3b says it finds no cd-rw device; and besides I
 cannot read any cd anymore?? I know this is due to the 'hdd=ide-scsi'
 in grub.conf because when I remove that I can read cd's as usual.
 My cd-burner works perfectly with all other distros I have tried.  
 What did I miss?

OK, the hdd=ide-scsi in grub.conf is right...next check out 
/etc/devfs.conf:

# Give the cdrw group write permissions to /dev/sg0
# This is done to have non root user use the burner (scan the scsi bus)
REGISTER^scsi/host.*/bus.*/target.*/lun.*/genericPERMISSIONS 
root.cdrw 660

# Create /dev/cdrom for the first cdrom drive
LOOKUP  ^cdrom$  CFUNCTION GLOBAL mksymlink 
cdroms/cdrom0 cdrom
REGISTER^cdroms/cdrom0$   CFUNCTION GLOBAL mksymlink $devname 
cdrom
UNREGISTER  ^cdroms/cdrom0$   CFUNCTION GLOBAL unlink cdrom

# Create /dev/cdrw for the first cdrom on the scsi bus
# (change 'sr0' to suite your setup)
LOOKUP  ^cdrw$  CFUNCTION GLOBAL mksymlink sr0 cdrw
REGISTER^sr0$   CFUNCTION GLOBAL mksymlink $devname cdrw
UNREGISTER  ^sr0$   CFUNCTION GLOBAL unlink cdrw

...and change the entry in /etc/fstab for /mnt/cdrom from /dev/hdd to 
/dev/sr0

Then you should be good to go.

Peter
-- 
==
Gentoo Linux:   Gentoo Base System version 1.4.3.8p1
kernel-2.4.21_rc8-gss i686 AMD Athlon(tm) XP 1600+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-24 Thread Jean Magnan de Bornier
Le mardi 24 juin à 20 h. 33, Peter Ruskin a écrit notamment:
 On Tuesday 24 Jun 2003 16:48, Jean Magnan de Bornier wrote:
  Well I tried exactly that (hdd=ide-scsi in grub.conf) with ide-scsi
  as module,  but k3b says it finds no cd-rw device; and besides I
  cannot read any cd anymore?? I know this is due to the 'hdd=ide-scsi'
  in grub.conf because when I remove that I can read cd's as usual.
  My cd-burner works perfectly with all other distros I have tried.  
  What did I miss?
 
 OK, the hdd=ide-scsi in grub.conf is right...next check out 
 /etc/devfs.conf:
 
 # Give the cdrw group write permissions to /dev/sg0
 # This is done to have non root user use the burner (scan the scsi bus)
 REGISTER^scsi/host.*/bus.*/target.*/lun.*/genericPERMISSIONS 
 root.cdrw 660
 
 # Create /dev/cdrom for the first cdrom drive
 LOOKUP  ^cdrom$  CFUNCTION GLOBAL mksymlink 
 cdroms/cdrom0 cdrom
 REGISTER^cdroms/cdrom0$   CFUNCTION GLOBAL mksymlink $devname 
 cdrom
 UNREGISTER  ^cdroms/cdrom0$   CFUNCTION GLOBAL unlink cdrom
 
 # Create /dev/cdrw for the first cdrom on the scsi bus
 # (change 'sr0' to suite your setup)
 LOOKUP  ^cdrw$  CFUNCTION GLOBAL mksymlink sr0 cdrw
 REGISTER^sr0$   CFUNCTION GLOBAL mksymlink $devname cdrw
 UNREGISTER  ^sr0$   CFUNCTION GLOBAL unlink cdrw
 
 ...and change the entry in /etc/fstab for /mnt/cdrom from /dev/hdd to 
 /dev/sr0
 
Checked out /etc/devfs.conf; then wrote in fstab:
/dev/sr0/mnt/cdrom  iso9660 noauto,ro,users
0 0
Was this what you meant?
Then:
bash-2.05b# cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
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.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
and also:
bornier% mount /mnt/cdrom
mount : le périphérique spécial /dev/sr0 n'existe pas.
meaning that /dev/sr0 does not exist!

Maybe sr0 doesn't suit my setup, but I have no what this means?
Thanks for more help,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-16 Thread Jeffrey Soldan

You might want to give Arson a try.. As well as k3b as has been mentioned a few times. 
 They are the two best cdr frontends I've found so far, and I think I've tried all of 
them now ;)

On Sat, 14 Jun 2003 22:54:07 -0700 (PDT)
Gëzim Hoxha [EMAIL PROTECTED] wrote:

 Hi,
 I_m just trying to get my cd-rw working, I merged
 cdbakeoven, but for some reason it didn_t work and
 it_s hard to use.
 
 I_m looking for some cd burning software that_s very
 easy to use and nothing fancy/advanced; maybe
 something like Easy Cd-Creater [windows]. And
 hopefully I_ll get it working.
 
 Thanks,
 
 Zim
 
 __
 Do you Yahoo!?
 SBC Yahoo! DSL - Now only $29.95 per month!
 http://sbc.yahoo.com
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-16 Thread Gëzim
Thank you guys for recomending k3b, I got my cd-burner
working which I never even tried in other distros :) 


--- Jeffrey Soldan [EMAIL PROTECTED] wrote:
 
 You might want to give Arson a try.. As well as k3b
 as has been mentioned a few times.  They are the two
 best cdr frontends I've found so far, and I think
 I've tried all of them now ;)
 
 On Sat, 14 Jun 2003 22:54:07 -0700 (PDT)
 Gëzim Hoxha [EMAIL PROTECTED] wrote:
 
  Hi,
  I_m just trying to get my cd-rw working, I merged
  cdbakeoven, but for some reason it didn_t work and
  it_s hard to use.
  
  I_m looking for some cd burning software that_s
 very
  easy to use and nothing fancy/advanced; maybe
  something like Easy Cd-Creater [windows]. And
  hopefully I_ll get it working.
  
  Thanks,
  
  Zim
  
  __
  Do you Yahoo!?
  SBC Yahoo! DSL - Now only $29.95 per month!
  http://sbc.yahoo.com
  
  --
  [EMAIL PROTECTED] mailing list
  
  
 
 --
 [EMAIL PROTECTED] mailing list
 

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-15 Thread Matthias F. Brandstetter
-- quoting Gëzim --
 I´m looking for some cd burning software that´s very
 easy to use and nothing fancy/advanced; maybe
 something like Easy Cd-Creater [windows]. And
 hopefully I´ll get it working.

Sadly, I have not seen anything Nero-like for Linux :(
I have not found any app that is as easy to use as Nero Burning Rom 
for Windows and has as much features as it.

But I must say I have some good experience with Xcdroast, so maybe you 
could have a look at it...

HTH, Matthias

-- 
Mmm ... open-faced club sandwich
 - Homer Simpson


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-15 Thread Gavrila
On Sun, 2003-06-15 at 17:39, Matthias F. Brandstetter wrote:
 -- quoting Gëzim --
  I´m looking for some cd burning software that´s very
  easy to use and nothing fancy/advanced; maybe
  something like Easy Cd-Creater [windows]. And
  hopefully I´ll get it working.
 
 Sadly, I have not seen anything Nero-like for Linux :(
 I have not found any app that is as easy to use as Nero Burning Rom 
 for Windows and has as much features as it.

Have you ever tried k3b? I found it really useful and easy to use! Try
it u won't regret.

 HTH, Matthias




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-15 Thread Matthias F. Brandstetter
-- quoting Gavrila --
 Have you ever tried k3b? I found it really useful and easy to use!
 Try it u won't regret.

Does it have features like mp3/divx(!)/mp(e)g to (Super) Video CD 
decoding, a easy (Super) Video CD menu creation tool and a cover 
editor?

-- 
Mmm ... macamadamia nuts
 - Homer Simpson


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-15 Thread Gavrila
On Sun, 2003-06-15 at 17:50, Matthias F. Brandstetter wrote:
 -- quoting Gavrila --
  Have you ever tried k3b? I found it really useful and easy to use!
  Try it u won't regret.
 
 Does it have features like mp3/divx(!)/mp(e)g to (Super) Video CD 
 decoding, a easy (Super) Video CD menu creation tool and a cover 
 editor?

It has all u're looking for except the cover editor, however u can find
plenty of programs for cover editing. 
I don't know wha VCD's menus are, so I cannot guarantee... for more info
look at 
http://k3b.sourceforge.net/index.php?page=about.html

and check news section also for newst features :)


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-15 Thread Matthias F. Brandstetter
-- quoting Gavrila --
 It has all u're looking for except the cover editor, however u can
 find plenty of programs for cover editing.
 I don't know wha VCD's menus are, so I cannot guarantee... for more
 info look at
 http://k3b.sourceforge.net/index.php?page=about.html

 and check news section also for newst features :)

ok, I will do that. The only need-to-have for me is the VCD from 
divx/mpeg and ACD from mp3 creation...

Thanks, Matthias

-- 
I probably shouldn't have eaten that packet of powered gravy I found 
in the parking lot.
 - Homer Simpson


--
[EMAIL PROTECTED] mailing list



[gentoo-user] cd-burning

2003-06-14 Thread Gëzim
Hi,
I´m just trying to get my cd-rw working, I merged
cdbakeoven, but for some reason it didn´t work and
it´s hard to use.

I´m looking for some cd burning software that´s very
easy to use and nothing fancy/advanced; maybe
something like Easy Cd-Creater [windows]. And
hopefully I´ll get it working.

Thanks,

Zim

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cd-burning

2003-06-14 Thread Ohad Lutzky
On Sat, Jun 14, 2003 at 10:54:07PM -0700, Gzim Hoxha wrote:
 Hi,
 I?m just trying to get my cd-rw working, I merged
 cdbakeoven, but for some reason it didn?t work and
 it?s hard to use.
 
 I?m looking for some cd burning software that?s very
 easy to use and nothing fancy/advanced; maybe
 something like Easy Cd-Creater [windows]. And
 hopefully I?ll get it working.

I don't have a CD burner, but I have 3 alphanumeric characters for ya:
k3b.
-- 
Tactless

If it wasn't for fog, the world would run at a really crappy framerate.
This is a .signature virus! Please copy me into your .signature.

--
[EMAIL PROTECTED] mailing list