Code: Select all
pkg_setup() {
if use led; then
local CONFIG_CHECK="NEW_LEDS"
local NEW_LEDS_ERROR="In order to use the Leds you have to enable NEW_LEDS and recompile your kernel!"
fi
linux-mod_pkg_setup
}
same here.I couldn't find the fix-headers patch in your overlay so I couldn't further test it.
Code: Select all
>>> /usr/src/d80211/aes_ccm.hCode: Select all
--- /lib/modules/2.6.19-suspend2-r2/source/
--- /lib/modules/2.6.19-suspend2-r2/source/include/
--- /lib/modules/2.6.19-suspend2-r2/source/include/net/
>>> /lib/modules/2.6.19-suspend2-r2/source/include/net/d80211_common.h
>>> /lib/modules/2.6.19-suspend2-r2/source/include/net/d80211.h
>>> /lib/modules/2.6.19-suspend2-r2/source/include/net/d80211_mgmt.h
>>> /lib/modules/2.6.19-suspend2-r2/source/include/net/d80211_shared.h
--- /lib/modules/2.6.19-suspend2-r2/source/include/linux/
>>> /lib/modules/2.6.19-suspend2-r2/source/include/linux/ieee80211.h
and that they differ by many defs. (just diff them, you'll see).# tar tvjf linux-2.6.19.tar.bz2 |grep ieee80211.h
-rw-r--r-- git/git 1827 2006-11-29 22:57 linux-2.6.19/drivers/net/wireless/zd1211rw/zd_ieee80211.h
-rw-r--r-- git/git 38759 2006-11-29 22:57 linux-2.6.19/include/net/ieee80211.h
oops, must have forgot to add that file before committing... its there nowmorbus wrote:I couldn't find the fix-headers patch in your overlay so I couldn't further test it.
Added in d80211-1.0.1-r2morbus wrote:P.S.: You have to check whether NEW_LEDS is enabled, else loading the 80211 module will fail due to unresolved symbols. So just add
Code: Select all
pkg_setup() { if use led; then local CONFIG_CHECK="NEW_LEDS" local NEW_LEDS_ERROR="In order to use the Leds you have to enable NEW_LEDS and recompile your kernel!" fi linux-mod_pkg_setup }
yeah i can authenticate and get an IP with dhcpcd but no more communication after that, I also cant connect in 802.11g mode, only b, and after I get my IP addy the rate drops to 1Mbsmorbus wrote:Yeah I have. And the ebuilds in your overlay work at least compile cleanly.
I think you have to set channel, essid and the ap's mac address manually. you have to bring up your device manually. and then repeat these steps in a random order until the authentication succeeds *g*. But the bandwidth is for some reason way too low for me ATM.
Tested: ebuilds work for me.ok the latest revision of the d80211 ebuild DOES NOT touch /usr/src/linux, and iwlwifi complies with the headers in /usr/include/d80211
That *is* good news. Do you know if the modprobe wrapper also happens to take care of module insertion/removal instructions like in /etc/modules.d/ipw3945d?Lloeki wrote:thankfully, udev-104-r10 seems to makes modules blacklistable again (http://gentoo-portage.com/sys-fs/udev/ChangeLog#ptabs on 10 Feb, see bug #130766 too)
forgot to commit that last night damn, already had an 0.0.8 ebuild.... both d80211 and iwlwifi ebuilds have debugging support now toomorbus wrote:iwlwifi-0.0.8 (just rename the ebuild) was release and I'm writing this post using the iwlwifi driver!
The bandwith still dropped to 1Mb/s but it's at least usable...
that never stopped working for me.VinzC wrote:Do you know if the modprobe wrapper also happens to take care of module insertion/removal instructions like in /etc/modules.d/ipw3945d?
rmh3093 wrote:WARNING: "ieee80211_free_hw" [/var/tmp/portage/net-wireless/iwlwifi-0.0.7/work/iwlwifi-0.0.7/compatible/iwlwifi.ko] undefined!
Code: Select all
WARNING: "ieee80211_free_hw" [/var/tmp/portage/net-wireless/iwlwifi-0.0.7/work/iwlwifi-0.0.7/compatible/iwlwifi.ko] undefined!