Bug 154490

Summary: Wireless extension off sync with wireless-tools
Product: [Fedora] Fedora Reporter: Ville Skyttä <scop>
Component: glibc-kernheadersAssignee: David Woodhouse <dwmw2>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: dedourek
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-27 23:45:06 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:
Attachments:
Description Flags
Make ethtools.c use libiw.so
none
Make ethtools.c use libiw.so (in rhpl-0.158.1) none

Description Ville Skyttä 2005-04-12 06:50:01 UTC
When launching system-config-network, I get a lot of this in the console:

  Warning : Device eth1 has been compiled with version 17
  of Wireless Extension, while we are using version 16.
  Some things may be broken...

eth1 is a PCMCIA WLAN card.  See also bug 151516 comment 5.

Comment 1 Emre Telatar 2005-04-13 15:18:12 UTC
Created attachment 113100 [details]
Make ethtools.c use libiw.so

Comment 2 Emre Telatar 2005-04-13 15:20:23 UTC
Created attachment 113102 [details]
Make ethtools.c use libiw.so (in rhpl-0.158.1)

Comment 3 Emre Telatar 2005-04-13 15:22:08 UTC
I observed the same warning with FC3 after upgrading to 2.6.10 kernels.  It
turns out that the problem lies with the rhpl package, which appears to contain
its own wireless tools library in iwlib.c rather than linking with libiw.so. 
The iwlib.c code in the wireless tools package is indeed old, in any case it is
probably not a good idea to have the same code in two packages.  I modified the
rhpl source files to link with libiw.so and the warnings disappeared.  (The
changes in rhpl source simply use the newer structures and API's in libiw.)  I
just sent two patches: one against rhpl-0.148.1-2 (current FC3) and rhpl-0.158.1
(appears to be latest).  Hope this helps.

Bug 143960 seems to talk about the same problem.


Comment 4 Emre Telatar 2005-04-13 15:37:01 UTC
I observed the same warning with FC3 after upgrading to 2.6.10 kernels.  It
turns out that the problem lies with the rhpl package, which appears to contain
its own wireless tools library in iwlib.c rather than linking with libiw.so. 
The iwlib.c code in the rhpl package is indeed old, in any case it is probably
not a good idea to have the same code in two packages.  I modified the rhpl
source files to link with libiw.so and the warnings disappeared.  (The changes
in rhpl source simply use the newer structures and API's in libiw.)  I just sent
two patches: one against rhpl-0.148.1-2 (current FC3) and rhpl-0.158.1 (appears
to be latest).  Hope this helps.

Bug 143960 seems to talk about the same problem.