notes about MAC address on acer/g43t-am3
parent
3a97c3fad4
commit
4d12cfe7f9
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: Acer G43T-AM3 notes
|
||||
x-toc-enable: true
|
||||
...
|
||||
|
||||
This is similar to Gigabyte GA-G41M-ES2L but uses an Intel NIC rather than
|
||||
Realtek. Some problems with Linux on this NIC, on this board, with Libreboot,
|
||||
were observed; see:
|
||||
|
||||
<https://notabug.org/libreboot/lbmk/issues/125>
|
||||
|
||||
That page (on notabug) has some notes about workarounds. It links to this:
|
||||
|
||||
<https://superuser.com/questions/1104537/how-to-repair-the-checksum-of-the-non-volatile-memory-nvm-of-intel-ethernet-co/1106641#1106641>
|
||||
|
||||
This page has some guidance on how to either correct the checksum (in GbE
|
||||
config) or skip checksum validation in Linux, to get the onboard NIC working.
|
||||
Although it's talking about different hardware, the steps should be the same.
|
||||
|
||||
TODO: factory BIOS on this board works fine with the onboard NIC. study what
|
||||
that is doing
|
|
@ -31,7 +31,7 @@ libreboot currently supports the following systems in this release:
|
|||
### Desktops (AMD, Intel, x86)
|
||||
|
||||
- [Gigabyte GA-G41M-ES2L motherboard](ga-g41m-es2l.md)
|
||||
- Acer G43T-AM3
|
||||
- [Acer G43T-AM3](acer_g43t-am3.md)
|
||||
- [Intel D510MO and D410PT motherboards](d510mo.md)
|
||||
- [Intel D945GCLF](d945gclf.md) (D945GCLF2D also reported working by a user)
|
||||
- [Apple iMac 5,2](imac52.md)
|
||||
|
|
Loading…
Reference in New Issue