On Sun, 18 Jul 2004 15:58:23 -0500,
(E-Mail Removed)
(Moe Trin) wrote:
>Off topic, but what went wrong? Truthfully, I've never tried to upgrade a
>system, preferring to back up anything needed, then wipe and install from
>scratch. It avoids a lot of loose ends. But anyway...
Nothin' really. The 7.2 system was a bit "off" and it's performance
was getting sluggish. This was pretty much a "just for giggles"
exercise. It ended up being a "nuke and reinstall" instead of an
upgrade.
>Yeah, that's an oldy that should work with few problems. Did you remember
>to resd the Ethernet-HOWTO, especially sections 2.7, 2.9.8, and 4.41.2?
206074 Aug 25 2003 Ethernet-HOWTO
That was my 1st venture into document-dom.
>I suspect you are referring to the Ethernet-HOWTO above, but things _should_
>work if you tell the kernel (via boot parameters or module clues in
>/etc/modules.comf) what is going on, AND if your BIOS isn't trying to play
>with your head. I'm assuming that you didn't _otherwise_ change hardware
>between RH7.2 amd now.
Module clues. Hardware didn't change in the slightest with the 1st
three attempts. The only harware that's changed since is this old
card.
>[compton ~]$ etherwhois 00:00:C0
>00-00-C0 (hex) WESTERN DIGITAL CORPORATION
>0000C0 (base 16) WESTERN DIGITAL CORPORATION
> 8105 IRVINE CENTER DRIVE
> IRVINE CA 92718
>[compton ~]$
>
>Well, obviously, you can see the card. But I'd suggest looking at the
>boot messages (in /var/log/messages or /var/log/boot perhaps) and seeing
>what the kernel saw at boot time. Is it using the right parameters there?
It appears to be using the right stuff at boot time, but even
"removing" the card from the system, rebooting and doing it all
manually leaves me with the same seemingly "dead" card.
>Again - boot messages, and look at /etc/modules.conf _SOMETHING_ is OK,
>because you are reading what I take to be a valid MAC address, and you
>can only do that if you can talk to the card.
hence my growing frustration. RH 7.2 took all of 5 mins to get TCP/IP
running and another 10 mins on top of that to get the samba server up.
>>What IO should I use for this card?
>
>An old copy of the Ethernet-HOWTO (v2.66, 6 July 1998) suggested
>
> wd.c: 0x300, 0x280, 0x380, 0x240
Tried all those with identical results each time.
>The only reason I've ever seen to use DHCP (or the earlier bootp) is if
>you have more computers than you have IP addresses, or if the host is
>moving from one network to another. Otherwise, I hard set ALL of the
>addresses on networks I'm responsible for. However...
I typically set up reservations for each machine in the DHCP server
instead of setting IPs manually, but this one I don't particularly
care which address it gets.
>That sorta suggests that the I/O addresses are correct, because otherwise
>you wouldn't be able to stuff packets out onto the wire.
My thoughts exactly.
>Actually, you aren't pinging the NIC, because the NIC has no brains to
>be able to do anything - it's just an interface for the kernel to use IF
>IT WANTS TO. The last item is stressed, because the kernel knows it's
>own IP addresses, and knows not to waste bandwidth on the wire when it's
>trying to talk to itself - you are secretly using the loopback, which
>would work even if the NIC was burnt to a cinder (as long as ifconfig
>was able to configure what remains). Try looking at the 'lo' transmit
>count (/sbin/ifconfig -a) before and after pinging the NIC address. Note
>that the 'lo' interface packet count is increased, not 'eth0'.
Didn't check that, but I will as I work on this ^&^&* thing..
>If you can down the system, try yanking the card out, and then booting and
>looking at what I/O and IRQ is in use now (cat /proc/irq and /proc/ioports).
>Then, install the card, and recheck. Is there an overlap? Also, look at
>the contents of /etc/modules.conf and those boot messages.
I thought I'd done that, but will do so again.
>Don't forget that there is a ton of information available in the HOWTOs. I
>try to keep current on them, and I have 468 HOWTOs (including mini-howtos),
>comprising of 708574 lines / 60 == 11809.56 pages equivalent - just over
>3.9 _million_ words.
I've just about HOW-TO'd myself blind over the past week or so. I'm
running out of on-line resources as well.. *BUT* I'm not giving up.