Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASL System hangs

After a new installation the system hangs with the message:
eth0: first available media type: MII

The eth0 NIC is a 3Com PCI 3c905 Boomerang 100baseTx an the eth1 NIC is a 3Com PCI 3c590 Vortex 10Mbps.
Both NIC are working when I install the system with only 1 NIC. But thats not what I need.

I hope someone can help me.

Regards,
Peter Peterse


This thread was automatically locked due to age.
  • I will give You some extra information about the instalation.
    The internal NIC would get the next IP information:
    192.100.30.199 subm 255.255.255.0 with the gateway 192.168.3.1
    I know that we use an officieel internet IP-range for our own network but thats going to change. The gateway is the DSL-router which use NAT.
    The network cards are using the irq's 10 and 11.

    I hope that I gave enough information to solve the problem if not please let me know.

    Regards,

    Peter Peterse
  • Hi peter2se,

    that seems quite strange to me.
    Just for clarity: You installed the ASL, the installer detected your NICs and everything is fine, until you are rebooting your machine for it's first start.

    Your ASL loads the kernel, and when starting Networking and loading the Module(s) of your NICs, the boot routine hangs.

    On a first shot, I would say that 
    a) your NIC is not working
    b) maybe the module is corrupt?
    But both just don't makes sense, because you said you had the machine and the NICs working when using only one of them.
    That brings me to the point where I'd suspect a PCI / I/O - Problem; do these cards maybe use the same I/O (the vortex card jumpered or anything like that?)

    An output of /proc/pci, /proc/bus/pci/devices and the kernel output when loading modules would be great, but to get there you have to get around the normal boot process.
    When the boot prompt is showing up, please type your image label and add a 
    init=/bin/bash 
    to pass these parameters directly to the kernel. Watch the kernel loading and giving you a nice clean bash prompt when ready  [:)]

    Now re-mount your / read-writeable:
    mount -on remount,rw /

    Edit /etc/modules.conf and comment out every NIC alias found in there, save it and reboot.
    On the next reboot, I expect your ASL to start up, throwing errors when trying to initialize your NICs, but presenting you a "normal" login prompt.
    Now is the time to check /proc/pci, /proc/bus/pci/devices and try to modprobe/insmod your NIC Modules manually.
    What also would be very interesting for us is the version of ASL you are using.

    I'm curious about the results; be aware that you are going to get deeper into the very essence of that "linux stuff" than many other   
  • I'm sorry but I stopped trying out ASL with this hardware. I've ordered a new system for ASL and than I'm going to use ASL.
    For your information I used ASL 1.811 downloaded from the net.

    Regards Peter

    I'll be back with in a few weeks.
  • Well it appears I'm experiencing the same problem.

    I have a dual proc pentium iii 550 mhz machine with intel mother board with an integrated intel 10/100 chipset and adaptec scsi controller chip set.  

    I have added two additional PCI intel 10/100 cards to the system and swapped out the scsi drive with a seagate ide drive (from earlier posts that stated scsi wasn't supported).

    I am able to install the software but it hangs after it initializes the 3rd of all 3 cards.  As per the suggestions in this thread I brought the system up in a shell and edited module.conf to comment out the drivers for the total of 3 cards.

    After rebooting and checking out things in /proc i noticed something peculiar.  The scsi controller chip set and #2 of the 3 cards recognized by the system share interrupt 10.  I assume this is the root of my problem.  I have attempted to disable the scsi since it's no longer needed but there's no straight out "scsi off" in the bios and any attempts to disable indirectly have not gotten me past the hang.  

    The other odd thing is the hang happens after the 3rd nic initializes even the the irq conflict is with the 2nd nic.

    So I'm throwing this out for comment/suggestions.

    BTW
    I haven't checked through /var/logs (or ASLs equivelent) yet nor have i tried insmod to install the cards manually.