Is seems like it does not matter what driver i install, i get the same error each time.
I tryed some new version of the compat-wireless driver and then installed some later version beacause they didnt work.
I have been using this good guide on aircrack-ng forum TUTORIAL: Installing driver RTL8187, r8187, rt2800usb on Ubuntu Jaunty and Lucid
Jano's "patched-jaunty" driver i had working before my BT4 crashed and i had to reinstall but now i cant get it working...
I have tryed to google and i read something about "remove backports" but "dpkg -l | grep linux-backport " dont find any packets so i dont know how the c-w drivers that comes with BT4 is installed and if you can remove the old ones....
Code:
@bt:~# modprobe rt2800usb
WARNING: Error inserting cfg80211 (/lib/modules/2.6.30.9/updates/net/wireless/cfg80211.ko): Invalid module format
WARNING: Error inserting mac80211 (/lib/modules/2.6.30.9/updates/net/mac80211/mac80211.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting rt2x00lib (/lib/modules/2.6.30.9/updates/drivers/net/wireless/rt2x00/rt2x00lib.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting rt2x00usb (/lib/modules/2.6.30.9/updates/drivers/net/wireless/rt2x00/rt2x00usb.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting rt2800usb (/lib/modules/2.6.30.9/updates/drivers/net/wireless/rt2x00/rt2800usb.ko): Unknown symbol in module, or unknown parameter (see dmesg)
Code:
cfg80211: exports duplicate symbol __dev_addr_unsync (owned by compat)
mac80211: Unknown symbol cfg80211_ibss_wext_giwessid
mac80211: Unknown symbol cfg80211_send_assoc_timeout
~~
rt2x00lib: Unknown symbol ieee80211_register_hw
rt2x00lib: Unknown symbol ieee80211_get_hdrlen_from_skb
rt2x00lib: Unknown symbol ieee80211_wake_queue
~~
rt2x00usb: Unknown symbol rt2x00lib_suspend
rt2x00usb: Unknown symbol rt2x00lib_probe_dev
rt2x00usb: Unknown symbol ieee80211_free_hw
rt2x00usb: Unknown symbol ieee80211_alloc_hw
~~
I hope we can solve this, im already behind in time-schedule on my schoolproject with this.
/zlate
Just wanted to tell that i had to reinstall BT4 to get rid of that error.
I followed the tutorial, except i skipped the
Code:
apt-get install linux-headers-$(uname -r) build-essential make patch gettext gcc python-psyco autoconf subversion tcl8.5 openssl libssl-dev libnl1 libnl-dev cracklib-runtime python-scapy macchanger-gtk
And now its working..
//zlate