Bug 62317

Summary: Orinoco Wavelan/IEEE 802.11b card should uses orinoco_cs driver
Product: [Retired] Red Hat Public Beta Reporter: Edmond Hui <ymehui>
Component: kernel-pcmcia-csAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: skipjack-beta1CC: wtogami
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-01 13:13:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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