How change wlan0 to ue0?

I tried ifconfig wlan0 and ifconfig wlan0 destroy, but the computer still uses wlan0. How can I make it use ue0 without reboot?
 
i think what they're asking is how to switch from wireless to wired, not how to rename their wlan0 interface to ue0. restarting netif is probably the way to go, but it depends on configuration.
 
Please describe your usecase. I guess that
1. You were using network by WiFi (so packets were going and coming through wlan0)
2. You plugged USB ether device (which came up as ue0)
3. Now, you want to use the network by ue0 (so you want packets come and go through ue0)
Is it right?

If so, the next question is that,
* Is it enough to switch between network interfaces by issuing some commands?
* Or do you want it to happen automatically?
 
Back
Top