Re: cdrom scsi problem

2006-02-08 Thread Shawn Lamson
On Thu, 09 Feb 2006 12:32:23 +1100 M-L <[EMAIL PROTECTED]> wrote: > On Thu, 9 Feb 2006 10:56 am, [EMAIL PROTECTED] thought about and sent this: > >> I am running Sarge, linux 2.4.27, and grub with a NEC cdrom. I have > > run > into what seems to be a common problem, but can find no pointe

Re: cdrom scsi problem

2006-02-08 Thread M-L
On Thu, 9 Feb 2006 10:56 am, [EMAIL PROTECTED] thought about and sent this: >> I am running Sarge, linux 2.4.27, and grub with a NEC cdrom. I have > run > into what seems to be a common problem, but can find no pointer > to the > solution. How can I tell the kernel that I want > "/dev

Re: cdrom scsi problem

2006-02-08 Thread anoop aryal
On Wednesday 08 February 2006 05:56 pm, [EMAIL PROTECTED] wrote: > I am running Sarge, linux 2.4.27, and grub with a NEC cdrom. I have run > into what seems to be a common problem, but can find no pointer to the > solution. How can I tell the kernel that I want "/dev/hdc=ide-scsi"? Or, > better

cdrom scsi problem

2006-02-08 Thread sam1
I am running Sarge, linux 2.4.27, and grub with a NEC cdrom. I have run into what seems to be a common problem, but can find no pointer to the solution. How can I tell the kernel that I want "/dev/hdc=ide-scsi"? Or, better yet, can I upgrade from 2.4 to a fairly late 2.6 without installing the d

Re: ide-scsi problem on woody

2003-11-12 Thread Richard Kimber
On Wed, 22 Oct 2003 21:18:56 +0100 Richard Kimber <[EMAIL PROTECTED]> wrote: > On Wed, 22 Oct 2003 19:25:47 +0200 > [EMAIL PROTECTED] (Joachim Fahnenmueller) wrote: > > > > > > > $ mount /dev/scd0 /cdrom > > > > > > mount: /dev/scd0 is not a valid block device > > > > > > This may not be the ans

Re: ide-scsi problem on woody

2003-11-05 Thread [loonyx | rolf joho]
[loonyx | rolf joho] wrote: hi there even though i load the ide-scsi module at boottime, i can not mount my ide-dvd-writer. since i was perfectly able to do that on earlier installations, i am asking for hints. problem solved. apparently one has to compile ide and ide-mod statically into the

Re: ide-scsi problem on woody - cdrw vs disk

2003-10-24 Thread Alvin Oga
On Fri, 24 Oct 2003, [loonyx | rolf joho] wrote: > > In this case, ide-cd won't probe any drives on /dev/hdc > > > > whyle trying this, i could no longer mount the drive as hdc (of course), > but the ide-scsi stuff did not work either. you have to boot the right kernel .. - if lilo

Re: ide-scsi problem on woody

2003-10-24 Thread [loonyx | rolf joho]
Alexei Chetroi wrote: If you can do that, then I think your dvd drive is using ide-cd module. Please, make sure your /etc/modules.conf contain line like options ide-cd ignore=hdc In this case, ide-cd won't probe any drives on /dev/hdc whyle trying this, i could no longer mount the drive as hdc (

Re: ide-scsi problem on woody

2003-10-23 Thread Andrew Perrin
I'm no expert here, but I think the fact that this works means that ide-cd has got /dev/hdc, which is why ide-scsi doesn't grab it. I think there's an option to tell ide-cd to explicitly ignore /dev/hdc, but I don't know what it is. ap -

Re: ide-scsi problem on woody

2003-10-23 Thread Alexei Chetroi
On Thu, Oct 23, 2003 at 12:47:54PM +0200, [loonyx | rolf joho] wrote: > From: "[loonyx | rolf joho]" <[EMAIL PROTECTED]> > To: debian-user mailinglist <[EMAIL PROTECTED]> > Subject: Re: ide-scsi problem on woody > > >i bet that this works ( assuming the

Re: ide-scsi problem on woody

2003-10-23 Thread [loonyx | rolf joho]
i bet that this works ( assuming the kernel has been told by grub/lilo the hdc=ide-scsi option ) mount -t iso9660 -o ro /dev/hdc /mnt/cdrom and if it does ... make a link cd /dev ; ln -s ./hdc cdrom ( for reading cd's ) cd /dev ; ln -s ./hdc cdrw ( for writing ) c ya al

Re: ide-scsi problem on woody

2003-10-22 Thread Alvin Oga
hi ya rolf On Wed, 22 Oct 2003, [loonyx | rolf joho] wrote: > dmesg gives me that: > Oct 22 23:37:05 looney kernel: hdc: Hewlett-Packard DVD Writer 300, > ATAPI CD/DVD-ROM drive > Oct 22 23:37:05 looney kernel: ide1 at 0x170-0x177,0x376 on irq 15 > Oct 22 23:37:05 looney kernel: hdc: ATAPI 40X

Re: ide-scsi problem on woody

2003-10-22 Thread [loonyx | rolf joho]
Alexei Chetroi wrote: On Wed, Oct 22, 2003 at 09:28:56AM +0300, Alexei Chetroi wrote: From: Alexei Chetroi <[EMAIL PROTECTED]> > lsmod-output: Module Size Used byNot tainted nls_iso8859-1 2880 0 (autoclean) ide-cd 26176 0 (autoclean) Have you

Re: ide-scsi problem on woody

2003-10-22 Thread [loonyx | rolf joho]
Andreas Janssen wrote: Hello [loonyx | rolf joho] (<[EMAIL PROTECTED]>) wrote: even though i load the ide-scsi module at boottime, i can not mount my ide-dvd-writer. since i was perfectly able to do that on earlier installations, i am asking for hints. through /etc/modules i successfully load th

Re: ide-scsi problem on woody

2003-10-22 Thread [loonyx | rolf joho]
Alvin Oga wrote: hi ya loonyx if your dvd writer is on /dev/hdc try using /dev/hdc instead of /dev/scd0 if it works .. link /dev/sg0 to /dev/hdc and fix fstab also stick a boot (real) cdrom into the dvd drive, and see if it boots the cdrom to eliminate any hardware/bios/cable issues c y

Re: ide-scsi problem on woody

2003-10-22 Thread [loonyx | rolf joho]
[EMAIL PROTECTED] wrote: Hi Rolf, does /dev/scd0, /dev/sr0 and /dev/sg0 exist? any info from dmesg or from /var/log/messages? -Kev yes they do exist: brw-rw1 root cdrom 11, 0 Mar 14 2002 /dev/scd0 lrwxrwxrwx1 root root4 Aug 22 11:08 /dev/sr0 -> scd0 crwSrwS

Re: ide-scsi problem on woody

2003-10-22 Thread Richard Kimber
On Wed, 22 Oct 2003 19:25:47 +0200 [EMAIL PROTECTED] (Joachim Fahnenmueller) wrote: > > > > > $ mount /dev/scd0 /cdrom > > > > > mount: /dev/scd0 is not a valid block device > > > > This may not be the answer, but I find that if I do > > cdrecord -scanbus > > when this happens, and then try the m

Re: ide-scsi problem on woody

2003-10-22 Thread Joachim Fahnenmueller
On Wed, Oct 22, 2003 at 03:34:52PM +0100, Richard Kimber wrote: > On Wed, 22 Oct 2003 15:36:21 +0200 > Lukas Ruf <[EMAIL PROTECTED]> wrote: > > > > > > > > > $ mount /dev/scd0 /cdrom > > > > mount: /dev/scd0 is not a valid block device > > This may not be the answer, but I find that if I do > cdr

Re: ide-scsi problem on woody

2003-10-22 Thread Lukas Ruf
> Lukas Ruf <[EMAIL PROTECTED]> [2003-10-22 17:34]: > > > Richard Kimber <[EMAIL PROTECTED]> [2003-10-22 17:00]: > > > > > On Wed, 22 Oct 2003 15:36:21 +0200 > > Lukas Ruf <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > $ mount /dev/scd0 /cdrom > > > > > mount: /dev/scd0 is not a valid block

Re: ide-scsi problem on woody

2003-10-22 Thread Lukas Ruf
Richard, > Richard Kimber <[EMAIL PROTECTED]> [2003-10-22 17:10]: > > On Wed, 22 Oct 2003 15:36:21 +0200 > Lukas Ruf <[EMAIL PROTECTED]> wrote: > > > I have been experiencing the same problems on 2.4.22: > > Why do you have this set like this? > > Reply-To: LIST-Reply <[EMAIL PROTECTED]> > >

Re: ide-scsi problem on woody

2003-10-22 Thread Lukas Ruf
> Richard Kimber <[EMAIL PROTECTED]> [2003-10-22 17:00]: > > On Wed, 22 Oct 2003 15:36:21 +0200 > Lukas Ruf <[EMAIL PROTECTED]> wrote: > > > > > > > > > $ mount /dev/scd0 /cdrom > > > > mount: /dev/scd0 is not a valid block device > > This may not be the answer, but I find that if I do > cdrecor

Re: ide-scsi problem on woody

2003-10-22 Thread Richard Kimber
On Wed, 22 Oct 2003 15:36:21 +0200 Lukas Ruf <[EMAIL PROTECTED]> wrote: > I have been experiencing the same problems on 2.4.22: Why do you have this set like this? Reply-To: LIST-Reply <[EMAIL PROTECTED]> It defeats Sylpheed's automatic reply-to-list facility. - Richard. -- Richard Kimber htt

Re: ide-scsi problem on woody

2003-10-22 Thread Richard Kimber
On Wed, 22 Oct 2003 15:36:21 +0200 Lukas Ruf <[EMAIL PROTECTED]> wrote: > > > > > > $ mount /dev/scd0 /cdrom > > > mount: /dev/scd0 is not a valid block device This may not be the answer, but I find that if I do cdrecord -scanbus when this happens, and then try the mount, it works. Don't ask me w

Re: ide-scsi problem on woody

2003-10-22 Thread Magnus von Koeller
On Wednesday 22 October 2003 14:54, Andrew Perrin wrote: > > $ mount /dev/scd0 /cdrom > > mount: /dev/scd0 is not a valid block device > > What if you use /dev/sda ? $ mount /dev/sda /cdrom mount: /dev/sda is not a valid block device -- --- Magnus von Koeller --- email:[EMAIL PROTECTED] add

Re: ide-scsi problem on woody

2003-10-22 Thread Lukas Ruf
I have been experiencing the same problems on 2.4.22: > Andrew Perrin <[EMAIL PROTECTED]> [2003-10-22 15:21]: > > > > > $ mount /dev/scd0 /cdrom > > mount: /dev/scd0 is not a valid block device > > What if you use /dev/sda ? > uccellina:~# mount -t iso9660 /dev/sda /mnt mount: /dev/sda is not a

Re: ide-scsi problem on woody

2003-10-22 Thread Andrew Perrin
On Wed, 22 Oct 2003, Magnus von Koeller wrote: > On Wednesday 22 October 2003 12:05, Joachim Fahnenmueller wrote: > > Good idea. Not only look for error messages but also for _success_ > > messages, at some point it should say that it found the device. > > Now, what if it does report success but s

Re: ide-scsi problem on woody

2003-10-22 Thread Magnus von Koeller
On Wednesday 22 October 2003 12:05, Joachim Fahnenmueller wrote: > Good idea. Not only look for error messages but also for _success_ > messages, at some point it should say that it found the device. Now, what if it does report success but still doesn't work: $ cat /proc/scsi/scsi Attached device

Re: ide-scsi problem on woody

2003-10-22 Thread Joachim Fahnenmueller
On Tue, Oct 21, 2003 at 05:02:10PM -0700, Alvin Oga wrote: > > > On Tue, 21 Oct 2003, Joachim Fahnenmueller wrote: > > > Hi Rolf, > > > > maybe load ide-scsi *before* sr_mod ? > > if a module needed to be loaded in the right order, > it'd complain about missing symbols not yet defined > when i

Re: ide-scsi problem on woody

2003-10-21 Thread kmark
On Tue, 21 Oct 2003, [loonyx | rolf joho] wrote: > hi there > > even though i load the ide-scsi module at boottime, i can not mount my > ide-dvd-writer. since i was perfectly able to do that on earlier > installations, i am asking for hints. > > through /etc/modules i successfully load this: > s

Re: ide-scsi problem on woody

2003-10-21 Thread Alexei Chetroi
On Wed, Oct 22, 2003 at 09:28:56AM +0300, Alexei Chetroi wrote: > From: Alexei Chetroi <[EMAIL PROTECTED]> > lsmod-output: > > Module Size Used byNot tainted > > nls_iso8859-1 2880 0 (autoclean) > > ide-cd 26176 0 (autoclean) > Have you tried

Re: ide-scsi problem on woody

2003-10-21 Thread Alexei Chetroi
On Tue, Oct 21, 2003 at 04:27:04PM +0200, [loonyx | rolf joho] wrote: > Date: Tue, 21 Oct 2003 16:27:04 +0200 > From: "[loonyx | rolf joho]" <[EMAIL PROTECTED]> > Subject: ide-scsi problem on woody > > even though i load the ide-scsi module at boottime, i can not mo

Re: ide-scsi problem on woody

2003-10-21 Thread Alvin Oga
On Tue, 21 Oct 2003, Joachim Fahnenmueller wrote: > Hi Rolf, > > maybe load ide-scsi *before* sr_mod ? if a module needed to be loaded in the right order, it'd complain about missing symbols not yet defined when its dependency modules needed to be loaded first manually loading um might show y

Re: ide-scsi problem on woody

2003-10-21 Thread Joachim Fahnenmueller
Hi Rolf, maybe load ide-scsi *before* sr_mod ? Joachim On Tue, Oct 21, 2003 at 04:27:04PM +0200, [loonyx | rolf joho] wrote: > hi there > > even though i load the ide-scsi module at boottime, i can not mount my > ide-dvd-writer. since i was perfectly able to do that on earlier > installations

Re: ide-scsi problem on woody

2003-10-21 Thread Alvin Oga
hi ya loonyx On Tue, 21 Oct 2003, [loonyx | rolf joho] wrote: > hi there > > even though i load the ide-scsi module at boottime, i can not mount my > ide-dvd-writer. since i was perfectly able to do that on earlier > installations, i am asking for hints. list of modules look good from eyebal

Re: ide-scsi problem on woody

2003-10-21 Thread Andreas Janssen
Hello [loonyx | rolf joho] (<[EMAIL PROTECTED]>) wrote: > even though i load the ide-scsi module at boottime, i can not mount my > ide-dvd-writer. since i was perfectly able to do that on earlier > installations, i am asking for hints. > > through /etc/modules i successfully load this: > sr_mod

ide-scsi problem on woody

2003-10-21 Thread [loonyx | rolf joho]
hi there even though i load the ide-scsi module at boottime, i can not mount my ide-dvd-writer. since i was perfectly able to do that on earlier installations, i am asking for hints. through /etc/modules i successfully load this: sr_mod ide-scsi my complete lsmod can be found at the end of the

Re: cdrdao / ide-scsi problem

2003-04-04 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Apr 05, 2003 at 04:20:42AM +1000, bob parker wrote: > The point is that cdrdao requires root priveledge to run, period No, I meant I don't understand why someone would protect cdrao with sudo... - -- .''`. Baloo Ursidae <[EMAIL PROTECTE

Re: cdrdao / ide-scsi problem

2003-04-04 Thread bob parker
On Fri, 4 Apr 2003 20:20, Paul Johnson wrote: > On Fri, Apr 04, 2003 at 04:42:17AM +1000, bob parker wrote: > > Using a setuid root program (sudo) to avoid having cdrecord or cdrdao set > > up as setuid root just does not any sense to me at all. > > Well, sudo can be used as a means of authenticati

Re: cdrdao / ide-scsi problem

2003-04-04 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Apr 04, 2003 at 04:42:17AM +1000, bob parker wrote: > Using a setuid root program (sudo) to avoid having cdrecord or cdrdao set up > as setuid root just does not any sense to me at all. Well, sudo can be used as a means of authentication to l

Re: cdrdao / ide-scsi problem

2003-04-04 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 03, 2003 at 08:35:02AM -0600, Nathan E Norman wrote: > Shoot the maintainer of xcdroast an email asking him about the issue, > or open a wishlist bug. Submitted wishlist bug against xcdroast. - -- .''`. Baloo Ursidae <[EMAIL PROTECT

Re: cdrdao / ide-scsi problem

2003-04-03 Thread bob parker
On Thu, 3 Apr 2003 20:59, Qian Gong wrote: > > > > > > Sudo is a solution. > > > > Well, that way a user that can run cdrdao can run basically everything, > > can't he? > > No. By sudo you can limit the user to run a specific program, even with > specific options. sudo is a setuid program, it need

Re: cdrdao / ide-scsi problem

2003-04-03 Thread [EMAIL PROTECTED]
Nathan E Norman wrote: On Thu, Apr 03, 2003 at 02:07:28AM -0800, Paul Johnson wrote: On Thu, Apr 03, 2003 at 10:10:10AM +0100, Colin Watson wrote: cdrecord asks the following debconf question: OK, mybad. But xcdroast doesn't, and I never use cdrecord from the command line since xcdroast will do

Re: cdrdao / ide-scsi problem

2003-04-03 Thread Nathan E Norman
On Thu, Apr 03, 2003 at 02:07:28AM -0800, Paul Johnson wrote: > On Thu, Apr 03, 2003 at 10:10:10AM +0100, Colin Watson wrote: > > cdrecord asks the following debconf question: > > OK, mybad. But xcdroast doesn't, and I never use cdrecord from the > command line since xcdroast will do it all in on

Re: cdrdao / ide-scsi problem

2003-04-03 Thread Russ Pitman
On Wed, Apr 02, 2003 at 11:24:36PM -0800, Paul Johnson wrote: > On Thu, Apr 03, 2003 at 03:32:43AM +1000, bob parker wrote: > > I'm no expert really, and maybe there is some other permissions problem going > > on, but I observe that with a default Debian Woody install that cdrecord is > > setuid.

Re: cdrdao / ide-scsi problem

2003-04-03 Thread David Fokkema
> > > Sudo is a solution. > > > > Well, that way a user that can run cdrdao can run basically everything, > > can't he? > > > No. By sudo you can limit the user to run a specific program, even with > specific options. In that case sudo might be worth looking into and I will do just that, :-) Davi

Re: cdrdao / ide-scsi problem

2003-04-03 Thread Qian Gong
On Thu, Apr 03, 2003 at 10:23:59AM +0200, David Fokkema wrote: > > > Well, you are right, so I tried, :-). It works, so there is reason to be > > > glad. However, I'm still wondering how paranoid I must be to still want > > > cdrdao to run without setuid. Furthermore, without setuid and with group

Re: cdrdao / ide-scsi problem

2003-04-03 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 03, 2003 at 10:10:10AM +0100, Colin Watson wrote: > cdrecord asks the following debconf question: OK, mybad. But xcdroast doesn't, and I never use cdrecord from the command line since xcdroast will do it all in one shot for me. - -- .'

Re: cdrdao / ide-scsi problem

2003-04-03 Thread Colin Watson
On Wed, Apr 02, 2003 at 11:24:36PM -0800, Paul Johnson wrote: > On Thu, Apr 03, 2003 at 03:32:43AM +1000, bob parker wrote: > > I'm no expert really, and maybe there is some other permissions problem going > > on, but I observe that with a default Debian Woody install that cdrecord is > > setuid.

Re: cdrdao / ide-scsi problem

2003-04-03 Thread David Fokkema
> > Here is the way Debian installs cdrecord > > > > -rws--x---1 root cdrom177k Apr 9 2002 /usr/bin/cdrecord > > The package I see in unstable installs as -rwsr-xr-- if you're running > setuid, which is much more sensible (there's a comment in the Debian > policy manual noting tha

Re: cdrdao / ide-scsi problem

2003-04-03 Thread David Fokkema
> > Well, you are right, so I tried, :-). It works, so there is reason to be > > glad. However, I'm still wondering how paranoid I must be to still want > > cdrdao to run without setuid. Furthermore, without setuid and with group > > permissions or something like that I should be able to control wh

Re: cdrdao / ide-scsi problem

2003-04-03 Thread Qian Gong
On Wed, Apr 02, 2003 at 08:41:29PM +0200, David Fokkema wrote: > Well, you are right, so I tried, :-). It works, so there is reason to be > glad. However, I'm still wondering how paranoid I must be to still want > cdrdao to run without setuid. Furthermore, without setuid and with group > permission

Re: cdrdao / ide-scsi problem

2003-04-02 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Apr 03, 2003 at 03:32:43AM +1000, bob parker wrote: > I'm no expert really, and maybe there is some other permissions problem going > on, but I observe that with a default Debian Woody install that cdrecord is > setuid. Afaik that is because

Re: cdrdao / ide-scsi problem

2003-04-02 Thread Colin Watson
On Thu, Apr 03, 2003 at 05:17:45AM +1000, bob parker wrote: > On Thu, 3 Apr 2003 04:22, David Fokkema wrote: > > Well, you are right, so I tried, :-). It works, so there is reason to be > > glad. However, I'm still wondering how paranoid I must be to still want > > cdrdao to run without setuid. Fur

Re: cdrdao / ide-scsi problem

2003-04-02 Thread David Fokkema
> > Well, you are right, so I tried, :-). It works, so there is reason to be > > glad. However, I'm still wondering how paranoid I must be to still want > > cdrdao to run without setuid. Furthermore, without setuid and with group > > permissions or something like that I should be able to control wh

Re: cdrdao / ide-scsi problem

2003-04-02 Thread bob parker
On Thu, 3 Apr 2003 04:22, David Fokkema wrote: > > Well, you are right, so I tried, :-). It works, so there is reason to be > glad. However, I'm still wondering how paranoid I must be to still want > cdrdao to run without setuid. Furthermore, without setuid and with group > permissions or somethin

Re: cdrdao / ide-scsi problem

2003-04-02 Thread David Fokkema
> > > I think you might need to setuid cdrdao > > > > > > hth > > > Bob > > > > If there is any other way, I'd rather not do that, :-) > > I'm no expert really, and maybe there is some other permissions problem going > on, but I observe that with a default Debian Woody install that cdrecord is > se

Re: cdrdao / ide-scsi problem

2003-04-02 Thread bob parker
On Wed, 2 Apr 2003 16:56, David Fokkema wrote: > > > > I think you might need to setuid cdrdao > > > > hth > > Bob > > If there is any other way, I'd rather not do that, :-) I'm no expert really, and maybe there is some other permissions problem going on, but I observe that with a default Debian

Re: cdrdao / ide-scsi problem

2003-04-01 Thread David Fokkema
> > Hi, > > > > I recompiled cdrdao for stable and installed it on my server and I want to > > be able to use it as a regular user. Now, > > > > cdrdao scanbus > > > > should list all devices. As root, everything is ok, two IDE devices show > > up as normal, everything works fine. The problem is th

Re: cdrdao / ide-scsi problem

2003-04-01 Thread bob parker
On Wed, 2 Apr 2003 03:07, David Fokkema wrote: > Hi, > > I recompiled cdrdao for stable and installed it on my server and I want to > be able to use it as a regular user. Now, > > cdrdao scanbus > > should list all devices. As root, everything is ok, two IDE devices show > up as normal, everything

cdrdao / ide-scsi problem

2003-04-01 Thread David Fokkema
Hi, I recompiled cdrdao for stable and installed it on my server and I want to be able to use it as a regular user. Now, cdrdao scanbus should list all devices. As root, everything is ok, two IDE devices show up as normal, everything works fine. The problem is that I don't get it to work for a r

Re: NCR53C9x (MCA) SCSI problem with scanner

2000-11-20 Thread Lee Elliott
Shawn D'Alimonte wrote: > > On November 19, 2000 08:49 pm, Lee Elliott wrote: > > Seems like it's just a conflict between the controller and the > > scanner because the other devices work ok. As it crashes anyway, > > with termination on the controller, try it without. > > > > man sane-scsi only

Re: NCR53C9x (MCA) SCSI problem with scanner

2000-11-19 Thread Shawn D'Alimonte
On November 19, 2000 08:49 pm, Lee Elliott wrote: > Seems like it's just a conflict between the controller and the > scanner because the other devices work ok. As it crashes anyway, > with termination on the controller, try it without. > > man sane-scsi only briefly refers to the ncr53c8xx control

Re: NCR53C9x (MCA) SCSI problem with scanner

2000-11-19 Thread Lee Elliott
Seems like it's just a conflict between the controller and the scanner because the other devices work ok. As it crashes anyway, with termination on the controller, try it without. man sane-scsi only briefly refers to the ncr53c8xx controller in the context of 2.0 kernels. You could try setting t

Re: NCR53C9x (MCA) SCSI problem with scanner

2000-11-19 Thread Lee Elliott
Does your kernel have scsi CD-ROM and generic support? I also have an internal scsi CD-ROM and a scsi scanner: my CD-ROM is detected as sr0 and the scanner comes in as sg2 - do you see anything like these being detected later on in dmesg? Also, ensure that you have scsi termination set on the sc

NCR53C9x (MCA) SCSI problem with scanner

2000-11-18 Thread Shawn D'Alimonte
I am trying to hook a scanner up to my NCR 3350 using the built in SCSI controller but the machine is crashing when I try to use it. I tried searching with Google and Deja but couldn't find anything. The machine is: NCR 3350 (486dx2 upgraded to AMD586, 16MB RAM, MCA bus) Debian Potato 2.2r1/D

Re: SCSI problem

2000-09-02 Thread Mark Simos
Robert Kasunic wrote: > Hi, > > I have a Dawicontrol 2975U SCSI Controller with three devices (CD-ROM, > CD-Writer and Scanner) connected to it. Some time ago I encountered some . . . > That goes on forever. It's impossible to work with the system in that > state and I have to reboot. I'm not ab

SCSI problem

2000-09-02 Thread Robert Kasunic
Hi, I have a Dawicontrol 2975U SCSI Controller with three devices (CD-ROM, CD-Writer and Scanner) connected to it. Some time ago I encountered some problems. Everytime I insert the module for the controller I get the following in my syslog: Sep 2 18:14:06 kasunic kernel: ncr53c8xx: at PCI bus 0,

SCSI problem

1999-10-12 Thread Daniel Mashao
I am trying to install Debian on an old machine (Pentium) but the installation stops after detecting the SCSI hardrive. I have searched the old messages on Debian and found differing views as to what one should do to get it to install. I was wondering if the final solution has been found? The pro

Re: SCSI problem

1999-04-07 Thread David B.Teague
On Tue, 6 Apr 1999, Holtz, Mike IS wrote: > Subject: SCSI problem > Trying to install Debian 2.02 and the rescue disk boot system is > having problems with the aha2940 scsi adapter. > Basically it sees it ok, but at the point where it goes to scan > for devices it get

SCSI problem

1999-04-06 Thread Holtz, Mike IS
Hi, Trying to install Debian 2.02 and the rescue disk boot system is having problems with the aha2940 scsi adapter. Basically it sees it ok, but at the point where it goes to scan for devices it gets the following error: "Parity error during phase Message-In

Re: SCSI problem, can't instal Debian

1998-11-05 Thread Reagan Doose
Doose <[EMAIL PROTECTED]> Cc: debian-user@lists.debian.org Date: Monday, November 02, 1998 6:54 AM Subject: Re: SCSI problem, can't instal Debian >On Sat, 31 Oct 1998, Reagan Doose wrote: > >> I am trying to install Debian 2.0 from a Bootable, SCSI CD. I have a Dell >&g

Re: SCSI problem, can't instal Debian

1998-11-02 Thread Rob Collins
Just fyi, I think I finally did fix my SCSI problem (had a 1 in 3 chance of booting without the infinite reset errors). The problem was that I have a device that was incorrectly set to UW instead of U (40 max trans rate, instead of 20). The old aic7xxx driver I had in RH4 somehow didn't h

Re: SCSI problem, can't instal Debian

1998-11-02 Thread Kenneth Scharf
On Sat, 31 Oct 1998, Reagan Doose wrote: > I am trying to install Debian 2.0 from a Bootable, SCSI CD. I have a Dell > Dimension XPS H266 computer with an Adaptec 2940UW SCSI adapter and a 2GB UW > hard drive. > > All starts off well, I get the boot prompt, and the system looks like it is > co

Re: SCSI problem, can't instal Debian

1998-11-02 Thread Rob Collins
On Sat, 31 Oct 1998, Reagan Doose wrote: > I am trying to install Debian 2.0 from a Bootable, SCSI CD. I have a Dell > Dimension XPS H266 computer with an Adaptec 2940UW SCSI adapter and a 2GB UW > hard drive. > > All starts off well, I get the boot prompt, and the system looks like it is > comi

SCSI problem, can't instal Debian

1998-11-01 Thread Reagan Doose
I am trying to install Debian 2.0 from a Bootable, SCSI CD. I have a Dell Dimension XPS H266 computer with an Adaptec 2940UW SCSI adapter and a 2GB UW hard drive. All starts off well, I get the boot prompt, and the system looks like it is coming up, then I get this: (scsi0:-1:-1:-1) Bad scbptr 1

strange SCSI problem

1997-09-21 Thread David S. Zelinsky
I need help or suggestions with the following problem. I'm getting desparate! (Maybe this would better be posted in one of the comp.os.linux newsgroups, but since I don't understand what's happening, I can't rule out that it's somehow Debian-specific.) I have a Linux root partition on my (first)