Re: ide-scsi emulation not working

2004-03-18 Thread H. S.
Enrique Samson Jr. wrote: 1) Make a file (I called it cdrw) in /etc/modules that loads proper it's /etc/modutils Yes, you are right. That was a mistake on my part. Apologies. ->HS -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ide-scsi emulation not working

2004-03-17 Thread Enrique Samson Jr.
1) Make a file (I called it cdrw) in /etc/modules that loads proper it's /etc/modutils # This assumes IDE-CD is a module rather than copmiled into kernel. # options ide-cd ignore="hdd" alias scd0 sr_mode pre-install sg modprobe ide-scsi pre-install sr_mod modprobe ide-scsi pre-insta

Re: ide-scsi emulation not working

2004-03-17 Thread s. keeling
Incoming from Enrique Samson Jr.: > >I haven't seen this whole thread, but have you told the kernel on > >bootup to assign that to the ide-scsi module? The ide-cd module will > >grab it first if not told to ignore it... > > on grub: kernel /vmlinuz ro root=/dev/hda5 hdd=ide-scsi .

Re: ide-scsi emulation not working

2004-03-17 Thread Kenward Vaughan
On Thu, Mar 18, 2004 at 12:43:06PM +0800, Enrique Samson Jr. wrote: > >I haven't seen this whole thread, but have you told the kernel on > >bootup to assign that to the ide-scsi module? The ide-cd module will > >grab it first if not told to ignore it... > > on grub: kernel /vmlinuz ro root=/dev/h

Re: ide-scsi emulation not working

2004-03-17 Thread H. S.
Apparently, _Enrique Samson Jr._, on 03/17/04 23:43,typed: I haven't seen this whole thread, but have you told the kernel on bootup to assign that to the ide-scsi module? The ide-cd module will grab it first if not told to ignore it... on grub: kernel /vmlinuz ro root=/dev/hda5 hdd=ide-scsi i t

Re: ide-scsi emulation not working

2004-03-17 Thread Enrique Samson Jr.
I haven't seen this whole thread, but have you told the kernel on bootup to assign that to the ide-scsi module? The ide-cd module will grab it first if not told to ignore it... on grub: kernel /vmlinuz ro root=/dev/hda5 hdd=ide-scsi i think you meant this line. it didn't work. -- To UNSUBSCRIBE,

Re: ide-scsi emulation not working

2004-03-17 Thread Kenward Vaughan
On Thu, Mar 18, 2004 at 10:38:23AM +0800, Enrique Samson Jr. wrote: ... > on the other hand, i had just tested sarge netinst. it has the default > kernel 2.4.25-1-386. ide-cd and ide-scsi modules are loaded by default > but cdrecord -scanbus can't detect my cdwriter. xcdroast also needs > scsi-emul

Re: ide-scsi emulation not working

2004-03-17 Thread Enrique Samson Jr.
Andreas Janssen wrote: Hello Kent West (<[EMAIL PROTECTED]>) wrote: I've gotten a new Dell with a cdburner; the burner works fine in WinXP (yech!), but I can't seem to get it working in Debian. I've found some hints here and there (the eroaster FAQ, google, etc), but the info hasn't helped. I

Re: ide-scsi emulation not working

2004-03-17 Thread Kenward Vaughan
On Wed, Mar 17, 2004 at 07:33:58PM +, Pigeon wrote: > On Wed, Mar 17, 2004 at 12:12:09AM -0800, John L Fjellstad wrote: > > > > >From the linux kernel mailing list: > > http://programming.linux.com/article.pl?sid=03/12/09/1341236 > > ... > > The "somebody" strongly felt that ide-scsi

Re: ide-scsi emulation not working

2004-03-17 Thread Pigeon
On Wed, Mar 17, 2004 at 12:12:09AM -0800, John L Fjellstad wrote: > > >From the linux kernel mailing list: > http://programming.linux.com/article.pl?sid=03/12/09/1341236 > > On 6 Nov 2003, bill davidsen wrote: > > > > There is a problem with ide-scsi in 2.6, and rather than fix it

Re: ide-scsi emulation not working

2004-03-17 Thread Kent West
John L Fjellstad wrote: Kent West <[EMAIL PROTECTED]> writes: In other words, because experience and "documentation" tell me to, and I've found no documentation other than what you and Kirk have said that indicate that I should be doing otherwise. From the Linux configuration documentati

Re: ide-scsi emulation not working

2004-03-17 Thread John L Fjellstad
Kent West <[EMAIL PROTECTED]> writes: > In other words, because experience and "documentation" tell me to, and > I've found no documentation other than what you and Kirk have said > that indicate that I should be doing otherwise. >From the Linux configuration documentation about ide-scsi: SCSI em

Re: ide-scsi emulation not working

2004-03-17 Thread Andreas Janssen
Hello Rodrigo Agerri (<[EMAIL PROTECTED]>) wrote: > Kent West wrote: >> >> [EMAIL PROTECTED]:/home/westk:> ls -l /dev/sg* >> crw---1 root root 21, 0 2003-12-31 18:31 /dev/sg0 >> crw---1 root root 21, 1 2003-12-31 18:31 /dev/sg1 > > I think that /dev/sg* sho

Re: ide-scsi emulation not working

2004-03-17 Thread Sridhar M.A.
On Wed, Mar 17, 2004 at 09:25:03AM +0100, David Baron wrote: > Note that, as is posted on bootup, ide-scsi is deprecated in 2.6 kernels. They > recomment ide-cd instead. I am not clear how to make the switch. > I am running 2.6.4 and have no problems with cdrecord. I have no experience w

Re: ide-scsi emulation not working

2004-03-17 Thread Rodrigo Agerri
Kent West wrote: > > I'm running sid, with a stock 2.6.3-1-686 kernel. > As someone else has said, using scsi emulation for 2.6.x kernels is deprecated. However, > I've tried adding > append="hdc=scsi" > to lilo.conf (and rerunning lilo and rebooting). here you need append="hdc=ide-scsi

Re: ide-scsi emulation not working

2004-03-17 Thread Lorenzo Prince
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thus spake Kent West: # I've gotten a new Dell with a cdburner; the burner works fine in WinXP # (yech!), but I can't seem to get it working in Debian. # # I'm running sid, with a stock 2.6.3-1-686 kernel. # ide_scsi 15236 0 I am n

Re: ide-scsi emulation not working

2004-03-17 Thread Andreas Janssen
Hello Kent West (<[EMAIL PROTECTED]>) wrote: > As I mentioned, the eroaster FAQ and google did not tell me this info; > have you got any pointers to documentation that ide-scsi is really > deprecated? Check your syslog. The Kernel says it when ide-scsi is loaded. As far as I have heard the ide-s

Re: ide-scsi emulation not working

2004-03-16 Thread Kent West
Andreas Janssen wrote: Hello Kent West (<[EMAIL PROTECTED]>) wrote: I've gotten a new Dell with a cdburner; the burner works fine in WinXP (yech!), but I can't seem to get it working in Debian. I've found some hints here and there (the eroaster FAQ, google, etc), but the info hasn't helped. I

Re: ide-scsi emulation not working

2004-03-16 Thread Andreas Janssen
Hello Kent West (<[EMAIL PROTECTED]>) wrote: > I've gotten a new Dell with a cdburner; the burner works fine in WinXP > (yech!), but I can't seem to get it working in Debian. > > I've found some hints here and there (the eroaster FAQ, google, etc), > but the info hasn't helped. > > I'm running

Re: ide-scsi emulation not working

2004-03-16 Thread Kirk Strauser
At 2004-03-16T21:56:50Z, Kent West <[EMAIL PROTECTED]> writes: > I've gotten a new Dell with a cdburner; the burner works fine in WinXP > (yech!), but I can't seem to get it working in Debian. > When I run "sudo xcdroaster", it scans the bus and finds the ATAPI CD > Writer, and then later warns m

Re: ide-scsi emulation not working

2004-03-16 Thread Kevin Bailey
I too recently got my CRX216E working, although with 2.4. Forgive me if it's different. I have this in lilo.conf, note the ide- append="hdc=ide-scsi" By the looks of your lsmod, ide-cd grabbed the CD-ROM so hopefully this is your problem. I had the ignore in /etc/modules.conf but took i

ide-scsi emulation not working

2004-03-16 Thread Kent West
I've gotten a new Dell with a cdburner; the burner works fine in WinXP (yech!), but I can't seem to get it working in Debian. I've found some hints here and there (the eroaster FAQ, google, etc), but the info hasn't helped. I'm running sid, with a stock 2.6.3-1-686 kernel. lsmod reports: Modul