Results 1 to 8 of 8

Thread: no network when booting into knoppix

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Posts
    1

    no network when booting into knoppix

    Hi,

    I am trying to setup knoppix because i want to switch from gentoo to debian.

    But I can not make the network work. I have a MSI Laptop (Core2Duo) with this ethernet card:
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
    Subsystem: Micro-Star International Co., Ltd. Unknown device 0341
    Flags: bus master, fast devsel, latency 0, IRQ 17
    I/O ports at d800 [size=256]
    Memory at fe1ff000 (64-bit, non-prefetchable) [size=4K]
    Expansion ROM at fe1e0000 [disabled] [size=64K]
    Capabilities: [40] Power Management version 2
    Capabilities: [48] Vital Product Data <?>
    Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable-
    Capabilities: [60] Express Endpoint, MSI 00
    Capabilities: [84] Vendor Specific Information <?>
    Kernel driver in use: r8169
    Kernel modules: r8169

    When knoppix is up and I try a to use the dhcp client (dhcp3 or so) I get a message that I have to configure a subnet in my dhcp server config. ????

    So what to do? Any ideas.
    When I installed gentoo I had problems with the nic too. I had to compile the kernel again, the the module r8169 work. But I do not have this chance on knoppix, isn't it?

    menschmeier

  2. #2
    Senior Member registered user
    Join Date
    Jan 2005
    Location
    UK
    Posts
    282
    If your laptop also has firewire then the firewire port may be recognised as eth0 and your realtek as eth1.

    Try
    dmesg | grep eth

    see if knoppix has detected your card as eth1, if yes click the fat penguin, and go to network configuration
    and set your network up.
    You can also run
    sudo netcardconfig
    from a terminal

  3. #3
    Junior Member
    Join Date
    Feb 2008
    Posts
    2

    I have a same problem

    Hi,menschmeier

    I have a same problem just like you.
    My computer's netcard is Realtek RTL8101 Family PCI-E Ethernet Nic(NDIS6.0).
    The manufactory told me i have to reinstall the drivers software. They gave me a download address. Hope it helpful.

    http://152.104.125.41/downloads/down...id=4&PFid=4&Le
    vel=5&Conn=4&DownTypeID=3&GetDown=false&Downloads= true#RTL8110S-32/RTL8110SB
    (L)/RTL8169SB(L)/RTL8169SC(L)
    RTL8169

    You need to download the version below.

    Linux driver for kernel 2.6.x and 2.4.x
    (Support x86 and x64)」

    I trid to install but failed.
    If you success, tell me how.
    thank first.

  4. #4
    Junior Member
    Join Date
    Feb 2008
    Posts
    2

    by the way

    by the way

    the driver i need to install is r8169 too.

    paste the download page again.

    http://152.104.125.41/downloads/down...S-32/RTL8110SB

  5. #5
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    CAUTION!
    Above we have a brand new user posting URLs supposedly for downloading a driver that contain IP addresses rather than domain names to be looked up through a DNS server. The IPs themselves are in China. Not very common for downloading drivers, and I would advise anyone following the links to be very careful about it and do it in a very secure way (such as with Knoppix running in a virtual machine that can later be safely discarded). Check that driver closely before installing, and see if you can find a matching copy on a safer site. If anyone does follow these links please report back here on the experience. This might be a completely legitimate set of posts, but if your system is destroyed, has private data stolen, or becomes part of a bot-net because you visited an unsafe and suspicious link, well, don't say that you were not warned.

  6. #6
    Junior Member
    Join Date
    Apr 2008
    Posts
    1

    Realtek Gigabit Pci-Express RTL8168B

    I have done a Poor Man Install of Knoppix 5.3.1 on my Asus laptop A6TC.
    It has a network card RTL8168B Gigabit PCI-Express.
    The r8169 shipped module does not work with my card.
    I have downloaded the r8168 module for kernel 2.6.x from Realtek site and followed the readme instructions.
    I got the following compile error:
    root@Knoppix:/usr/local/r8168-8.005.00# make clean modules
    make -C src/ clean
    make[1]: Entering directory `/UNIONFS/usr/local/r8168-8.005.00/src'
    rm -rf *.o *.ko *~ core* .dep* .*.d .*.cmd *.mod.c *.a *.s .*.flags .tmp_versions Module.symvers Modules.symvers rset
    make[1]: Leaving directory `/UNIONFS/usr/local/r8168-8.005.00/src'
    make -C src/ modules
    make[1]: Entering directory `/UNIONFS/usr/local/r8168-8.005.00/src'
    make -C /lib/modules/2.6.24.4/build SUBDIRS=/usr/local/r8168-8.005.00/src modules
    make[2]: Entering directory `/UNIONFS/usr/src/linux-2.6.24'
    CC [M] /usr/local/r8168-8.005.00/src/r8168_n.o
    /usr/local/r8168-8.005.00/src/r8168_n.c: In function 'rtl8168_init_board':
    /usr/local/r8168-8.005.00/src/r8168_n.c:2270: error: implicit declaration of function 'SET_MODULE_OWNER'
    /usr/local/r8168-8.005.00/src/r8168_n.c: In function 'rtl8168_init_one':
    /usr/local/r8168-8.005.00/src/r8168_n.c:2570: error: 'struct net_device' has no member named 'poll'
    /usr/local/r8168-8.005.00/src/r8168_n.c:2571: error: 'struct net_device' has no member named 'weight'
    /usr/local/r8168-8.005.00/src/r8168_n.c: In function 'rtl8168_rx_interrupt':
    /usr/local/r8168-8.005.00/src/r8168_n.c:3790: error: 'struct net_device' has no member named 'quota'
    /usr/local/r8168-8.005.00/src/r8168_n.c:3790: warning: type defaults to 'int' in declaration of '_y'
    /usr/local/r8168-8.005.00/src/r8168_n.c:3790: error: 'struct net_device' has no member named 'quota'
    /usr/local/r8168-8.005.00/src/r8168_n.c:3790: warning: comparison of distinct pointer types lacks a cast
    /usr/local/r8168-8.005.00/src/r8168_n.c: In function 'rtl8168_interrupt':
    /usr/local/r8168-8.005.00/src/r8168_n.c:3986: error: too few arguments to function 'netif_rx_schedule_prep'
    /usr/local/r8168-8.005.00/src/r8168_n.c:3987: error: too few arguments to function '__netif_rx_schedule'
    /usr/local/r8168-8.005.00/src/r8168_n.c: In function 'rtl8168_poll':
    /usr/local/r8168-8.005.00/src/r8168_n.c:4035: error: 'struct net_device' has no member named 'quota'
    /usr/local/r8168-8.005.00/src/r8168_n.c:4035: warning: type defaults to 'int' in declaration of '_y'
    /usr/local/r8168-8.005.00/src/r8168_n.c:4035: error: 'struct net_device' has no member named 'quota'
    /usr/local/r8168-8.005.00/src/r8168_n.c:4043: error: 'struct net_device' has no member named 'quota'
    /usr/local/r8168-8.005.00/src/r8168_n.c:4046: error: too few arguments to function 'netif_rx_complete'
    make[3]: *** [/usr/local/r8168-8.005.00/src/r8168_n.o] Error 1
    make[2]: *** [_module_/usr/local/r8168-8.005.00/src] Error 2
    make[2]: Leaving directory `/UNIONFS/usr/src/linux-2.6.24'
    make[1]: *** [modules] Error 2
    make[1]: Leaving directory `/UNIONFS/usr/local/r8168-8.005.00/src'
    make: *** [modules] Error 2

    I don't know what to do. I think the DVD has all programs/libraries to compile.
    Perhaps report this as a bug.
    Plese help me.

  7. #7
    Junior Member
    Join Date
    Jun 2008
    Posts
    6
    I am trying to setup knoppix because i want to switch from gentoo to debian.
    I hate to suggest this on a Knoppix forum, but grml is another Debian-based live CD distro, and I've had great success with it. I've used it to install Debian on my laptop, and all I have to do to keep it current is to type "apt-get update" and "apt-get upgrade" on occasion.

  8. #8
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by slackbp
    I hate to suggest this on a Knoppix forum, but grml is another Debian-based live CD distro, and I've had great success with it. .....
    No problem suggesting alternatives here that work when Knoppix doesn't. Knoppix has always been pretty mediocre when it comes to wireless support, and IMHO has gone way down hill after version 4.02. I find that Puppy and Mandriva1 support several wifi cards that I have that Knoppix either doesn't recognize or seems to recognize but doesn't get them working. Glad to hear of another alternative, I had not seen this one mentioned in these forums before.

    I've just downloaded it, burning the disc now. I was surprised how fast the torrent download was, 15 minutes on my modest DSL line. But you might save some people some effort when telling them about grml by mentioning that (as far as I can tell from the website and not having booted the CD yet), it's aimed at shell users and omits some things like KDE (and, of course, Open Office). So it might not be right for most users.

Similar Threads

  1. Booting Knoppix from a network NAS volume
    By nmincone in forum Hardware & Booting
    Replies: 0
    Last Post: 12-22-2005, 01:53 AM
  2. Booting Knoppix LiveCD sans network
    By denali in forum Networking
    Replies: 2
    Last Post: 08-13-2005, 03:21 PM
  3. Network Hang on booting...
    By Namisar in forum Hardware & Booting
    Replies: 1
    Last Post: 05-11-2005, 05:53 AM
  4. network booting knoppix on ACER TMC100 ?
    By blasco51 in forum Laptops
    Replies: 1
    Last Post: 04-11-2004, 11:47 PM
  5. Network booting
    By FlipinMonkeyPie in forum General Support
    Replies: 1
    Last Post: 07-21-2003, 05:41 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
  •  


HPE Synergy 480 Gen 10 Blade Server | 96GB Ram | No HDDs | Complete Otherwise picture

HPE Synergy 480 Gen 10 Blade Server | 96GB Ram | No HDDs | Complete Otherwise

$500.00



Dell PowerEdge FX2s + 8x FC430 Blades 16x E5-2630v4 160 Cores Rails No PSU/RAM picture

Dell PowerEdge FX2s + 8x FC430 Blades 16x E5-2630v4 160 Cores Rails No PSU/RAM

$699.00



NETAPP HCI NAF-1701 SuperMicro Server 4X BLADE H410C 8X GOLD 5120 - 4X S25G NICs picture

NETAPP HCI NAF-1701 SuperMicro Server 4X BLADE H410C 8X GOLD 5120 - 4X S25G NICs

$1999.97



Dell PowerEdge FC430 Blade Server 2x Xeon E5-2630v4 20 Cores FX2 FX2s No RAM/HDD picture

Dell PowerEdge FC430 Blade Server 2x Xeon E5-2630v4 20 Cores FX2 FX2s No RAM/HDD

$119.99



LOT (8) Cisco UCS UCSB-B200-M5  2x6248R  24 core 3.0G   24x64g DDR4-2933 ram picture

LOT (8) Cisco UCS UCSB-B200-M5 2x6248R 24 core 3.0G 24x64g DDR4-2933 ram

$112000.00



Dell PowerEdge VRTX Rackmount Chassis w/4x PSUs 2x CMC Modules picture

Dell PowerEdge VRTX Rackmount Chassis w/4x PSUs 2x CMC Modules

$399.98



Dell PowerEdge FX2 FX2s Server 10GbE CMC Blade Enclosure Chassis picture

Dell PowerEdge FX2 FX2s Server 10GbE CMC Blade Enclosure Chassis

$274.99



Dell PowerEdge M620 Blade Server 2x Xeon E5-2680v2 2.8ghz 20-Cores | 128GB picture

Dell PowerEdge M620 Blade Server 2x Xeon E5-2680v2 2.8ghz 20-Cores | 128GB

$149.99



Lot of 3 Dell PowerEdge Blade Server HHB005 x2 HHB006 x1 picture

Lot of 3 Dell PowerEdge Blade Server HHB005 x2 HHB006 x1

$256.49



Dell Poweredge VRTX 25Bay 2.5

Dell Poweredge VRTX 25Bay 2.5" 2x PERC 8, 2xCMC, I/O 1GB Pass Through, 4x PS

$578.08