Code: Alles auswählen
/etc/init.d/udev stop
Code: Alles auswählen
/etc/init.d/udev stop
Code: Alles auswählen
find / -name ifconfig
Code: Alles auswählen
Apr 25 17:01:22 kritikmobil udevd-event[7018]: rename_net_if: error changing net interface name rausb1_temp to rausb0: timeout
Code: Alles auswählen
Apr 26 15:18:37 localhost net.agent[7061]: Cannot raise interface rausb0: interface lo did not appear!
Code: Alles auswählen
Apr 26 19:01:50 localhost kernel: rausb0: Disabled Privacy Extensions
Der Net-Agent Eintrag befindet sich inNET_AGENT_POLICY
which network interfaces should be managed by hotplug?
all - all network interfaces in /etc/network/interfaces will be managed
by hotplug.
auto - network interfaces marked as "auto" in /etc/network/interfaces
will be managed by hotplug. Thus, no-'auto' network interfaces will
be ignored by hotplug.
hotplug - selected network interfaces by "mapping hotplug" stanzas in
/etc/network/interfaces will be managed by hotplug.
Code: Alles auswählen
/etc/default/hotplug
Code: Alles auswählen
ifconfig lo up
Code: Alles auswählen
netbase
Code: Alles auswählen
ifconfig -a
Code: Alles auswählen
ifconfig lo up
Code: Alles auswählen
/etc/udev/
Code: Alles auswählen
cat * | grep "rausb0"
Code: Alles auswählen
/etc/udev/rules.d/z25_persistent-net.rules
Code: Alles auswählen
# USB device 50d/7050 (rtusb)
ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:00:00:00:00:00", NAME="rausb0", ENV{INTERFACE_OLD}="$kernel"
Code: Alles auswählen
# USB device 50d/7050 (rtusb)
ACTION=="add", SUBSYSTEM=="net", SYSFS{address}=="00:00:00:00:00:00", NAME="lo", ENV{INTERFACE_OLD}="$kernel"