RE: scsi emulation

2002-11-12 Thread Bill Traynor
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 12, 2002 1:05 PM >To: bill traynor >Cc: Michel D?nzer; debian-powerpc@lists.debian.org >Subject: Re: scsi emulation > > >> Actually, /dev/cdrom is a link to /dev

Re: scsi emulation

2002-11-12 Thread brett-debianppc
> Actually, /dev/cdrom is a link to /dev/hdb. The IDE CDROM driver is > compiled into the kernel. Include IDE/ATAPI CDROM support is checked to > compile in using make menuconfig. Here's my kernel config for ref: Well, there's your problem then. If the ide cdrom driver is compiled in it will o

Re: scsi emulation

2002-11-11 Thread bill traynor
On Mon, 2002-11-11 at 16:16, Michel Dänzer wrote: > On Mon, 2002-11-11 at 19:08, Debian User wrote: > > Still struggling with getting the scsi-emulation working in order to use > > the cd-burner on my iBook2 14". > > > > I've compiled scsi emulation into my kernel version: 2.4.20-rc1-ben0. > > I

Re: scsi emulation

2002-11-11 Thread Michel Dänzer
On Mon, 2002-11-11 at 19:08, Debian User wrote: > Still struggling with getting the scsi-emulation working in order to use > the cd-burner on my iBook2 14". > > I've compiled scsi emulation into my kernel version: 2.4.20-rc1-ben0. > I've added an ide-scsi file in /etc/modutils containing the lin

Re: scsi emulation

2002-11-11 Thread bill traynor
On Mon, 2002-11-11 at 13:08, Debian User wrote: > Still struggling with getting the scsi-emulation working in order to use > the cd-burner on my iBook2 14". > > I've compiled scsi emulation into my kernel version: 2.4.20-rc1-ben0. > I've added an ide-scsi file in /etc/modutils containing the line

Re: scsi emulation

2002-11-01 Thread bill traynor
On Thu, 2002-10-31 at 06:41, Michel Dänzer wrote: > On Don, 2002-10-31 at 02:43, bill traynor wrote: > > On Tue, 2002-10-29 at 13:12, Michel Dänzer wrote: > > > On Die, 2002-10-29 at 04:56, bill traynor wrote: > > > > I'm getting the following errors with kernel 2.4.20-pre11-ben0: > > > > > > > >

Re: scsi emulation

2002-11-01 Thread Michel Dänzer
On Fre, 2002-11-01 at 05:13, bill traynor wrote: > > Hmm, I just did: > > mount -t iso9660 /dev/hdb /cdrom > > and I can access the cdrom now. Is this sufficient to play a DVD, or do > I need to use scsi-emulation? Not sure, but you don't need to mount it to play, just point the player at th

Re: scsi emulation

2002-10-31 Thread Michel Dänzer
On Don, 2002-10-31 at 02:43, bill traynor wrote: > On Tue, 2002-10-29 at 13:12, Michel Dänzer wrote: > > On Die, 2002-10-29 at 04:56, bill traynor wrote: > > > I'm getting the following errors with kernel 2.4.20-pre11-ben0: > > > > > > kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, er

Re: scsi emulation

2002-10-30 Thread Albert D. Cahalan
bill traynor writes: > On Tue, 2002-10-29 at 13:12, Michel Dänzer wrote: >> I created a file /etc/modutils/ide-scsi containing >> >> alias scsi_hostadapter ide-scsi >> >> and ran update-modules. > > OK, I added the latter. Here's my /etc/modutils/ide-scsi file now: > > alias scsi_hostadapter ide-

Re: scsi emulation

2002-10-30 Thread bill traynor
On Tue, 2002-10-29 at 13:12, Michel Dänzer wrote: > On Die, 2002-10-29 at 04:56, bill traynor wrote: > > I'm getting the following errors with kernel 2.4.20-pre11-ben0: > > > > kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2 > > > > Consequently, I can't mount my DVD/CD-RW o

Re: scsi emulation

2002-10-29 Thread Michel Dänzer
On Die, 2002-10-29 at 04:56, bill traynor wrote: > I'm getting the following errors with kernel 2.4.20-pre11-ben0: > > kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2 > > Consequently, I can't mount my DVD/CD-RW on sr0. I noticed a previous > thread regarding changes to scs

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Jesus Climent
On Wed, Aug 07, 2002 at 08:08:53PM +0100, William R Sowerbutts wrote: > Exclude IDE CD ROM support from the kernel, and include IDE SCSI emulation > support instead. Also include SCSI CD ROM support. Then there is no need for > these boot-time options, since the IDE layer passes the ATAPI device di

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Jesus Climent
On Wed, Aug 07, 2002 at 09:40:41AM -0700, [EMAIL PROTECTED] wrote: > I've got hdc=scsi with benh-rc5, and it works fine, I've got everything > compiled into the kernel though. Why don't you post your kernel config > to a webpage somewhere, and post the link here? That might clear up > some confus

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread brett
I've got hdc=scsi with benh-rc5, and it works fine, I've got everything compiled into the kernel though. Why don't you post your kernel config to a webpage somewhere, and post the link here? That might clear up some confusion. -Brett On Wed, Aug 07, 2002 at 05:44:48PM +0200, Jesus Climent wrote:

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Jesus Climent
On Wed, Aug 07, 2002 at 08:40:14AM -0700, Tom Rini wrote: > On Wed, Aug 07, 2002 at 05:28:55PM +0200, Jesus Climent wrote: > > > > > > First, did you compile ide-scsi support into the kernel or as a module? > > > > No. Compiled into the kernel. > > Is all of the SCSI support compiled in as well?

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Tom Rini
On Wed, Aug 07, 2002 at 05:28:55PM +0200, Jesus Climent wrote: > On Wed, Aug 07, 2002 at 08:18:33AM -0700, Tom Rini wrote: > > On Wed, Aug 07, 2002 at 12:40:57PM +0200, Jesus Climent wrote: > > > > > After upgrading to 2.4.19-ben0 I am having the following problem: > > > > > > Kernel command line

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Jesus Climent
On Wed, Aug 07, 2002 at 08:18:33AM -0700, Tom Rini wrote: > On Wed, Aug 07, 2002 at 12:40:57PM +0200, Jesus Climent wrote: > > > After upgrading to 2.4.19-ben0 I am having the following problem: > > > > Kernel command line: root=/dev/hda4 ro hdb=scsi hdb=ide-scsi > > ide_setup: hdb=scsi -- BAD OP

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Tom Rini
On Wed, Aug 07, 2002 at 12:40:57PM +0200, Jesus Climent wrote: > After upgrading to 2.4.19-ben0 I am having the following problem: > > Kernel command line: root=/dev/hda4 ro hdb=scsi hdb=ide-scsi > ide_setup: hdb=scsi -- BAD OPTION > ide_setup: hdb=ide-scsi -- BAD OPTION > > Neiher the former no

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Jesus Climent
On Wed, Aug 07, 2002 at 08:08:00AM -0700, Chris Tillman wrote: > On Wed, Aug 07, 2002 at 12:40:57PM +0200, Jesus Climent wrote: > > > > After upgrading to 2.4.19-ben0 I am having the following problem: > > > > Kernel command line: root=/dev/hda4 ro hdb=scsi hdb=ide-scsi > > ide_setup: hdb=scsi --

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Jesus Climent
On Wed, Aug 07, 2002 at 08:09:12AM -0700, Chris Tillman wrote: > On Wed, Aug 07, 2002 at 12:40:57PM +0200, Jesus Climent wrote: > > > > After upgrading to 2.4.19-ben0 I am having the following problem: > > > > Kernel command line: root=/dev/hda4 ro hdb=scsi hdb=ide-scsi > > ide_setup: hdb=scsi --

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Chris Tillman
On Wed, Aug 07, 2002 at 12:40:57PM +0200, Jesus Climent wrote: > > After upgrading to 2.4.19-ben0 I am having the following problem: > > Kernel command line: root=/dev/hda4 ro hdb=scsi hdb=ide-scsi > ide_setup: hdb=scsi -- BAD OPTION > ide_setup: hdb=ide-scsi -- BAD OPTION > Also, did you load

Re: SCSI emulation option rejected by the kernel.

2002-08-07 Thread Chris Tillman
On Wed, Aug 07, 2002 at 12:40:57PM +0200, Jesus Climent wrote: > > After upgrading to 2.4.19-ben0 I am having the following problem: > > Kernel command line: root=/dev/hda4 ro hdb=scsi hdb=ide-scsi > ide_setup: hdb=scsi -- BAD OPTION > ide_setup: hdb=ide-scsi -- BAD OPTION Mine is like the secon