Networking Forums

Networking Forums > Computer Networking > Linux Networking > wireless extension version

Reply
Thread Tools Display Modes

wireless extension version

 
 
Silviu Minut
Guest
Posts: n/a

 
      01-09-2004, 03:27 PM
I'm trying to get my wireless card (Linksys WPC11 - v3) work on a
Sony Vaio under Fedora 1 and kernel 2.6. It usses hermes, orinocco
and orinocco_cs. All is well, except that I get this message:

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

Who's "we"? Who's using version 15? I would ignore this message if
it occured only once, but it is posted as long as the card is up.
How do I fix it?

Thanks!



 
Reply With Quote
 
 
 
 
Karl-Heinz Herrmann
Guest
Posts: n/a

 
      01-10-2004, 01:07 PM
Silviu Minut <(E-Mail Removed)> writes:

Hi,

> I'm trying to get my wireless card (Linksys WPC11 - v3) work on a
> Sony Vaio under Fedora 1 and kernel 2.6. It usses hermes, orinocco
> and orinocco_cs. All is well, except that I get this message:
>
> Warning : Device eth1 has been compiled with version 16
> of Wireless Extension, while we are using version 15.
> Some things may be broken...


I only know these version warnings from the userspace tools iwconfig,
iwspy,.... The kernel has a certain API version for the wireless
extensions which are simply a common interface of all wireless-drivers
so you can set SSID, key, freq, etc. with the same commands.

Where do you get the warning messages? syslog? When configuring? If
it's working and its only for configuring it's save to ignore the
warning. The change from 15 to 16 is not for basic functionality but
to get more information out of the drivers/cards.


> Who's "we"? Who's using version 15? I would ignore this message if


good question. If you would have told where the warnings show up I
might have tried to guess.

> it occured only once, but it is posted as long as the card is up.
> How do I fix it?


sounds strange -- mixup of versions in the kernel itself? Did you
patch the kernel? but 2.6.1 should have the regular orinoco drivers
(are in 2.4.2x).

grabbing a new wireless-tools might or might not help.


K.-H.

 
Reply With Quote
 
Silviu Minut
Guest
Posts: n/a

 
      01-10-2004, 06:20 PM

> Where do you get the warning messages? syslog? When configuring? If
> it's working and its only for configuring it's save to ignore the
> warning. The change from 15 to 16 is not for basic functionality but
> to get more information out of the drivers/cards.


I start a gnome terminal, then

su -
(note the -)
redhat-config-network & (yes, that's lame, I know)

Then I configure the wireless card and save, restart the network:

/etc/rc.d/init.d/network restart.

Then the warning message is displayed repeatedly in the root shell.


> sounds strange -- mixup of versions in the kernel itself? Did you
> patch the kernel? but 2.6.1 should have the regular orinoco drivers
> (are in 2.4.2x).
>
> grabbing a new wireless-tools might or might not help.
>
>


I'm using kernel 2.6, specifically so I don't have to patch.
Now that you mentioned the wireless tools, I see that
/usr/include/iwlib.h includes <linux/version.h> and

12) silviu:~> more /usr/include/linux/version.h
#define UTS_RELEASE "2.4.20"
#define LINUX_VERSION_CODE 132116
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

If I remember correctly /usr/include/linux used to be a link to
/usr/src/linux-<version>/include/linux. In my case,
/usr/include/linux is a directory. Who knows how many other things
are screwed up. Darn!


 
Reply With Quote
 
 
 
Reply

« questions~ | gftp »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless router signal extension? zachlr1@gmail.com Wireless Internet 5 10-01-2007 04:34 PM
Wireless AC extension cord Jeff Liebermann Wireless Internet 41 04-12-2006 09:13 PM
Wireless Extension and Linux marcello Wireless Internet 1 11-18-2005 05:46 PM
Range of BEFW11S4 version 1 vs. version 4 Bob Alston Wireless Internet 6 05-31-2005 12:05 AM
wireless extension of wired network Rocky Network Routers 0 08-22-2004 08:26 AM



1 2 3 4 5 6 7 8 9 10 11