Opened 3 years ago
Closed 3 years ago
#17017 closed enhancement (fixed)
Intel I219-V (0d4f) device not working
Reported by: | dsjonny | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Drivers/Network/ipro1000 | Version: | R1/beta2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Ethernet network adapter not working on my laptop (Lenovo T14). Checked the source code and not found the device id in the code:
listdev:
device Network controller (Ethernet controller) (2|0|0) vendor 8086: Intel Corporation device 0d4f: Ethernet Connection (10) I219-V
There is no any network related entry in the syslog.
Using hrev55168 x86_64.
Change History (5)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
https://git.haiku-os.org/haiku/log/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000
Looks like it's not synced yet.
comment:3 by , 3 years ago
Blocked By: | 17212 added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
#17212 is a duplicate of this one, but it has more information, so closing in favor of that.
There is a test driver available on that ticket for x86_64; please do test and see if it works for you, please comment there if it does and I will include it by default.
comment:4 by , 3 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:5 by , 3 years ago
Blocked By: | 17212 removed |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Ah, I missed that it is actually part of e1000. In that case it was fixed in hrev55552.
It looks like FreeBSD supports it at least https://github.com/freebsd/freebsd-src/commit/933837ffb5e11d4274e16969b82b4445ed17812a. I am not sure this specific driver is synced with us yet or not.