Hello all,
I have made my TrueNAS Scale build a few weeks ago but I cannot get rid of a network issue.. I have searched everywhere but I am know helpless :(
Problem :
On every fresh boot (NAS is not powered on all time), the network is not working. The NIC is correctly recognized, IP is set, from the NAS perspective, everything is good. But it's unavailable from my LAN. Another strange behavior that seem to be related, is that the local keyboard is also not working, I need to unplug the dongle and plug it back for it to comeback alive. If I reboot the NAS or shut it down only a few second, the issue doesn't produce, it's only on "cold" startup.
My actual workaround :
Sometime, simply unplugging the ethernet cable a few seconds and plug it back do the trick, the NAS become available on LAN there after.
Sometime, I need to unplug/plug the keyboard dongle to get the keyboard back and then enter Linux console and issue the following commands :
What I have tried (without success) :
- Putting the code above in a PreInit or PostInit script.
- Changing various settings in my BIOS.
My setup :
- ASRock H610M ITX
- Intel Core i3-13100
- 64Gb Non-ECC RAM
- LSI HBA Controller (9300-16i)
- An exotic network card Aquantia AQC107 10Gbs on M.2 slot.
I have, of course, suspected my NIC at first but it's always recognized correctly in "lspci" and the fact that the USB keyboard issue is always in sync with the network issue make me feel it's something else. I don't see how the NIC could influence the USB behaviors.
I really hope someone will be able to help me to sort this out :)
Thank you.
I have made my TrueNAS Scale build a few weeks ago but I cannot get rid of a network issue.. I have searched everywhere but I am know helpless :(
Problem :
On every fresh boot (NAS is not powered on all time), the network is not working. The NIC is correctly recognized, IP is set, from the NAS perspective, everything is good. But it's unavailable from my LAN. Another strange behavior that seem to be related, is that the local keyboard is also not working, I need to unplug the dongle and plug it back for it to comeback alive. If I reboot the NAS or shut it down only a few second, the issue doesn't produce, it's only on "cold" startup.
My actual workaround :
Sometime, simply unplugging the ethernet cable a few seconds and plug it back do the trick, the NAS become available on LAN there after.
Sometime, I need to unplug/plug the keyboard dongle to get the keyboard back and then enter Linux console and issue the following commands :
Code:
ifconfig <myNic> down ifconfig <myNic> up systemctl restart ix-netif.service
What I have tried (without success) :
- Putting the code above in a PreInit or PostInit script.
- Changing various settings in my BIOS.
My setup :
- ASRock H610M ITX
- Intel Core i3-13100
- 64Gb Non-ECC RAM
- LSI HBA Controller (9300-16i)
- An exotic network card Aquantia AQC107 10Gbs on M.2 slot.
I have, of course, suspected my NIC at first but it's always recognized correctly in "lspci" and the fact that the USB keyboard issue is always in sync with the network issue make me feel it's something else. I don't see how the NIC could influence the USB behaviors.
I really hope someone will be able to help me to sort this out :)
Thank you.