On Fri, Aug 13, 2010 at 3:34 PM, Suraj Linux <suraj.embedded.li...@gmail.com> wrote: > unable to open device '/sys/class/net/*' I think you don't have /sys mounted in the chroot environment. To check to see if it is mounted, run ls /sys in the chroot environment. If /sys is mounted, you should see a good number of directories. If it isn't mounted, then you need to mount it using this command:
mount -vt sysfs sysfs /sys in chroot. Then try the udevadm command again. -- William Immendorf The ultimate in free computing. Messages in plain text, please, no HTML. GPG key ID: 1697BE98 If it's not signed, it's not from me. -------------- "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page