Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

Can't get Orinoco gold working (8470 WD, 802.11b/g)

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
17 posts • Page 1 of 1
Author
Message
ZeroFill
n00b
n00b
Posts: 14
Joined: Wed Aug 13, 2003 9:52 pm

Can't get Orinoco gold working (8470 WD, 802.11b/g)

  • Quote

Post by ZeroFill » Thu Sep 11, 2003 5:37 am

I've tried the different suggestions when searching though the forum but none of them actually brought up eth1, the orinoco device. My laptop has a builtin realtek 10/100 ethernet that works fine (eth0). Is there something special i have to do to get the b/g card working differently than the regular b cards?

the closest i've gotten was doing lsmod and it showed orinoco in the list and "cardctl ident" showed

Socket 0:
product info: "proxim, Corp.", "802.11g Wireless Upgrade Kit.", "CIS REV 1.2", "Copyright 2003"
manfid: 0x0126, 0x0013
function: 6 (network)
Socket 1:
no product info available
Last edited by ZeroFill on Sat Sep 13, 2003 9:26 pm, edited 1 time in total.
Top
Lord Tocharian
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 75
Joined: Tue Mar 11, 2003 2:07 am

  • Quote

Post by Lord Tocharian » Thu Sep 11, 2003 11:19 am

Sounds like I have the exact same problem. I have the silver card and I can setup the drivers a bunch of different ways but I never get an eth1. Just detected by cardctl. Maybe the orinocos aren't as supported as everyone says.
Top
hulk2nd
Guru
Guru
User avatar
Posts: 512
Joined: Tue Mar 25, 2003 2:45 pm
Location: Freiburg, Germany

  • Quote

Post by hulk2nd » Thu Sep 11, 2003 1:10 pm

this is how i got my dell 1150 minipci wlan card working with pcmcia-cs. it is an orinoco (gold, i think):

first i made my kernel with no pcmcia support and wlan support (*) but no drivers.
then i merged pcmcia-cs and added pcmcia to runlevel default.
then i added eth1 to /etc/conf.d/net (eth0 is my normal ethernet)
then i made 'cardctl ident' to get the manfid of my wlan card (in my case it is 0x0156, 0x0002)
then i renamed /etc/pcmcia/wlan-ng.conf to /etc/pcmcia/wlan-ng.conf.old and created a file /etc/pcmcia/wlan-ng.conf.
then i looked at http://www.paulparadise.com/Inspiron4000/hermes.conf

i searched for an entry with my manfid.

i copied

Code: Select all

device "orinoco_cs"
  class "network"
  module "hermes", "orinoco_cs"

card "Intersil PRISM2 11 Mbps Wireless Adapter"
  manfid 0x0156, 0x0002
  bind "orinoco_cs"
to /etc/pcmcia/wlan-ng.conf, rebooted and it worked.

i hope i forgot nothing and maybe (hopefully) this will work for you too.

greetz,
hulk
Top
Paradigmbreak
n00b
n00b
Posts: 64
Joined: Tue Sep 02, 2003 7:49 pm

  • Quote

Post by Paradigmbreak » Thu Sep 11, 2003 4:48 pm

Are you sure that the card is supported even at 'b' levels? I was unaware that there were any drivers available for that.

http://www.linux-wlan.org/docs/wlan_adapters.html

Did you purchase this card having checked that it was supposed to work?

Also what are the content of your full lsmod?

Could also be a kernel issue. Is pcmcia support enabled in the kernel? It shouldn't be use emerge pcmcia-cs.

FYI-Personally, I have the truemobile 1150 which is b only and is an orinoco.
Top
Paradigmbreak
n00b
n00b
Posts: 64
Joined: Tue Sep 02, 2003 7:49 pm

  • Quote

Post by Paradigmbreak » Thu Sep 11, 2003 4:49 pm

Are you sure that the card is supported even at 'b' levels? I was unaware that there were any drivers available for that.

http://www.linux-wlan.org/docs/wlan_adapters.html

Did you purchase this card having checked that it was supposed to work?

Also what are the content of your full lsmod?

Could also be a kernel issue. Is pcmcia support enabled in the kernel? It shouldn't be use emerge pcmcia-cs.

FYI-Personally, I have the truemobile 1150 which is b only and is an orinoco.
Top
ZeroFill
n00b
n00b
Posts: 14
Joined: Wed Aug 13, 2003 9:52 pm

  • Quote

Post by ZeroFill » Thu Sep 11, 2003 5:13 pm

i'm testing out hulk2nd's suggestion atm and disabled my modules.autoload stuff as it doesnt look like he had any.

arg! my card isn't in the list. before buying it, i thought i saw some successful posts of getting the b/g card to work in their machines--guess i was wrong. the 8470 isn't even in the list. a weird thing is that they have an 8471 which is a g-only card. i thought all g cards were backward compatible with b the network.

[edit]
that didn't work too well..trying what Lord Tocharian did
Top
hulk2nd
Guru
Guru
User avatar
Posts: 512
Joined: Tue Mar 25, 2003 2:45 pm
Location: Freiburg, Germany

  • Quote

Post by hulk2nd » Thu Sep 11, 2003 8:30 pm

@ZeroFill

yes, i dont have to add modules to modules.autoload. the pcmcia init script loads all the modules automatically.

@Paradigmbreak

did you managed to get the 1150 working without pcmcia-cs, only the kernel drivers? if yes, how did you do that?

thanks in advance,

greetz, hulk
Top
Paradigmbreak
n00b
n00b
Posts: 64
Joined: Tue Sep 02, 2003 7:49 pm

  • Quote

Post by Paradigmbreak » Fri Sep 12, 2003 12:03 am

Hulk, no. Spent days trying different combinations and reading posts on the subject and it seemed to require pcmcia-cs. I think it has something to do with the somewhat uncommon nature of mini-pci (over my head). I couldn't even get it to appear let alone work.

zerofill, I believe that backwards compatability refers to the transmission standards and not how the chipset communicates. Sorry. There are some really cheap 802.11b cards by US Robotics on sale at tigerdirect.com if you are in the US.
Top
ZeroFill
n00b
n00b
Posts: 14
Joined: Wed Aug 13, 2003 9:52 pm

  • Quote

Post by ZeroFill » Fri Sep 12, 2003 12:10 am

Paradigmbreak wrote:<snip>

zerofill, I believe that backwards compatability refers to the transmission standards and not how the chipset communicates. Sorry. There are some really cheap 802.11b cards by US Robotics on sale at tigerdirect.com if you are in the US.
the reason for chosing this card, other than its rep and forward-compatibility, is that my school uses LEAP authentication. orinoco and cisco cards are the only wifi cards i know that support LEAP. i hope a b/g driver comes out soon or i have an $85 paperweight :oops:

btw, i upgraded from a pita dlink-650+
Top
ZeroFill
n00b
n00b
Posts: 14
Joined: Wed Aug 13, 2003 9:52 pm

  • Quote

Post by ZeroFill » Sat Sep 13, 2003 9:26 pm

for anyone else watching this thread, the ppl that i PM'd who had the same card (orinoco b/g) ended up returning it :cry:

i hope some drivers are released soon.
Top
dweigert
Guru
Guru
User avatar
Posts: 369
Joined: Fri Oct 04, 2002 10:49 pm
Location: Somerset, NJ USA

  • Quote

Post by dweigert » Sat Sep 13, 2003 10:34 pm

Some of these cards have the Atheros chipset. There is linux support for those via the madwifi driver. Yes it is in portage, but you should get the CVS version which has lots of bug-fixes.


Dan
"Always remember to mount a scratch monkey..."
Top
ZeroFill
n00b
n00b
Posts: 14
Joined: Wed Aug 13, 2003 9:52 pm

  • Quote

Post by ZeroFill » Sun Sep 14, 2003 7:50 pm

is there a command that i can use to find out what chipset the card uses?
Top
iloventc
n00b
n00b
User avatar
Posts: 9
Joined: Tue Sep 09, 2003 2:12 am

  • Quote

Post by iloventc » Wed Sep 17, 2003 3:08 am

Paradigmbreak wrote:Hulk, no. Spent days trying different combinations and reading posts on the subject and it seemed to require pcmcia-cs. I think it has something to do with the somewhat uncommon nature of mini-pci (over my head). I couldn't even get it to appear let alone work.
the reason it requires the pcmcia-cs module is because "mini-pci" in dell's words is essentially another pcmcia socket. if you use the default setup with pcmcia enabled (i did it in the kernel) on the bootup screen you'll see somethign like "pcmcia-cs is watching 3 sockets"
Top
PacketCollision
n00b
n00b
User avatar
Posts: 13
Joined: Mon Sep 15, 2003 10:33 pm
Location: Davis, California
Contact:
Contact PacketCollision
Website

  • Quote

Post by PacketCollision » Sun Sep 21, 2003 9:20 pm

There are web pages, like http://www.hpl.hp.com/personal/Jean_Tou ... ivers.html which have detailed discriptions of many cards.

The "orinoco" card you got from proxim does not use the original lucent chipset, and therefor does probably not work with the orinoco drivers.

from the site I mentioned
"So, if the Proxim Orinoco card doesn't have a big square antenna and do support 802.11a or 802.11g, you can be sure it's not a true Orinoco."
Top
bluud
n00b
n00b
Posts: 1
Joined: Fri Nov 07, 2003 4:39 pm

  • Quote

Post by bluud » Mon Feb 02, 2004 3:49 pm

Hello..

I have a proxim orinoco 11bg card, 8470-WD, works great under windows with my proxim ap-200, its a 802.11b access point...

Under linux i have emerged the last madwifi drivers.. with CVS has given me an error while putting the card up..

i have configured the essid, wepkey, channel, rate, ap mac.. all stuff seems well configured.. i put the card up.. the lights start to blink.. but then i can't get to ping anything..

does anyone here as put this card to work under gentoo linux ou anyother linux distro?
Top
Lnx_dork
n00b
n00b
Posts: 28
Joined: Wed Apr 10, 2002 3:26 am

  • Quote

Post by Lnx_dork » Mon Feb 02, 2004 8:39 pm

Hello,

I don't know if this will help anyone but the Aegisc client made by www.mtghouse.com
offers LEAP authentication for non LEAP capable cards, anyway when you download the trial version it comes with some drivers for the orinoco cards to fix a few issue so they will work with the client. The drivers build a kernel module so I assume that they would work with out the client software running.

I have know idea if this will work, but I'm getting my orinoco silver card tonight and will be trying this out soon. But I thought it might serve as another thing to try before returning the card.
Top
arska
n00b
n00b
User avatar
Posts: 10
Joined: Sat Aug 23, 2003 2:34 pm
Location: San José, Costa Rica

  • Quote

Post by arska » Fri Oct 15, 2004 1:36 pm

I have the same problem. I'm using lates CVS of MADWIFI.
Did anybody manage to set the card up?
When I try the ping I can see that the ifconfig reports RX errors:

Code: Select all

ath0      Link encap:Ethernet  HWaddr 00:20:A6:50:1E:0F
          inet addr:10.10.10.66  Bcast:10.255.255.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:3446 dropped:0 overruns:0 frame:3446
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:199
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:5 Memory:e1ca0000-e1cb0000
It seems though it finds the accesspoint: (Netgear WGR614)

Code: Select all

ath0      IEEE 802.11g  ESSID:"NETGEAR"
          Mode:Managed  Frequency:2.422 GHz  Access Point: 00:09:5B:C1:4E:58
          Bit Rate:1 Mb/s   Tx-Power:50 dBm   Sensitivity=0/3
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=41/94  Signal level=-54 dBm  Noise level=-95 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
I wonder why the Bit Rate is so low?

Thanx in advance.
Top
Post Reply

17 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic