Results 1 to 10 of 19
After switching from FC3 (DAMN FREEZES) to Mandrake 10.1, I'm trying to set up Linux to reach the network that I had accessed with FC3. I am using the ndiswrapper ...
- 01-21-2005 #1
Can't Connect to Internet Even With iwconfig working
After switching from FC3 (DAMN FREEZES) to Mandrake 10.1, I'm trying to set up Linux to reach the network that I had accessed with FC3. I am using the ndiswrapper method with a Linksys WMP54GS Card.
The interesting thing is that my iwconfig gives me all the right data for the card. It prints:
However, when I try to connect to the Internet, it tells me that I can't find any websites. Is there any way to get this crazy thing working?Code:wlan0 IEEE 802.11g ESSID:(CORRECT ESSID) Nickname:"localhost" Mode:Auto Frequency:2.437 GHz (Channel 0) Access Point: (CORRECT ACCESS POINT) Bit Rate=54 Mb/s Tx-Power:25 dBm RTS thr=2347 B Fragment thr=2346 B Encryption key:(CORRECT KEY) Security mode:restricted Power Management:off Link Quality:100/100 Signal level:-95 dBm Noise level:-256 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:13 Invalid misc:446 Missed beacon:0
- 01-21-2005 #2Code:
dhclient wlan0
- 01-22-2005 #3
Oh, I have a script that runs
And it runs successfully...Code:dhcpcd wlan0
- 01-22-2005 #4
so, then you're set?
- 01-22-2005 #5
That's what I thought, since everything looks right, but my web browser (the default GNOME one until I can download Firefox) tells me that it can't connect to any sites that I type in. Gaim can't connect either.
- 01-22-2005 #6
Hmmm... Strange.
What does:
return?Code:ifconfig -a
-lakerdonald
- 01-22-2005 #7
Well, it's a little weird what it returns:
As far as I'm aware, the wlan0 should not be ethernet...Code:[root@localhost root]# ifconfig -a dummy0 Link encap:Ethernet HWaddr 8E:8E:AB:3D:29:E9 inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING NOARP MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:1856 (1.8 Kb) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:90 errors:0 dropped:0 overruns:0 frame:0 TX packets:90 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:5892 (5.7 Kb) TX bytes:5892 (5.7 Kb) wlan0 Link encap:Ethernet HWaddr 00:0F:66:1C:AC:83 BROADCAST NOTRAILERS MULTICAST MTU:1500 Metric:1 RX packets:82 errors:0 dropped:0 overruns:0 frame:0 TX packets:15 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:6474 (6.3 Kb) TX bytes:8320 (8.1 Kb) Interrupt:21 Memory:fcfee000-fcfeffff
- 01-22-2005 #8
that shouldn't matter.
try running manually:
Code:dhclient wlan0
- 01-22-2005 #9
I did. It told me that it couldn't because dhcpcd had already run.
I can try running dhclient before running dhcpcd, but will it really make a difference?
- 01-22-2005 #10
Well, they both do the same thing.


Reply With Quote