Linux-Hardware Digest #734, Volume #14            Sun, 6 May 01 15:13:07 EDT

Contents:
  Ftape compiles fine, fails to function correctly. (M. Farrenkopf)
  Re: Ftape compiles fine, fails to function correctly. (M. Farrenkopf)
  how to use MOD (Magneto Optical) drive under redhat 7.0? (alex)
  HDD problem on an ASUS a7v133 ("Aaron Berg")
  Re: how to use MOD (Magneto Optical) drive under redhat 7.0? (Christian Garms)
  avoiding USB support at start-up ("Massimo Pinto")
  Re: ISDN Fritz!Card PCI V2 (M. Buchenrieder)
  Re: how to use wheel mouse (Erik Veenstra)
  Re: avoiding USB support at start-up ("Duane Healing")
  graphic card S3 Savage/MX w/MV ("Dietmar Panten")
  Re: Lucent AMR modem still non suppoerted in linux??? ("LittleFish")
  primax and a4 hand scanners (Jacek =?iso-8859-2?Q?Pop=B3awski?=)
  Re: Voodoo 3500 TV? (Joergen Pihlflyckt)
  Re: USB harddisk - how to get more out of it (David Efflandt)
  Voodoo 3500 TV? (Claudio Dosio)
  Re: RH 7.1, kernel 2.4, and Adaptec 29160 (Norman Levin)
  Re: getting data back from fdisked hdd (Norman Levin)
  Re: graphic card S3 Savage/MX w/MV (Norman Levin)
  Re: getting data back from fdisked hdd (Eric P. McCoy)
  Kernel2.2 and CompexRL2000A (Thomas Wutzler)
  Re: RH 7.1, kernel 2.4, and Adaptec 29160 ("Shelby S. Evans")

----------------------------------------------------------------------------

From: mattf*@aracnet.com (M. Farrenkopf)
Subject: Ftape compiles fine, fails to function correctly.
Date: Sun, 06 May 2001 07:14:47 GMT

I decided to resurrect the old floppy tape drive I have.  I don't recall the
brand or specific model any longer (can't find the box, bought it several
years ago, Ftape ID's it as a Conner TSM420R/TST800R).  While I got Ftape to
compile without error, it fails to function correctly.

Setup data:
* 486DX4-100
* 16 MB RAM
* 1 floppy drive, rarely used
* Tape drive
* 2.5 GB IBM IDE HD
* 16-bit ISA IDE/floppy/serial/parallel interface card
* ISA VGA card
* 10/100 PCI Ethernet card
* Redhat 6.0 native installation (kernel 2.2.5)

Problem:
I can insert a tape and the drive responds appropriately, doing whatever it
does to set it up for use.  When I attempt to get a status off the drive, it
fails with "ftape-rw.c (ftape_wait_segment) - fdc_interrupt_wait failed."
It communicates with the drive, because the drive winds the tape to the end,
then rewinds it back.  Unless I put a halt to the status check, it continues
this way in a never-ending fashion.

I have not attempted cleaning the heads.  I did unplug and replug drive
cables.  The drive is on a separate power connection -- that is, it isn't
"Y"ed off of anywhere.  I've read the FAQs about checking the DMA memory
areas of the VGA and Ethernet cards.  As far as I can tell, there is no
conflict.  The VGA card isn't PCI and the DMA memory addresses appear far
off the FAQ's warning areas.

The floppy controller chip is identified as 8272A/765A.  The maximum FDC
supported data rate is identified as 500 Kbps.  It always identifies the
floppy controller correctly (0x3f0, IRQ 6, DMA 2), although I did try
putting it in my /etc/conf.modules just for grins.  The floppy drive
functions correctly.  I no longer have any idea where the original DOS
software is and cannot try the tape drive under DOS.

I looked through the old Dejanews (now Google) newsgroup records.  Most of
the fdc_interrupt_wait entries (more than 90%, truly) are people who had
problems getting Ftape to compile through that segment of code.  For me, it
compiled just fine.  It's just not functioning correctly.

As the actual logs are fairly long, I am holding off posting them.  However,
I know how important logs are, so I can make them available if they are
necessary.  Right now, I'm hoping that someone will recognize this problem
and be able to say "you need to insert dongle A into drive B while doing a
square-dance around device C."

The status command in question:
        ftmt --file=/dev/qft1 status

/etc/conf.modules:
        alias eth0 eepro100
        options ftape ft_tracing=0,6
        alias char-major-27     zftape
        options ftape ft_fdc_driver=none,ftape-internal,none,none
        options ftape-internal ft_fdc_base=0x3f0 ft_fdc_irq=6 ft_fdc_dma=2
        pre-install ftape-internal /usr/local/bin/swapout 10


Thanks,

Matt

-- 

------------------------------

From: mattf*@aracnet.com (M. Farrenkopf)
Subject: Re: Ftape compiles fine, fails to function correctly.
Date: Sun, 06 May 2001 07:16:19 GMT

I knew I forgot something.

Yes, it's ftape-4.04a.

Matt

-- 

------------------------------

From: alex <[EMAIL PROTECTED]>
Subject: how to use MOD (Magneto Optical) drive under redhat 7.0?
Date: Sun, 06 May 2001 11:23:12 +0400

Hi ppl!

I have an ATAPI MOD drive Fujitsu 640MB on a generic i815-based
pc-machine with RH7.0 and updated kernel to 2.4.2

Unfortunately there's almost nothing in rh docs about MOD and all of it
is about SCSI versions.

How can I make this wonderful stuff work under linux?

Alexander


------------------------------

From: "Aaron Berg" <[EMAIL PROTECTED]>
Subject: HDD problem on an ASUS a7v133
Date: Sun, 6 May 2001 02:07:50 -0500

I have a brand new a7v133 motherboard with a 30 gig ata100 quatum hdd on the
ata100 controller primary master. I am trying to install linux on the hard
drive from booting on a homemade linux kernel on a floppy. When booting the
kernel it goes through different hardware driver loads and checks until it
comes to checking the partitions
Checking partitions:
hde
hde: status=0x50 { DriveReady SeekComplete Error }
hde dma disabled (at this point the computer continues to boot using PIO
mode 4 for transfers)

I got this message for a while trying different things in bios and different
hardware configurations. Nothing seemed to change. reset the bios to its
defaults and now the kernel boots till
Checking partitions:
hde (at this point the computer hard crashes)

>From what I have read and what I am guessing is that the timings are off
between the DMA on the HDD and the DMA on the controller. The hard drive is
brand new. I just took it out of its packaging three days ago. I believe
that it is a bad hard drive. I tested the computer with a western digital
ata66  20 gig hard drive and that had no problems.

could anyone confirm exactly what the problem is and if it is infact a
bad/failing hard drive.
Thanks,
Aaron

PS. The hard drive appears to work perfectly in pio mode.

--
 --
 Aaron C. Berg [EMAIL PROTECTED]
 Minnesota State University, Mankato http://www.mnsu.edu
 CS Department Unix Systems Administrator http://davinci.cs.mnsu.edu
 Wissink Building 283
 Phone: (507)389-5600 Fax: (507)389-6376

 Have a great day!




------------------------------

From: Christian Garms <[EMAIL PROTECTED]>
Subject: Re: how to use MOD (Magneto Optical) drive under redhat 7.0?
Date: 06 May 2001 19:48:31 +1200

alex <[EMAIL PROTECTED]> writes:

> I have an ATAPI MOD drive Fujitsu 640MB on a generic i815-based
> pc-machine with RH7.0 and updated kernel to 2.4.2

you should update to 2.4.4 ...

> Unfortunately there's almost nothing in rh docs about MOD and all of it
> is about SCSI versions.
> 
> How can I make this wonderful stuff work under linux?

It should work fine as ATAPI TAPE or ATAPI DISK. Try to load the kernel
module or check "dmesg" after booting if the drive is recognized.

Maybe you must mount the disk as hdX4 such as the ZIP disks. The rest
should be equal to the SCSI thingie.

-- 
regards,
        Christian               mailto:[EMAIL PROTECTED]

------------------------------

From: "Massimo Pinto" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: avoiding USB support at start-up
Date: Sun, 06 May 2001 09:13:13 GMT

Dear community,

Some time ago I have upgraded my linux distribution to include USB support,
with kernel 2.2.16 from the Red Hat 7.0 distribution. Then I bought a USB
Iomega Zip Drive, 100 Mb, that I planned to use on my Toshiba Tecra 720 CDT
laptop. Later on I was told that in order to use the usb-storage module I
needed  to upgrade to kernel 2.4.x, so I compiled 2.4.2 with kgcc and making
sure that all the packages needed were up to date.

Despite the support received from several newsgroups, I have had little
success, as I am still unable to mount my zip drives.

The main problem is that, approximately 70% of the times, my laptop would
not boot at all, freezing when loading the usb-ohci module (I have a NEC
Corporation USB controller, rev 01) or, if that step is passed, it
freezes when mounting the USB filesystem, or later, when checking for new
hardware. Some times I have to try booting my laptop 6 times and more before
I can start working. If the machine boots, I can work happily but loading
all
the relevant modules and mounting the drive has no effect.

I have decided that, on a temporary basis, before I manage to dedicate some
time to study what is needed to sort out al these problems, I should let my
laptop boot smoothly, thus I would like to remove USB support completely at
start-up. I am sure there is a way out, but I have invested so much time to
date that is time now to meet the deadlines for the work that I have got to
do.

I don't know whether this has to be done by Kudzu, by chkconfig or what.

Could anyone please help by telling me how to control hardware support at
start-up?

Thanks in advance

 Massimo Pinto

---
Massimo Pinto
Ph.D. Student
Gray Laboratory Cancer Research Trust
http://www.graylab.ac.uk/usr/pinto







------------------------------

From: [EMAIL PROTECTED] (M. Buchenrieder)
Subject: Re: ISDN Fritz!Card PCI V2
Date: Sun, 6 May 2001 07:12:47 GMT

Juergen Leeb <[EMAIL PROTECTED]> writes:

>I recently bought a the new IDSN Fritz!Card PCI V2. I tried to make it
>run an Suse 7.0
>and also an Mandrake 8.0 but it doesn't work. 

Right. The V 2.0 of that card does not work with the standard
HiSax drivers, as the layout of the card has changed drastically.
At this time, there is no driver for the Fritz!PCI 2.0 card
at all. 

>Does anybody know what kernel driver do I need and what package must I
>install on my system?

[...]

You might want to try the Linux CAPI from AVM to get it working.
Be aware, though, that this is a binary-only solution, and tends to
completely hang the system at times.

You'd probably be better off getting a used Fritz!PCI card that
does work with the HiSax driver.

Michael
-- 
Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
          Lumber Cartel Unit #456 (TINLC) & Official Netscum
    Note: If you want me to send you email, don't munge your address.

------------------------------

Date: Sun, 06 May 2001 11:58:03 +0000
From: Erik Veenstra <[EMAIL PROTECTED]>
Subject: Re: how to use wheel mouse

Johnny Kim wrote:
> 
> how can I use wheel mouse in web browsing and other window program scrolling
> 
> using redhat7.1
> 
> Thanks
> 
> --
> Best wishes, Johnny

You can use imwheel. It works fine.

gegroet,
Erik V.

------------------------------

From: "Duane Healing" <[EMAIL PROTECTED]>
Subject: Re: avoiding USB support at start-up
Crossposted-To: comp.os.linux.setup
Date: Sun, 06 May 2001 05:17:44 -0700

Build a new kernel with no USB support.

--
-Duane
-DNAware SoftLabs

In a feverish moment of semi-lucidity, "Massimo Pinto"
<[EMAIL PROTECTED]> flailed at the keyboard thusly:
[yadda, yadda, yadda]
> I would like to remove USB support
> completely at start-up.

------------------------------

From: "Dietmar Panten" <[EMAIL PROTECTED]>
Subject: graphic card S3 Savage/MX w/MV
Date: Sun, 6 May 2001 15:41:07 +0200

On my new notebook (Medion 9467) there is a graphiccard
S3 Inc. Savage/MX w/MV
 installed.
I've problems to run XFree86.
Has anybody got a driver for this part?
Thanks
Dietmar



------------------------------

From: "LittleFish" <littlefish_au[SPAM ME AT YOUR OWN RISK]@yahoo.com>
Subject: Re: Lucent AMR modem still non suppoerted in linux???
Date: Mon, 7 May 2001 00:25:41 +1000

Try [EMAIL PROTECTED]
WHICH doesn't exist, I would suggest look at a external modem. I have a
internal Dynalink hardware modem and it works O.K.
Littlefish

"R-R-B" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Got a cheap Acer trav. 201T with this !@#$!%@ lucent/agere AMR winmodem
> but still no support for kernel 2.4.0
>
> Please point me to some url or info.
> thanx a lot.
> --
> Saluti..Gr"usse..Salutations..Regards..Saludos.. RRB.
> http://basrob.firenze.net/



------------------------------

From: [EMAIL PROTECTED] (Jacek =?iso-8859-2?Q?Pop=B3awski?=)
Subject: primax and a4 hand scanners
Date: Sun, 6 May 2001 15:03:40 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

A4 Tech 128
PRIMAX HAND SCANNER 256

Are that handheld scanners supported in Linux?
Where can I find any info about it?

-- 
Hot wind, moving fast across the desert
We feel that our time has arrived
The world spins, while we put his dream together                    "Stargazer"
A tower of stone to take him straight to the sky            - Ronnie James Dio

------------------------------

From: [EMAIL PROTECTED] (Joergen Pihlflyckt)
Subject: Re: Voodoo 3500 TV?
Date: 6 May 2001 18:04:24 +0300

"uncle freddy" <[EMAIL PROTECTED]> writes:

>In article <[EMAIL PROTECTED]>, "Michael"
><[EMAIL PROTECTED]> wrote:

>> http://sourceforge.net/projects/v3tv/
>> 
>or v3tv.sourceforge.net

>notice the project has been quiet for about 4 months. Trying to do some
>TV capture froze the kernel up solid with 2.4.4 for me btw, be careful!

The biggest problems now occur not because of the kernel version, but
because of XFree version 4. If you can get XFree version 3.3.6 up and
running you should be OK. And capture isn't very effective yet, because mmap
isn't implemented.
=====
eMail:  [EMAIL PROTECTED]           Home: +358-9-87750100
        [EMAIL PROTECTED]          Work: +358-9-4514777
        [EMAIL PROTECTED]    GSM:  +358-50-3653601
WWW:    http://pihlflyckt.hut.fi/   Fax:  +358-50-83653601

------------------------------

From: [EMAIL PROTECTED] (David Efflandt)
Crossposted-To: comp.os.linux.setup,comp.os.linux.misc
Subject: Re: USB harddisk - how to get more out of it
Date: Sun, 6 May 2001 16:13:13 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

On Thu, 03 May 2001, William Wong <[EMAIL PROTECTED]> wrote:
> I am using kernel 2.4.3 and I have attached a USB-IDE harddisk to my
> thinkpad 600.
> Right now, the current status is
> Upon booting up
> cat /proc/scsi/sci gives the following
> Attached devices:
> Host : scsi0 Channel : 00 Id: 00 Lun:00
> Vendor :Quantum Mdoel: Sirocco1700A 
> Type : Direct Access  ANSI SCIS revision :02
> cat /proc/scsi/usb-storage-0/0 gives
> Host scsi0: usb-storage
> Vendor : Anchor Chips, Inc.?Firmare Fra
> Product: Firmware Frameworks....
> Serial Number:None
> Protoclol :8020i
> Transoport: Control/Bulk
> GUID :04e60001000000000....
> 
> I also do a "mount -t usbdevfs /dev/usbdevfs /mnt/usbhd"
> and when I "cd" to /mnt/usbhd
> I got 
> "001" as a directory and 2 files, "devices" and "drivers"
> and under directory "001", there are 2 files "001" and "002".

That is NOT what you normally do with usbdevfs.

Start with http://www.linux-usb.org/ follow the various links, read the
faq about "Why doesn't /proc/bus/usb exist?", and see
http://www.linux-usb.org/USB-guide/x498.html

-- 
David Efflandt  (Reply-To is valid)  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://cgi-help.virtualave.net/  http://hammer.prohosting.com/~cgi-wiz/

------------------------------

From: Claudio Dosio <[EMAIL PROTECTED]>
Subject: Voodoo 3500 TV?
Date: 6 May 2001 16:36:13 GMT

Thanks to all!
I found the needed drivers and I got the card to work. The only thing is
that I get a much better picture under windows than under Linux. Does
anybody else experience this problem?
I use xawtv to watch tv and I live in Italy (I don't know if this can have
an impact on the quality or on the decoder code...)

-- 
 Ciao,                                    -----==-  The choice of a GNU 
 Claudio                                  ----==-- _generation
                                          ---==---(_)__  __ ____  __
email: [EMAIL PROTECTED]  --==---/ / _ \/ // /\ \/ /
                                          -=====/_/_//_/\_,_/ /_/\_\
CAMPUS - La rete degli studenti - http://www.login.campus.uniroma2.it

------------------------------

Date: Sun, 06 May 2001 08:30:05 -0500
From: Norman Levin <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: RH 7.1, kernel 2.4, and Adaptec 29160

J Hayward wrote:
> 
> Hello,
> 
> At the install prompt try the option "noprobe", this might allow you to
> install.

** isn't there a 'noapic' parameter that can be passed?
> 
> ------- Additional comments from [EMAIL PROTECTED] 2001-04-24 11:45:44
> 
>  We've isolated where the problem comes from (it is IRQ routing issues, it
> is only on kernels that are not SMP and do not have UP-IOAPIC enabled,
> which basically means that the PCI BIOS IRQ routing table is hosed while
> the MP IRQ table mapping is OK, which is likely a bug/deficiency in the
> motherboard BIOS).  Fixing it will likely require an entirely new boot disk
> with UP-IOAPIC support enabled (which also means all the modules have to be
> rebuilt and will result in new driver disks as well :-(
> 
> 
>------------------------------------------------------------------------------------------
> 
> Regards,
>         Jim H

-- 
Norman Levin



------------------------------

Date: Sun, 06 May 2001 08:49:00 -0500
From: Norman Levin <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: getting data back from fdisked hdd

Aaron Berg wrote:
> 
> First of *sigh* as I was freshly installing linux on a new hard drive
> (hde). I had a hard drive on hda as well. I manually fdisked hde and set
> it up. I didn't touch hda but it still got wiped of its partition
> information. I think it happened when lilo wrote to its MBR? Anyways I
> lost the partition information on the disk. I promptly disconnected the
> drive in hopes that I can rebuild the partition table. No new partition
> was made and the drive was not formatted. My question is:
> How would I go about getting the data off the hard drive, if this is
> possible. Thanks for you time everyone,
> -Aaron
> 
** i did see in an 'announce' in the last 3 months, somebody talking about a
program that would check block0 of each cylinder looking for signatures of
boot blocks and would recreate a partition table.
Good luck.  Let us know what you found. 

-- 
Norman Levin




------------------------------

Date: Sun, 06 May 2001 13:16:13 -0500
From: Norman Levin <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: graphic card S3 Savage/MX w/MV

Dietmar Panten wrote:
> 
> On my new notebook (Medion 9467) there is a graphiccard
> S3 Inc. Savage/MX w/MV
>  installed.
> I've problems to run XFree86.
> Has anybody got a driver for this part?
** use frame buffer support.
-- 
Norman Levin

------------------------------

Subject: Re: getting data back from fdisked hdd
From: [EMAIL PROTECTED] (Eric P. McCoy)
Date: 06 May 2001 14:24:38 -0400

Aaron Berg <[EMAIL PROTECTED]> writes:

> First of *sigh* as I was freshly installing linux on a new hard drive
> (hde). I had a hard drive on hda as well. I manually fdisked hde and set
> it up. I didn't touch hda but it still got wiped of its partition
> information. I think it happened when lilo wrote to its MBR? 

LILO will non-destructively write itself into the MBR.  But if you
told it to install itself on /dev/hda1 instead of /dev/hda, it would
have trashed hda1's BR (not MBR): not a problem for e2fs disks, but a
big problem for some others (FAT, ReiserFS, possibly more).

LILO probably made a backup of the sector before it installed itself.
You can restore from the backup using `lilo -u' (you may need to
specify the device name after the `-u', e.g., `lilo -u /dev/hda1').

> Anyways I lost the partition information on the disk. I promptly
> disconnected the drive in hopes that I can rebuild the partition
> table. No new partition was made and the drive was not formatted. My
> question is: How would I go about getting the data off the hard
> drive, if this is possible. Thanks for you time everyone, -Aaron

If something bizarre happened to the partition table, you have two
recourses: you can go through probable sections of the hard disk
looking for signatures; or you can, if you know the exact size
(sometimes easy) of the partition before it was destroyed, rebuild the
partition table using fdisk or whatever.

The first option is a nuisance, so I wouldn't describe it.  For the
second, use the same partitioning utility as you used to initially
create the partition.  Then give it the same parameters you did
initially.  If you did something easy like use one partition for the
whole disk, you're set.  If not, guess at the values and keep running
a disk checker (chkdsk, scandisk, ndd, e2fsck, whatever is
appropriate) in READ-ONLY MODE until you don't get any errors.  Most
checkers will report if the actual device size doesn't match the
reported (in superblocks or BRs) size.  It's very important not to
write to the FSes if you have several lost partitions, as if you make
a partition too large it may start writing data at the beginning of
where the next one should be.

If you put all your filesystems in an extended partition, you can
search your hard disk for some signature (which I don't remember,
sadly - someone else here will know it).  The first one you find is
likely to be your extended partition table, and you can then just give
Linux fdisk information on where in the disk it is.

HTH somehow.

-- 
Eric McCoy <[EMAIL PROTECTED]>
  "Knowing that a lot of people across the world with Geocities sites
absolutely despise me is about the only thing that can add a positive
spin to this situation."  - Something Awful, 1/11/2001

------------------------------

From: Thomas Wutzler <[EMAIL PROTECTED]>
Subject: Kernel2.2 and CompexRL2000A
Date: Sun, 6 May 2001 18:24:17 +0000 (UTC)

My Ethernet Adapter CompexReadyLink-PnP RL2000A is not detected by Suse 7.1
Kernel 2.2.18 and 2.4.  What to do ?

Using Windows ME ist is working well with EA 0240-025f IRQ = 10

output from /sbin/lspci:
0:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x]
(rev 01)
00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo
MVP3/Pro133x AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA
[Mobile South] (rev 06)
00:07.1 IDE interface: VIA Technologies, Inc. Bus
Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. UHCI USB
(rev 02)
00:07.3 Bridge: VIA Technologies, Inc. VT82C596 Power
Management
00:08.0 Communication controller: PCTel Inc HSP MicroModem 56 (rev
01)
00:0a.0 Multimedia audio controller: Yamaha Corporation YMF-724 (rev
05)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS]
86C326 (rev 0b)


charlie:~ # modprobe ne io=0x240 result in:

irq=10/lib/modules/2.2.18/net/ne.o: init_module: Device or resource
busyHint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters/lib/modules/2.2.18/net/ne.o: insmod
/lib/modules/2.2.18/net/ne.o failed/lib/modules/2.2.18/net/ne.o: insmod ne
failed Was ist zu tun ?MfGThomas [EMAIL PROTECTED]  


thanks for possible help !
Thomas Wutzler

------------------------------

From: "Shelby S. Evans" <[EMAIL PROTECTED]>
Subject: Re: RH 7.1, kernel 2.4, and Adaptec 29160
Date: Sun, 06 May 2001 18:31:44 GMT

I wish it were as simple as reseating the cable and controller,
but we have done that several times.  If there is a silver
lining in all this, it is, in fact, our improved facility in disassembling
and reassembling the hardware!

The 29160 comes with three internal SCSI connectors,
68 pin SE, 68 pin LVD, and 50 pin (and an external
68 pin LVD connector).  From the installation guide on the
Barracuda 36ES: "This drive can operate in single-ended (SE)
or low voltage differential (LVD) mode. This multimode capability
provides backwards compatibility so you can use it with or without
an LVD-capable host adapter."  It is the only device on the
29160's LVD connector.  (We bought the adapter
on recommendation of Seagate's tech support to
accomodate the two old "wide" drives and a new LVD
drive to provide some additional space.)
As presently configured, all devices but the new drive
are disconnected entirely from the SCSI bus.

Significantly, when I hooked everything up--the 29160
SCSI controller, both CPUs, 50 pin SCSI tape drive and CDROM,
two 68 pin SCSI wide hard drives, and the new LVD drive, it all
played together fine under W98.  This suggests that there are
no gross blunders in our config.  And the entire system except the
new controller and drive have worked well under both Linux and
Windows for at least 5 years, through RH 7.0 with a 2940W
SCSI controller.

My gut feeling is that you are entirely correct, just one setting
somewhere needs to be fixed for it to all to sing.

Chris Evans

"D. Stimits" wrote:

> While I can't guarantee that the earlier chipset IO-APIC is good or bad,
> I haven't heard of much in the way of older boards with a problem. The
> i840 is a newer chipset. From the results you gave, it sounds like
> altering interrupts alters the problem, but it is unlikely the IO-APIC
> of the chipset is actually a problem. One thing about the Ultra 160
> controllers, you definitely do not want one of the older single-ended
> devices (like cd rom drive or tape drives) in any way attached to the
> LVD connectors. Some of these controllers come with 50 pin connectors
> for this purpose, which they should be able to handle fine from the
> particular connector. Do be certain that everything on the LVD
> (main/higher speed) cable is at least an 80 MB/sec device, earlier
> devices on that cable will likely be a problem. I don't follow exact
> hard drive model numbers, but I am assuming the single Seagate device
> you mentioned before is LVD, ultra 160.
>
> On an older machine, I have had timeouts such as this occur when the
> cable worked loose (not completely off, just not well-seated). It's
> definitely worthwhile to simply try to reseat cables and controller
> board once. I know that this basic controller works quite well if you
> find the right setup.
>
> D. Stimits, [EMAIL PROTECTED]
>




------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list by posting to comp.os.linux.hardware.

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Hardware Digest
******************************

Reply via email to