Linux-Hardware Digest #854, Volume #9 Sat, 27 Mar 99 20:13:40 EST
Contents:
Wich chipset does ATI Mach 64 use ? ("Derk-Jan")
Re: How fast is your HD? (Bengt Richter)
3Com USR 56k Internal modem ("Troy Hoehner")
Re: Using make menuconfig (Colin)
Re: Wich chipset does ATI Mach 64 use ? (David Kirkpatrick)
Re: Idea: Make a seperate "i686" tree for Redhat Linux 6.0 (Johan Kullstam)
Winmodem driver for Linux... ("Cameron Jay Erens")
Re: Trying to Config a Turtle Beach Montego A3D Card (Dan Nguyen)
Re: New Hard Drive Purchase Input Wanted ("Brian Schell")
Re: Good Ethernet for Linux (Eoin)
Re: Linux, SCSI, RAID0 performance (Eoin)
Re: Is Windows for idiots? (Richard Steiner)
Re: Writable ATAPI Cdrom, I have no hair left!!! (Jim Kingdon)
Re: NE2000 under DosLinux (Jim Kingdon)
Re: Winmodem driver for Linux... (Greg H.)
Re: Best Data internal modem (Jesus Monroy, Jr.)
Re: How to get info from hardware (device drivers) (Jim Kingdon)
Re: Linux, SCSI, RAID0 performance (Thomas Dorris)
----------------------------------------------------------------------------
From: "Derk-Jan" <[EMAIL PROTECTED]>
Subject: Wich chipset does ATI Mach 64 use ?
Date: Sat, 27 Mar 1999 23:19:17 +0100
Hello and thank you for reading.
Does anybody knows wich chipset the ATI Mach 64 videocart is using so that I
can properly configure my videocart under Redhat 5.2, now I can only work at
600 x 400 and that's a little to big.....
If possible please respont to my emailadres: [EMAIL PROTECTED]
Thank you for your help.
Derk-Jan
------------------------------
From: [EMAIL PROTECTED] (Bengt Richter)
Subject: Re: How fast is your HD?
Date: Sat, 27 Mar 1999 22:50:48 GMT
On Sat, 27 Mar 1999 01:38:16 -0600, morgan <[EMAIL PROTECTED]> wrote:
>Seagate 2gig UW:
> Timing buffered disk reads: 16 MB in 0.49 seconds =32.65 MB/sec
>
>7200 rpm 9 gig IBM UW:
> Timing buffered disk reads: 32 MB in 2.27 seconds =14.10 MB/sec
>
>10k rpm 9 gig IBM UW:
> Timing buffered disk reads: 32 MB in 1.66 seconds =19.28 MB/sec
>
>All are linux with 2940uw cards.
>Why is the seagate so much faster than the IBM drives? The IBM drives
>are
>just a copula months old while the seagate is approximately 2 years
>old?
>Morgan
<disclaimer>I haven't installed my Linux yet, just speaking
OTTOMH from ancient low level experience </disclaimer>
It would be interesting if you could mount the partitions on your
disks raw (read-only!!) and read the first 32 MB of each, and also
the last 32MB of each, reading all sequentially, with nothing else
going on. Also if you would mention how your disks are partitioned.
Otherwise you are partly measuring the state of your file system and
the performance of the file access software. Which distribution/kernel
are you running? (BTW, are all the disks on the same box/controller?!)
And what is the size of your read blocks?
Not having delved yet into Linux diskio and file system code, I'd say
also - depending on how/when things are queued in the file system and
in the scsi controller, it might be interesting to try two threads
with one reading even buffers and the other reading the odd - if you
can arrange direct DMA into your buffers. What I'm getting at is that
a slower disk can appear faster if the software time from completion
of one read to the initiation of the next is more than the rotation
time between blocks, so you lose a whole revolution on a fast disk
but catch the next immediate block on a slower one, and lose no time.
This should be more apparent if you read small blocks on a controller
that doesn't cache tracks by default anyway. An interesting number
is revolutions/bufferful_read actual vs theoretical - remembering
that data/rev is denser at the outer edge of the disk.
Anyway, a lot of factors. I'm sure others will come up with more.
Regards,
Bengt Richter
------------------------------
From: "Troy Hoehner" <[EMAIL PROTECTED]>
Subject: 3Com USR 56k Internal modem
Date: Sat, 27 Mar 1999 16:14:02 -0600
I just installed Linux last week and I am still learning.
I had a USR Sporster 33.6 modem with jumpers set
to COM2 and IRQ3. I was able to set this modem up
in Linux with no problem, However I just bought a new
3Com USR 56k Internal modem that has no jumpers, and I cannot seem to get
Linux to see it ? As far as I can tell it is not a Winmodem, and it works
fine under Win98. Under Win98 PNP set the modem up on COM3 IRQ11. I
changed the windows setup to be
COM2 and IRQ 3 like my old modem, but Linux still
does not see it.
I would appriciate any help from someone who has this modem working with
Linux.
Regards,
Troy
------------------------------
From: Colin <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux,aus.computers.linux,comp.os.linux
Subject: Re: Using make menuconfig
Date: Sat, 27 Mar 1999 14:37:24 -0500
Rick Runowski wrote:
>
> Actually I am having a similar problem. I downloaded the latest kernel
> from ftp.kernel and I un tar/gz'ed it and I printed the instructions and
> followed them.. I got to the compile Kernel... where is the kernel at? Do
> I use cc kernel... I can't find the instructions on compiling... I'm very
> new to this... but where do I look... I tried the command below and got
> about four lines all of which have errors on them? Any help is
> appreciated.
The kernel is at /usr/src/linux/arch/i386/boot/zImage. Copy this file to
where your kernel currently is, rerun LILO if you use that, then reboot.
Better yet, if you use LILO, you can compile the kernel using "make zlilo"
and it should do all the copying for you.
--
Reply to "cwv [at] idirect (dot) com"
------------------------------
From: David Kirkpatrick <[EMAIL PROTECTED]>
Subject: Re: Wich chipset does ATI Mach 64 use ?
Date: Sat, 27 Mar 1999 17:46:50 +0000
Derk,
Unless I'm misunderstanding videocart for videocard and you meaning
something different. The ATI Mach 64 is recognized by RH and you should
be able to get better resolution by ctl, alt +. You can edit your
/etc/X11/XF86Config to make a different resolution the default by
putting it first in the list - the list will have 4 there. Also you can
change the default for colors there in XF86Config.
I forget what the chip is - you'll have to take it out and look at it
but you should not have to do that. You do not need to specify it or
probe for it to configure correctly should you be doing that over -
which is not necessary. All this is for the ATI Mach 64 Turbo Pro.
Derk-Jan wrote:
>
> Hello and thank you for reading.
>
> Does anybody knows wich chipset the ATI Mach 64 videocart is using so that I
> can properly configure my videocart under Redhat 5.2, now I can only work at
> 600 x 400 and that's a little to big.....
>
> If possible please respont to my emailadres: [EMAIL PROTECTED]
>
> Thank you for your help.
>
> Derk-Jan
--
[EMAIL PROTECTED]
[EMAIL PROTECTED]
------------------------------
Crossposted-To:
comp.os.linux.misc,linux.redhat.misc,alt.linux,alt.os.linux,comp.os.linux.development.system
Subject: Re: Idea: Make a seperate "i686" tree for Redhat Linux 6.0
From: Johan Kullstam <[EMAIL PROTECTED]>
Date: 27 Mar 1999 17:41:01 -0500
d s f o x @ c o g s c i . u c s d . e d u (David Fox) writes:
> "Idea Man" <[EMAIL PROTECTED]> writes:
>
> > Does anyone else think this would be a good idea? Keep the i386 tree, and
> > add an i686 tree that is optimized for P-II/Celeron/P-III processors.
> >
> > This might be a pain in the butt for the mirrors (more hard drive space
> > used), but for some mirrors this would be just fine. This would also make
> > Linux higher performing for all the people with flashy new Pentium-III
> > machines...
>
> How much performance improvement would there be?
based on my experience with egcs over the past year, not much.
the pentium classic seems to be hypersensitive to scheduling, but the
i686 (i have a pentiumpro) seems have roughly the same performance
(using time on a few of my programs) for compiles with -march=i386,
i486 or pentiumpro. -march=pentium hurt speed by about 10%.
--
J o h a n K u l l s t a m
[[EMAIL PROTECTED]]
Don't Fear the Penguin!
------------------------------
From: "Cameron Jay Erens" <[EMAIL PROTECTED]>
Subject: Winmodem driver for Linux...
Date: 27 Mar 1999 22:53:16 GMT
Why doesn't one of you programming geeks save us all a lot of trouble, and
make the many winmodems that are in Linux machines today more than a piece
of silicon doing NOTHING!!! I am one of those people who just bought a
nice $100 winmodem (not knowing it WAS a winmodem) and finding out that it
is useless in Linux. In fact, I will PAY someone to do this and have the
driver distributed throught the net so we can have them adapted to fit all
winmodems. If someone does this, or has any ideas or problems...please
email me @ [EMAIL PROTECTED]!!!
Sincerely,
Cameron Jay Erens
------------------------------
From: Dan Nguyen <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.setup,comp.os.linux.questions
Subject: Re: Trying to Config a Turtle Beach Montego A3D Card
Date: 27 Mar 1999 23:07:27 GMT
In comp.os.linux.setup Spud <[EMAIL PROTECTED]> wrote:
: Unless you pull some strings at Turtle Beach, it ain't gonna happen
: soon. There is currently no linux driver available for this card (i have it
: too). However, OSS (www.opensound.com) is working on a beta version of the
: driver right now.
OSS goof on the intial group of drivers, and was force to rewrite
them, that's why there so far behind.
:>
:> I have a Turtle Beach Montego A3D 64 Voice PCI Sound Card. I am wondering
:>if anyone has a Linux Driver for it. I am running Redhat Linux 5.2.
:>
:> reply to [EMAIL PROTECTED]
:>
:> Thanks
:>
:> Kenny Jones
:>
:>
:>
--
Dan Nguyen | It is with true love as it is with ghosts;
[EMAIL PROTECTED] | everyone talks of it, but few have seen it.
2048/B269698D 1999/03/05 | -La Rochefocauld, Maxims
25 2F 99 19 6C C9 19 D6 1B 9F F1 E0 E9 10 4C 16
------------------------------
From: "Brian Schell" <[EMAIL PROTECTED]>
Subject: Re: New Hard Drive Purchase Input Wanted
Date: Sat, 27 Mar 1999 18:24:04 -0500
I have a Western Digital Drive on my RedHat 5.2 and it works flawlessly, no
special setup. However...
1) It depends on how recent the motherboard BIOS is...
2) On *MY* system, there is no dual boot, it's just Linux. (Network Server)
[EMAIL PROTECTED] wrote in message <[EMAIL PROTECTED]>...
>Hello,
>
>I am thinking of purchasing a new hard drive for Linux. I am currently
>running a Dual boot with Linux and Win98 on an IBM Aptiva 2138. I am
>looking for around a 6 GB
>drive. Are there brands that are Linux friendly?? Ones to stay away
>from?? A salesman at CompUSA said the Western Digitals drives above 10
>or 13 GBs will not support with Linux, which seemed strange.
>
>Thanks for any input.
>Ken
>
------------------------------
From: (Eoin)
Subject: Re: Good Ethernet for Linux
Date: Sat, 27 Mar 1999 23:43:09 GMT
Use a Tulip-based card. A couple of speed improvements in the 2.2.x
kernel work on tulip cards but not necessarily on any others (yet).
Linksys markets such a card called the EtherFast 10/100. It's RJ-45,
it's PCI, it's well supported by Linux, it's super fast, super
reliable, and it's about $25 at Fry's.
--Eoin
Addressable as Bullwinkle in the
commercial domain of mostlysunny
------------------------------
From: (Eoin)
Subject: Re: Linux, SCSI, RAID0 performance
Date: Sat, 27 Mar 1999 23:49:34 GMT
Wait a minute, you've got the 50-pin-connector drives? In that
case I am quite confused. I did not think the NCR driver could become
that confused. Learn something new every day I guess...
--Eoin
On Sun, 28 Mar 1999 08:53:14 +0000, Thomas Dorris <[EMAIL PROTECTED]>
wrote:
>Eoin wrote:
>
>> The difference between UW and U2W SCSI is the bus frequency.
>
>Yeah, but my drives are just Ultra2, not Ultra2Wide... That's why I'm
>confused. Ultra2 is supposed to be an 8 bit data path running at
>40mhz. Since my card only supports UltraWide (16-bit path at 20mhz), I
>expected to see the least common denominator of the bunch. Which would
>have been an 8-bit data path (limited by the drives) and a 20mhz
>frequency (limited by the controller). What was reported, however, was
>a 16-bit datapath at 20mhz. So it seems my 8-bit Ultra2 drives are
>running with a 16-bit UltraWide word size. I just wasn't expecting that
>(although, I'm not complaining).
>
>> There will be very high CPU utilization when running software
>> RAID.
>
>Yes, this I expected. I did not expect to see the high CPU usage during
>my single drive, non-RAID tests though. I saw 50% CPU utilization on
>blocked IO. That's right around what I was seeing with my EIDE drives
>with bus mastering enabled... Ugh. Throughput kicks IDE's butt (12.5
>meg/sec versus 9 meg/sec), but CPU utilization was about the same. I
>was a bit surprised by that too.
>
>Thanks for the response.
>
>ThomasD
Addressable as Bullwinkle in the
commercial domain of mostlysunny
------------------------------
From: [EMAIL PROTECTED] (Richard Steiner)
Crossposted-To:
comp.lang.java.advocacy,comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.os.linux.setup
Subject: Re: Is Windows for idiots?
Reply-To: [EMAIL PROTECTED]
Date: Sat, 27 Mar 1999 01:14:18 -0600
Here in comp.os.linux.setup, [EMAIL PROTECTED] (Steve) spake unto us, saying:
>Quality is one thing but why in the world do I care if a program runs
>on more than one OS?
>I pick my programs then pick my OS.
Not all people operate that way. :-)
Given that my workplace is a Mac, Windows, and Solaris shop (in terms
of the desktop), cross-platform applications are something that might
get looked at quite a bit.
--
-Rich Steiner >>>---> [EMAIL PROTECTED] >>>---> Bloomington, MN
OS/2 + Linux (Slackware+RedHat+SuSE) + FreeBSD + Solaris + BeOS +
WinNT4 + Win95 + PC/GEOS + MacOS + Executor = PC Hobbyist Heaven!
Scaramouch! Scaramouch! Will you do the fandango?!
------------------------------
From: Jim Kingdon <[EMAIL PROTECTED]>
Subject: Re: Writable ATAPI Cdrom, I have no hair left!!!
Date: 27 Mar 1999 19:40:55 -0500
> I have an HP-7200i Cdrom writer. I have been trying to
> get Cdrecord or Xcdroast up, but I can't get ide-scsi
> emulation to work.
I got cdrecord to work with my HP-7200i (or maybe it is an 8100, but
it is IDE and HP and internal).
I used an unpatched 2.0.35 kernel (since 2.0.36 wasn't out then). I
did need to follow the directions regarding turning off the regular
(non-ide-scsi) IDE CD-ROM driver (so I did need to build the kernel
rather than just using a prebuilt one). Don't remember a lot of
problems other than that.
Don't know about 2.2.x but at least for a while, 2.0.36 (and other
recent 2.0.x releases were ahead of 2.1.x in terms of having the
latest drivers). Like I say, I don't the situation in this particular
case.
------------------------------
From: Jim Kingdon <[EMAIL PROTECTED]>
Subject: Re: NE2000 under DosLinux
Date: 27 Mar 1999 19:46:40 -0500
> Can someone please help me fill out the software needs for installing a
> Generic NE2000 Eth card under DosLinux 2.2.1? Thank you! :)
I've never heard of DosLinux but with most Linux distributions you
just pick "ne2000" or "ne2k" or something like that from the list of
ethernet drivers (details will, of course, vary somewhat by
distribution).
------------------------------
From: [EMAIL PROTECTED] (Greg H.)
Subject: Re: Winmodem driver for Linux...
Date: Sat, 27 Mar 1999 23:48:45 GMT
Cameron Jay Erens ([EMAIL PROTECTED]) wrote:
> Why doesn't one of you programming geeks save us all a lot of trouble, and
> make the many winmodems that are in Linux machines today more than a piece
> of silicon doing NOTHING!!! I am one of those people who just bought a
> nice $100 winmodem (not knowing it WAS a winmodem) and finding out that it
> is useless in Linux. In fact, I will PAY someone to do this and have the
> driver distributed throught the net so we can have them adapted to fit all
> winmodems. If someone does this, or has any ideas or problems...please
> email me @ [EMAIL PROTECTED]!!!
Here's an idea, Cameron; why don't _you_ program the driver? If it were
so easy to do, don't you think it would have been done by now? After all,
Winmodems have been around for quite a while now. Or, you could bring the
Winmodem you bought back to the store and buy a hardware-driven modem. It
was _your_ mistake, anyway.
Greg H.
------------------------------
From: [EMAIL PROTECTED] (Jesus Monroy, Jr.)
Crossposted-To:
comp.os.linux.setup,comp.unix.bsd.freebsd.misc,comp.unix.bsd.netbsd.misc
Subject: Re: Best Data internal modem
Reply-To: [EMAIL PROTECTED]
Date: Sun, 28 Mar 1999 00:04:28 GMT
On Sat, 27 Mar 1999 01:11:52 -0600, [EMAIL PROTECTED] (Richard
Steiner) wrote:
>Here in comp.os.linux.setup, "Jeff Shultz" <[EMAIL PROTECTED]>
>spake unto us, saying:
>
>>On Fri, 26 Mar 1999 10:01:15 -0800, Tommy Willoughby wrote:
>>
>>:>If it worked under Win3.1 it's a "real" modem & should work fine under
>>:>Linux.
>>
>>Don't be the house on it... remember RPI?
>
>The Rockwell Protocol Interface. >>gag<<
>
YACK, yack, yack.. trim the crossposts.
------------------------------
From: Jim Kingdon <[EMAIL PROTECTED]>
Subject: Re: How to get info from hardware (device drivers)
Date: 27 Mar 1999 20:12:39 -0500
> I thought I'd get started with a little project. I have an Abit BH6
> motherboard that has an onboard CPU thermometer. You can go into the
> BIOS and check the temperature.
Yeah, that seems like a good project.
> How does one access data about the motherboard statues, or hardware in
> general?
Don't know about Abit, but on ASUS there are some I/O ports (that is,
accessible via the outb and inb instructions (I think that is what
they are called)). You can actually do this from a user program
(which runs as root, there is a system call, I think it is iopl(),
which lets you access I/O ports). However, in many ways writing a
driver (which goes in the kernel) is cleaner.
> I'm planning on going out and buying the "Linux Device Drivers" book
> which is recommended in the Kernel Hackers Guide. I
This will be good for how to make a driver (for example,
/proc/temperature - start with /proc/hello-world just to make sure you
understand it).
You'll need to find some Abit doc (try the abit web site or
alt.comp.periphs.mainboards.abit) concerning the details of how
to access the Abit hardware.
------------------------------
From: Thomas Dorris <[EMAIL PROTECTED]>
Subject: Re: Linux, SCSI, RAID0 performance
Date: Sun, 28 Mar 1999 13:22:23 +0000
Eoin wrote:
> Wait a minute, you've got the 50-pin-connector drives?
Nope. 68-pin connectors. Does a 68-pin connector imply a 16-bit word
size even if the drives are listed only as Ultra2 drives (not U2W)? I
was under the impression that Ultra2 meant an 8-bit word size at 40mhz
while Ultra2Wide meant 16-bit. Could be wrong, though, as this is my
first venture into SCSI-land since 1985 with my Apple ][gs (which barely
counts as SCSI, but I guess technically it was).
ThomasD
------------------------------
** 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 (and comp.os.linux.hardware) via:
Internet: [EMAIL PROTECTED]
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
******************************