Results 1 to 4 of 4
Hi guys, I have a modem. I need to rename a specific network adaptor shown in the screenshot. It was eth1 but became usb0 after putting a wrong mac address.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-23-2012 #1Just Joined!
- Join Date
- Aug 2012
- Posts
- 2
Renaming Network Device
Hi guys, I have a modem. I need to rename a specific network adaptor shown in the screenshot. It was eth1 but became usb0 after putting a wrong mac address.
BEFORE
[IMG]i.minus.com/iqU8HYPb8rwmk.PNG[/IMG]
AFTER
[IMG]i.minus.com/ih7eskzziGd7X.PNG[/IMG]
Here are the only commands I can use, I'm no pro in linux but I would greatly appreciate any kind of help!
Busybox
[IMG]i.minus.com/iw8uxmiuhmp2B.PNG[/IMG]
bin
[IMG]i.minus.com/iCM7O3lw2Wbrk.PNG[/IMG]
- 08-25-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,680
Hi,
I fixed your image links, to make it easier for folks to see your problem.
It is very odd that a wrong mac address would cause that. what command(s) did you perform to change it?
have you tried a reboot?
do you have udev installed and running? a udev rule would do something like that. you can look in /etc. try something like this to see what you can find:
don't know if the busybox find applet can do all that, though.Code:find /etc/ -type f -exec grep -H usb {} \;
- 08-26-2012 #3Just Joined!
- Join Date
- Aug 2012
- Posts
- 2
- 08-26-2012 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,680
i don't understand this at all.
yes, looking back, your busybox does not have the find applet compiled in, unfortunately.BTW, the find says command not found.
okay, mdev is mini-udev. so it may still be a udev thing. look in /etc/ for udev/mdev files or directories. grep in them for usb*.And it does not have udev, but it has mdev.


Reply With Quote

