View previous topic :: View next topic |
Author |
Message |
sienarot n00b
Joined: 24 Sep 2003 Posts: 52 Location: Calgary, Alberta, Canada
|
Posted: Thu Feb 12, 2004 10:19 pm Post subject: Proxim 8421-WD: Orinoco or Hermes II?? [SOLVED] |
|
|
I just picked up a Proxim 8421-WD (Silver), but after a lot of searching, I seem to be getting some conflicting information. Does it use a Orinoco or Hermes II chipset? Has anyone been able to get this card to work on kernel 2.4.20? I can't get it working! Particularly at this point, when I try to
Code: |
/etc/init.d/net.eth1 start
|
I get a "Failed to bring eth1 up".
Anyone have any suggestions?
Last edited by sienarot on Sat Feb 14, 2004 5:06 am; edited 1 time in total |
|
Back to top |
|
|
sienarot n00b
Joined: 24 Sep 2003 Posts: 52 Location: Calgary, Alberta, Canada
|
Posted: Fri Feb 13, 2004 2:45 pm Post subject: |
|
|
bump! |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Fri Feb 13, 2004 2:54 pm Post subject: |
|
|
Orinoco - hermes - same thing really.
The question you should be asking is wether the chipset is a Hermes/Hermes II or something else.
Some quick Googling shows that Proxim cards may be using something other than a hermes.
Could you post up the output from dmesg relating to ethx and "cardctl info" |
|
Back to top |
|
|
sienarot n00b
Joined: 24 Sep 2003 Posts: 52 Location: Calgary, Alberta, Canada
|
Posted: Fri Feb 13, 2004 8:18 pm Post subject: |
|
|
Thanks for the reply, UberLord.
Initially, dmesg gives me nothing about eth1, only about eth0 (my ethernet adapter, which works fine).
"cardctrl info" gives me (with just my Proxim card inserted in the slot):
Code: |
PRODID_1=""
PRODID_2=""
PRODID_3=""
PRODID_4=""
MANFID=0000,0000
FUNCID=255
PRODID_1="Agere Systems"
PRODID_2="Wireless PC Card Model 0110"
PRODID_3=""
PRODID_4=""
MANFID=0156,0003
FUNCID=6
|
and just in case, here's what "cardctl ident" gives me:
Code: |
Socket 0:
no product info available
Socket 1:
product info: "Agere Systems", "Wireless PC Card Model 0110", "", ""
manfid: 0x0156, 0x0003
function: 6 (network)
|
Whenever I try to "/etc/init.d/net.eth1 restart" I get:
Code: |
* Bringing eth1 up...
* Failed to bring eth1 up [ !! ]
|
And after I "dmesg" again after attempting to restart the service, I get:
Code: |
Hw. address read/write mismap 0
Hw. address read/write mismap 1
Hw. address read/write mismap 2
Hw. address read/write mismap 3
Hw. address read/write mismap 4
Hw. address read/write mismap 5
|
Any suggestions? |
|
Back to top |
|
|
sienarot n00b
Joined: 24 Sep 2003 Posts: 52 Location: Calgary, Alberta, Canada
|
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
|