| View previous topic :: View next topic |
| Author |
Message |
bassvandijk Guru


Joined: 13 Sep 2002 Posts: 306 Location: Haps, Netherlands
|
Posted: Sat Jul 09, 2005 3:33 am Post subject: new Wireless Extension causes warning when starting net.eth1 |
|
|
When starting /etc/init.d/net.eth1 I get the following warning:
| Code: | * Starting eth1
* Configuring wireless network for eth1
Warning: Driver for device eth1 has been compiled with version 18
of Wireless Extension, while this program supports up to version 17.
Some things may be broken...
* eth1 connected to "VANDIJKWLAN" at 00:09:5B:DA:0B:C6
* in auto mode (WEP disabled)
* Bringing up eth1
* dhcp
* Running dhcpcd ... [ ok ]
* eth1 received address 192.168.0.3
|
I'm using baselayout-1.11.12-r4 and I'm running a ~x86 masked vanilla-sources-2.6.13-rc2 kernel.
The kernel driver apparantley uses a newer version of Wireless Extension ( version 18 ) while the init script (or the program that gets invoked by it) is using an older version ( version 17 ).
What things do I need to update in order to stop getting this warning? |
|
| Back to top |
|
 |
_loki_ l33t

Joined: 18 Dec 2003 Posts: 624 Location: in the shell
|
Posted: Sat Jul 09, 2005 12:09 pm Post subject: |
|
|
you need to update your wireless extensions in the kernel..
download the patch
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iw_we18-5.diff copy it to your /usr/src/linux
and run
| Code: |
cat iw_we18-5.diff | patch -p1
|
afterwards you have to recopile the kernel and your wireless module (against the new kernel)
have fun
Last edited by _loki_ on Tue Jul 19, 2005 9:28 am; edited 1 time in total |
|
| Back to top |
|
 |
Bigun Veteran


Joined: 20 Sep 2003 Posts: 1518
|
Posted: Wed Jul 13, 2005 12:53 pm Post subject: |
|
|
This link doesn't work.
*EDIT*
Link works now.
Thanks for the e-mail as well. _________________
| http://support.microsoft.com/kb/314458/EN-US/ wrote: | | NOTE: Windows XP and Linux can coexist on the same computer. For additional information, refer to your Linux documentation. |
Last edited by Bigun on Sun Aug 21, 2005 7:39 am; edited 1 time in total |
|
| Back to top |
|
 |
_loki_ l33t

Joined: 18 Dec 2003 Posts: 624 Location: in the shell
|
Posted: Thu Jul 14, 2005 1:50 am Post subject: |
|
|
| ya.. give me your mail.. I can send it. I don't have a web-server.. maybe someone else can host it.. |
|
| Back to top |
|
 |
Bigun Veteran


Joined: 20 Sep 2003 Posts: 1518
|
Posted: Thu Jul 14, 2005 6:12 am Post subject: |
|
|
I'll be happy to post it at my site, I PM'ed you my e-mail addy. _________________
| http://support.microsoft.com/kb/314458/EN-US/ wrote: | | NOTE: Windows XP and Linux can coexist on the same computer. For additional information, refer to your Linux documentation. |
|
|
| Back to top |
|
 |
der bastler Apprentice


Joined: 13 Apr 2003 Posts: 172 Location: University of Hannover, Germany
|
Posted: Tue Jul 19, 2005 8:10 am Post subject: |
|
|
Just for your interest: The file mentioned above is available at hp.com. It is a diff file, thus the correct link is
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/iw_we18-5.diff
(Just strip the "copy" from the "diff"...)
Patching 2.6.12-gentoo-r4 and -r6 seems to work (at least dry-run throws no errors).
Compiling? Don't know, perhaps tonight, at home. _________________ Idiot, n.:
A member of a large and powerful tribe whose influence in human
affairs has always been dominant and controlling.
-- Ambrose Bierce, "The Devil's Dictionary" |
|
| Back to top |
|
 |
_loki_ l33t

Joined: 18 Dec 2003 Posts: 624 Location: in the shell
|
Posted: Tue Jul 19, 2005 9:26 am Post subject: sorry |
|
|
| There was just a space missing between the link and the word "copy".. Tried the patch with different kernel version with no problems so fare (running love-2.6.12-rc6-love1 right now) |
|
| Back to top |
|
 |
der bastler Apprentice


Joined: 13 Apr 2003 Posts: 172 Location: University of Hannover, Germany
|
Posted: Tue Jul 19, 2005 9:35 am Post subject: Re: sorry |
|
|
| _loki_ wrote: | | There was just a space missing between the link and the word "copy".. Tried the patch with different kernel version with no problems so fare (running love-2.6.12-rc6-love1 right now) |
Good to know, although I am a bit conservative regarding kernels. Gentoo-sources all the way, no problems since spring 2003.
Anyway, the first things I do when I come across a broken link: play around with the URL, use google with "site:"...  _________________ Idiot, n.:
A member of a large and powerful tribe whose influence in human
affairs has always been dominant and controlling.
-- Ambrose Bierce, "The Devil's Dictionary" |
|
| Back to top |
|
 |
|