Re: Further on P4R800-VM and 3c59x

Donald Becker <[email protected]> Wed, 7 Jan 2004 17:30:47 -0500 (EST)
Newsgroups gmane.linux.drivers.vortex.devel
Message-ID <Pine.LNX.4.44.0401071719180.8974-100000@beohost>
On Wed, 7 Jan 2004, Andrej Prsa wrote:

> > If you use the Scyld driver, you have to set "debug" to 31 to get all 
> > messages...
> 
> Sorry about that; the homepage says it should be set to 6 for most wordy
> output, but now I checked the source and I saw it should be 31.

That turns on additional message enable bits, but for most drivers no
messages are associated with bits above 16.  Most messages are at level
6 and below.

 However,
> even after setting debug=31, I'm still getting nothing more than what I
> already posted. Any clue why? Could you perhaps suggest any action that
> should definitely produce some output to the log?

The system logger is likely throwing away the messages.
In /etc/syslog.conf add the line
kern.*							-/var/log/debug

> While I was looking through the source, I noticed there were two entries
> for 3c920 card, on lines 321 and 323. Is that normal?

Which source code version?
You may be seeing a wildcard match line, or a line that identifies a
specific card release by the subsystem ID and recognizes other cards
with that primary ID with the next line.

(The Scyld PCI support code has the ability to do a partial wildcard match
e.g. "92?", while the PCI support code in the 2.4 kernel only does exact
matches for ID.  Thus the drivers from Scyld.com often have a final
line of the type "Match any 3Com NIC with ID 905*", since 3Com numbers
backward compatible NICs with the same prefix.) 

> Onboard is a Realtek 8201BL/CL LAN PHY that works with the integrated 3Com
> MAC in the IXP 200 southbridge to fully support 10BASE-T/100BASE-TX
> Ethernet networking.
> 
> Could it be that this Realtek is causing problems?

It likely looks like an regular external PHY to the NIC -- there
shouldn't be anything magic.  If you are receiving packets, that
hints that no special power-enable bits need to be set.


-- 
Donald Becker				[email protected]
Scyld Computing Corporation		http://www.scyld.com
914 Bay Ridge Road, Suite 220		Scyld Beowulf cluster systems
Annapolis MD 21403			410-990-9993

_______________________________________________
vortex mailing list
[email protected]
http://www.scyld.com/mailman/listinfo/vortex