Author Topic: Buffalo CF wireless not recognized by 3.3.6 pre1  (Read 1982 times)

timpenhey

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • http://
Buffalo CF wireless not recognized by 3.3.6 pre1
« on: February 20, 2004, 03:51:14 am »
I managed to get my card working on tkcROM by editing /etc/pcmcia/wlan-ng.conf and adding in the lines:

card \"BUFFALO WLI2-CF-S11 802.11b WLAN Card\"
 manfid 0x026f, 0x030b
 bind \"prism2_cs\"


but I cannot find this file on OZ, nor can I find where it defines the cards that it does recognize.  From what I have read, many of the common cards are recognized by default, so where is the file that defines these cards if not wlan-ng.conf?

Thanks,
Tim

Anonymous

  • Guest
Buffalo CF wireless not recognized by 3.3.6 pre1
« Reply #1 on: February 20, 2004, 05:01:32 am »
The file to change is:
     /etc/pcmcia/hostap_cs.conf

I added a card entry for the new card:

card \"Buffalo WiFi\"
   version \"BUFFALO\", \"WLI2-CF-S11\"
   bind \"hostap_cs\"


That at least started the card, and connected to my access point.  Now where to find the WEP key...

Tim