Forum Discussion
4 Replies
- cpin0
New Contributor
- RichardT_altera
Super Contributor
Use the ifconfig utility to find the NIC ID on Linux.
• At a command prompt, type:
/sbin/ifconfig eth0
Reference: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/install-license-quick-start.pdf#page=8
And how to start modelsim alone?
Perhaps the below link helps.
https://stackoverflow.com/questions/45153591/modelsim-on-ubuntu
- RichardT_altera
Super Contributor
Try
/sbin/ifconfig -a
If ifconfig -a does not list eth0 means that your wired adapter hasn't been found. Things to check:
- lspci - is you network adapter listed?
- Reboot and enter bios setup. Check if the built in network adapter is enabled.