User Tools

Site Tools


ed:klang:howtos:ise_ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ed:klang:howtos:ise_ubuntu [2022/11/30 14:56]
klang created
ed:klang:howtos:ise_ubuntu [2022/11/30 15:07] (current)
klang [License]
Line 14: Line 14:
 ===== License ===== ===== License =====
  
-ISE license manager is not able to detect the NIC when it is named by the BIOS, which is done by default in newer Ubuntu version. It is necessary to detect it for generation of the license file.+ISE license manager is not able to detect the NIC when it is named by the BIOS, which is done by default in newer Ubuntu version. 
  
-Edit the Grub configuration file+Check the name of you NIC: 
 + 
 +  ip link show 
 +   
 +For the ISE license manager the NIC name must start with "eth"
 + 
 +To solve this problem: \\ 
 +1) edit the Grub configuration file.
   sudo vi /etc/default/grub   sudo vi /etc/default/grub
  
-Change Parameter:+2) Change Parameter:
   GRUB_CMDLINE_LINUX=""   GRUB_CMDLINE_LINUX=""
 to to
   GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"   GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
      
-Apply change to grub.+3) Apply change to grub.
   sudo grub-mkconfig -o /boot/grub/grub.cfg   sudo grub-mkconfig -o /boot/grub/grub.cfg
  
-Reboot.+4) Reboot.
      
ed/klang/howtos/ise_ubuntu.1669816581.txt.gz · Last modified: 2022/11/30 14:56 by klang