iam using the pcmcia card from netgear WG511T and running on suse 10.1 .
i did rpmbuild --rebuild madwifi-0.9.2.1-0.2.src.rpm (--- no errors all was fine)
i did rpm -ihv /usr/src/packages/RPMS/i586/madwifi-kmp-default-0.9.2.1_2.6.16.13_4-0.2.i586.rpm /usr/src/packages/RPMS/i586/madwifi-0.9.2.1-0.2.i586.rpm (--- no errors all was fine)
now i did this steps from the aircrack site :
ifconfig ath0 down
ifconfig wifi0 down
rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal ath_rate_amrr 2>/dev/null
svn checkout svn.madwifi.org/trunk/ madwifi-ng
wget patches.aircrack-ng.org/madwifi-ng-r1886.patch
cd madwifi-ng
patch -Np1 -i ../madwifi-ng-r1886.patch
make
make install
depmod -ae
(all was fine, but after I typing now:)
modprobe ath_pci
this error appear:
FATAL: Error inserting ath_pci (/lib/modules/2.6.16.13-4-default/net/ath_pci.ko): Unknown symbol in module, or unknown parameter (see dmesg)
nop:~ # dmesg
ath_pci: module not supported by Novell, setting U taint flag.
ath_pci: disagrees about version of symbol ieee80211_encap
ath_pci: Unknown symbol ieee80211_encap
ath_pci: disagrees about version of symbol ieee80211_input
ath_pci: Unknown symbol ieee80211_input
ath_pci: disagrees about version of symbol ieee80211_ifattach
ath_pci: Unknown symbol ieee80211_ifattach
ath_pci: disagrees about version of symbol ieee80211_beacon_update
ath_pci: Unknown symbol ieee80211_beacon_update
ath_pci: disagrees about version of symbol ieee80211_find_channel
ath_pci: Unknown symbol ieee80211_find_channel
ath_pci: disagrees about version of symbol ieee80211_find_rxnode
ath_pci: Unknown symbol ieee80211_find_rxnode
ath_pci: disagrees about version of symbol ieee80211_vap_setup
ath_pci: Unknown symbol ieee80211_vap_setup
ath_pci: disagrees about version of symbol ieee80211_ifdetach
ath_pci: Unknown symbol ieee80211_ifdetach
ath_pci: disagrees about version of symbol ieee80211_free_node
ath_pci: Unknown symbol ieee80211_free_node
ath_pci: disagrees about version of symbol ieee80211_input_monitor
ath_pci: Unknown symbol ieee80211_input_monitor
ath_pci: disagrees about version of symbol ieee80211_crypto_newkey
ath_pci: Unknown symbol ieee80211_crypto_newkey
ath_pci: disagrees about version of symbol ieee80211_crypto_setkey
ath_pci: Unknown symbol ieee80211_crypto_setkey
ath_pci: disagrees about version of symbol ieee80211_dump_pkt
ath_pci: Unknown symbol ieee80211_dump_pkt
ath_pci: disagrees about version of symbol ieee80211_ioctl_create_vap
ath_pci: Unknown symbol ieee80211_ioctl_create_vap
ath_pci: disagrees about version of symbol ieee80211_dfs_test_return
ath_pci: Unknown symbol ieee80211_dfs_test_return
ath_pci: disagrees about version of symbol ieee80211_stop_running
ath_pci: Unknown symbol ieee80211_stop_running
ath_pci: disagrees about version of symbol ieee80211_cipher_none
ath_pci: Unknown symbol ieee80211_cipher_none
ath_pci: disagrees about version of symbol ieee80211_note
ath_pci: Unknown symbol ieee80211_note
ath_pci: disagrees about version of symbol ieee80211_crypto_delkey
ath_pci: Unknown symbol ieee80211_crypto_delkey
ath_pci: disagrees about version of symbol ieee80211_beacon_miss
ath_pci: Unknown symbol ieee80211_beacon_miss
ath_pci: disagrees about version of symbol ieee80211_beacon_alloc
ath_pci: Unknown symbol ieee80211_beacon_alloc
ath_pci: disagrees about version of symbol ieee80211_getcfframe
ath_pci: Unknown symbol ieee80211_getcfframe
ath_pci: disagrees about version of symbol ieee80211_iterate_nodes
ath_pci: Unknown symbol ieee80211_iterate_nodes
ath_pci: disagrees about version of symbol ieee80211_vap_attach
ath_pci: Unknown symbol ieee80211_vap_attach
ath_pci: disagrees about version of symbol ieee80211_ibss_merge
ath_pci: Unknown symbol ieee80211_ibss_merge
ath_pci: Unknown symbol ieee80211_rate_attach
ath_pci: Unknown symbol ieee80211_rate_detach
ath_pci: disagrees about version of symbol ieee80211_send_qosnulldata
ath_pci: Unknown symbol ieee80211_send_qosnulldata
ath_pci: disagrees about version of symbol ieee80211_create_vap
ath_pci: Unknown symbol ieee80211_create_vap
ath_pci: disagrees about version of symbol ieee80211_input_all
ath_pci: Unknown symbol ieee80211_input_all
ath_pci: disagrees about version of symbol ieee80211_start_running
ath_pci: Unknown symbol ieee80211_start_running
ath_pci: disagrees about version of symbol ieee80211_vap_detach
ath_pci: Unknown symbol ieee80211_vap_detach
ath_pci: disagrees about version of symbol ieee80211_announce
ath_pci: Unknown symbol ieee80211_announce
ath_pci: disagrees about version of symbol ieee80211_mark_dfs
ath_pci: Unknown symbol ieee80211_mark_dfs
ath_pci: disagrees about version of symbol ieee80211_chan2ieee
ath_pci: Unknown symbol ieee80211_chan2ieee
ath_pci: disagrees about version of symbol ieee80211_dturbo_switch
ath_pci: Unknown symbol ieee80211_dturbo_switch
ath_pci: disagrees about version of symbol ieee80211_crypto_encap
ath_pci: Unknown symbol ieee80211_crypto_encap
ath_pci: disagrees about version of symbol ieee80211_getrssi
ath_pci: Unknown symbol ieee80211_getrssi
ath_pci: disagrees about version of symbol ieee80211_find_txnode
ath_pci: Unknown symbol ieee80211_find_txnode
nop:~ #
what went wrong ?