Author Topic: Ambicom Cf Card Model Wl1100c-cf  (Read 3384 times)

auburn74

  • Newbie
  • *
  • Posts: 12
    • View Profile
Ambicom Cf Card Model Wl1100c-cf
« on: November 24, 2004, 11:25:49 pm »
I have just purchased a Ambicom CF Card to gain access to local wifi connection such as panera bread. Is there anything I need to loan on my 5500sl. When I plug the card in the led come on and then turns off. I have set up a wireless network profile. Is there a driver I need to load on the Z?

AcidMeister

  • Newbie
  • *
  • Posts: 5
    • View Profile
Ambicom Cf Card Model Wl1100c-cf
« Reply #1 on: December 04, 2004, 09:55:43 am »
The card works fine for me in OZ 3.5.2

schip2mylou

  • Newbie
  • *
  • Posts: 7
    • View Profile
Ambicom Cf Card Model Wl1100c-cf
« Reply #2 on: March 15, 2005, 09:40:11 pm »
All we did with mine was to set up the settings in the Networking and it worked right out of the box with no additional tweaking.

jsippy

  • Newbie
  • *
  • Posts: 19
    • View Profile
Ambicom Cf Card Model Wl1100c-cf
« Reply #3 on: April 21, 2005, 01:28:13 am »
I had this same problem just 2 days ago, heres what I did to fix it:

Go to /etc/pcmcia and edit the file named "config" (I used vi).

If you do a search for the manfid of the AmbiCom card as reported by "cardctl -ident", you may find that a card or two from different manufacturers use the same manfid strings.  Comment out the entries that have the same strings as your card (mine was 0xd601, 0x0002)

Now, edit /etc/pcmcia/wlan-ng.conf and perform the same search, again commenting out any cards that share the same manfid string as your card.

Finally you will need to add an entry for your card in wlan-ng.conf like this:

card "AmbiCom W1100C 802.11b CF-Card 2.2"
  manfid 0xd601, 0x0002
  bind "prism2_cs"

right after any "device" declarations (my wlan-ng.conf only had one)

NOTE: Do NOT just type in the manfid string that I have shown here! You should run "cardctl -ident" to find out what the manfid or your card is. It may be the same, or it may be different depending on which model card you have.

Hope this helps end your frustration

Cheers,
John
« Last Edit: April 21, 2005, 01:28:47 am by jsippy »