Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - faxguy

Pages: [1]
1
Angstrom & OpenZaurus / Oz(hentges) Wifi Help Needed.
« on: January 21, 2007, 11:34:50 pm »
Okay, here are the instructions on how to get the Xterasys CWB1K working on an SL-5500 Collie with OpenZaurus 3.5.4...

Take JohnKiniston's wlan.dat file that he's posted here and put it into /etc/pcmcia/cis/.

Then edit /etc/pcmcia/hermes.conf and change the part that says this:

card "Orinoco or Intersil Prism 2 Wireless"
  manfid 0x0156,0x0002
  bind "orinoco_cs"

.. into this:

card "Orinoco or Intersil Prism 2 Wireless"
  manfid 0x0156,0x0002
  cis "cis/wlan.dat"
  bind "orinoco_cs"

Then restart cardmgr.  Then insert your card.  The rest should be up to you and your WiFi config.

Basically the problem is that the CWB1K has an incorrect cis, and so the wlan.dat file is to override the faulty cis settings provided by the card.

The "Orinoco or Intersil Prism 2 Wireless" entry in hermes.conf is probably overly broad because manfid 0x0156,0x0002 appears to be a default value from Intersil and will match many, many cards out there, including this one.  Possibly a better entry for the OZ repository would be to add a new entry after the broad one which uses the version id line instead of the manfid.

I did try using hostap_cs instead of orinoco_cs, but hostap threw lots and lots of errors.  I hope this helps some others avoid the learning curve that I had to go through on this.  Many thanks to everyone here for their wonderful help.

2
Angstrom & OpenZaurus / Oz(hentges) Wifi Help Needed.
« on: January 09, 2007, 08:14:25 pm »
Quote
It works!

I created a cis file for the card using a combination of dump_cis and part of a dump_cis output from someone here in the forums who gave me the output of their card ( Thank you BarryW! ).

writing up a hostap_cs.conf that just had my card in it instructing it to load the cis file I created and the card works instead of erroring out.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=149266\"][{POST_SNAPBACK}][/a][/div]


John, can you share your cis file and the hostap_cs.conf file?  My wife and I just purchased some eBay'ed SL-5500s, and I just ordered us each one of these Xterasys CWB1K cards from Newegg.

Maybe the information you've already provided is sufficient to get the job done - but I guess that I won't know until I get there and see.  But any more specificity from you would be most appreciated.

Thanks.

Lee.

Pages: [1]