Bug 62317 - Orinoco Wavelan/IEEE 802.11b card should uses orinoco_cs driver
Summary: Orinoco Wavelan/IEEE 802.11b card should uses orinoco_cs driver
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: kernel-pcmcia-cs
Version: skipjack-beta1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-29 17:02 UTC by Edmond Hui
Modified: 2007-04-18 16:41 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-04-01 13:13:32 UTC
Embargoed:


Attachments (Terms of Use)

Description Edmond Hui 2002-03-29 17:02:20 UTC
Description of Problem:

Orinoco card should used orinoco_cs driver, wvlan_cs is no longer supported and
outdated

Version-Release number of selected component (if applicable):

kernel-pcmcia-cs-3.1.27-12

How Reproducible:

insert a orinoco card to a laptop, the wlan_cs driver is loaded by pcmcia

Steps to Reproduce:
1. 
2. 
3. 

Actual Results:

lsmod list wvlan_cs is loaded

Expected Results:

With orinoco_cs setup, lsmod should show orinoco_cs is loaded

Additional Information:

To correct the problem, modify /etc/pcmcia/config as shown:
	
card "Lucent Technologies WaveLAN/IEEE Adapter" <- Not WaveLAN Adaptor, which is
the old version of Orinoco that still used wavelan... I believed
  version "Lucent Technologies", "WaveLAN/IEEE"
  bind "orinoco_cs" 
#  bind "wvlan_cs"

Comment 1 Warren Togami 2002-04-01 06:43:53 UTC
My SMC 2632 802.11b card with a PRISM2 chipset is also set to wvlan_cs in Red
Hat.  It is completely broken with that driver, but it works with the orinoco_cs
driver (though with 75% packet loss).

card "Intersil PRISM2 11 Mbps Wireless Adapter"
  manfid 0x0156, 0x0002
  bind "wvlan_cs"

Please change to
  bind "orinoco_cs"

If you could also find a solution for my 75% packet loss with orinoco_cs driver,
that would be nice too. =(


Comment 2 Arjan van de Ven 2002-04-01 13:13:27 UTC
Ok I made both use orinoco_cs for the next build

Comment 3 Arjan van de Ven 2002-04-05 14:28:40 UTC
should be in rawhide now


Note You need to log in before you can comment on or make changes to this bug.