View previous topic :: View next topic |
Author |
Message |
frobie Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 30 Jun 2005 Posts: 96
|
Posted: Wed Dec 28, 2005 5:12 pm Post subject: Anyone Seen This |
|
|
I am trying to modify my kernel after installing the IPW2200 drivers. When I was installing the IPW2200 driver it told me something about the IEEE80211 module and that it had to be removed so it could put a different one on. Now with that said when I try to recompile my kernel with some different options I get this error:
Code: |
CHK include/linux/version.h
CHK include/linux/compile.h
CHK usr/initramfs_list
CC [M] drivers/usb/net/zd1201.o
drivers/usb/net/zd1201.c:24:27: net/ieee80211.h: No such file or directory
drivers/usb/net/zd1201.c: In function `zd1201_usbrx':
drivers/usb/net/zd1201.c:341: error: `IEEE80211_SCTL_FRAG' undeclared (first use in this function)
drivers/usb/net/zd1201.c:341: error: (Each undeclared identifier is reported only once
drivers/usb/net/zd1201.c:341: error: for each function it appears in.)
drivers/usb/net/zd1201.c:342: error: `IEEE80211_FCTL_MOREFRAGS' undeclared (first use in this function)
drivers/usb/net/zd1201.c:352: error: `IEEE80211_DATA_LEN' undeclared (first use in this function)
drivers/usb/net/zd1201.c:358: error: `IEEE80211_SCTL_SEQ' undeclared (first use in this function)
make[3]: *** [drivers/usb/net/zd1201.o] Error 1
make[2]: *** [drivers/usb/net] Error 2
make[1]: *** [drivers/usb] Error 2
make: *** [drivers] Error 2
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54838 Location: 56N 3W
|
Posted: Wed Dec 28, 2005 6:35 pm Post subject: |
|
|
frobie,
Your first error is Code: | drivers/usb/net/zd1201.c:24:27: net/ieee80211.h: No such file or directory |
When the file drivers/usb/net/zd1201.c is being compiled, its trying to include a file called net/ieee80211.h
and the included file cannot be found.
Do you need zd1201 ?
If not configure it out in make menucinfig. It looks like a coding error.
Its the soth of thing that gets fixed in a week or so. If you have not synced and updated, for a week or more, now would be a good time. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
frobie Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 30 Jun 2005 Posts: 96
|
Posted: Fri Dec 30, 2005 2:45 am Post subject: |
|
|
I am not sure where zd1201 would be in the kernel I cant find it in the config file or in the options you get when you go into menuconfig |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|