XO communications interface naming
K. K. Subramaniam
subbukk at gmail.com
Wed Jun 4 02:19:08 EDT 2008
On Wednesday 04 Jun 2008 1:21:34 am Mikus Grinbergs wrote:
> I don't have wireless - am using an USB-ethernet adapter instead.
Network adapters are given logical device names using udev rules. See for
rules matching "net" SUBSYSTEM in /etc/udev/rules.d (usually
*persistent-net-generator.rules). On first boot, the generator creates a rule
file (*persistent-net.rules) for all persistent detected devices.
Subsequently, any hot plugged network device gets assigned the next available
sequence number.
Does your adapter have a fixed entry in this file? If not, you can add it
manually. The list of active network devices is in /proc/net/dev and
under /sys/class/net.
HTH,
Subbu
More information about the Devel
mailing list