Hi All,
Something is renaming my eth0 and wlan0 interfaces. I don’t know when it started happening or if it was my piratebox install (which does not work, because wlan0 does not exist for the moment).
Here’s some info:
dmesg:
[ 1.928357] smsc95xx 1-1.1:1.0 eth0: register ‘smsc95xx’ at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:52:45:cc
[ 7.095601] smsc95xx 1-1.1:1.0 enxb827eb5245cc: renamed from eth0
[ 7.993723] r8712u 1-1.3.1:1.0 wlx00212f398e53: renamed from wlan0
lsusb:
Bus 001 Device 005: ID 0a5c:21e8 Broadcom Corp. BCM20702A0 Bluetooth 4.0
Bus 001 Device 007: ID 0c40:8000
Bus 001 Device 008: ID 0480:a208 Toshiba America Inc
Bus 001 Device 006: ID 0bda:8172 Realtek Semiconductor Corp. RTL8191SU 802.11n WLAN Adapter
Bus 001 Device 004: ID 2001:f103 D-Link Corp. DUB-H7 7-port USB 2.0 hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ificonfig:
enxb827eb5245cc Link encap:Ethernet HWaddr b8:27:eb:52:45:cc
inet addr:10.66.66.109 Bcast:10.66.66.255 Mask:255.255.255.0
inet6 addr: fe80::ba27:ebff:fe52:45cc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1273 errors:0 dropped:0 overruns:0 frame:0
TX packets:1010 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:122484 (122.4 KB) TX bytes:165728 (165.7 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:267 errors:0 dropped:0 overruns:0 frame:0
TX packets:267 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:23856 (23.8 KB) TX bytes:23856 (23.8 KB)
wlx00212f398e53 Link encap:Ethernet HWaddr 00:21:2f:39:8e:53
inet addr:10.66.66.116 Bcast:10.66.66.255 Mask:255.255.255.0
inet6 addr: fe80::221:2fff:fe39:8e53/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:591 errors:0 dropped:1 overruns:0 frame:0
TX packets:65 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:148266 (148.2 KB) TX bytes:12057 (12.0 KB)
So, the interfaces exist and are working, no problem there. It’s the NAME of the interfaces that are getting changed.
I think it’s udev, but was not able to decipher the possible solutions, as most referred to rule 70 in /etc/udev/rules.d/
which doesn’t exist. I can get you whatever info you need, just ask.
Thanks, Dylan