mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Chris Liebman" <liebman@sponsera.com>
To: "Linux-Kernel" <linux-kernel@vger.kernel.org>
Subject: RE: Linux 2.4.5-ac9
Date: Wed, 6 Jun 2001 10:49:01 -0400	[thread overview]
Message-ID: <GJEFIPNALMBKLKJKIPIGKEMMCAAA.liebman@sponsera.com> (raw)
In-Reply-To: <20010605234928.A28971@lightning.swansea.linux.org.uk>

I've just tried the orinoco_cs driver with my "Orinoco Gold" pcmcia card in
hopes that I could use this instead of having to rebuild the pcmcia-cs
package everytime I try a new kernel...  I am seeing the following messages:

NETDEV WATCHDOG: eth1: transmit timed out
eth1: Tx timeout! Resetting card.

and:

hermes_read_ltv(): rid  (0xfc28) does not match type (0xfc27)
hermes_read_ltv(): rid  (0xfd10) does not match type (0xfc28)
hermes_read_ltv(): rid  (0xfd20) does not match type (0xfd10)
hermes_read_ltv(): rid  (0xfd41) does not match type (0xfd20)
hermes_read_ltv(): rid  (0xfd42) does not match type (0xfd41)
hermes_read_ltv(): rid  (0xfd43) does not match type (0xfd42)
hermes_read_ltv(): rid  (0xfd44) does not match type (0xfd43)
hermes_read_ltv(): rid  (0xfd4f) does not match type (0xfd44)
hermes_read_ltv(): rid  (0xfdc1) does not match type (0xfd4f)
hermes_read_ltv(): rid  (0xfdc6) does not match type (0xfdc1)

any ideas?

[liebman@xyzzy kernel]$ cat /proc/hermes/eth1/recs
PORTTYPE        (0xfc00): length=2 (2 bytes)    value=0001
MACADDR         (0xfc01): length=4 (6 bytes)    value=00:02:2D:1B:5C:7E
DESIRED_SSID    (0xfc02): length=18 (34 bytes)  value="xyzzy"
CHANNEL         (0xfc03): length=2 (2 bytes)    value=0000
OWN_SSID        (0xfc04): length=18 (34 bytes)  value="non-specified SSID
!!"
SYSTEM_SCALE    (0xfc06): length=2 (2 bytes)    value=0001
MAX_DATA_LEN    (0xfc07): length=2 (2 bytes)    value=0900
PM_ENABLE       (0xfc09): length=2 (2 bytes)    value=0000
PM_MCAST_RX     (0xfc0b): length=2 (2 bytes)    value=0001
PM_PERIOD       (0xfc0c): length=2 (2 bytes)    value=0064
NICKNAME        (0xfc0e): length=18 (34 bytes)  value="xyzzy.zod.com"
WEP_ON          (0xfc20): length=2 (2 bytes)    value=0001
MWO_ROBUST      (0xfc25): length=2 (2 bytes)    value=0000
MULTICAST_LIST  (0xfc80): length=4 (6 bytes)    value=01:00:5E:00:00:01
CREATEIBSS      (0xfc81): length=2 (2 bytes)    value=0001
FRAG_THRESH     (0xfc82): length=0 (-2 bytes)   value
RTS_THRESH      (0xfc83): length=2 (2 bytes)    value=092B
TX_RATE_CTRL    (0xfc84): length=2 (2 bytes)    value=0003
PROMISCUOUS     (0xfc85): length=2 (2 bytes)    value=0000
KEYS            (0xfcb0): length=0 (-2 bytes)   value
TX_KEY          (0xfcb1): length=2 (2 bytes)    value=0000
TICKTIME        (0xfce0): length=2 (2 bytes)    value=000A
PRISM2_TX_KEY   (0xfc23): length=2 (2 bytes)    value=0002
PRISM2_KEY0     (0xfc24): length=0 (-2 bytes)   value
PRISM2_KEY1     (0xfc25): length=2 (2 bytes)    value=00:00
PRISM2_KEY2     (0xfc26): length=0 (-2 bytes)   value
PRISM2_KEY3     (0xfc27): length=0 (-2 bytes)   value
PRISM2_WEP_ON   (0xfc28): length=0 (-2 bytes)   value
CHANNEL_LIST    (0xfd10): length=2 (2 bytes)    value=07FF
STAIDENTITY     (0xfd20): length=5 (8 bytes)    value=001F-0001-0006-0010
CURRENT_SSID    (0xfd41): length=18 (34 bytes)  value="xyzzy"
CURRENT_BSSID   (0xfd42): length=4 (6 bytes)    value=02:02:2D:06:30:06
COMMSQUALITY    (0xfd43): length=4 (6 bytes)    value=0000-001B-001B
CURRENT_TX_RATE (0xfd44): length=2 (2 bytes)    value=0002
WEP_AVAIL       (0xfd4f): length=2 (2 bytes)    value=0001
CURRENT_CHANNEL (0xfdc1): length=2 (2 bytes)    value=0003
DATARATES       (0xfdc6): length=6 (10 bytes)
value=04:00:02:04:0B:16:00:00:00:00

	-- Chris


  parent reply	other threads:[~2001-06-06 14:49 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-05 22:49 Alan Cox
2001-06-06  2:03 ` Keith Owens
2001-06-06  4:32 ` David Ford
2001-06-06  4:39   ` Jeff Garzik
2001-06-06  4:55     ` David Ford
2001-06-06  5:25       ` Keith Owens
2001-06-06  6:08   ` SCSI is as SCSI don't Alan Olsen
2001-06-06  5:39     ` Greg KH
2001-06-06  8:04       ` Alan Olsen
2001-06-06  6:20     ` Alan Olsen
2001-06-06  7:49     ` Alan Cox
2001-06-07  0:00       ` Alan Olsen
2001-06-06  9:15 ` Linux 2.4.5-ac9 Thomas Sailer
2001-06-06 21:43   ` Alan Cox
2001-06-06 10:51 ` Christoph Hellwig
2001-06-06 11:41   ` Thomas Sailer
2001-06-06 13:40     ` Christoph Hellwig
2001-06-06 14:49 ` Chris Liebman [this message]
2001-06-06 17:20 ` Tom Sightler
2001-06-06 21:54   ` Ion Badulescu
2001-06-07  3:30     ` xircom_cb problems Tom Sightler
2001-06-07  8:31       ` Ion Badulescu
2001-06-07 18:40         ` Tom Sightler
2001-06-07 20:29           ` Ion Badulescu
2001-06-08 14:11             ` Tom Sightler
2001-06-08 20:34               ` Ion Badulescu
2001-06-09  1:36                 ` Tom Sightler
2001-06-06 22:44   ` Linux 2.4.5-ac9 arjan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=GJEFIPNALMBKLKJKIPIGKEMMCAAA.liebman@sponsera.com \
    --to=liebman@sponsera.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®