Linux-Hardware Digest #853, Volume #12 Sat, 13 May 00 14:13:04 EDT
Contents:
Re: Zoom FaxModem (Mark Bratcher)
Re: run a 3c905c at 100 Mbps full duplex? (Joshua Baker-LePain)
Re: Symbios SCSI disk drivers (Robert Hampf)
problem playing VCDs with mtv (Avatar)
Re: ISP/modem performance ("SR")
Re: Printing with lexmark (Rod Smith)
backup problem ("ChemSoft GmbH")
Computer stays off at power outage. ([EMAIL PROTECTED])
Viruses vs. Table Vectors (BEN BulleT.)
Re: Linux vs. CR(A,E,?)Y II (BEN BulleT.)
Re: Linux vs. CR(A,E,?)Y II (BEN BulleT.)
Re: Linux vs. CR(A,E,?)Y II (BEN BulleT.)
Re: Linux vs. CR(A,E,?)Y II (BEN BulleT.)
Re: Linux vs. CR(A,E,?)Y II ("Alex F. Evonosky")
Re: Memory unrecognized (not the >64M problem!) (Michael Coffin)
----------------------------------------------------------------------------
From: Mark Bratcher <[EMAIL PROTECTED]>
Subject: Re: Zoom FaxModem
Date: Sat, 13 May 2000 09:05:46 -0400
Donald Tillery wrote:
>
> I am installing a Zoom FaxModem 56k external modem onto a system that
> has Linux Red Hat 6.2. The Dialup Config Tool saids that there are no
> modems on the system. Then I ran cat /proc/interrupts and got:
>
> CPU0
> 0: 10037 XT-PIC timer
> 1: 80 XT-PIC keyboard
> 2: 0 XT-PIC cascade
> 3: 81 XT-PIC NE2000
> 5: 3177 XT-PIC soundblaster
> 8: 1 XT-PIC rtc
> 12: 1106 XT-PIC PS/2 Mouse
> 13: 1 XT-PIC fpu
> 14: 97721 XT-PIC ide0
> 15: 189 XT-PIC ide1
> NM1: 0
>
Hmm. I'm a little distracted that the network card (NE2000) is on
interrupt 3, which is usually the COM2 (ttyS01) interrupt. I'll ignore
that for now...
If you do a BIOS config, make sure that COM2 is disabled and COM1 is
enabled. Then reboot Linux. (BTW, do you also have Windows installed? If
so, does COM1 come up there?) Watch for the message that identifies
ttyS00 with its I/O port and interrupt. If you miss it, check
/var/log/messages. If it's not there, then double check your kernel
config to make sure you have serial ports enabled.
--
Mark Bratcher
mailto:[EMAIL PROTECTED]
=========================================================
Escape from Microsoft's proprietary tentacles: use Linux!
------------------------------
From: Joshua Baker-LePain <[EMAIL PROTECTED]>
Subject: Re: run a 3c905c at 100 Mbps full duplex?
Date: 13 May 2000 13:38:15 GMT
Georg Schwarz <[EMAIL PROTECTED]> wrote:
> We're running a 3c905c with Linux 2.2.15 connected to an HP Procurve
> 10/100 autosensing switch. When booting the respective port is shown to
> be set to 100 Mbps full duplex, but when the driver comes up it seems to
> set the ethernet interface to 10 MBps half duplex (at least the switch
> indicates so). What can be done about that problem? What driber should
> we use?
I don't know if it will help, but somebody told me that the for the 3C90x
series, the drivers from 3Com work better than the 3C59x included
in the kernel. You can get 3Com's drivers from:
http://support.3com.com/infodeli/tools/nic/linuxdownloading.htm
Good luck.
--
Joshua Baker-LePain
Department of Biomedical Engineering
Duke University
------------------------------
From: [EMAIL PROTECTED] (Robert Hampf)
Subject: Re: Symbios SCSI disk drivers
Date: 13 May 2000 16:54:11 +0200
Glyn Davies <[EMAIL PROTECTED]> hélt þessu fram:
:
: I have an Intel N440BX server board with embedded Symbios SCSI (SYM 53C875)
: controller with a Seagate ST hot-swap disk, which I can't get to run with
: RedHat 6.1. I have looked on the Intel site for drivers without success.
I have an Asus PCI-SC875 SCSI card with a Symbios chip. I had to load
the driver manually when I installed RH.
If you got the system running (mixed IDE SCSI system) you could
compile a new kernel. There are three drivers you can use (something
like 1. ncr53c7xx 2. ncr53c8xx 3. sym53c8xx). I have used the
ncr53c8xx. Now I'm trying the sym53c8xx. It seems to work well.
It's also recommended in the kernel info.
rh
------------------------------
From: Avatar <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup
Subject: problem playing VCDs with mtv
Date: Sat, 13 May 2000 15:14:50 +0100
Hi,
I have a problem with mtv version 1.1.1.1. When using linux kernel
version
2.3.5 I have no problem playing VCDs. However upon updating to kernel
version 2.3.99-pre8 I have been unable to play any VCDs. I keep getting
the error message "Hum...no Video could be found on this track. Check
the
CD or check that your CDROM drive and kernel support VCD". Actually this
problem started on kernel versions 2.3.30 (I think - can't
remember upwards.
I am running a SCSI system with a DPT controller card with the driver
(DPT-EATA) compiled into the kernel (ie not as a module). The CDROM is a
SCSI-Ultraplex from Plextor. Here's the result of ldd on mtv.
/lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x40015000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4001f000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x400ed000)
libm.so.6 => /lib/libm.so.6 (0x40103000)
libc.so.6 => /lib/libc.so.6 (0x40120000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40216000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x40264000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x4026e000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40286000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
I am using glibc 2.1.3-16 from the rawhide distibution. Any help would
be
appreciated. Thanks a lot.
Mark
------------------------------
From: "SR" <[EMAIL PROTECTED]>
Crossposted-To: alt.internet.providers.uk.free
Subject: Re: ISP/modem performance
Date: Sat, 13 May 2000 15:11:17 +0100
Brian Vallot-Lewis wrote in message
<8fi4ip$ohl$[EMAIL PROTECTED]>...
<snip>
>be... Like my Surround sound system which has 7 amplifiers adding
to
>2,850 watts (American pmp rating) which it can manage with a 2A
mains
>fuse. (Who says energy cannot be created) even my 100watt Blaster
>speakers on my computer have a 10v 500mA Power supply. (Isn't
America
>marvellous- only they can do these things 4 y'all)
>
>Brine
>
But if they gave all the values in rms people wouldn't buy a 5 watt
speaker they would rather see something like 200W in big letters
which bear no resemblance to the truth.
SR
------------------------------
Reply-To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: Printing with lexmark
Date: Sat, 13 May 2000 14:30:29 GMT
[Posted and mailed]
In article <[EMAIL PROTECTED]>,
Patrick Allaire <[EMAIL PROTECTED]> writes:
> I want to print with my Lexmark 1020 and CorelLinux.
>
> Where can i find a driver?
Unless it's the "business model," you can't:
http://www.picante.com/~gtaylor/pht/show_printer.cgi?recnum=59328
--
Rod Smith, [EMAIL PROTECTED]
http://www.rodsbooks.com
Author of books on Linux networking & multi-OS configuration
------------------------------
From: "ChemSoft GmbH" <[EMAIL PROTECTED]>
Subject: backup problem
Date: Sat, 13 May 2000 16:43:04 +0200
hi all,
i try to realize an incremental backup for our servers on an dds tape-drive.
i have made the following script:
#!/bin/sh
# fullbackup of ....
# nfsmount/smbmount
.....
# first rewind the tape
mt -t /dev/st0 rewind
# then backup
cd /
tar -c -v -V "Fullbackup" -f /dev/st0 -g /var/adm/backup/Dir etc/ home/
server1/home/ server2/home/
# unmount nfs/smb-shares
....
first i mount the servers via nfs/smb and make a fullbackup.
then i try to make a backup only of the files that have changed or are new:
#!/bin/sh
# incremental backup
# nfs/smbmount the shares
.....
# rewind the tape
mt -t /dev/st0 rewind
# and go to the end of the last file
mt -t /dev/st0 eof
# incremental backup
cd /
tar -c -v -V "Incrementalbackup" -f /dev/st0 -g /var/adm/backup/Dir etc/
home/ server1/home/ server2/home/
but it doesn´t work. i get the following error message:
tar: home/*: Cannot stat: No such file or directory
or:
tar: Error exit delayed from previous errors
And it seems that during the incremental backup NOT only the new files are
backuped
anybody can tell me what´s going wrong.
thanks in advance
Mit freundlichem Gruß aus Sankt Augustin
Diana Block
ChemSoft GmbH
Market-Services
Postanschrift: Am Otenberg 17a, 53757 Sankt Augustin
Technik und Service: TechnoPark der GMD, Rathausallee 10
Telefon 02241/334691 - Fax 02241/334692 - http://www.chemsoft.de
--
Mit freundlichem Gruß aus Sankt Augustin
Diana Block
ChemSoft GmbH
Market-Services
Postanschrift: Am Otenberg 17a, 53757 Sankt Augustin
Technik und Service: TechnoPark der GMD, Rathausallee 10
Telefon 02241/334691 - Fax 02241/334692 - http://www.chemsoft.de
------------------------------
From: [EMAIL PROTECTED]
Subject: Computer stays off at power outage.
Date: Sat, 13 May 2000 15:19:53 GMT
Hi,
I have a problem with our server when the power company has an power
outage. The computer shuts off and when the power comes back on the
computer does not turn on. I have to push to power button to turn it
back on.
I think the power button is a toggle button and not a on / off switch.
Do I need to get a different power button or is there some bios
settings or maybe I just have some wires in wrong?
Thanks,
Paul
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: BEN BulleT. <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.networking,alt.linux
Subject: Viruses vs. Table Vectors
Date: Sat, 13 May 2000 15:21:49 GMT
So now, my 'vectors' cannot rightly be called viruses. My vectors are so
severe that they can lift entire tables out of ROM memory and teleport
them across the network to support under your ROM memory. Viruses are
pathetic little things that 2^X section things. A yellow laser sounds
severe but in actuallity, I realize that maybe once in a lifetime, it
might click off your CRT display temporarily. My suggestion is that my
yellow laser supports sleep() and awake() functions for screen saver
support. Since DoD uses the Space Program as an encryption dump (shrug),
we might as well point viruses there to(o):
NASA()
NASa()
NAsA()
NAsa()
NaSA()
NaSa()
NasA()
Nasa()
nASA()
nASa()
nAsA()
nAsa()
naSA()
naSa()
nasA
nasa
S=c
So the Space Program is 16-sectioned for virus dump support. So now, let
me explain yellow laser in nuclear physical terms:
If a yellow laser expands by 2, then 2x3's expand by 3.
If a yellow laser expands by 2^2 then 2x3's expand by 9.
If a yellow laser expands by (2^2)/2 then 2x3's expand by 4.5.
The decimal point is to(o) philosophical to support as a function.
Claiming somebody's options expand by 2 implies that you have 4's and
5's in a bind. Well, you know, the funny thing is that *I* have 4's and
5's in a bind and yet... people keep claiming that my options are
undermined by the number 2. I don't need the Star of David. I only need
to keep 4's and 5's in a bind.
Brilliant, *BRILLIANT* flash. Magic box is instruction pointer space.
I'm to(o) amused to tell you what majic box is. Read my postings.
((D=3^0=3=4.5-0.5-0.5-0.5),(RS=UA))
You know, the only reason why I am BEN BulleT. is because it clearly
clearly got me under a black pixel in the center of majic box. The
universe is the four pixels in the center of majic box. All things
considered, I would put 'infinity' in the center of majic box:
(GREEN);OC.""
((4,0),(4,2));.''
((4,2),(0,2));.''
((0,2),(0,4));.''
((4,4),(2,4));.''
((2,4),(2,0));.''
((2,0),(0,0));.''
(YELLOW,GR(A,E,?)Y,?);OOCC.""
((3,1),(1,3));.''
((1,3),(0,2));.''
((0,2),(1,1));.''
((1,1),(3,3));.''
((3,3),(4,2));.''
((4,2),(3,1));.''
You know, I'm actually starting to believe my own hype. These table
viruses are moi hi-tech because '4' and 'SW8' are
(tw(o),two(),to(o),too());OOCOCC.''
obvious.
OK. So, a yellow laser is 1000x1000 because that is the size of a
squared VGA(VAN,ECK,?) CRT(VAN,ECK,?) video display. It is important to
support it because the future of science depends on you, (linus,
linux,?). Go forth and vini, vidi, and vici. The volume of the universe
is equal to that of my right eye, and my left eye is 1000 pixels in
diameter. You know, I keep thinking that buckminstkrfullkrink(60,72,?)
is used as pixels on computer CRT(VAN,ECK,?) displays as a way to
support claims concerning Neon... but I don't really know anything about
the manufacture of video hardware. A yellow laser is above Hubble and I
am triple under Hubble and double under Hubble's Sun frame of referance.
Pixels are like pouring concrete footings with a wheelbarrow and cement
mixer. You do one pixel at one end and then switch to the other end and
back and forth until it is complete. With that in mind, you can build a
3(base(1010))^0(base(1010))=3(base(1010)) to support (pixel,vector,?).
The way I look at it, '3^0' and '7' are the only characters that I have
claims on being inside of a square pixel. You know, as stupid as nuclear
physicists are, I still believe that water is polar and carbon dioxide
is not. ASCII space is 12x12. You know, I don't want to impose
logarithms on you but... It might be possible to duck out of mirrors by
supporting these numbers warped into logarithmic frames.
--
Kevin B. Murphy, Homo(nid) sapien superior,
Also, I have postings as author:[EMAIL PROTECTED],I was kicked off of
the science
groups apparently because network managers are way smarter then any
physicist ever
born.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: BEN BulleT. <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,comp.os.linux.networking,comp.os.linux
Subject: Re: Linux vs. CR(A,E,?)Y II
Date: Sat, 13 May 2000 17:02:07 GMT
In article <[EMAIL PROTECTED]>,
joe 90 <"joe 90"@nospamplease.thanks> wrote:
> the point for lesser mortals being what? (exactly, in less than 15
words)
>
> "BEN BulleT." wrote:
The point for lessor mortals is that cos(0)=3, get it? (whatever)
>
> > (yawn) OK. Powers of 0 and 1 (groan):
> >
> > So since vectors are so small, I guess I'll sneak in a few under
your
> > argument (hehehe) in order to get 'OR' going. Well,
> >
> > 3^0=3
> >
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((0,0),(2,1));.''
> > ((2,1),(3,0));.''
> > ((3,0),(3,3));.''
> > ((3,3),(0,0));.''
> >
> > The only thing that get's under might be quarks, but quarks mark the
> > center of a 6x7... Also, 6x7 is an F2 argument.
> >
> > The instruction pointer is a vector as well, but it is supported on
an
> > octagon in the forward dimention. In other words, an octagon edge is
the
> > square root of two line. The instruction pointer is basically the
reason
> > why octagons are a separate type of graph paper. OK. I had a hard
and
> > fast rule that orange was always first before followed by red and
then
> > yellow (when I used to play this game from before. Red doesn't
enclose
> > any space worth counting on. Red is just basically a shadow of
orange
> > most of the time.
> >
> > ORANGE:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((1,0),(2,0));.''
> > ((2,0),(3,1));.''
> > ((3,1),(3,2));.''
> > ((3,2),(2,3));.''
> > ((2,3),(1,3));.''
> > ((1,3),(0,2));.''
> > ((0,2),(0,1));.''
> > ((0,1),(1,0));.''
> > RED:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((2,0),(3,1));.''
> > ((3,1),(3,4));.''
> > ((3,4),(2,4));.''
> > ((2,4),(0,2));.''
> > ((0,2),(2,0));.''
> > YELLOW:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((0,1),(1,3));.''
> > ((1,3),(3,4));.''
> > ((3,4),(2,4));.''
> > ((2,4),(0,2));.''
> > ((0,2),(0,1));.''
> >
> > Now, I'm taking a rest from nuclear physics to be with you guys.
They
> > know all of this stuff anyways because it is Feynman's. Nuclear
physics
> > can get under DoD and if they don't then God help us all.
> >
> > --
> > Kevin B. Murphy, Homo(nid) sapien superior,
> > Also, I have postings as author:[EMAIL PROTECTED],I was kicked
off of
> > the science
> > groups apparently because network managers are way smarter then any
> > physicist ever
> > born.
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
>
--
Kevin B. Murphy, Homo(nid) sapien superior,
Also, I have postings as author:[EMAIL PROTECTED],I was kicked off of
the science
groups apparently because network managers are way smarter then any
physicist ever
born.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: BEN BulleT. <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,comp.os.linux.networking,comp.os.linux
Subject: Re: Linux vs. CR(A,E,?)Y II
Date: Sat, 13 May 2000 17:00:42 GMT
In article <[EMAIL PROTECTED]>,
joe 90 <"joe 90"@nospamplease.thanks> wrote:
> the point for lesser mortals being what? (exactly, in less than 15
words)
>
> "BEN BulleT." wrote:
The point for lessor mortals is that sin(0)=3, get it?
>
> > (yawn) OK. Powers of 0 and 1 (groan):
> >
> > So since vectors are so small, I guess I'll sneak in a few under
your
> > argument (hehehe) in order to get 'OR' going. Well,
> >
> > 3^0=3
> >
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((0,0),(2,1));.''
> > ((2,1),(3,0));.''
> > ((3,0),(3,3));.''
> > ((3,3),(0,0));.''
> >
> > The only thing that get's under might be quarks, but quarks mark the
> > center of a 6x7... Also, 6x7 is an F2 argument.
> >
> > The instruction pointer is a vector as well, but it is supported on
an
> > octagon in the forward dimention. In other words, an octagon edge is
the
> > square root of two line. The instruction pointer is basically the
reason
> > why octagons are a separate type of graph paper. OK. I had a hard
and
> > fast rule that orange was always first before followed by red and
then
> > yellow (when I used to play this game from before. Red doesn't
enclose
> > any space worth counting on. Red is just basically a shadow of
orange
> > most of the time.
> >
> > ORANGE:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((1,0),(2,0));.''
> > ((2,0),(3,1));.''
> > ((3,1),(3,2));.''
> > ((3,2),(2,3));.''
> > ((2,3),(1,3));.''
> > ((1,3),(0,2));.''
> > ((0,2),(0,1));.''
> > ((0,1),(1,0));.''
> > RED:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((2,0),(3,1));.''
> > ((3,1),(3,4));.''
> > ((3,4),(2,4));.''
> > ((2,4),(0,2));.''
> > ((0,2),(2,0));.''
> > YELLOW:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((0,1),(1,3));.''
> > ((1,3),(3,4));.''
> > ((3,4),(2,4));.''
> > ((2,4),(0,2));.''
> > ((0,2),(0,1));.''
> >
> > Now, I'm taking a rest from nuclear physics to be with you guys.
They
> > know all of this stuff anyways because it is Feynman's. Nuclear
physics
> > can get under DoD and if they don't then God help us all.
> >
> > --
> > Kevin B. Murphy, Homo(nid) sapien superior,
> > Also, I have postings as author:[EMAIL PROTECTED],I was kicked
off of
> > the science
> > groups apparently because network managers are way smarter then any
> > physicist ever
> > born.
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
>
--
Kevin B. Murphy, Homo(nid) sapien superior,
Also, I have postings as author:[EMAIL PROTECTED],I was kicked off of
the science
groups apparently because network managers are way smarter then any
physicist ever
born.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: BEN BulleT. <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,comp.os.linux.networking,comp.os.linux
Subject: Re: Linux vs. CR(A,E,?)Y II
Date: Sat, 13 May 2000 17:20:29 GMT
In article <[EMAIL PROTECTED]>,
joe 90 <"joe 90"@nospamplease.thanks> wrote:
> the point for lesser mortals being what? (exactly, in less than 15
words)
OK. Let's talk about three-phase power. Now, three phase power has equal
voltages spaced 60 degrees apart. But if I define a vector display in
which the pixels rotate counter-clockwise inside an r=1 circle,
clockwise inside an r=2 circle and outside of an r=1 circle,
and counterclockwise inside of an r=3 circle then... it should be
obvious that if I shoot two sinusoidal functions down an axis with
factors of 1 and 3 to distinquish the two that the response is a
sinusoidal function that is is between 1 and 3 and that would obviously
be 2. Since 2 opposes 1 and 3, then it keeps going past the zero point
to define the negative portions of the axis. Ergo, cos(0)=3.
> "BEN BulleT." wrote:
>
> > (yawn) OK. Powers of 0 and 1 (groan):
> >
> > So since vectors are so small, I guess I'll sneak in a few under
your
> > argument (hehehe) in order to get 'OR' going. Well,
> >
> > 3^0=3
> >
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((0,0),(2,1));.''
> > ((2,1),(3,0));.''
> > ((3,0),(3,3));.''
> > ((3,3),(0,0));.''
> >
> > The only thing that get's under might be quarks, but quarks mark the
> > center of a 6x7... Also, 6x7 is an F2 argument.
> >
> > The instruction pointer is a vector as well, but it is supported on
an
> > octagon in the forward dimention. In other words, an octagon edge is
the
> > square root of two line. The instruction pointer is basically the
reason
> > why octagons are a separate type of graph paper. OK. I had a hard
and
> > fast rule that orange was always first before followed by red and
then
> > yellow (when I used to play this game from before. Red doesn't
enclose
> > any space worth counting on. Red is just basically a shadow of
orange
> > most of the time.
> >
> > ORANGE:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((1,0),(2,0));.''
> > ((2,0),(3,1));.''
> > ((3,1),(3,2));.''
> > ((3,2),(2,3));.''
> > ((2,3),(1,3));.''
> > ((1,3),(0,2));.''
> > ((0,2),(0,1));.''
> > ((0,1),(1,0));.''
> > RED:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((2,0),(3,1));.''
> > ((3,1),(3,4));.''
> > ((3,4),(2,4));.''
> > ((2,4),(0,2));.''
> > ((0,2),(2,0));.''
> > YELLOW:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((0,1),(1,3));.''
> > ((1,3),(3,4));.''
> > ((3,4),(2,4));.''
> > ((2,4),(0,2));.''
> > ((0,2),(0,1));.''
> >
> > Now, I'm taking a rest from nuclear physics to be with you guys.
They
> > know all of this stuff anyways because it is Feynman's. Nuclear
physics
> > can get under DoD and if they don't then God help us all.
> >
> > --
> > Kevin B. Murphy, Homo(nid) sapien superior,
> > Also, I have postings as author:[EMAIL PROTECTED],I was kicked
off of
> > the science
> > groups apparently because network managers are way smarter then any
> > physicist ever
> > born.
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
>
--
Kevin B. Murphy, Homo(nid) sapien superior,
Also, I have postings as author:[EMAIL PROTECTED],I was kicked off of
the science
groups apparently because network managers are way smarter then any
physicist ever
born.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: BEN BulleT. <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,comp.os.linux.networking,comp.os.linux
Subject: Re: Linux vs. CR(A,E,?)Y II
Date: Sat, 13 May 2000 17:21:59 GMT
In article <[EMAIL PROTECTED]>,
joe 90 <"joe 90"@nospamplease.thanks> wrote:
> the point for lesser mortals being what? (exactly, in less than 15
words)
OK. Let's talk about three-phase power. Now, three phase power has equal
voltages spaced 60 degrees apart. But if I define a vector display in
which the pixels rotate counter-clockwise inside an r=1 circle,
clockwise inside an r=2 circle and outside of an r=1 circle,
and counterclockwise inside of an r=3 circle then... it should be
obvious that if I shoot two sinusoidal functions down an axis with
factors of 1 and 3 to distinquish the two that the response is a
sinusoidal function that is is between 1 and 3 and that would obviously
be 2. Since 2 opposes 1 and 3, then it keeps going past the zero point
to define the negative portions of the axis. Ergo, cos(0)=3.
> "BEN BulleT." wrote:
>
> > (yawn) OK. Powers of 0 and 1 (groan):
> >
> > So since vectors are so small, I guess I'll sneak in a few under
your
> > argument (hehehe) in order to get 'OR' going. Well,
> >
> > 3^0=3
> >
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((0,0),(2,1));.''
> > ((2,1),(3,0));.''
> > ((3,0),(3,3));.''
> > ((3,3),(0,0));.''
> >
> > The only thing that get's under might be quarks, but quarks mark the
> > center of a 6x7... Also, 6x7 is an F2 argument.
> >
> > The instruction pointer is a vector as well, but it is supported on
an
> > octagon in the forward dimention. In other words, an octagon edge is
the
> > square root of two line. The instruction pointer is basically the
reason
> > why octagons are a separate type of graph paper. OK. I had a hard
and
> > fast rule that orange was always first before followed by red and
then
> > yellow (when I used to play this game from before. Red doesn't
enclose
> > any space worth counting on. Red is just basically a shadow of
orange
> > most of the time.
> >
> > ORANGE:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((1,0),(2,0));.''
> > ((2,0),(3,1));.''
> > ((3,1),(3,2));.''
> > ((3,2),(2,3));.''
> > ((2,3),(1,3));.''
> > ((1,3),(0,2));.''
> > ((0,2),(0,1));.''
> > ((0,1),(1,0));.''
> > RED:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((2,0),(3,1));.''
> > ((3,1),(3,4));.''
> > ((3,4),(2,4));.''
> > ((2,4),(0,2));.''
> > ((0,2),(2,0));.''
> > YELLOW:
> > ((X1,Y1),(X2,Y2));OOCOCC.""
> > ((0,1),(1,3));.''
> > ((1,3),(3,4));.''
> > ((3,4),(2,4));.''
> > ((2,4),(0,2));.''
> > ((0,2),(0,1));.''
> >
> > Now, I'm taking a rest from nuclear physics to be with you guys.
They
> > know all of this stuff anyways because it is Feynman's. Nuclear
physics
> > can get under DoD and if they don't then God help us all.
> >
> > --
> > Kevin B. Murphy, Homo(nid) sapien superior,
> > Also, I have postings as author:[EMAIL PROTECTED],I was kicked
off of
> > the science
> > groups apparently because network managers are way smarter then any
> > physicist ever
> > born.
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
>
--
Kevin B. Murphy, Homo(nid) sapien superior,
Also, I have postings as author:[EMAIL PROTECTED],I was kicked off of
the science
groups apparently because network managers are way smarter then any
physicist ever
born.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: "Alex F. Evonosky" <[EMAIL PROTECTED]>
Subject: Re: Linux vs. CR(A,E,?)Y II
Crossposted-To: alt.linux,comp.os.linux.networking,comp.os.linux
Date: Sat, 13 May 2000 16:38:50 GMT
umm cos(0)=1
:)
In article <8fk1q6$3gk$[EMAIL PROTECTED]>, BEN BulleT.
<[EMAIL PROTECTED]> wrote:
> In article <[EMAIL PROTECTED]>,
> joe 90 <"joe 90"@nospamplease.thanks> wrote:
>> the point for lesser mortals being what? (exactly, in less than 15
> words)
>>
>> "BEN BulleT." wrote:
>
> The point for lessor mortals is that cos(0)=3, get it? (whatever)
>
>>
>> > (yawn) OK. Powers of 0 and 1 (groan):
>> >
>> > So since vectors are so small, I guess I'll sneak in a few under
> your
>> > argument (hehehe) in order to get 'OR' going. Well,
>> >
>> > 3^0=3
>> >
>> > ((X1,Y1),(X2,Y2));OOCOCC.""
>> > ((0,0),(2,1));.''
>> > ((2,1),(3,0));.''
>> > ((3,0),(3,3));.''
>> > ((3,3),(0,0));.''
>> >
>> > The only thing that get's under might be quarks, but quarks mark the
>> > center of a 6x7... Also, 6x7 is an F2 argument.
>> >
>> > The instruction pointer is a vector as well, but it is supported on
> an
>> > octagon in the forward dimention. In other words, an octagon edge is
> the
>> > square root of two line. The instruction pointer is basically the
> reason
>> > why octagons are a separate type of graph paper. OK. I had a hard
> and
>> > fast rule that orange was always first before followed by red and
> then
>> > yellow (when I used to play this game from before. Red doesn't
> enclose
>> > any space worth counting on. Red is just basically a shadow of
> orange
>> > most of the time.
>> >
>> > ORANGE:
>> > ((X1,Y1),(X2,Y2));OOCOCC.""
>> > ((1,0),(2,0));.''
>> > ((2,0),(3,1));.''
>> > ((3,1),(3,2));.''
>> > ((3,2),(2,3));.''
>> > ((2,3),(1,3));.''
>> > ((1,3),(0,2));.''
>> > ((0,2),(0,1));.''
>> > ((0,1),(1,0));.''
>> > RED:
>> > ((X1,Y1),(X2,Y2));OOCOCC.""
>> > ((2,0),(3,1));.''
>> > ((3,1),(3,4));.''
>> > ((3,4),(2,4));.''
>> > ((2,4),(0,2));.''
>> > ((0,2),(2,0));.''
>> > YELLOW:
>> > ((X1,Y1),(X2,Y2));OOCOCC.""
>> > ((0,1),(1,3));.''
>> > ((1,3),(3,4));.''
>> > ((3,4),(2,4));.''
>> > ((2,4),(0,2));.''
>> > ((0,2),(0,1));.''
>> >
>> > Now, I'm taking a rest from nuclear physics to be with you guys.
> They
>> > know all of this stuff anyways because it is Feynman's. Nuclear
> physics
>> > can get under DoD and if they don't then God help us all.
>> >
>> > --
>> > Kevin B. Murphy, Homo(nid) sapien superior, Also, I have postings as
>> > author:[EMAIL PROTECTED],I was kicked
> off of
>> > the science groups apparently because network managers are way
>> > smarter then any physicist ever born.
>> >
>> > Sent via Deja.com http://www.deja.com/ Before you buy.
>>
>>
>
> --
> Kevin B. Murphy, Homo(nid) sapien superior, Also, I have postings as
> author:[EMAIL PROTECTED],I was kicked off of the science groups
> apparently because network managers are way smarter then any physicist
> ever born.
>
>
> Sent via Deja.com http://www.deja.com/ Before you buy.
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Alex F. Evonosky
Linux version: Red Hat 6.2
http://www.alexevon.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=====BEGIN PGP SIGNATURE=====
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE5BOAKruq/E1OpUE8RARzXAJ9JEJbFIPY1M4uTiAy/yYNO1VJ/AgCfUyMO
XXZzAlxSUkJk2p618G0WgFc=
=yBBF
=====END PGP SIGNATURE=====
------------------------------
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup,alt.os.linux
From: [EMAIL PROTECTED] (Michael Coffin)
Subject: Re: Memory unrecognized (not the >64M problem!)
Date: Sat, 13 May 2000 17:57:19 GMT
If the BIOS doesn't recognize it, are you sure you have it well seated? Have
you tried moving the cards around to other slots?
-Mike
In article <[EMAIL PROTECTED]>,
Sandhitsu R Das <[EMAIL PROTECTED]> wrote:
>
>
>I have an old Packard Bell Legend 220CD machine with 486DX2 running at
>66MHz. I have two RAM slots in which I currently put two 12M modules. It
>seems the second slot module is always recognized as max. 4MB. Do I have
>to tweak anuything to have its full amount recognized (even the BIOS
>recognizes 4MB only).
>
------------------------------
** 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
******************************