View previous topic :: View next topic |
Author |
Message |
da_slim n00b
Joined: 06 Sep 2004 Posts: 2
|
Posted: Mon Sep 06, 2004 4:15 pm Post subject: Problem with ipw2100 after update to 2.6.8-r3 |
|
|
Hi,
I updated my kernel today from 2.6.7-r12 to 2.6.8-r3, and then I played around with the ipw2100 driver. The 0.44 worked under 2.6.7, I tried the 0.54 today, got it compiled but after loading the driver I still could not get eth1 to run, the device was not there. So I tried going back to 0.44 but when I emerge it, I get "No such file or directory" messages:
Code: |
bash-2.05b# emerge ipw2100
Calculating dependencies ...done!
>>> emerge (1 of 1) net-wireless/ipw2100-0.44 to /
>>> md5 src_uri ;-) ipw2100-0.44.tgz
>>> md5 src_uri ;-) ipw2100-fw-1.1.tgz
>>> Unpacking source...
>>> Unpacking ipw2100-0.44.tgz to /var/tmp/portage/ipw2100-0.44/work
>>> Unpacking ipw2100-fw-1.1.tgz to /var/tmp/portage/ipw2100-0.44/work
* /usr/src/linux is a symbolic link
* Determining the real directory of the Linux kernel source code
* Building for Linux 2.6.8-gentoo-r3 found in /usr/src/linux
>>> Source unpacked.
make -C //usr/src/linux SUBDIRS=/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44 MODVERDIR=/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44 modules
make[1]: Entering directory `/usr/src/linux-2.6.8-gentoo-r3'
CC [M] /var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.o
CC [M] /var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_fw.o
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.c:144:26: linux/802_11.h: No such file or directory
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_fw.c:41:26: linux/802_11.h: No such file or directory
In file included from /var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100.h:45,
from /var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.c:199:
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ieee80211.h:46:26: linux/802_11.h: No such file or directory
In file included from /var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100.h:45,
from /var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_fw.c:71:
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ieee80211.h:46:26: linux/802_11.h: No such file or directory
make[2]: *** [/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_fw.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.c: In function `isr_handle_mgt_packet':
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.c:1972: error: `ieee_802_11_frame_subtype_Association_Resp' undeclared (first use in this function)
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.c:1972: error: (Each undeclared identifier is reported only once
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.c:1972: error: for each function it appears in.)
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.c:1976: error: `ieee_802_11_frame_subtype_Reassociation_Resp' undeclared (first use in this function)
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.c:1980: error: `ieee_802_11_frame_subtype_Probe_Resp' undeclared (first use in this function)
/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.c:1988: error: `ieee_802_11_frame_subtype_Beacon' undeclared (first use in this function)
make[2]: *** [/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44/ipw2100_main.o] Error 1
make[1]: *** [_module_/var/tmp/portage/ipw2100-0.44/work/ipw2100-0.44] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.8-gentoo-r3'
make: *** [modules] Error 2
!!! ERROR: net-wireless/ipw2100-0.44 failed.
!!! Function src_compile, Line 44, Exitcode 2
!!! (no error message)
bash-2.05b# |
Does anyone know, why I am getting these? Under 2.6.7 it worked without problems. I already tried re-emerging wireless-tools and hostap-driver with the new kernel, but without a change.
Any help would be appreciated. |
|
Back to top |
|
|
betatim n00b
Joined: 18 Apr 2002 Posts: 28
|
Posted: Mon Sep 06, 2004 4:46 pm Post subject: |
|
|
same for me
enabling acceppt_keywords="~x86" and then emerging ipw2100 helped and i can modprobe the modul
everythign seems fine
tim _________________ Never underestimate the power of stupid people in large groups. |
|
Back to top |
|
|
da_slim n00b
Joined: 06 Sep 2004 Posts: 2
|
Posted: Mon Sep 06, 2004 5:36 pm Post subject: |
|
|
I figured out at least the difference. In the source directory of the 2.6.7 kernel there is in include/linux a file called "802_11.h". When I build the 2.6.8 with the same .config file, this file is missing. That's why the driver complains. I don't really know, why this file is missing in the new kernel.
Do you get your card up and running with the 0.54 version of the ipw2100 driver? I can modprobe it, but then just the wireless led of my thinkpad lights up, but ifconfig doesn't know anything about the device. |
|
Back to top |
|
|
geertn n00b
Joined: 15 Aug 2003 Posts: 33
|
Posted: Thu Sep 09, 2004 10:27 pm Post subject: |
|
|
I think I have the same problem:
I modprobe 0.54 ip2100. I get the error:
ipw2100_hw_send_command timed out.
It stopped working out of the blue.... |
|
Back to top |
|
|
|