I've got this kind of working now. I uninstalled the lsbcmds driver and it will now connect to my neighbors network on boot... sometimes. Haven't had any luck getting it to connect to my router.
Here's the cut and paste from my post on the mepislovers.org forums:
(Start post)
I've been having problems getting my wireless card working correctly on my laptop. This is an HP zv5000 laptop with a built in broadcom bcm4306 b/g wireless card. I am dual booting with mepis 3.3 and winxp home. Everything works fine under windows. I installed the windows binary drivers using ndiswrapper and had everything working, but could only connect to my neighbors ap. They have a b router, unsecured. I'm using a linksys wrt54g router with wpa pre shared key with AES (also tried it with TKIP, and WEP) and when I input my router config in the mepis control center/wireless tab, then do a ifup wlan0 I get a:
Error for wireless request "Set Encode" (8B2A) :
invalid argument "********"
(my shared key)
also, for some reason I was having problems connecting at all, even to my neighbors ap. I was getting a:
wlan0: no IPv6 routers present
I went into /etc/modutils/aliases and uncommented the
# alias net-pf-10 off # IPv6
line.
Now I can connect, again only to neighbors ap, but I'm still getting the no IPv6 routers present error, and on the os control center/status tab it shows wlan0 being down, but I am connected.
Sorry for the long winded post, if I have left any relevant information out, let me know.
(End post)
Here's my latest dmesg output:
root@1[sford]# dmesg | tail
parport0: PC-style at 0x378 (0x778) [PCSPP(,...)]
parport0: irq 7 detected
lp0: using parport0 (polling).
lp0: console ready
ttyS0: LSR safety check engaged!
ttyS1: LSR safety check engaged!
wlan0: no IPv6 routers present
ABORTED IN=wlan0 OUT= MAC=00:90:4b:b7:26:bd:00:0f:66:d1:d6:39:08:00 SRC=63.210.62.163 DST=192.168.1.112 LEN=40 TOS=0x00 PREC=0x00 TTL=51 ID=16195 DF PROTO=TCP SPT=80 DPT=1187 SEQ=3088270876 ACK=0 WINDOW=0 RES=0x00 RST URGP=0
ABORTED IN=wlan0 OUT= MAC=00:90:4b:b7:26:bd:00:0f:66:d1:d6:39:08:00 SRC=64.233.187.104 DST=192.168.1.112 LEN=40 TOS=0x00 PREC=0x00 TTL=240 ID=21616 PROTO=TCP SPT=80 DPT=1219 SEQ=751046271 ACK=3677443097 WINDOW=9300 RES=0x00 RST URGP=0
ABORTED IN=wlan0 OUT= MAC=00:90:4b:b7:26:bd:00:0f:66:d1:d6:39:08:00 SRC=64.233.187.104 DST=192.168.1.112 LEN=40 TOS=0x00 PREC=0x00 TTL=240 ID=28528 PROTO=TCP SPT=80 DPT=1218 SEQ=2133177124 ACK=3669357773 WINDOW=9300 RES=0x00 RST URGP=0
I am currently connected to my neighbors ap. (They don't mind, but I'd like to get on mine)
I'm kind of getting off course here, but how do you unload modules? I'm specifically referring to the ipv6 module, it's still listed in lsmod. I tried:
Code:
root@1[sford]# rmmod ipv6
ERROR: Module ipv6 is in use
root@1[sford]# rmmod ipv6 -f
ERROR: Removing 'ipv6': Resource temporarily unavailable
Would it do any good to remove this module?