Results 1 to 10 of 18
i have 10.1 and i also installed madwifi driver for my wireless card.......everything seems ok. "ifconfig" shows ath0 as my card. "iwconfig" shows it also.....but when i use wireless-tools commands ...
- 11-18-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 39
still wifi problems
i have 10.1 and i also installed madwifi driver for my wireless card.......everything seems ok. "ifconfig" shows ath0 as my card. "iwconfig" shows it also.....but when i use wireless-tools commands to access AP, nothing happens. i can't get IP from the router and when i scan using "iwlist ath0 scan" i'm getting that nothing was found.
Any ideas?
- 11-18-2004 #2Code:
ifconfig ath0 up dhclient ath0
- 11-19-2004 #3Just Joined!
- Join Date
- Sep 2004
- Posts
- 39
did that and it wouldnt help......it says no DHCPOFFERS received
- 11-19-2004 #4
do you have one of those 192.168.x.x networks?
- 11-19-2004 #5Just Joined!
- Join Date
- Sep 2004
- Posts
- 39
yes. and i thiink problem lies with linux cuz under win2k i have no problem connecting with AP and connect to internet
- 11-19-2004 #6
okay:
replacing 192.168.0.100 with your ip addressCode:ifconfig eth0 192.168.0.100
- 11-19-2004 #7Just Joined!
- Join Date
- Sep 2004
- Posts
- 39
i did that and then i tried dhclient ath0 but it didn't work. other thing: I just noticed that there's warning that i'm getting while running dhclient:
sit0: unknown hardware adress type 775
and when i do "iwconfig" i;m getting:
lo: no wireless extensions
eth0: no wireless extensions
sit0: no wireless extensions
ath0: "whole bunch of parameters"
what's sit0????
- 11-19-2004 #8
no, do the ifconfig instead of dhclient
- 11-19-2004 #9Just Joined!
- Join Date
- Sep 2004
- Posts
- 39
no difference
- 11-19-2004 #10
so when you do:
what does it say?Code:ifconfig eth0 up ifconfig eth0 192.168.0.100 ping google.com


Reply With Quote
