Results 1 to 8 of 8

Thread: NIC problems after HDD install - new to linux question...

  1. #1
    Junior Member
    Join Date
    Jan 2005
    Location
    Charlotte, NC
    Posts
    4

    NIC problems after HDD install - new to linux question...

    I installed Knoppix 3.7 on a Compaq Presario V2030 turning it into a dual boot Knoppix/Debian - XP machine in order to learn linux. The current problem I am trying to solve is how to get the built-in NIC configured and working. It works fine for XP and the live CD of Morphix; I can browse the web without problems. However, if I boot from the live CD of Knoppix, I have to use the nodhcp cheat, and if I boot from the HDD install of Knoppix, the card will not work at all. I've confirmed that the correct drivers are being loaded by comparing the modconf settings between Morphix, which works, and Knoppix, which doesn't, and they are using the same drivers (Realtek RTL-8139 PCI Fast Ethernet Adapter support, WinBond W89c840 PCI Ethernet support). I've compared the lsmod settings and noticed that while both mii and crc32 point back to 8139too for both distros, Morphix points 8139too to eth0 but Knoppix simply states that it is not in use or says 'initializing'. Also, 'cat /proc/interrupts' on Morphix shows that the Realtek card is using IRQ 10 while doing it on Knoppix shows no entry for the IRQ settings.

    Based on some reading that I've done, I tried 'mii-tool -r' and 'netcardconfig'. Both lock the terminal session. Also, when shutting down Knoppix from the HDD install, the system locks when trying to shut down eth0.

    I've considering installing Morphinx over Knoppix but would rather not, primarily because Knoppix is what I've concentrated on as the first distro of linux to learn as opposed to SuSE or Red Hat, and secondly because Morphix is not picking up my battery and can't give me a power level status while I'm working. I've also noticed some other quirks with Knoppix on this laptop but would like to get the NIC working first so I can do 'apt-get update' and 'apt-get upgrade' to see if those quirks go away getting the updates.

    Can anyone suggest anything that I try, do, read that might help me solve this problem?

  2. #2
    Junior Member
    Join Date
    Oct 2004
    Location
    Ontario, Canada
    Posts
    6
    I'm a bit of a newbie myself, but I'll throw in a suggestion that might help. I noticed you said that everything worked when you booted from the CD and yet you had trouble when booting stand-alone after doing the hard drive install as a dual boot. I wonder if you have checked the contents of your lilo.conf file (found in /etc). In the file, look for the lines like this:
    image=/boot/vmlinuz-2.6.7
    label="Linux(2.6)-2"
    initrd=/boot/initrd.img-2.6.7
    append="ramdisk_size=100000 init=/etc/init lang=us apm=power-off nomce quiet nodma myconfig=scan"

    Notice that the boot options are contained on the append= line. Perhaps you should ensure your options there are the same as those used to boot from the CD. Hope this helps.

    David

  3. #3
    Junior Member
    Join Date
    Jan 2005
    Location
    Charlotte, NC
    Posts
    4
    Thanks for the suggestion DeepCreek but unfortunately that didn't work. While I can find lilo.conf on the Knoppix CDs, which don't work, I can't find it on the Morphix CD. Just for grins and giggles, I tried booting with the 3.3 and 3.4 versions of Knoppix in case the kernel versions were different enough to work but I still can't a network connection. What I find really annoying is that Morphix is actually based on Knoppix but I don't know what they did different that makes the 8139too drivers work right on that distro. I've even tried the live CD of Debian and SuSE with no luck. I'll keep researching and if I find something, I'll post it.

  4. #4
    Senior Member registered user
    Join Date
    Jul 2004
    Location
    Wisconsin, USA
    Posts
    536
    Give Kanotix a try. It seems to work better for detecting some hardware and maybe it will work for you.

  5. #5
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    235
    Sdalek,

    Are you saying the if you boot with the nodhcp option from the knoppix livecd, your net connection works? If you can confirm this, this can easily be fixed in your hd install by changing one of your config scripts in /etc/pcmcia.
    Open /etc/pcmcia/network.opts in any text editor and change the line:
    DHCP="y"
    to
    DHCP="n"
    Modify /etc/network/interfaces to something like this:
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    # This entry denotes the loopback (127.0.0.1) interface.
    auto lo
    iface lo inet loopback

    # This is a list of hotpluggable network interfaces.
    # They will be activated automatically by the hotplug subsystem.
    mapping hotplug
    script grep
    map eth0

    # This entry was created during the Debian installation
    # (network, broadcast and gateway are optional)
    iface eth0 inet static
    address 192.168.x.xxx
    netmask 255.255.255.0
    network 192.168.x.0
    broadcast 192.168.x.255
    gateway 192.168.x.yyy
    Replace the "x" and "y" with your correct numbers before saving.
    Reboot and let me know if that does it for you.

    HTH,

    Durand

  6. #6
    Junior Member
    Join Date
    Oct 2004
    Location
    Ontario, Canada
    Posts
    6
    Quote Originally Posted by sdalek
    Thanks for the suggestion DeepCreek but unfortunately that didn't work. While I can find lilo.conf on the Knoppix CDs, which don't work, I can't find it on the Morphix CD. Just for grins and giggles, I tried booting with the 3.3 and 3.4 versions of Knoppix in case the kernel versions were different enough to work but I still can't a network connection. What I find really annoying is that Morphix is actually based on Knoppix but I don't know what they did different that makes the 8139too drivers work right on that distro. I've even tried the live CD of Debian and SuSE with no luck. I'll keep researching and if I find something, I'll post it.
    Perhaps I didn't make myself clear, I was referring to the lilo.conf located on your hard drive after you did the install. It should be located in the /etc directory. The install process creates a default lilo.conf file for you. When I did my install, I had to edit the lilo.conf file to indicate that I wanted to boot from my Windoz drive as the default and then have the various Linux kernels listed as optional boot points. If you let me know if this makes any more sense to you, we can pick it up from there.

    David

  7. #7
    Junior Member
    Join Date
    Jan 2005
    Location
    Charlotte, NC
    Posts
    4
    Quote Originally Posted by rrfish72
    Give Kanotix a try. It seems to work better for detecting some hardware and maybe it will work for you.
    Thanks for the suggestion, rrfish. I tried the live CD and it works. What is interesting is that it detects eth0 and eth1 but only uses eth1. I thought at first that it had detected the build-in wireless card but it doesn't see the proprietary HP/Compaq wireless hardware when I try to configure it. Doesn't bother me a bit at the moment though, because I have both an Orinoco Silver and Orinoco Gold that I would rather use with linux..

    sdalek

  8. #8
    Junior Member
    Join Date
    Jan 2005
    Location
    Charlotte, NC
    Posts
    4
    Quote Originally Posted by Durand Hicks
    Sdalek,

    Are you saying the if you boot with the nodhcp option from the knoppix livecd, your net connection works? If you can confirm this, this can easily be fixed in your hd install by changing one of your config scripts in /etc/pcmcia.
    Open /etc/pcmcia/network.opts in any text editor and change the line:
    DHCP="y"
    to
    DHCP="n"
    Modify /etc/network/interfaces to something like this:
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    # This entry denotes the loopback (127.0.0.1) interface.
    auto lo
    iface lo inet loopback

    # This is a list of hotpluggable network interfaces.
    # They will be activated automatically by the hotplug subsystem.
    mapping hotplug
    script grep
    map eth0

    # This entry was created during the Debian installation
    # (network, broadcast and gateway are optional)
    iface eth0 inet static
    address 192.168.x.xxx
    netmask 255.255.255.0
    network 192.168.x.0
    broadcast 192.168.x.255
    gateway 192.168.x.yyy
    Replace the "x" and "y" with your correct numbers before saving.
    Reboot and let me know if that does it for you.

    HTH,

    Durand
    Unfortunately not. When I boot with the nodhcp cheat, the NIC doesn't work at all and whenever I try to configure it either using the build in netcardconfig GUI or manually, the terminal windows doesn't respond or just goes away. rrfish72's suggestion to try Kanotix payed off though and the live CD detects and works with the build in NIC. I'm going to try and see what the difference is in the way Kanotix and Knoppix detect the NIC. If I can figure it out, I'll post it for future reference for anyone trying to configure a Presario V2030.

    sdalek

Similar Threads

  1. Replies: 4
    Last Post: 10-24-2005, 10:18 AM
  2. Problems after Linux HDD Install
    By adityasn in forum MS Windows & New to Linux
    Replies: 4
    Last Post: 07-20-2005, 06:05 PM
  3. Question and New to Linux
    By chiefbutz in forum MS Windows & New to Linux
    Replies: 2
    Last Post: 04-29-2005, 01:31 PM
  4. General Linux Migration question
    By Jerunk in forum General Support
    Replies: 5
    Last Post: 06-06-2004, 04:14 PM
  5. General Linux question
    By massai in forum General Support
    Replies: 9
    Last Post: 12-28-2003, 02:02 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
  •  


ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield picture

ASUS H110M-R Motherboard Intel 6th/7th Gen LGA1151 DDR4 Micro-ATX i/o shield

$42.00



***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3 picture

***NEW*** BCM RX67Q Gaming Motherboard | Intel Q67 2nd/3rd Gen. | LGA1155 | DDR3

$27.77



Asus B85M-E/CSM, LGA 1150 Intel Socket Motherboard picture

Asus B85M-E/CSM, LGA 1150 Intel Socket Motherboard

$39.99



ASRock B660M PRO RS LGA 1700 Intel SATA 6Gb/s DDR4 Micro ATX Motherboard picture

ASRock B660M PRO RS LGA 1700 Intel SATA 6Gb/s DDR4 Micro ATX Motherboard

$94.99



ASUS H110M-C LGA 1151 DDR4 SDRAM MSIP-REM-MSQ-H110M-C Desktop Motherboard picture

ASUS H110M-C LGA 1151 DDR4 SDRAM MSIP-REM-MSQ-H110M-C Desktop Motherboard

$43.95



ASUS Motherboard H81M-C | No CPU picture

ASUS Motherboard H81M-C | No CPU

$30.00



ASUS Q87M-E/CSM Intel Q87 Chipset DDR3 mATX LGA1150 Motherboard Tested picture

ASUS Q87M-E/CSM Intel Q87 Chipset DDR3 mATX LGA1150 Motherboard Tested

$48.95



MSI A520M-A PRO AM4 AMD A520 USB3.2 Gen1 Micro-ATX Motherboard picture

MSI A520M-A PRO AM4 AMD A520 USB3.2 Gen1 Micro-ATX Motherboard

$69.99



BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled picture

BTC-S37 Mining Motherboard Kit /w SSD & Ram Preinstalled

$59.99



GIGABYTE MB10-Datto Motherboard Xeon D-1521- SR2DF 2.40 GHz- Open Box picture

GIGABYTE MB10-Datto Motherboard Xeon D-1521- SR2DF 2.40 GHz- Open Box

$115.00