View previous topic :: View next topic |
Author |
Message |
ub1quit33 n00b
Joined: 24 May 2013 Posts: 16
|
Posted: Mon Sep 02, 2013 5:16 pm Post subject: [SOLVED] Weird device names |
|
|
I'm having an issue which isn't really critical, but is a minor annoyance. My kernel appears to be assigning odd names to my devices. More specifically, what is normally /dev/md0 has become /dev/md126, eth0 is named enp2s3, and wlan0 is wlp2s6. I'm using a stock kernel, version 3.2.45. So far my reading has given some indication that changing udev rules may help me out, but that's all I got so far. Anyone pointers are much appreciated!
Last edited by ub1quit33 on Mon Sep 02, 2013 9:45 pm; edited 1 time in total |
|
Back to top |
|
|
alkan Guru
Joined: 06 Aug 2004 Posts: 385 Location: kasimlar yaylasi
|
Posted: Mon Sep 02, 2013 5:47 pm Post subject: |
|
|
it might be related to something called "the new predictable interface names", recently there was a portage news item about that if i remember correctly. |
|
Back to top |
|
|
DONAHUE Watchman
Joined: 09 Dec 2006 Posts: 7651 Location: Goose Creek SC
|
Posted: Mon Sep 02, 2013 6:33 pm Post subject: |
|
|
Code: | touch /etc/udev/rules.d/80-net-name-slot.rules | will restore the old net names after a reboot _________________ Defund the FCC. |
|
Back to top |
|
|
ub1quit33 n00b
Joined: 24 May 2013 Posts: 16
|
Posted: Mon Sep 02, 2013 9:45 pm Post subject: |
|
|
DONAHUE wrote: | Code: | touch /etc/udev/rules.d/80-net-name-slot.rules | will restore the old net names after a reboot |
Bingo! That did it! Thanks so much! |
|
Back to top |
|
|
alkan Guru
Joined: 06 Aug 2004 Posts: 385 Location: kasimlar yaylasi
|
Posted: Wed Sep 04, 2013 1:17 pm Post subject: |
|
|
That is to restore the old behaviour of udev. They might not support this forever, you may want to live with the new interface names as well. |
|
Back to top |
|
|
|