Results 1 to 9 of 9

Thread: Can't find my network card after each reboot

  1. #1
    Member registered user
    Join Date
    Apr 2004
    Posts
    45

    Can't find my network card after each reboot

    I installed Knoppix 3.4 to my HD using the Godot instructions. Seems to be great but every time I restart I have to help it configure my ethernet card from the Knoppix Network/Internet menu.
    How can I make it save the configuration?

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900

    Re: Can't find my network card after each reboot

    Quote Originally Posted by turbines
    I installed Knoppix 3.4 to my HD using the Godot instructions. Seems to be great but every time I restart I have to help it configure my ethernet card from the Knoppix Network/Internet menu.
    How can I make it save the configuration?
    Well that depends I suppose on what you actually have to enter to get your NIC working. Are the modules for your NIC loaded on boot?
    lsmod

    Does dhclient bring up your interface?
    dhclient eth0

    If the module isn't loaded at boot just add it to /etc/modules
    If you need to run dhclient on eth0 (or eth1 or whatever) just add it to /etc/init.d/bootmisc.sh

  3. #3
    Member registered user
    Join Date
    Apr 2004
    Posts
    45
    I have to enter my root password each time I reboot and then select the eth0 or eth1 network card then say yes to DHCP and all is ok I am then able to get online

    Each reboot I have to make these selections again in order to make connection

  4. #4
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by turbines
    I have to enter my root password each time I reboot and then select the eth0 or eth1 network card then say yes to DHCP and all is ok I am then able to get online

    Each reboot I have to make these selections again in order to make connection
    OK so just do what I posted above. It now dawns on me that Knoppix might use pump instead of dhclient.

  5. #5
    Member registered user
    Join Date
    Apr 2004
    Posts
    45
    knoppix@knopbox:~$ ismod
    bash: ismod: command not found
    knoppix@knopbox:~$ lsmod
    Module Size Used by Not tainted
    raw1394 19252 0 (unused)
    ehci-hcd 16616 0 (unused)
    autofs4 8756 1
    af_packet 13544 0
    nls_iso8859-1 2844 0
    nls_cp437 4348 0
    agpgart 42660 0 (unused)
    i810_audio 25208 2
    ac97_codec 11884 0 [i810_audio]
    3c59x 25456 0 (unused)
    forcedeth 9836 1
    tuner 9408 1 (autoclean)
    tvaudio 12444 0 (autoclean) (unused)
    bttv 96320 0 (unused)
    i2c-algo-bit 6920 1 [bttv]
    i2c-core 12228 0 [tuner tvaudio bttv i2c-algo-bit]
    soundcore 3428 2 [i810_audio bttv]
    videodev 5600 2 [bttv]
    serial 52068 0 (unused)
    joydev 7584 0 (unused)
    hid 22372 0 (unused)
    input 3168 0 [joydev hid]
    sbp2 16588 0 (unused)
    usb-storage 61952 0
    ataraid 6404 0 (unused)
    ohci1394 22888 0 (unused)
    ieee1394 183300 0 [raw1394 sbp2 ohci1394]
    usb-ohci 18088 0 (unused)
    usbcore 57824 1 [ehci-hcd hid usb-storage usb-ohci]
    pcmcia_core 39840 0
    thermal 6532 0 (unused)
    processor 8976 0 [thermal]
    fan 1568 0 (unused)
    button 2508 0 (unused)
    battery 5888 0 (unused)
    ac 1792 0 (unused)
    ide-cd 28704 0
    ide-scsi 9040 0
    rtc 7004 0 (autoclean)
    ext3 64452 1 (autoclean)
    jbd 46516 1 (autoclean) [ext3]
    knoppix@knopbox:~$ dhclient eth0
    bash: dhclient: command not found
    knoppix@knopbox:~$ dhclient eth0

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    forcedeth is your onboard ethernet controller driver so good- it loads automatically. Now......get root
    su
    dhclient eth0

    OR

    pump eth0

    One of those should bring up your network interface. If it does you just need to add the same thing to /etc/init.d/bootmisc.sh

    su
    xedit /etc/init.d/bootmisc.sh

    at the bottom put

    dhclient eth0

    OR

    pump eth0

    dhclient and pump do essentially the same thing and I don't recall which Knoppix has ATM. Of course I could easily go look.....

  7. #7
    Member registered user
    Join Date
    Apr 2004
    Posts
    45
    no they won't bring up interface.

    dhclient eth0 or pump eth0 gave the following;

    knoppix@knopbox:~$ su
    Password:
    root@knopbox:/home/knoppix# dhclient eth0
    bash: dhclient: command not found
    root@knopbox:/home/knoppix# pump eth0
    pump: no extra parameters are expected
    root@knopbox:/home/knoppix#

    also when I select my eth0 from the network card configuration menu it asks if I want to allow DHCP Broadcasting yes or no

    sorry to be such a pain but I do appreciate the help

  8. #8
    Junior Member
    Join Date
    May 2004
    Posts
    1
    Quote Originally Posted by turbines
    no they won't bring up interface.

    root@knopbox:/home/knoppix# pump eth0
    pump: no extra parameters are expected
    root@knopbox:/home/knoppix#

    also when I select my eth0 from the network card configuration menu it asks if I want to allow DHCP Broadcasting yes or no

    sorry to be such a pain but I do appreciate the help
    pump defaults to eth0, I think. If you need to specify a different NIC, you can use the syntax:
    pump -i eth1
    where eth1 is the device name of the other NIC. That's worked for me in the past. In future, when you get messages like "no extra parameters expected" or "wrong number of parameters" or something like that, your best bet is probably to check the man page by typing
    man command (i.e. man pump)
    or the inline help by typing
    command --help (i.e. pump --help)

    most command line programs have those help options.

  9. #9
    Member registered user
    Join Date
    Apr 2004
    Posts
    45

Similar Threads

  1. Replies: 1
    Last Post: 06-28-2005, 02:37 AM
  2. Replies: 6
    Last Post: 03-31-2005, 12:19 AM
  3. Cannot find network card
    By Rozzas in forum Networking
    Replies: 1
    Last Post: 09-09-2004, 08:41 PM
  4. 3.4 install, kernel 2.6: network and reboot problems
    By igm in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 06-26-2004, 11:03 AM
  5. can not find network card
    By gongkuan in forum The Lounge
    Replies: 2
    Last Post: 04-17-2003, 03:24 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
  •  


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



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

$12.90



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



Lot of 2 32GB DDR4 2666 PC4-21300 SODIMM RAM Modules Mixed Brand picture

Lot of 2 32GB DDR4 2666 PC4-21300 SODIMM RAM Modules Mixed Brand

$60.00



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

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

$9.64



Samsung 128GB (4x 32GB) M86B4G70DM0-CMA3 PC3-14900L 4Rx4 DDR3 ECC Reg Server Mem picture

Samsung 128GB (4x 32GB) M86B4G70DM0-CMA3 PC3-14900L 4Rx4 DDR3 ECC Reg Server Mem

$39.99



Samsung 16GB 2Rx4 PC4-2400 RDIMM DDR4-19200 ECC REG Registered Server Memory RAM picture

Samsung 16GB 2Rx4 PC4-2400 RDIMM DDR4-19200 ECC REG Registered Server Memory RAM

$20.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



A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 256GB 4x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$287.96



A-Tech 128GB 2x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM picture

A-Tech 128GB 2x 64GB 4Rx4 PC4-19200 ECC Load Reduced LRDIMM Server Memory RAM

$143.98