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

Thread: Network card not working (not pulling IP address from DHCP)

  1. #1
    Junior Member registered user
    Join Date
    Jun 2005
    Posts
    14

    Network card not working (not pulling IP address from DHCP)

    Hi all,

    New here and I first want to say I've read a lot of great stuff on how to work with Knoppix.

    That said, here is my problem. Running 3.8.2 and I'm trying to access the internet (using just a cable modem - Comcast, DHCP assigned IP address) and I cannot. This does not work when I boot from CD or from my HD install I did. During the boot process it detects eth0 and then starts DHCP Broadcasting (background).

    I tried running netcardconfig and when I tell it to DHCP broadcast I just get operation failed. I tried setting the IP address manually it still no connection.

    I've got a 3com Etherlink 10/100 NIC in my PCI slot. Any ideas?

    Matt

  2. #2
    Senior Member registered user
    Join Date
    May 2003
    Location
    Belgrade, YU
    Posts
    334
    Try acpi=off in Lilo, doesn't cost much...

  3. #3
    Junior Member registered user
    Join Date
    Jun 2005
    Posts
    14
    Just a quick update. I checked 3Com's website for drivers. The only have Linux drivers through 2.4.x kernel, and I'm using 2.6.x with Knoppix 3.8.

    So I'm now wondering if that is the problem. My card specifically is this:
    3ComŪ EtherLinkŪ 10/100 PCI NIC Product #: 3C905C-TX-M

    Matt

  4. #4
    Senior Member registered user
    Join Date
    May 2003
    Location
    Belgrade, YU
    Posts
    334
    During the boot process it detects eth0
    What says ifconfig after network card configuration? Is it up or no? I have something like yours situation - card works on 2.4 kernel, but with 2.6 was detected and everything, but no conection until I put acpi=off in boot loader.

  5. #5
    Junior Member registered user
    Join Date
    Jun 2005
    Posts
    14
    After running netcardconfig and selecting DHCP (and it fails) I only get the following from ifconfig:

    Code:
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: :1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:194 errors:0 dropped:0 overruns:0 frame:0
              TX packets:194 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:13672 (13.3 KiB)  TX bytes:13672 (13.3 KiB)
    So it appears it is not seeing the card when I select DHCP (but the boot process does show it detected as eth0).

    When I edited lilo.conf and added acpi=off at the end, I received an error when I ran lilo.
    Code:
    Unrecognized token "acpi" at or above line 123 in file '/etc/lilo.conf'
    Did I add it to the wrong place? Nm on this question, found out it has to go on the append line.
    Thanks,
    Matt

  6. #6
    Junior Member registered user
    Join Date
    Jun 2005
    Posts
    14
    I'm still having problems and would greatly appreciate some more replies. I went out and borrowed a Dlink DFE-530TX+ NIC that has the RTL8139 chipset (which from what I read, should not have any problems with Knoppix).

    I did a boot from Knoppix 3.8 CD and it finds the NIC during the boot process but never gets anything from my cable companies DHCP server.

    I ran netcardconfig from a root shell and get FAILED.

    I then ran lsmod. It shows the following:

    8139too 25600 0

    Shouldn't that 0 in the last column be a 1? Any ideas at this point? Is there any other info I could post, or other commands I could try?

    Matt

  7. #7
    Senior Member registered user
    Join Date
    May 2003
    Location
    Belgrade, YU
    Posts
    334
    Sorry, I don't have experience with cable modem. Try Search section, there are many posts with same problems.

  8. #8
    Junior Member registered user
    Join Date
    Jun 2005
    Posts
    14
    I've tried to set my card manually as well. Couple questions:

    1) Netcardconfig asks for my Network Mask. When running ipconfig /all on my windows maching (I'm swapping the lan cable from my cable modem back and forth trying to troubleshoot)) that is the same as Subnet Mask, right?

    2) What do I put for Broadcast Address? That is my MAC (or physical) address, right? Well all I get on ipconfig /all is a hex-dec number (which I know it is supposed to be). How do I change that to an IP address?

    3) Nameserver will only let me enter one IP address, but ipconfig /all shows two. How do I change that.

    When I set what I think is right manually and then ifconfig, eth0 shows up with the settings I put in, but it still does not work.

    Matt

  9. #9
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by Mattr35
    (I'm swapping the lan cable from my cable modem back and forth trying to troubleshoot))
    You're making your life awful doing this. Do yourself a big favor and get an inexpensive DSL/cable router (they were dirt cheap this week at CompUSA and Best Buy even had a Linksys for under $5 after rebate).

    Quote Originally Posted by Mattr35
    that is the same as Subnet Mask, right?
    Yea

    Quote Originally Posted by Mattr35
    2) What do I put for Broadcast Address? That is my MAC (or physical) address, right? Well all I get on ipconfig /all is a hex-dec number (which I know it is supposed to be). How do I change that to an IP address?
    No your broadcast address is similar to an IP address, except that it's the highest available address as defined by the sub-net mask. That is to say, if your subnet mask is 255.255.255.0 and your IP address is 192.168.1.100 then the broadcast address is 192.168.1.255. The subnet mask is the key. Again it would be very esay to tell you what it should be if you had a router, but without one it depends on what settings your ISP is feeding you.

    Quote Originally Posted by Mattr35
    3) Nameserver will only let me enter one IP address, but ipconfig /all shows two. How do I change that.
    Put the first one in and don't worry about it.

    Quote Originally Posted by Mattr35
    When I set what I think is right manually and then ifconfig, eth0 shows up with the settings I put in, but it still does not work.
    Again, a home router should make this problem go away; I get all my setting with DHCP and never fool with any of this.

  10. #10
    Junior Member registered user
    Join Date
    Jun 2005
    Posts
    14
    You're making your life awful doing this. Do yourself a big favor and get an inexpensive DSL/cable router (they were dirt cheap this week at CompUSA and Best Buy even had a Linksys for under $5 after rebate).
    Tell me about it. My cat thinks every time I move the LAN cable around it is a signal for him to attack it.

    I had an old Dlink 713 router that I tried but I think it is dead (hence the reason I was not using it to begin with, but I never throw anything out; have a filing cabinet fill of boards, cables, cards, etc.).

    I'll look for a cheap router (has to be under $20 for now - I'm deploying in about a month and won't be messing with this stuff anyway, so figure spend cheap to occupy my hobby for now).

    Matt

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 08-30-2006, 07:25 PM
  2. Replies: 5
    Last Post: 06-22-2006, 07:10 PM
  3. network card boot-up problem, doesn't get dhcp address
    By J0hnP1pe in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 04-22-2005, 08:08 AM
  4. Network card eth0 start with DHCP !!!!!
    By fabry6210 in forum Networking
    Replies: 10
    Last Post: 05-27-2004, 09:25 PM
  5. Replies: 2
    Last Post: 04-29-2003, 06:38 AM

Posting Permissions

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


IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6Core 64GB RAM No HDD Server System picture

IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6Core 64GB RAM No HDD Server System

$359.99



IBM x3650 M4 2x Xeon E5-2670 2.6ghz 16-Core / 64GB / M5110e / 2x PSU picture

IBM x3650 M4 2x Xeon E5-2670 2.6ghz 16-Core / 64GB / M5110e / 2x PSU

$229.99



IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE picture

IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE

$159.00



IBM QRadar XX28-C 2U Server BOOTS 2x Xeon E5-2650 v3 2.3GHz 128GB RAM NO HDDs picture

IBM QRadar XX28-C 2U Server BOOTS 2x Xeon E5-2650 v3 2.3GHz 128GB RAM NO HDDs

$249.99



IBM System x3550 M3 Dual Intel Xeon X5650 @2.67GHz 32GB RAM No HDD picture

IBM System x3550 M3 Dual Intel Xeon X5650 @2.67GHz 32GB RAM No HDD

$74.50



IBM Cloud Object Storage Slicestor 2448 E5-2637 3.5Ghz 128GB DDR4 - NO HDD - NEW picture

IBM Cloud Object Storage Slicestor 2448 E5-2637 3.5Ghz 128GB DDR4 - NO HDD - NEW

$399.00



IBM Netezza 3567 picture

IBM Netezza 3567

$4750.00



ibm server z series picture

ibm server z series

$16000.00



IBM X3850 M2 4U Rack Server BOOTS 4x Xeon MP 2.93Ghz Hot Swap 32GB RAM NO HDDs picture

IBM X3850 M2 4U Rack Server BOOTS 4x Xeon MP 2.93Ghz Hot Swap 32GB RAM NO HDDs

$279.99



IBM 9532-AC1 FLEX SYSTEM X240 M5 picture

IBM 9532-AC1 FLEX SYSTEM X240 M5

$249.99