Linux-Hardware Digest #406, Volume #14           Mon, 26 Feb 01 18:13:06 EST

Contents:
  Ftape is detected, but it is not configured properly (Bryan Parkoff)
  Re: IRQ Line Assign ("Ajit Sodhi")
  Re: FastTrak100 - accessing and booting from RAID 0 array ("Werner Paukert")
  Help with a Sound Card 1371 under Linux 2.2.17 (Nicolas Bouche)
  Re: PBX vs. Linux (Jean-David Beyer)
  Re: Help with a Sound Card 1371 under Linux 2.2.17 ("Matthias Reis")
  Re: Trouble connecting SCSI AIT drive (Matt Clay)
  3com NIC Card ("r")
  Re: Safe to use UDMA? (Lars Alminde)
  Re: Safe to use UDMA? (Lars Alminde)
  Hardware Donations to Open Source Projects ("Patrick Marshall")
  Re: 3com NIC Card (Manfred Bartz)
  Re: Hardware Donations to Open Source Projects (Drew Roedersheimer)
  USB Harddrives? (John Hong)
  Re: Need LOTS of disks: Promise ATA RAID?? (Jonathan Buzzard)
  Re: Problem with dual EtherExpress 16 cards ("Alan Raveling")
  Re: Safe to use UDMA? ("Michael E. McColm")
  Hard drive questions ([EMAIL PROTECTED])
  Thank you ([EMAIL PROTECTED])

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

From: Bryan Parkoff <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Ftape is detected, but it is not configured properly
Date: Mon, 26 Feb 2001 19:08:56 GMT

Ftape is detected, but it is not configured properly.

        I am trying to get the information from newsgroups that I can discuss 
about ftape problems.

        My tape is Tecmar DittoMax 10GB.  It is supported by ftape 4.04 and/or 
kernel 2.4.0.  Windows 98's tape configuration is base I/O: 210, IRQ: 
11, DMA: 1, but MSDOS's tape configuration is base I/O: 200, IRQ: 11, 
and DMA: 0.  Both configurations work fine with no problems.

        I want to say about Linux's configuration.  Linux's configuration has to 
be the same as MSDOS's configuration.  It is what I typed below:

mt -f /dev/ftape erase

        After I hit Enter key, I wait for 20-25 seconds before the error message 
says: "ftape is not configured."  I don't understand why.  I know that 
Kernel is able to detect ftape for 20-25 seconds, but it does not let me 
to do any tape commands.  Please advise.  I appreciate that I get 
feedback from you.


-- 
Regards,

Bryan Parkoff
[EMAIL PROTECTED]


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

From: "Ajit Sodhi" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.development.system,alt.os.linux,comp.os.linux.embedded,linux.redhat.devel,linux.dev.kernel
Subject: Re: IRQ Line Assign
Date: Mon, 26 Feb 2001 19:13:29 GMT


I have added my questions after your each response. Thank you so much for
youe valuable info.

Danke und Aufwiedersehn.

"Michael Mueller" <[EMAIL PROTECTED]> wrote in message
news:97b5fp$bro$[EMAIL PROTECTED]...
> Hi Ajit,
>
> you wrote:
> > I'm trying to set up the interrupt handler for this PCI to PCI bridde
> > driver. (any reference for such a driver will be very useful).
>
> You should not need any driver for a PCI-PCI bridge. Both the PCI-BIOS
> and Linux do detect these bridges and look behind them - they are
> transparent.
>

Then how do I access the device? FYI, I was planning to write the simple
driver which maps the device memory location to the kernel virtual mem ( by
using ioremap func). And then in the interrupt handler check the the
doorbell register value to see any change in status. I'm not sure if this is
the right approach (as I'm new to device driver devl.) Please guide me or
provide some pointers.


> > When I try to call request_irq with SA_INTRRRUPT or NULL flag  the
> > request_irq fails. I noticed from /proc/interrupts file that the
requested
> > intr is used by my network card.
> >
> > When I try to use SA_SHIRQ flag it works, but now I get too many calls
fro
> > my handler. Is there a way I can distinguish between intr from my card
or
> > not.
>
> It is quite normal for PCI devices to share interrupts. It is of need
> due to the limitation to 4 interrupt lines and due to the PCI 2.1
> standard.
>
> The driver for a PCI device does have to implement a fast method of
> detecting if the device it does manage triggered the interrupt. This is
> usally done by reading some status byte and testing it against a bit
> mask. If a device does not implement a suitable status byte I would
> consider it broken!
>

All I'm trying is to read the doorbell register _ dont' have very clear idea
how it works. But every time I receive the interrupt I get 0xffff value. And
it do receive the interrupt very frequently. Do I have to check if the
interrupt is for my device or kernel takes care of it?

> > I'm also looking for other options. How can I use a different IRQ line.
Is
> > it possible? (if yes how). FYI, I'm using the IRQ line available in the
> > pci_dev struct.
>
> I doubt you can simple use an other interrupt since the PCI BIOS did
> assign the interrupt to the device. If I understood correctly
> reassigning resources will need you to do it for all PCI devices not
> just one. And even with reassigning your are limited to the 4 IRQ lines
> physically available on the PCI bus and there cabling beetween the PCI
> slots.
>
>
> Malware
>
>
> Fup2 comp.os.linux.development.system



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

From: "Werner Paukert" <[EMAIL PROTECTED]>
Subject: Re: FastTrak100 - accessing and booting from RAID 0 array
Date: Mon, 26 Feb 2001 20:26:23 +0100

"iQXth" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]...
> Does anyone know how to do this?

Hello,
I hope my english is good enough-
Take a look on the promise support side for their Redhat 6.2/7.0 Uni
Processor driver.
Install the driver to a floppy.
Start the Redhat CD installation as "expert" and during installation
automatically comes the question " have you any driver"
Answer yes and insert the floppy and install the promise driver. (Readme
file on Promise floppy read before).
That�s all.
I have installed Redhat 7.0 and Promise Fastrack 100 in Raid 0 with no
problem.
Ps.: Lilo Problem for big Hd�s
      You have to edit to lilo.conf in the second line :  lba32  ( with
lba32 the 1024 cylinder problem is then killed)
       bring lilo mbr to /dev/sda
--

Gru� aus dem Rheinland
Werner Paukert
http://www.paukert.de (Teichtechnik und Ansichten)




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

Date: Mon, 26 Feb 2001 14:20:09 -0500
From: Nicolas Bouche <[EMAIL PROTECTED]>
Subject: Help with a Sound Card 1371 under Linux 2.2.17


Hi all,

I am using a Creative Ensoniq CT131 PCI32 sound card. I am running
Linux 2.2.17 and Realplayer works fine, but i tried to record
with dd (as prescribed in the linux-howto pages) and nothing is coming out
(expect noise).
I tried running winNT4.0 with vmware and the same is happening, i can't
record anything, but i can listen to sound files.

This is the output of dmesg:
========================
es1371: version v0.22 time 20:48:53 Feb 12 2001
es1371: found chip, vendor id 0x1274 device id 0x1371 revision 0x06
es1371: found es1371 rev 6 at io 0xa800 irq 5
es1371: features: joystick 0x0
es1371: codec vendor TRA (0x545241) revision 3 (0x03)
es1371: codec features none
es1371: stereo enhancement: no 3D stereo enhancement
Sound initialization started
Sound initialization complete
=============================

Is this a problem in the kernel configuration? or something else?

Thanks

Nicolas


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

From: Jean-David Beyer <[EMAIL PROTECTED]>
Subject: Re: PBX vs. Linux
Date: Mon, 26 Feb 2001 15:01:06 -0500

Young4ert wrote:
> 
> Hi,
> 
> I have an old 386-20 system, equipped with three modems, which is currently
> connected to the Internet through a switch on a T-1 line acts as a FAX
> server as well as a Telephone Answering Machine (TAD).  I also have several
> internet equipment, i.e. webTV, Aplio/Phone, Iopener, Dreamcast machine
> etc. that I want them go online by means of my Linux machine as a dialup
> router through a small PBX (hybrid) switch, acting as a bridge, without
> incuring any telephone line.  Does anyone know if this is doable?  Can any
> recommend an inexpensive small PBX (hybrid) switch that I can find in the
> US, particularly in the greater Atlanta, GA area?  I suppose a digital PBX
> switch is out of question since it does not support an analog modem
> connection, right?
> 
> TIA.

You might wish to look at the DiaLogic telephony boards. I worked for
an outfit that designed a system using their stuff that could work as
a PBX, voice mail, e-mail, answering machine, and lots of other stuff,
using their boards. This was    10 years ago. I am pretty sure it can
still be done.

DiaLogic was bought out by Intel about a year ago, IIRC.

http://www.dialogic.com/home.htm

-- 
 .~.  Jean-David Beyer           Registered Linux User 85642.
 /V\                             Registered Machine    73926.
/( )\ Shrewsbury, New Jersey     http://counter.li.org 
^^-^^ 2:55pm up 5 days, 22:28, 4 users, load average: 3.17, 3.08, 2.93

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

From: "Matthias Reis" <[EMAIL PROTECTED]>
Subject: Re: Help with a Sound Card 1371 under Linux 2.2.17
Date: Mon, 26 Feb 2001 21:31:35 +0100

Im Artikel
<[EMAIL PROTECTED]> schrieb
"Nicolas Bouche" <[EMAIL PROTECTED]>:

> 
> Hi all,
> 
> I am using a Creative Ensoniq CT131 PCI32 sound card. I am running Linux
> 2.2.17 and Realplayer works fine, but i tried to record with dd (as
> prescribed in the linux-howto pages) and nothing is coming out
> (expect noise).

Seems to me like everything is right with your sound card but you are
trying to play the file with xmms or another *wav or *au player
(realplayer?)...
Try to play them like this: cat recorded_file > /dev/audio

Wrong (mic off, etc.) mixer settings could be a reason too

Matthias

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

From: Matt Clay <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Trouble connecting SCSI AIT drive
Date: Mon, 26 Feb 2001 14:42:57 -0600

Joshua Baker-LePain wrote:

> In comp.os.linux.hardware Joshua Baker-LePain <[EMAIL PROTECTED]> wrote:
> > In comp.os.linux.hardware Matt Clay <[EMAIL PROTECTED]> wrote:
> >> I'm having trouble connecting an externally mounted Seagate
> >> Sidewinder-50 AIT drive to a RH 7.0 box. The machine is using an Adaptec
> >> 29160N SCSI controller card and has all the latest RH updates.
>
> >> I've heard that there may be some incompatibilities between the 29160
> >> card and the Sidewinder-50 and was wondering if anyone had found
> >> anything similar?
>
> Following up to myself here, because I was wrong.  The AIT-1 drive is
> likely Single Ended (SE).  You *can* put an SE device on an LVD chain --
> it just forces the whole chain (including any other LVD devices) into
> the much slower (and more highly restricted cable length) SE mode.

Thanks for the help. I was just trying to track down exactly what type of drive it
was when I found out it was SE and that it is compatible with LVD. Unfortunately,
that means that we can't fix the incompatibility by getting an adapter...

Anyone else have any ideas on what might be the problem?

Thanks for the help and replies,
Matt


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

From: "r" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.networking,comp.os.linux.setup,corelsupport.linux.corellinux,corelsupport.linux.networking
Subject: 3com NIC Card
Date: Mon, 26 Feb 2001 21:19:25 GMT

   Just wondering if someone can tell me how to install a network card using
the corel linux os.  The card is a 3com 3c509b-tpo.  Just directions to
installing any card would be great.

Thanks
Rob



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

From: Lars Alminde <[EMAIL PROTECTED]>
Subject: Re: Safe to use UDMA?
Date: Mon, 26 Feb 2001 21:29:41 GMT

Hello,
 If you motherboard supports UDMA/33 but not UDMA/66, you should NOT try
to use: hdparm -d1 -X66, since this will try to enable UDMA/66, which
might lead to filesystem corruption if the motherboard does not support
UDMA/66. Try hdparm -d1 -X33 instead.

Anyways I have had similar problems with DMA on my IBM harddisk, though
I have not found the remedy yet. As it is now I use the -P option to
enable the best PIO-mode, which only gives me about 2/3 of the expected
datatransferrate that I could expect with DMA enabled. Not quite good
enough.

Cheers,
Lars Alminde

"Michael E. McColm" wrote:
> 
> Hello,
> 
> I recently purchased a hard drive and would like to get the best
> performance from it that I safely can. The hard drive is a Western
> Digital WD200BB and is installed as primary/master (/dev/hda) on my Soyo
> SY-5EHM (rev. 1.3) mainboard. When I installed the drive I used the
> included 'EZ-Install' program to set the drive to UDMA/33 mode (the
> fastest mode supported by the mainboard). When I run `hdparm -i
> /dev/hda`, hdparm reports that dma is not enabled (I thought it would be
> with CONFIG_IDEDMA_AUTO=y). When I run `hdparm -t /dev/hda` it averages
> about 4.5 - 5.0 MB/sec. I would like to turn on dma (UDMA/33) with
> `hdparm -d1 -X66` but have read that my data might get corrupted. Do I
> need to worry or should I go ahead? I've included some information about
> my configuration below.
> 
> Thanks,
> 
> Michael E. McColm
> [EMAIL PROTECTED]
> 
> P.S. Should I use `hdparm -c1 /dev/hda` or `hdparm -c3 /dev/hda` to
> enable 32-bit I/O?
> 
> BIOS
> 
> OnChip IDE First Channel: Enabled
> IDE Prefetch Mode: Enabled
> IDE HDD Block Mode: Enabled
> IDE Primary Master PIO: Auto
> IDE Primary Master UDMA: Auto
> 
> KERNEL BOOT MESSAGES
> 
> VP_IDE: IDE controller on PCI bus 00 dev 39
> VP_IDE: not 100% native mode: will probe irqs later
>      ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:pio
> ide0: VIA Bus-Master (U)DMA Timing Config Success
>      ide1: BM-DMA at 0xe008-0xe00f, BIOS settings: hdc:pio, hdd:pio
> ide1: VIA Bus-Master (U)DMA Timing Config Success
> hda: WDC WD200BB-00AUA1, ATA DISK drive
> hdc: NEC CD-ROM DRIVE:251, ATAPI CDROM drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> ide1 at 0x170-0x177,0x376 on irq 15
> hda: WDC WD200BB-00AUA1, 19092MB w/2048kB Cache, CHS=2434/255/63
> hdc: ATAPI 4X CD-ROM changer w/4 slots, 128kB Cache
> 
> OUTPUT OF `cat /proc/pci`
> 
>    Bus  0, device   7, function  1:
>      IDE interface: VIA Technologies VT 82C586 Apollo IDE (rev 6).
>        Medium devsel.  Fast back-to-back capable.  Master Capable.
> Latency=64.        I/O at 0xe000 [0xe001].
> 
> KERNEL CONFIG
> 
> #
> # Block devices
> #
> CONFIG_BLK_DEV_FD=y
> CONFIG_BLK_DEV_IDE=y
> 
> #
> # Please see Documentation/ide.txt for help/info on IDE drives
> #
> # CONFIG_BLK_DEV_HD_IDE is not set
> CONFIG_BLK_DEV_IDEDISK=y
> CONFIG_BLK_DEV_IDECD=y
> # CONFIG_BLK_DEV_IDETAPE is not set
> # CONFIG_BLK_DEV_IDEFLOPPY is not set
> # CONFIG_BLK_DEV_IDESCSI is not set
> # CONFIG_BLK_DEV_CMD640 is not set
> # CONFIG_BLK_DEV_RZ1000 is not set
> CONFIG_BLK_DEV_IDEPCI=y
> CONFIG_BLK_DEV_IDEDMA=y
> # CONFIG_BLK_DEV_OFFBOARD is not set
> CONFIG_IDEDMA_AUTO=y
> # CONFIG_BLK_DEV_OPTI621 is not set
> # CONFIG_BLK_DEV_ALI15X3 is not set
> # CONFIG_BLK_DEV_TRM290 is not set
> # CONFIG_BLK_DEV_NS87415 is not set
> CONFIG_BLK_DEV_VIA82C586=y
> # CONFIG_BLK_DEV_CMD646 is not set
> # CONFIG_BLK_DEV_CS5530 is not set
> # CONFIG_IDE_CHIPSETS is not set
> 
> OUTPUT OF `hdparm -i /dev/hda`
> 
> /dev/hda:
> 
>   Model=WDC WD200BB-00AUA1, FwRev=18.20D18, SerialNo=WD-WMA6Y1953972
>   Config={ HardSect NotMFM HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq }
>   RawCHS=16383/16/63, TrkSize=57600, SectSize=600, ECCbytes=40
>   BuffType=3(DualPortCache), BuffSize=2048kB, MaxMultSect=16, MultSect=off
>   DblWordIO=no, OldPIO=2, DMA=yes, OldDMA=0
>   CurCHS=16383/16/63, CurSects=-66060037, LBA=yes, LBAsects=39102336
>   tDMA={min:120,rec:120}, DMA modes: mword0 mword1 mword2
>   IORDY=on/off, tPIO={min:120,w/IORDY:120}, PIO modes: mode3 mode4
>   UDMA modes: mode0 mode1 *mode2

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

From: Lars Alminde <[EMAIL PROTECTED]>
Subject: Re: Safe to use UDMA?
Date: Mon, 26 Feb 2001 21:35:55 GMT

"Michael E. McColm" wrote:

> 
> P.S. Should I use `hdparm -c1 /dev/hda` or `hdparm -c3 /dev/hda` to
> enable 32-bit I/O?

Probably -c1, but you can try out what works fastest:
hdparm -c1 /dev/hda
hdparm -Tt /dev/hda
hdparm -c3 /dev/hda
hdparm -Tt /dev/hda

The timing parameters will tell you which mode is best.

BTW: c1 and c3 both enables 32-bit I/O, but c3 uses a sync-signal to
control transfers (thats why it's probably a bit slower).

Cheers,
Lars Alminde

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

From: "Patrick Marshall" <[EMAIL PROTECTED]>
Crossposted-To: alt.comp.hardware
Subject: Hardware Donations to Open Source Projects
Date: Mon, 26 Feb 2001 22:03:29 GMT

Is anyone out there aware of a non-profit organization that accepts
donations of used hardware for further dissemination to Open Source
projects?  My company has a large number of RS/6000 machines that are in the
process of being replaced.  We would like to donate some for a tax
write-off.  The problem with this is the general nature of Open Source
projects - lots of separate people, no central organization/corporation for
handling this kind of transaction.

So, if anybody has any leads/ideas, please let me know.

Thanks!
-Pat


--
Patrick Marshall
Systems Administrator
Great Atlantic & Pacific Tea Co
[EMAIL PROTECTED]



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

Crossposted-To: 
comp.os.linux.networking,comp.os.linux.setup,corelsupport.linux.corellinux,corelsupport.linux.networking
Subject: Re: 3com NIC Card
From: Manfred Bartz <[EMAIL PROTECTED]>
Date: Mon, 26 Feb 2001 22:03:21 GMT

"r" <[EMAIL PROTECTED]> writes:

> Just wondering if someone can tell me how to install a network card
> using the corel linux os.  The card is a 3com 3c509b-tpo.  Just
> directions to installing any card would be great.

The 3c509 is well supported, there is even a Linux based config
utility.  You can of course also use the DOS based utility
available from 3Com.

        <http://www.scyld.com/page/support/network/>

More general info:

        <http://www.linuxdoc.org/HOWTO/HOWTO-INDEX/howtos.html>
        look for ``ether''
-- 
Manfred
===============================================================
ipchainsLogAnalyzer, NetCalc, whois at: <http://logi.cc/linux/>

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

From: [EMAIL PROTECTED] (Drew Roedersheimer)
Crossposted-To: alt.comp.hardware
Subject: Re: Hardware Donations to Open Source Projects
Reply-To: [EMAIL PROTECTED]
Date: Mon, 26 Feb 2001 22:05:50 GMT

On Mon, 26 Feb 2001 22:03:29 GMT, Patrick Marshall wrote:
>Is anyone out there aware of a non-profit organization that accepts
>donations of used hardware for further dissemination to Open Source
>projects?  My company has a large number of RS/6000 machines that are in the
>process of being replaced.  We would like to donate some for a tax
>write-off.  The problem with this is the general nature of Open Source
>projects - lots of separate people, no central organization/corporation for
>handling this kind of transaction.
>
>So, if anybody has any leads/ideas, please let me know.
>
>Thanks!
>-Pat
>
>
>--
>Patrick Marshall
>Systems Administrator
>Great Atlantic & Pacific Tea Co
>[EMAIL PROTECTED]
>
>


You could donate them to the Free Software Foundation.  Then they might
loan/give them to projects that need it.  I'm not really sure, just a
suggestion...

best of luck, and kudos to your company for this idea - even if it is
just for a tax writeoff  =)


-DR

-- 
Build a system that even a fool can use and only a fool will want to use it.

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

From: [EMAIL PROTECTED] (John Hong)
Subject: USB Harddrives?
Date: Mon, 26 Feb 2001 21:20:18 +0000 (UTC)

        Just wondering if anyone has used a USB hard drive under Linux.
Does it work?



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

From: [EMAIL PROTECTED] (Jonathan Buzzard)
Crossposted-To: uk.comp.os.linux
Subject: Re: Need LOTS of disks: Promise ATA RAID??
Date: Mon, 26 Feb 2001 18:03:45 +0000

In article <[EMAIL PROTECTED]>,
        John Rowe <[EMAIL PROTECTED]> writes:
> A user needs at least 300GB of disk space and that's after formatting,
> file system overhead, etc. So I'm reckoning I need at least 6 IBM 60GB
> disks and I would prefer to have only one per channel, ie no hard
> disks running as slaves. So I could use a little help!
> 
> * If I just use three ordinary ATA-100 cards will that cause me any
>   problems? (Performance, boot, etc.)
> 
> * Will I gain much by using Promise ATA RAID cards? Is there better
>   performance, does it reduce the number of IRQs I'm using? Are
>   there       boot problems if I try to make a RAID device my boot device?
> 
> * Anything else I haven't thought if?
> 

Have you considered one of the external IDE RAID boxes? These take about
six IDE drives and convert them in hardware to a SCSI disk which you
then just plug into a SCSI interface. I have some URL's somewhere if
you are interested.

JAB.

-- 
Jonathan A. Buzzard                 Email: [EMAIL PROTECTED]
Northumberland, United Kingdom.       Tel: +44(0)1661-832195

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

From: "Alan Raveling" <[EMAIL PROTECTED]>
Subject: Re: Problem with dual EtherExpress 16 cards
Date: Mon, 26 Feb 2001 16:13:19 -0600

I had the exact problem with 2 Intel etherExpress Pro 10 ISA cards in a
p100.  I solved the problem by compiling support for them in the kernel.
Then in my lilo.conf file I added the following line at the way end of my
boot sequence for that specific kernel.
append="ether=(irq), (base address  0xXXX), eth0 ether=(irq), (base
address), eth1"

note that there is no ()'s around the irq or the base address
here is mine:
append="ether=9,0x210,eth0 ether=3,0x240,eth1"

hope that helps



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

From: "Michael E. McColm" <[EMAIL PROTECTED]>
Subject: Re: Safe to use UDMA?
Date: Mon, 26 Feb 2001 22:22:28 GMT

Lars Alminde wrote:

> Hello,
>  If you motherboard supports UDMA/33 but not UDMA/66, you should NOT try
> to use: hdparm -d1 -X66, since this will try to enable UDMA/66, which
> might lead to filesystem corruption if the motherboard does not support
> UDMA/66. Try hdparm -d1 -X33 instead.

>From my reading of the hdparm(8) manpage it was my understanding that the
number to use with the -X option was "8 + mode number" for PIO modes, "32 
+ mode number" for multi-word DMA modes and "64 + mode number" for Ultra
DMA modes. So 64 + 2 (Ultra DMA mode 2) = 66. As I understand it, -X33 
would enable multi-word DMA mode 1 transfers (13.3 MB/s).

> Anyways I have had similar problems with DMA on my IBM harddisk, though
> I have not found the remedy yet. As it is now I use the -P option to
> enable the best PIO-mode, which only gives me about 2/3 of the expected
> datatransferrate that I could expect with DMA enabled. Not quite good
> enough.
> 
> Cheers,
> Lars Alminde
> 


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

From: [EMAIL PROTECTED]
Subject: Hard drive questions
Date: Mon, 26 Feb 2001 14:35:27 -0800

Recently purchased a 40g hard drive.

/dev/hda has W95 and Linux.
/dev/hdb is back up for Linux.
/dev/hdc will be 40g HD for Linux.
/dev/hdd is a CD-RW.

Since W95 has to be installed first on a dual boot system,
how can I put Linux on /dev/hdc and leave W95 on /dev/hda by itself?
I'm assuming I can fiddle with LILO.

-- 
cedric

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

From: [EMAIL PROTECTED]
Subject: Thank you
Date: Mon, 26 Feb 2001 14:39:16 -0800

Thanks for the help on getting my video capure card working.
'xawtv' works.

Thanks again,
-- 
cedric

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


** 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