You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Folks:
Along about Debian 10, the standard first ethernet card interface for a
desktop machine, referred to as "eth0", was changed to "eno1". Just out
of idle curiosity, does anyone know why this was done? (It broke some
stuff on my machine.)
Paul
Andy Smith
unread,
Oct 26, 2021, 6:30:05 PM10/26/21
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
There have probably been vast tomes written on this subject. A good
key phrase to search for is "predictable names" possibly with the
addition of "network device".
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
for back the old names for the interfaces: # nano /etc/default/grub edit the line GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"
# grub-mkconfig -o /boot/grub/grub.cfg # reboot
Felix Miata
unread,
Oct 26, 2021, 7:20:04 PM10/26/21
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Paul M. Foster composed on 2021-10-26 18:06 (UTC-0400):