Re: RE: [newbie] Got everything else to work but still no CDRW

2000-11-01 Thread Serge Skorokhodov


Hi Paul and Jim,

Paul Fuggle wrote on 31.10.00 0:34:

when you execute 'cdrecord 
-scanbus' as root does it list 
your CDRW as a SCSI device?

You have not mentioned 
anything regarding 
appending 'hdc=ide-scsi' to 
your kernel boot command.

Yes, I guess it's a requirement. But it can be not enough.
...
-Original Message-
From: Jim Weimer 
[mailto:[EMAIL PROTECTED]
] Sent: 30 October 2000 
00:01
To: 
[EMAIL PROTECTED]
m
Subject: [newbie] Got 
everything else to work but 
still no CDRW


I'm haveing problems 
accessing the CDRW on a 
recent install of Mandrake
7.1 on a 166Hz pentium with 
64 meg ram.  When I try to 
open the folder I

receive the following 
message-Could not list 
directory contents 
file:/mnt/cdrom.  Yes a CD is 
in the drive and yes it is a 
data CD the Linux mandrake 
7.1 install disk.  If I umount 
then try to mount scd0 the 
system tells me it is not a 
block device.  The following is 
the existing system
and files.

 fstab
...
/mnt/cdrom /mnt/cdrom 
supermount 
fs=iso9660,dev=/dev/scd0

I'm not sure about device as you set the link '/dev/cdrom correctly (below).
 
...
I changed cdrom super 
mount from
/mnt/cdrom /mnt/cdrom 
supermount 
fs=iso9660,dev=/dev/cdro
m 0 0

 Conf.modules
alias block-major-11 
scsi_hostadapter

I use Sony CRX-100E and I don't have this item in my 'conf.modules'. I'm not sure but 
this may cause the problem.

alias scsi_hostadapter 
ide-scsi
...
modprobe scsi_hostadapter 
alias sound sb
...

 dmesg-in part
.
.
hdc: Hewlett-Packard 
CD-Writer Plus 8100, ATAPI 
CDROM drive
.
.
hdc: ATAPI 24X CD-ROM 
CD-R/RW drive, 1024kB 
Cache Uniform CDROM 
driver Revision: 2.56
.
.
scsi0 : SCSI host adapter 
emulation for IDE ATAPI 
devices scsi : 1 host.
Soundblaster audio driver 
Copyright (C) by Hannu 
Savolainen 1993-1996 SB 
4.13 detected OK (220)
.
.

I entered the following 
command-
cd /dev/  rm cdrom  
ln -s scd0 cdrom
then "y" to confirm deletion 
of prior link.

The command insmod 
ide-scsi resonds with Using 
/lib/modules/2.2.15-4mdk/s
csi/ide-scsi0
insmod: a module names 
ide-scsi already exits

And what 'cat /proc/devices' says? Does it list 'sr' under block devices section?

I do not use Lilo, Grub is 
installed as default in 
Mandrake 7.1 but its on the 
first partition not the 
master boot record to keep 
it from trashing EZ Bios on 
hda.  I use loadlin from the 
DOS C: prompt via a .bat file 
to boot linux.  Linux is on 
hdb.


the command modprobe 
ide-scsi responds with- note: 
/etc/conf.modules is more 
recent than 
/lib/modules/2.2.15.4 
mdk/modules.dep
the command modprobe 
scsi_hostadapter resonds 
with the same message

I have finally managed with 
your help,I read the 
archives, to get my sound 
card and USR 56 modem 
working.  The CDRW is my 
last stumbling block and I 
can't seem to get it on my 
own.

thanks in advance

Jim

Please see comments above...
It sounds pretty strange. I can make just a couple of remarks:

1) 'hdc=ide-scsi' should be added to kernel loading parameters. I don't know how to do 
it with 'loadlin' though.

2) The first line in 'conf.modules' looks rather suspicious. I would try to remove it 
temporary just to make a try.

3) Add line 'ide-scsi' to '/etc/modules'.

4) Set permissions to '666' or even something more relaxed on both '/dev/cdrom' and 
'/dev/scd0'.

Hope it helps.

Serge




RE: [newbie] Got everything else to work but still no CDRW

2000-10-30 Thread Paul Fuggle

when you execute 'cdrecord -scanbus' as root does it list your CDRW as a
SCSI device?

You have not mentioned anything regarding appending 'hdc=ide-scsi' to your
kernel boot command.

after changing your conf.modules file you must run 'depmod'.

-Original Message-
From: Jim Weimer [mailto:[EMAIL PROTECTED]]
Sent: 30 October 2000 00:01
To: [EMAIL PROTECTED]
Subject: [newbie] Got everything else to work but still no CDRW


I'm haveing problems accessing the CDRW on a recent install of Mandrake
7.1 on a 166Hz pentium with 64 meg ram.  When I try to open the folder I

receive the following message-Could not list directory contents
file:/mnt/cdrom.  Yes a CD is in the drive and yes it is a data CD the
Linux mandrake 7.1 install disk.  If I umount then try to mount scd0 the
system tells me it is not a block device.  The following is the existing
system
and files.

 fstab
/dev/hdb1 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdb5 /home ext2 defaults 1 2
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/scd0 0 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
/dev/hda1 /mnt/Cadillac vfat user,exec,unmask=0 0 0
none /proc proc defaults 0 0
/dev/hdb6 swap swap defaults 0 0


I changed cdrom super mount from
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0

 Conf.modules
alias block-major-11 scsi_hostadapter
alias scsi_hostadapter ide-scsi
alias parport_lowlevel parport_pc
pre-install pcmcia_core /etc/rc.d/init.d/pcmcia start
pre-install plip modprobe parport_pc ; echo 7  /proc/parport/0/irq
post-install supermount modprobe scsi_hostadapter
alias sound sb
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x300

 dmesg-in part
.
.
hdc: Hewlett-Packard CD-Writer Plus 8100, ATAPI CDROM drive
.
.
hdc: ATAPI 24X CD-ROM CD-R/RW drive, 1024kB Cache
Uniform CDROM driver Revision: 2.56
.
.
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 1 host.
Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
SB 4.13 detected OK (220)
.
.

I entered the following command-
cd /dev/  rm cdrom  ln -s scd0 cdrom
then "y" to confirm deletion of prior link.

The command insmod ide-scsi resonds with Using
/lib/modules/2.2.15-4mdk/scsi/ide-scsi0
insmod: a module names ide-scsi already exits

I do not use Lilo, Grub is installed as default in Mandrake 7.1 but its
on the first partition not the master boot record to keep it from
trashing EZ Bios on hda.  I use loadlin from the DOS C: prompt via a
.bat file to boot linux.  Linux is on hdb.


the command modprobe ide-scsi responds with-
note: /etc/conf.modules is more recent than /lib/modules/2.2.15.4
mdk/modules.dep
the command modprobe scsi_hostadapter resonds with the same message

I have finally managed with your help,I read the archives, to get my
sound card and USR 56 modem working.  The CDRW is my last stumbling
block and I can't seem to get it on my own.

thanks in advance

Jim