Driver: e100
Linux Kernel Source File: drivers/net/e100.c
DPRINTK "EEPROM corrupted\n";
Probable Causes:
- "The EEPROM on the network adapter may be corrupted."
Actions:
DPRINTK "link down\n";
Probable Causes:
- "The network cable may be disconnected."
Actions:
- "Make sure the network cable is plugged in."
DPRINTK "Cannot open interface, aborting.\n";
Probable Causes:
- "Not enough memory for the driver"
- "Unable to (re)initialize the adapter card"
Actions:
- "Verify the driver software level."
- "Reconfigure the kernel to reduce memory consumption, and reboot."
- "Replace the adapter."
DPRINTK "Cannot enable PCI device, aborting.\n";
Probable Causes:
- "The driver cannot enable the adapter as a PCI device."
Actions:
DPRINTK "Cannot find proper PCI device " "base address, aborting.\n";
Probable Causes:
- "The driver cannot enable the adapter as a PCI device."
Actions:
DPRINTK "Cannot obtain PCI resources, aborting.\n";
Probable Causes:
- "The BIOS has assigned conflicting address spaces to different
devices."
Actions:
- "Execute diagnostics."
- "Upgrade your BIOS."
- "Replace the adapter."
DPRINTK "No usable DMA configuration, aborting.\n";
Probable Causes:
- "The driver requested a DMA configuration that your system does
not support."
Actions:
- "Verify driver software level."
- "Execute diagnostics"
- "Replace the adapter."
DPRINTK "Cannot map device registers, aborting.\n";
Probable Causes:
- "Internal error in driver, kernel, or firmware"
Actions:
- "Verify driver software level."
- "Execute diagnostics."
DPRINTK "Cannot alloc driver memory, aborting.\n";
Probable Causes:
- "Insufficient kernel memory is available for the driver."
Actions:
- "Install more memory in the system."
- "Reconfigure the kernel to reduce memory consumption."
- "Install the driver earlier in system bringup."
DPRINTK "Invalid MAC address from " "EEPROM, aborting.\n";
Probable Causes:
- "The adapter's MAC address is not a valid Ethernet address."
Actions:
- "Verify the driver software level."
- "Execute diagnostics."
- "Replace the adapter."
DPRINTK "Cannot register net device, aborting.\n";
Probable Causes:
- "Internal error in driver, kernel, or firmware"
Actions:
- "Verify the driver software level."
- "Execute diagnostics."
DPRINTK "Self-test failed: result=0x%08X\n";
Probable Causes:
- "The network adapter failed its self-test."
Actions:
DPRINTK "Self-test failed: timed out\n";
Probable Causes:
- "The network adapter timed out during its self-test."
Actions: