Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230

    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:

    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
    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?

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Code:
    dhclient wlan0

  3. #3
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    Oh, I have a script that runs

    Code:
    dhcpcd wlan0
    And it runs successfully...

  4. #4
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    so, then you're set?

  5. #5
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    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.

  6. #6
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Hmmm... Strange.
    What does:
    Code:
    ifconfig -a
    return?
    -lakerdonald

  7. #7
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    Well, it's a little weird what it returns:

    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
    As far as I'm aware, the wlan0 should not be ethernet...

  8. #8
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    that shouldn't matter.
    try running manually:
    Code:
    dhclient wlan0

  9. #9
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    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?

  10. #10
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Well, they both do the same thing.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...