Request: Help with ipw3945 - iwlwifi and ipwraw drivers
Hi, I'm pretty new to linux but I'm doing my best to learn quickly. I'm looking for some help with updating my 3945 drivers. I've been digging around for a while and everywhere I looked I found posts saying the ipw3945 wireless card wouldn't support packet injection(including posts here). I then came across a set of drivers released by intel that supposedly would: iwlwifi and ipwraw
Links - intellinuxwireless.org/?p=iwlwifi[/url]
article.gmane.org/gmane.linux.drivers.ipw3945.devel/490[/url]
tinyshell.be/aircrackng/forum/index.php?PHPSESSID=6ada28a616e98cb9b77cc67e4bba22 e4&topic=1387.msg7489[/url]
I was looking for some help getting them in properly using BT2F. I'm booting BT off of my HP dv2000 linux partition (HD installed). Any help would be greatly appreciated.
Getting closer but still need help
I can't get past this section of the install process.
#make modules_install
...
HOSTCC arch/i386/boot/tools/build
BUILD arch/i386/boot/bzImage
Root device is (0, 13)
Boot sector 512 bytes.
Setup is 7408 bytes.
System is 3126 kB
Kernel: arch/i386/boot/bzImage is ready (#4)
Building modules, stage 2.
MODPOST 1395 modules
WARNING: drivers/atm/lanai.o - Section mismatch: reference to .init.text: from .text between 'sram_test_pass' (at offset 0x1da) and 'sram_test_and_clear'
WARNING: drivers/atm/zatm.o - Section mismatch: reference to .init.text: from .text after 'zatm_init_one' (at offset 0x21b8)
WARNING: drivers/atm/zatm.o - Section mismatch: reference to .init.text: from .text after 'zatm_init_one' (at offset 0x21c5)
WARNING: drivers/net/rrunner.o - Section mismatch: reference to .init.text:rr_init from .text between 'rr_init_one' (at offset 0x1da) and 'rr_remove_one'
WARNING: drivers/net/sis900.o - Section mismatch: reference to .init.text:sis900_mii_probe from .text between 'sis900_probe' (at offset 0x4ad) and 'sis900_default_phy'
WARNING: drivers/net/sunhme.o - Section mismatch: reference to .init.text: from .text between 'happy_meal_pci_probe' (at offset 0x2fb9) and 'happy_meal_pci_remove'
WARNING: drivers/net/tokenring/3c359.o - Section mismatch: reference to .init.text:xl_init from .text between 'xl_probe' (at offset 0x215) and 'xl_hw_reset'
WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to .init.text: from .text between 'de_init_one' (at offset 0x240c) and 'de_remove_one'
WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to .init.text: from .text between 'de_init_one' (at offset 0x2504) and 'de_remove_one'
WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to .init.text: from .text between 'de_init_one' (at offset 0x250b) and 'de_remove_one'
WARNING: "cfg80211_dev_rename" [net/wireless/cfg80211.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
Anyone know how to get around this error?