[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: missing info in the document for qemu networking (where to find linu
From: |
ckim |
Subject: |
RE: missing info in the document for qemu networking (where to find linux-test-xxx.tar.gz) (TAP networking) |
Date: |
Wed, 11 Aug 2021 19:30:28 +0900 |
Instead of using -device virtio-net-pci, I tried using -device e1000,
But this time it gives me 'EEPROM Checksum Is Not valid' error.
[ 36.990838] e1000 0000:00:01.0 0000:00:01.0 (uninitialized): The EEPROM
Checksum Is Not Valid
[ 37.013455] e1000: /*********************/
[ 37.013816] e1000: Current EEPROM Checksum : 0x0000
[ 37.014177] e1000: Calculated : 0xbaba
[ 37.014530] e1000: Offset Values
[ 37.014806] e1000: ======== ======
[ 37.016438] 00000000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.017015] 00000010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.017489] 00000020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.017934] 00000030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.018405] 00000040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.018862] 00000050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.019302] 00000060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.020023] 00000070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[ 37.020620] e1000: Include this output when contacting your support provider.
[ 37.021128] e1000: This is not a software error! Something bad happened to
[ 37.021620] e1000: your hardware or EEPROM image. Ignoring this problem could
[ 37.022127] e1000: result in further problems, possibly loss of data,
[ 37.022600] e1000: corruption or system hangs!
[ 37.022958] e1000: The MAC Address will be reset to 00:00:00:00:00:00,
[ 37.023428] e1000: which is invalid and requires you to set the proper MAC
[ 37.024224] e1000: address manually before continuing to enable this network
[ 37.024706] e1000: device. Please inspect the EEPROM dump and report the
[ 37.025190] e1000: issue to your hardware vendor or Intel Customer Support.
[ 37.025682] e1000: /*********************/
[ 37.026218] e1000 0000:00:01.0 0000:00:01.0 (uninitialized): Invalid MAC
Address
[ 37.113488] e1000 0000:00:01.0: Hardware Error
And it resets the MAC address and the network service can't run. (I found there
was NetworkManager-wait-online failure during the boot in the previous method).
How should I know the e1000 NIC's default MAC address?(so that I want to avoid
the EEPROM checksum error?)
Or can I change MAC address inside the guest machine later?
Thanks
Chan Kim