Page MenuHomeVyOS Platform

Vyos crux with kernel 4.19.207 igb driver missing
Closed, ResolvedPublicBUG

Description

Hi,

I have built crux iso with kernel 4.19.207 from github. But it look like there is something changed for intel igb driver. It is not included anymore. So with this image my router's intel I211 networks cards are not detected any more. Not a expert on linux. I cannot find the igb driver module files in the system.

For example - I can find e1000 och virio drivers; but not the igb driver.

root@vyos:~# find / -name virtio_net -print
/sys/devices/pci0000:00/0000:00:04.0/virtio2/net/eth2/queues/rx-0/virtio_net
/sys/devices/pci0000:00/0000:00:03.0/virtio1/net/eth1/queues/rx-0/virtio_net
/sys/devices/pci0000:00/0000:00:02.0/virtio0/net/eth0/queues/rx-0/virtio_net
/sys/devices/pci0000:00/0000:00:05.0/virtio3/net/eth3/queues/rx-0/virtio_net
/sys/bus/virtio/drivers/virtio_net
/sys/module/net_failover/holders/virtio_net
/sys/module/virtio_ring/holders/virtio_net
/sys/module/virtio/holders/virtio_net
/sys/module/virtio_net

root@vyos:~# find / -name igb -print
root@vyos:~#

Can anyone shed some light on this issue?

Regards,

Details

Difficulty level
Easy (less than an hour)
Version
1.2 with kernel 4.19.207
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

https://github.com/vyos/vyos-build/commit/402d80498683f298be1dd3581cb0143362ceb561 - developers are reverting to kernel 4.19.207. But this is the kernel that started the problem.

Please help. We need a stable crux; before migrating to version 1.3.

Reverted back to "4.19.195"

c-po claimed this task.
c-po triaged this task as High priority.
c-po changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).