eques n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Jul 2005 Posts: 1
|
Posted: Wed Jul 06, 2005 5:39 pm Post subject: modprobe wlan_ccmp |
|
|
Hallo,
ich kann das Modul wlan_ccmp nicht laden! Ist mir aufgefallen, als ich wpa_supplicant nutzen wollte.
folgende Fehlermeldung dmesg:
Code:
wlan_ccmp: Unknown symbol crypto_alloc_tfm
wlan_ccmp: Unknown symbol crypto_free_tfm
wlan_ccmp: Unknown symbol crypto_alloc_tfm
wlan_ccmp: Unknown symbol crypto_free_tfm
wlan: mac acl policy registered
wlan_ccmp: Unknown symbol crypto_alloc_tfm
wlan_ccmp: Unknown symbol crypto_free_tfm
wlan_ccmp: Unknown symbol crypto_alloc_tfm
wlan_ccmp: Unknown symbol crypto_free_tfm
wlan_ccmp: Unknown symbol crypto_alloc_tfm
wlan_ccmp: Unknown symbol crypto_free_tfm
wlan_ccmp: Unknown symbol crypto_alloc_tfm
wlan_ccmp: Unknown symbol crypto_free_tfm
Woran kann das liegen, ich habe das modul wlan geladen und auch das CONFIG_PACKET ist in den Kernel integriert:
Code:
# Networking support
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK_DEV is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_TUNNEL is not set
Bei dem Kernel handelt es sich um den gentoo-2.6.9-r3
Gruß eques |
|