Quote:
Originally posted by hr_phenom
Hey all,
I'm having problems setting up my wireless card on an hp zv6000. I've compiled ndiswrapper. On modprobe it loads up successfully. I did a ndiswrapper -m for it to lead on start however this doesn't work. The ndiswrapper module isn't loaded at startup. modprobe.conf shows the ndiswrapper alias but nothing happens.
Another problem; I have a wireless router to which I am trying to connect. On scanning I can locate my wireless link but cannot conenct to it. It has a 64 bit key. I'm trying to configure using iwconfig but it just cannot connect to it. HEres what I am doing
iwconfig wlan0 - essid 'phenom'
iwconfig wlan0 - key 'XXXXXXXXXX'
Is this correct?
Thanks in advance
|
zv6000... so it's probably a broadcom card. Does 'ndiswrapper -l' show your driver working, hardware present, etc. ? It should be, if you can scan, but just to be sure.
Have you tried opening up your router by disabling encryption and then trying to connect? That's a good way to narrow down where the problem is. If you cannot connect when the WAP is wide open, recheck to make sure you're not trying to get an IP via DHCP if DHCP is disabled on the router. If you CAN connect with the router wide open, then your encryption settings may be messed up somehow. You're entering the hex key, not the passphrase string, correct?
No offense intended if this is obvious to you... just trying to cover some bases.
Also... if there's still a problem, what is the output of
Code:
dmesg | grep ndiswrapper