Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: HELP!!! I CAN'T CONNECT TO THE INTERNET!

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2004
    Posts
    4

    HELP!!! I CAN'T CONNECT TO THE INTERNET!

    Hey I'm a linux newbie and I'm having problems with the ethernet card. I'm running Knoppix 2.4 from the CD. My ethernet card is netgear FA311. I've tried lspci -v and it looks like it's recognized. But the web pages won't open, I've tried to configure the netcard and it always fails. My IP should be asigned with DHCP, but it keeps failing (I've tried to configure it with sudo netcardconfig). I've tried pump and it fails every time i try it, so I don't know what else to do. PLEASE HELP ME!!! Thanx!

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510
    I have experienced something similar. I used knoppix 3.3 (i think) and it would behave like yours; it would see the NIC in lspci, I would run netcardconfig but it would NOT get a address via DHCP, and it would not work even if I assigned it a static IP address. Since this was on a newly built PC, I had no idea if it was actually getting a address or not. I ended up using a hub and another PC running knoppix and I used ethereal to sniff the packets on my home lan. I discovered that the NIC was physically receiving the DHCP packets but it seemed as though the kernel wasn't processing them. So with the idea that the kernel might be the problem, I searched these forums and discovered that I could try to use a knoppix cheatcode noapic at bootup. I rebooted yet again and the noapic command worked! Now the NIC would behave normally and never exhibited the strange behavior.
    This NIC problem has disappeared (for me) when I use knoppix 3.4 5-17.
    I hope this helps.

    James

  3. #3
    Junior Member
    Join Date
    Jul 2004
    Posts
    4
    Thanx James! I tried the knoppix cheatcode noapic at startup... it still doesn't work though... I still get the "operation failed" messages every time I run netcardconfig or pump, every time I try to ping I get the "unknown host" message, and it won't open any web page... I have no idea of what else I can try, so I'd really appreciate it if you or someone else could help me out. Thanks!

  4. #4
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Hmmm well I think that card uses the natsemi driver.

    lsmod

    Is it loaded? If not:

    Code:
    sudo modprobe natsemi
    
    pump
    
    ifconfig -a
    
    ping yahoo.com

  5. #5
    Senior Member registered user
    Join Date
    Jun 2004
    Posts
    788
    All you need to do is enter your I.S.P nameserver. People with router and auto DHCP always forget this.

    enter your I.S.P nameserver in /etc/resolv.conf

  6. #6
    Junior Member
    Join Date
    Jul 2004
    Posts
    4
    hey, first of all thanx to the ones who replied the message!
    I still have the same problem though.... First I tried what mzilikazi, but when I did pump I got "operation failed", and when I tried ping, i got the message "unknown host".
    Then I tried what shah told me. I didn't know how to find my i.s.p. nameserver, so on windows I tried ipconfig /all and I got two DNS servers (200.43.32.12 and 200.43.32.13), so i figured those were the i.s.p. nameservers. Then I went back to Knoppix (I'm running it from the CD), and I edited the file /etc/resolv.conf four times, and after each time I tried pump and got "operation failed" each time, I also tried netcardconfig and got the same message, and I also tried to open a web page with the web browser and it didn't work.
    The way I changed the file was this:

    First time:
    # Insert nameservers here
    # nameserver 127.0.0.1
    nameserver 200.43.32.12

    Second time:
    # Insert nameservers here
    # nameserver 127.0.0.1
    search cantv.net
    nameserver 200.43.32.12

    Third time:
    # Insert nameservers here
    # nameserver 127.0.0.1
    search cantv.net
    nameserver 200.43.32.12
    nameserver 200.43.32.13

    Fourth time:
    # Insert nameservers here
    # nameserver 127.0.0.1
    200.43.32.12


    I don't know if that was the way I was supposed to edit the file, or if I'm doing something wrong, or not doing something, but I still can't connect to the internet! HELP!!!

  7. #7
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by vzlandude
    hey, first of all thanx to the ones who replied the message!
    I still have the same problem though.... First I tried what mzilikazi, but when I did pump I got "operation failed", and when I tried ping, i got the message "unknown host".
    But did you try it all? I use a router that assigns addresses via DHCP and I have never had to manually edit /etc/resolv.conf. Let's look at the hardware. Is the NIC driver loaded?

    lsmod

    (post the output please)

    I beleive that the natsemi is the correct driver for that card. If it's loaded try ifconfig eth0 up and/or /etc/init.d/networking restart

    Again, post the output. Save the errors/output to a text file that you can access from M$ (or however you're getting online) and post them here.

    Then I tried what shah told me. I didn't know how to find my i.s.p. nameserver, so on windows I tried ipconfig /all and I got two DNS servers (200.43.32.12 and 200.43.32.13), so i figured those were the i.s.p. nameservers. Then I went back to Knoppix (I'm running it from the CD), and I edited the file /etc/resolv.conf four times, and after each time I tried pump and got "operation failed" each time, I also tried netcardconfig and got the same message, and I also tried to open a web page with the web browser and it didn't work.
    The way I changed the file was this:

    First time:
    # Insert nameservers here
    # nameserver 127.0.0.1
    nameserver 200.43.32.12

    Second time:
    # Insert nameservers here
    # nameserver 127.0.0.1
    search cantv.net
    nameserver 200.43.32.12

    Third time:
    # Insert nameservers here
    # nameserver 127.0.0.1
    search cantv.net
    nameserver 200.43.32.12
    nameserver 200.43.32.13

    Fourth time:
    # Insert nameservers here
    # nameserver 127.0.0.1
    200.43.32.12


    I don't know if that was the way I was supposed to edit the file, or if I'm doing something wrong, or not doing something, but I still can't connect to the internet! HELP!!!
    What did /etc/resolv.conf look like as configured by Knoppix? Any of the above *should* work. Your 3rd effort looks the best to me. Which verison of windows do you use?

  8. #8
    Senior Member registered user
    Join Date
    Jun 2004
    Posts
    788
    vzlandude

    I don't know how your ip address configured, problem usually occured when people don't use standard ip address meant for private network.
    Use standard ip address which start with : 192.168.x.x
    Your nameserver :
    nameserver 200.43.32.12
    nameserver 200.43.32.13

    then run in root konsole:
    /etc/init.d/networking restart
    ifconfig -a

  9. #9
    Junior Member
    Join Date
    Jul 2004
    Posts
    4
    hey guys, well, i'm gonna start with what the file /etc/resolv.conf originally looks like:

    # Insert nameservers here
    # nameserver 127.0.0.1


    Now I'm gonna start with the outputs:

    knoppix@ttyp0[knoppix]$ lsmod
    Module Size Used by Not tainted
    r128 84992 14
    autofs4 8756 1 (autoclean)
    af_packet 13544 0 (autoclean)
    agpgart 42660 3
    i810_audio 25208 1
    ac97_codec 11916 0 [i810_audio]
    soundcore 3428 2 [i810_audio]
    natsemi 17344 0
    crc32 2816 0 [natsemi]
    emu10k1-gp 1224 0 (unused)
    gameport 1388 0 [emu10k1-gp]
    jedec_probe 9072 0 (autoclean)
    gen_probe 1792 0 (autoclean) [jedec_probe]
    chipreg 860 0 [jedec_probe]
    serial 52100 0 (autoclean)
    pcmcia_core 39840 0
    thermal 6564 0 (unused)
    processor 8976 0 [thermal]
    fan 1568 0 (unused)
    button 2508 0 (unused)
    battery 5888 0 (unused)
    ac 1824 0 (unused)
    rtc 7036 0 (autoclean)
    cloop 8740 2
    sbp2 16396 0 (unused)
    ohci1394 22664 0 (unused)
    ieee1394 183076 0 [sbp2 ohci1394]
    usb-storage 61696 0 (unused)
    usb-uhci 21644 0 (unused)
    usbcore 57600 1 [usb-storage usb-uhci]
    ataraid 6180 0
    ide-cd 28512 0
    ide-scsi 8816 1




    root@ttyp1[knoppix]# ifconfig eth0 up
    root@ttyp1[knoppix]# /etc/init.d/networking restart
    Setting up IP spoofing protection: rp_filter.
    Reconfiguring network interfaces...done.



    I use windows xp.

    Well, I hope this outputs help u figuring out what is going on with my connection, THANKS A LOT!!!! And let me know if u need any other outputs from other commands. Thanks again![/b]

  10. #10
    Junior Member
    Join Date
    Mar 2005
    Posts
    6
    hate to dig up an old thread, but I've got the same problem with my Netgear FA311, I've tried everything described in this thread and various others pertaining to the FA311...I run Knoppix 3.7 off the LiveCD, it detects the card as natsemi (I've run lspci), and even when setting my IP and nameserver addresses manually (netcardconfig) it still wont connect and pump fails (my PC at work hops online no problem), I've tried noapic as well, still no luck...any help would be greatly appreciated, I might just pick up another network card to hopefully resolve this, this is my first experience with Linux so bear with me, here is my windows ipconfig if that helps:

    Windows 2000 IP Configuration

    Host Name . . . . . . . . . . . . : the_machine
    Primary DNS Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Broadcast
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : rochester.rr.com

    Ethernet adapter Local Area Connection:

    Connection-specific DNS Suffix . : rochester.rr.com
    Description . . . . . . . . . . . : NETGEAR FA311/312 PCI Adapter
    Physical Address. . . . . . . . . : 00-02-E3-0B-91-50
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 192.168.1.101
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.1
    DNS Servers . . . . . . . . . . . : 24.93.1.119
    24.93.1.250
    24.93.1.121
    Lease Obtained. . . . . . . . . . : Wednesday, March 30, 2005 7:42:50 PM

    Lease Expires . . . . . . . . . . : Thursday, March 31, 2005 7:42:50 PM

Page 1 of 2 12 LastLast

Similar Threads

  1. Can't connect to the internet....
    By calathar in forum Networking
    Replies: 12
    Last Post: 05-03-2005, 06:47 AM
  2. i can't normally connect to internet
    By linukas in forum Networking
    Replies: 6
    Last Post: 02-16-2005, 10:13 AM
  3. connect to the internet
    By sunpascal in forum MS Windows & New to Linux
    Replies: 2
    Last Post: 12-02-2004, 02:08 PM
  4. connect to internet using USB DSL
    By jselman in forum Networking
    Replies: 1
    Last Post: 12-02-2003, 12:33 AM
  5. help! can't connect to internet
    By THiM in forum Hardware & Booting
    Replies: 5
    Last Post: 05-19-2003, 07:27 PM

Posting Permissions

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


A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G picture

A-Tech 8GB DDR3 1600 PC3-12800 Laptop SODIMM 204-Pin Memory RAM PC3L DDR3L 1x 8G

$13.99



Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3 picture

Crucial DDR3L 16GB 1600 2x 8GB PC3-12800 Laptop SODIMM Memory RAM PC3 16G DDR3

$13.50



HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin picture

HyperX FURY DDR3 8GB 16GB 32GB 1600 MHz PC3-12800 Desktop RAM Memory DIMM 240pin

$16.50



Micron 8GB DDR4 1Rx16 PC4-3200AA Laptop RAM Memory MTA4ATF1G64HZ-3G2E2 picture

Micron 8GB DDR4 1Rx16 PC4-3200AA Laptop RAM Memory MTA4ATF1G64HZ-3G2E2

$10.00



Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory picture

Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) Memory

$54.99



A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G picture

A-Tech 8GB PC3-12800 Desktop DDR3 1600 MHz Non ECC 240-Pin DIMM Memory RAM 1x 8G

$13.99



HyperX FURY DDR4 4GB 8GB 16GB 32GB 3200 2400 2666 Desktop RAM Memory DIMM 288pin picture

HyperX FURY DDR4 4GB 8GB 16GB 32GB 3200 2400 2666 Desktop RAM Memory DIMM 288pin

$8.99



Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM picture

Kingston HyperX FURY DDR3 8GB 16GB 32G 1600 1866 1333 Desktop Memory RAM DIMM

$13.25



USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT picture

USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT

$249.37



Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600) picture

Team T-FORCE VULCAN Z 32GB (2 x 16GB) PC RAM DDR4 3200 (PC4 25600)

$50.99