안녕하세요.
매우 싸게 파는 usb ethernet adopter를 구입해서 사용하고자 합니다.
좀 좋은걸 샀어야 하는데…
아무튼
usb를 뺐다가 끼울때마다
eth1 eth2 eth3 … 계속 증가합니다.
[130736.832091] usb 5-1: new full speed USB device using uhci_hcd and address 13
[130737.025952] usb 5-1: configuration #1 chosen from 1 choice
[130737.077407] eth1: register ‘dm9601’ at usb-0000:00:1d.0-1, Davicom DM9601 USB Ethernet, 00:10:34:48:fc:50
[130737.144855] eth1: link down
[130737.160102] ADDRCONF(NETDEV_UP): eth1: link is not ready
[130774.041017] usb 5-1: USB disconnect, address 13
[130774.042791] eth1: unregister ‘dm9601’ usb-0000:00:1d.0-1, Davicom DM9601 USB Ethernet
[130811.480065] usb 5-1: new full speed USB device using uhci_hcd and address 14
[130811.663946] usb 5-1: configuration #1 chosen from 1 choice
[130811.707237] eth1: register ‘dm9601’ at usb-0000:00:1d.0-1, Davicom DM9601 USB Ethernet, 00:10:34:48:fc:50
[130811.728028] udev: renamed network interface eth1 to eth2
[130811.751599] eth2: link down
[130811.769825] ADDRCONF(NETDEV_UP): eth2: link is not ready
/etc/udev/rules.d/70-persistent-net.rules
에서 새로 추가되는 ethx의 부분들을 삭제해주고 연결하면
다시 원하는 번호 (예를 들어 eth1)로 돌아가지만 일시적일 뿐
usb를 연결할때마다 계속 eth2 eth3 식으로 늘어갑니다.
USB device 0x0fe6:0x8101 (usb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?", ATTR{address}=="00:10:34:48:fc:50", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth", NAME="eth1"
USB device 0x0fe6:0x8101 (usb)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?", ATTR{address}=="00:10:34:48:fc:50", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth", NAME="eth2"
어떻게 해야 할까요?
도움 부탁드립니다.