Comment 240 for bug 263555

Revision history for this message
In , Karsten-keil (karsten-keil) wrote :

Intel did cleanup e1000 and e1000e to have no duplicate PCI IDs in both drivers. Maybe they removed this on the wrong driver.
Can you please try to unload e1000e and load e1000 manually if the card is not detected, then please add the ids to the driver on runtime:

echo "vendor device subvendor subdevice class class_mask driver_data" > \
/sys/bus/pci/drivers/e1000/new_id

All fields are passed in as hexadecimal values (no leading 0x).
The vendor and device fields are mandatory, the others are optional.