Linux-Hardware Digest #857, Volume #14            Sat, 2 Jun 01 11:13:03 EDT

Contents:
  Re: Maximum CPU speed for Linux? (Marcus)
  Re: Timeout Waiting for DMA when using IDE CD Writer (Maniac)
  recommend a ups for linux? (Robert Nagle)
  Troubleshooting Linux I/O Network or Process Problems ("Herb Wiser")
  Netgear FA410TX PCMCIA NIC problem ("pr00f")
  Does xawtv work under XFree86 4.0.1? ("Andy Walker")
  Red Hat 7.1 VS a nice PS/2 mice ("Giuseppe Ricioppo")
  Re: CD-Writer MP3->AudioCD (Uwe Malzahn)
  Re: Red Hat 7.1 VS a nice PS/2 mice (Richard D. McRoberts)
  help needed with segmentation faults with 3D ("Andy Walker")
  Re: Back up in Linux (Richard Carter)
  Re: Maxtor ATA/100 Card: Kernel 2.4.2 not setting correctly? ("Wayne Osborn")
  Re: recommend a ups for linux? ("bowman")
  Re: recommend a ups for linux? (Bob Chiodini)
  Re: Back up in Linux (Johan Kullstam)
  USB CD-Writer in Redhat 7.1 ? (Niclas Knuts)
  Linux Video conferencing (Subba Rao)
  Re: hard disk headache (Greg Davis)
  where do I buy things? (Greg Davis)

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

From: Marcus <[EMAIL PROTECTED]>
Subject: Re: Maximum CPU speed for Linux?
Date: Fri, 1 Jun 2001 19:08:46 -0700
Reply-To: [EMAIL PROTECTED]


        Let me run this response through "izip", the lossless information 
compressor.


Dances With Crows wrote:

> On Fri, 01 Jun 2001 17:59:53 -0400, Bob staggered into the Black Sun and
> said:
>>Is there a maximum CPU speed that Linux can handle?
>>Is the answer different if the system is a dual-processor system?
> 
> The maximum CPU speed depends on the supporting hardware.  If you
> overclock a 486 to 200MHz, then Linux will run quite happily on it, at
> least until the CPU itself or the motherboard components succumb to
> hardware failure.  Linux will also run on the bare metal of an S/390,
> which is far faster than anything you're likely to have lying around the
> house, and people have successfully run Linux on 1.3GHz Athlons and
> 1.7GHz P4s.
> 
> If the motherboard supports dual Athlons at 1.3GHz, Linux can run on it.
> 


        Output of izip: "No and no".

                                                            Marcus

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

From: Maniac <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Timeout Waiting for DMA when using IDE CD Writer
Date: Fri, 1 Jun 2001 23:06:38 -0500
Reply-To: [EMAIL PROTECTED]

David R. Heffelfinger wrote:

> Hello,
> 
>      I am using Mandrake 8, I have a Maxtor IDE Hard Drive as my primary
> master, and an HP 9300 IDE cd writer (using SCSI emulation) as my primary
> slave.
> 
> When I boot DMA is disabled on my primary hard drive.
> 
> Relevant section of dmesg output follows:
<SNIPPED>
> If I open my box and unplug the CD Writer DMA is enabled just fine.
> 
> Any clue on how to leave the CD Writer plugged and have DMA enabled on my
> primary hard drive?
I had problems similiar with this but it was for my CDRW and CDRom if I 
enabled DMA access then everytime I tried to write to the writer my whole 
system would lock up. I fixed this by disabling DMA for the CD's by adding
a /sbin/hdparm -d0 /dev/hd{c,d} and haven't had a problem yet.

Try disabling DMA for your CDWriter only and see if this helps.
command 
hdparm -d0 /dev/YOUR-CDWRITER


Now I have a question I have 2 hard drives both Maxtor 30 Gigs (ATA 66 and 
ATA100 but running at 66) a writer and a CDROM what is the "best" way of 
arrranging them? I have heard that if I have ATA-66 drives connected with a 
CDROM (ATA-33) I will transfer data at the speed of the slowest device on 
that particular IDE channel.  I also have run into a warning trying to copy 
a CD that Nero (running under Wine) says that I could have problems with 
copying data using the same IDE channel, While I have not had any problems 
I am wondering what is "right".



-- 
[EMAIL PROTECTED] 40� 37' 9" N, 96� 57' 24" W  
A single tasking guy in multi tasking world.

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

From: [EMAIL PROTECTED] (Robert Nagle)
Subject: recommend a ups for linux?
Date: 1 Jun 2001 21:28:47 -0700

Can somebody recommend a ups for a small home office.

2 1.2 gig athlon machines, 1 21 inch monitor, a printer. Maybe later a scanner. 

Does one need accompanying software to power the system down in linux? 



There is nothing advice out there except a how to document dated 1997.

Oh, yes, I just got laid off from Dell, so price is really important.

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

From: "Herb Wiser" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.questions,comp.os.linux.setup
Subject: Troubleshooting Linux I/O Network or Process Problems
Date: Sat, 2 Jun 2001 00:04:52 -0700

I have been running an Intel based Linux (Redhat) web server for quite
awhile now, but lately have bumped into some problems that really have me
puzzled.  Whenever the machine gets into trouble, I like to go ahead and
reboot it to see if that clears it up.  That is when I noticed that it takes
a VERY long time to get through the 'killall' phase of shutdown.  We're
talking about way over 5 minutes, maybe closer to 10 minutes.

The next thing I noticed is that when some of my PHP code gets executed that
is doing an 'fopen' on a URL (a socket read essentially), that too takes a
long, long time.  About 4 minutes or so.

Finally, I can no longer ftp into the web server using WS-Ftp.  I get a
'blocking call cancelled' error.  Trying to ftp into it from a DOS prompt
just hangs until it finally comes back with 'Connection closed by remote
host'.

Anyone have ANY ideas where to begin on troubleshooting this problem?





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

From: "pr00f" <[EMAIL PROTECTED]>
Subject: Netgear FA410TX PCMCIA NIC problem
Date: Sat, 02 Jun 2001 07:32:26 GMT

I have a Netgear FA410TC PCMCIA NIC. This is a 10/100 Mbps NIC that I've
currently got running under Linux. I have a 10/100 Mbps switch that
reports the NIC running at 100 Mbps and full-duplex. Linux reports the
same. I'm currently using the NE2000 compatible PCMCIA support kernel
module for the NIC. Everything works fine, except for one tiny detail. I
can't transfer a file to/from the laptop at more than 10 Mbps. What's the
deal? Anyone have a suggestion?

I'm running Debian unstable with a 2.4.5 kernel. Thanks.

pr00f

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

From: "Andy Walker" <[EMAIL PROTECTED]>
Subject: Does xawtv work under XFree86 4.0.1?
Date: Sat, 2 Jun 2001 10:02:26 -0000

I've just loaded XFree86 4.0.1 to my Mandrake7.2 box and cannot now get my
Pinnacle PCTV card to work. It worked fine under my old X3 setup but now I
cannot get a signal. I've checked the modules bttv, i2c and i2c-core are
loaded and no problems there as far as I can tell but when I run the tuning
wizard on kwintv it comes up with nothing as channels found. I've also tried
xawtv and the same problem there so I think it must be X that is causing the
problem as everything seems to be installed ok. I also have the new NVidia
drivers loaded but I can't see that being the problem.
Has anyone got it to work under X4.0.1 and how did you do it? Any help would
be most appreciated.
Thanks



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

From: "Giuseppe Ricioppo" <[EMAIL PROTECTED]>
Subject: Red Hat 7.1 VS a nice PS/2 mice
Date: Sat, 2 Jun 2001 12:10:48 +0200

Good morning everybody!

At the first boot, kudzu tell me that my mice must be eliminate.
In X my mice doesn't work. I chose a generic ps/2 with 2 button ( a
Logitech). During X's configuration my mouse was OK! I have the same problem
with Mandrake 8.0. The mouse's section in my XF86conf is...

##########################
Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option      "Device" "/dev/mouse"
 Option      "Protocol" "PS/2"
 Option      "Emulate3Buttons" "on"
 Option      "ZAxisMapping" "4 5"
EndSection
############################
There is another file called XF86config.old. Its mouse related section is...

############################
Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psaux"
#.....
#....
    Emulate3Buttons
    Emulate3Timeout    50
EndSection
##############################

I've already upgraded Xconfigurator and mouseconfig, but my mouse doesn't
work yet.
With MDK 7.0 I didn't had the same problem. Why?

What's happening?

Thank U

Giuseppe.





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

From: [EMAIL PROTECTED] (Uwe Malzahn)
Subject: Re: CD-Writer MP3->AudioCD
Date: Sat, 2 Jun 2001 12:30:18 +0200

In article <[EMAIL PROTECTED]>,
        Rainer Lehrig <[EMAIL PROTECTED]> writes:
> Hello,
> I'm searching for a CD Burner Software that is able to produce audio
> cd's out of mp3-files on linux (like feurio under windows).
> If there is such a software, please let me know.
> 

How about converting the mp3s with say xaudio or mpg123 or ...
and then burn the stuff with cdrdao?
If you _need_ it in one go, well why not write a small script?

Cheers,
Uwe

-- 
"Early to rise, early to bed, makes a man healthy, wealthy and dead."
        -- (Terry Pratchett, The Light Fantastic)

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

From: [EMAIL PROTECTED] (Richard D. McRoberts)
Subject: Re: Red Hat 7.1 VS a nice PS/2 mice
Reply-To: [EMAIL PROTECTED]
Date: 2 Jun 2001 08:02:55 -0400

On Sat, 2 Jun 2001 12:10:48 +0200, Giuseppe Ricioppo
<[EMAIL PROTECTED]> wrote:
>At the first boot, kudzu tell me that my mice must be eliminate.
>In X my mice doesn't work. I chose a generic ps/2 with 2 button
>( a Logitech). During X's configuration my mouse was OK! I have
>the same problem with Mandrake 8.0. The mouse's section in my
>XF86conf is...

I have also had this problem in Red Hat 7.1, not seen in earlier
releases.  Either of at least two causes could be at fault:

1.  The soundcard drivers camp on IRQ12, which is needed by the
    mouse.  "cat /proc/interrupts" can give a clue to this.  Try
    unloading (rmmod) the sound drivers and see if that helps
    the mouse.  Then if it works, and you want sound, you will
    need to make those drivers use a different IRQ.

2.  kudzu does something to disable the mouse.  This happened to
    me also.  I verified it by booting in single-user mode and starting
    gpm (the console mouse) which worked at that point.  But, after
    after running kudzu, the mouse was dead.  If this is your problem,
    then you must prevent kudzu from running at boot-up.  Either
    uninstall it, or disable the "S" links in /etc/rc.d/rc?.d.

Hope this helps, and happy Linux-ing.

Richard D. McRoberts
Union, WV  USA
[EMAIL PROTECTED]


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

From: "Andy Walker" <[EMAIL PROTECTED]>
Subject: help needed with segmentation faults with 3D
Date: Sat, 2 Jun 2001 13:33:28 -0000

I'm having a nightmare trying to get NVidia drivers working with XFree4.0.1.
I've managed to install the newest drivers available and Loki's test
software seems to agree with me. X starts with no errors and in fact
displays the NVidia picture briefly on start up but when ever I try to start
anything that enables 3D it invariably doesn't work.
The usual error that occurs is segmentation error and core dumped which
means absolutely nothing to me but hopefully might to someone a bit more
clued up! Some more commercial games such as the Sin demo run fine with
software render but lock up X as soon as you enable hardware render.
I'm running Mandrake7.2 on an AMD K6-2 with an NVidia TNT2 M64 32meg video
card and XFree86 4.0.1 with NVidia drivers ver 1.0-1251.
Thanks in advance for any help



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

From: [EMAIL PROTECTED] (Richard Carter)
Subject: Re: Back up in Linux
Date: 2 Jun 2001 13:17:35 GMT
Reply-To: [EMAIL PROTECTED]

Dave Martel ([EMAIL PROTECTED]) wrote:
: FWIW, Norton Ghost can backup/restore EXT2 partitions. 

Also true of PowerQuest's DriveImage. A shame there isn't a better
solution while Linix is running.  What about booting Linux from a
floppy or CD-ROM?  Could you then grab everything off the hard disk
partition in some way?
--
Rick Carter
[EMAIL PROTECTED]

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

From: "Wayne Osborn" <[EMAIL PROTECTED]>
Subject: Re: Maxtor ATA/100 Card: Kernel 2.4.2 not setting correctly?
Date: Sat, 02 Jun 2001 21:43:36 +0800

In article <RYQR6.4402$[EMAIL PROTECTED]>, "Michael
Barton" <[EMAIL PROTECTED]> wrote:

> "Wayne Osborn" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
>> In article <nMvR6.18330$[EMAIL PROTECTED]>,
> "Michael
>> Barton" <[EMAIL PROTECTED]> wrote:
>>
>> > I've got a Maxtor ATA/100 PCI card installed, with a Maxtor
> ATA/100 80GB
>> > drive attached.  Kernel Version 2.4.2 boots up fine with it.
>> >
>> > If I use hdparm to check the device, it sats:
>> >
>> > /dev/hde:
>> >
>> >  Model=Maxtor 98196H8, FwRev=ZAH814Y0, SerialNo=V80732FC
> Config={ Fixed
>> >  }
>> >  RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=57
>> >  BuffType=DualPortCache, BuffSize=2048kB, MaxMultSect=16,
> MultSect=16
>> >  CurCHS=16383/16/63, CurSects=-66060037, LBA=yes,
> LBAsects=160086528
>> >  IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
> PIO
>> >  modes: pio0 pio1 pio2 pio3 pio4
>> >  DMA modes: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 *udma5
>> >
>> > Note that udma5 is checked.
>> >
>> >
>> yes, but that does not mean it is running udma5.... Its the max
> support
>> ed in the drive.
>>
>>
> Actually, it DOES reflect the state of the drive.  The hdparm -i option
> simply formats a response from the disk drive.  If I issue the hdparm -X
> option of set the UDMA state of the drive, the asterisk moves up and
> down the list to the appropriate setting.
> 

Not for me it doesn't! 
I try -X33 -X66 -X68 -d0 -d1 and each time /sbin/hdparm -i /dev/hda shows "*udma5"

The drive performance definately reflects each selected DMA mode.

-- 
  Wayne A. Osborn, SCADA Engineer.[dnar AT iinet DOT net DOT au]
  Registered Linux User #212818.  [2.2.16-22] [i686]
  9:40pm  up 4 min,  4 users,  load average: 0.15, 0.20, 0.09
  ...You had mail, but the super-user read it, and deleted it!

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

From: "bowman" <[EMAIL PROTECTED]>
Subject: Re: recommend a ups for linux?
Date: Sat, 2 Jun 2001 07:57:13 -0600


"Robert Nagle" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Can somebody recommend a ups for a small home office.
> 2 1.2 gig athlon machines, 1 21 inch monitor, a printer. Maybe later a
scanner.

since price is the deciding factor, the monitor, printer, and scanner don't
count. only plug the boxes nito the UPS, and plan to do an orderly shutdown
very soon after the UPS signals a power failure. Most of what you pay for in
an UPS is the battery, hence less capacity == cheaper.

> Does one need accompanying software to power the system down in linux?
> There is nothing advice out there except a how to document dated 1997.

the software should already be floating around your machine. typically, you
plug the signal cable into an unused serial port. the daemon watches one of
the handshake lines, and takes action when it goes high (or low). The HOWTO
is as complete now as it was in 1997.

There may be UPS's that provide a slicker interface by now; i'll defer to
someone else for that answer, but the basic functionality is pretty easy to
implement. you don't really need pie charts, graphs, statistics, and snappy
dialog from a UPS.



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

From: Bob Chiodini <[EMAIL PROTECTED]>
Subject: Re: recommend a ups for linux?
Date: Sat, 02 Jun 2001 14:17:23 GMT

Good Morning,

I have a Tripp-Lite INternet Office 500.  Tripp-Lite supports Linux, and 
has a downloadable daemon, which supports network notifications, orderly 
shutdown of the protected system.  The only drawback to this unit is 
that it's interface is relatively stupid.  Contact closures only, not 
statistics about the voltages, or battery condition.  For the price it 
works fine.  I have the PC, monitor and cable modem on the UPS.  The 
rest of the system is on commercial power.

There is a generic daemon (upsd or powerd) that support many different 
manufacturers and models.  It was probably in your ditro.

Bob...

Robert Nagle wrote:

> Can somebody recommend a ups for a small home office.
> 
> 2 1.2 gig athlon machines, 1 21 inch monitor, a printer. Maybe later a scanner. 
> 
> Does one need accompanying software to power the system down in linux? 
> 
> 
> 
> There is nothing advice out there except a how to document dated 1997.
> 
> Oh, yes, I just got laid off from Dell, so price is really important.
> 


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

Subject: Re: Back up in Linux
From: Johan Kullstam <[EMAIL PROTECTED]>
Date: Sat, 02 Jun 2001 14:19:14 GMT

[EMAIL PROTECTED] (Richard Carter) writes:

> Dave Martel ([EMAIL PROTECTED]) wrote:
> : FWIW, Norton Ghost can backup/restore EXT2 partitions. 
> 
> Also true of PowerQuest's DriveImage. A shame there isn't a better
> solution while Linix is running.  What about booting Linux from a
> floppy or CD-ROM?  Could you then grab everything off the hard disk
> partition in some way?

mount the partition read-only to freeze the state during your
copy/dump.  then use dump, tar, cpio or cp -ax depending on what you
want to do.

-- 
J o h a n  K u l l s t a m
[[EMAIL PROTECTED]]
Don't Fear the Penguin!

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

From: Niclas Knuts <[EMAIL PROTECTED]>
Subject: USB CD-Writer in Redhat 7.1 ?
Date: Sat, 02 Jun 2001 14:37:11 GMT

Hello !

Does linux support USB CD-Writers or is it a hopeless situation ?

/ Nicce


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

From: Subba Rao <[EMAIL PROTECTED]>
Subject: Linux Video conferencing
Date: Sat, 02 Jun 2001 14:39:22 GMT


I am looking for some information for setting up Video conferencing using my
Linux system. What devices are required for such setup? I do have USB ports
available. I am confused about WebCams and NetCams. Is there a difference
between these devices? Will this be streaming video? What software is
available to do the conferencing?

Any pointers and information is appreciated.

Thank you in advance.

Subba Rao
[EMAIL PROTECTED]

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

From: Greg Davis <[EMAIL PROTECTED]>
Subject: Re: hard disk headache
Date: Sat, 02 Jun 2001 14:49:08 GMT

You have DMA set to on.  Are you allowed to do that with your harddrive/ide
controller?  Setting that to "on" when it should no be could damage the drive and even
your motherboard.

Greg

Paul wrote:

> Hi,
> My hard disk is making sounds of ticking and dying, and then my PC freezes
> and then the disk makes a sound of accelerating and my PC unfreezes.
> Not really a Linux problem because it happens under Windows too.
> Here are some lines from /var/log/warn
> May  9 23:01:43 earth kernel: hda: multwrite_intr: error=0x04 { DriveStatusError
> May  9 23:01:43 earth kernel: hda: multwrite_intr: status=0x51 { DriveReady Seek
> May  9 23:01:43 earth kernel: hda: multwrite_intr: error=0x04 { DriveStatusError
> May  9 23:01:43 earth kernel: hda: multwrite_intr: status=0x51 { DriveReady Seek
> May  9 23:01:43 earth kernel: hda: multwrite_intr: error=0x04 { DriveStatusError
> May  9 23:01:43 earth kernel: hda: multwrite_intr: status=0x51 { DriveReady Seek
> May  9 23:01:43 earth kernel: hda: multwrite_intr: error=0x04 { DriveStatusError
> May  9 23:01:43 earth kernel: ide0: unexpected interrupt, status=0xd1, count=1
>
> May 24 17:53:29 earth kernel: ide0: unexpected interrupt, status=0x80, count=1
> May 24 17:53:59 earth kernel: ide0: reset timed-out, status=0x80
> May 24 17:53:59 earth kernel: hda: status timeout: status=0x80 { Busy }
> May 24 17:53:59 earth kernel: ide0: unexpected interrupt, status=0x80, count=2
> May 24 17:53:59 earth kernel: hda: drive not ready for command
> May 24 17:54:00 earth kernel: ide0: reset: success
>
> Here is the output of hdparm -I
>
>  Model=UQNAUT MIFERABLLS 6T4. A                , FwRev=0A.F8000, SerialNo=51769265
>  Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
>  RawCHS=13328/15/63, TrkSize=32256, SectSize=512, ECCbytes=4
>  BuffType=3(DualPortCache), BuffSize=81kB, MaxMultSect=16, MultSect=16
>  DblWordIO=no, maxPIO=2(fast), DMA=yes, maxDMA=2(fast)
>  CurCHS=13328/15/63, CurSects=12594960, LBA=yes, LBAsects=12594960
>  tDMA={min:120,rec:120}, DMA modes: sword0 sword1 sword2 mword0 mword1 *mword2
>  IORDY=on/off, tPIO={min:120,w/IORDY:120}, PIO modes: mode3 mode4
>
> So it's a Quantum Fireball ST6.4 A. That UQNAUT etc was there before
> this trouble started.
>
> So, can my hard disk be saved? How long will it continue to work?


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

From: Greg Davis <[EMAIL PROTECTED]>
Subject: where do I buy things?
Date: Sat, 02 Jun 2001 14:54:32 GMT

My local computer store selection has been very slim and does not look
like it will get any better as the local compusa is closing its doors.
Hence, I have always done my component shopping online at stores like
buy.com or necx.  The variety at buy.com seems to be shrinking, as its
prices increase, and necx was bought out by someone else.  So, does
anyone know any reputable online vendors that don't over charge?  If
they do recommendations for Linux supported hardware that would be
great.

Thanks,
Greg


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


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