Results 1 to 8 of 8
I have slackware 12.0 ... on my hp pavilion zv5000...
My WiFi is picking up all the local hot spots but will not accociate it's success to the computer.
It ...
- 07-28-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 3
WiFi recognized but not attaching...
I have slackware 12.0 ... on my hp pavilion zv5000...
My WiFi is picking up all the local hot spots but will not accociate it's success to the computer.
It doesn't show a WiFi address for itself and if we give it one it says "unknown host"
what are we missing???
- 07-28-2007 #2
what is the output of iwconfig ?
Linux is not only an operating system, it's a philosophy.
Archost.
- 07-28-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 3
iwconfig output
root@hannah:/usr/local/src/ndiswrapper-1.47# iwconfig
lo no wireless extensions.
eth1 no wireless extensions.
wlan0 IEEE 802.11g ESSID:off/any Nickname:"hannah"
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Bit Rate=54 Mb/s Tx-Power:14 dBm
RTS thr=2347 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
- 07-29-2007 #4
Check this link, it's for Madwifi but the commands are the same for connecting to an open AP. of course you need to substitute ath0 with wlan0
UserDocs/FirstTimeHowTo - MadWifi - TracI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 07-29-2007 #5
try to associate the ssid manually,
iwconfig wlan0 essid (your_net_name) key (key or off) mode managed
dhcpcd wlan0
after doing the first line post again the output of iwconfig but in principal this should work.
Regards.Linux is not only an operating system, it's a philosophy.
Archost.
- 07-29-2007 #6Just Joined!
- Join Date
- Jul 2007
- Posts
- 1
Hey Hannagreenstar,
Make sure your wireless transmitter is turned on.The output from iwconfig shows that the driver is loading properly and you have an interface up, just no traffic on it. I think there is a key along the F keys that controls the wireless radio in combination with the function key (probably labeled "Fn") on your computer.
Also, check your BIOS settings and make sure that the wireless radio is set to turn on at boot. It may be disabled.
-peace
- 08-09-2007 #7Just Joined!
- Join Date
- Jul 2007
- Posts
- 10
Check your /etc/rc.d/rc.inet1.conf to make sure that USE_DHCP is set to yes for your wireless card.
- 08-13-2007 #8Just Joined!
- Join Date
- Jul 2007
- Posts
- 3
Got It!!!
SO ... I just needed to activate the wifi program "Knemo"... so easy I missed it. . .s
Thanks for all the suggestions!


Reply With Quote