Openembedded Devel Discussions
 help / color / mirror / Atom feed
* udev_141 vs. udev_network_queue.sh
@ 2012-03-13 15:06 Mario Schuknecht
  2012-03-15 13:32 ` Steffen Sledz
  0 siblings, 1 reply; 3+ messages in thread
From: Mario Schuknecht @ 2012-03-13 15:06 UTC (permalink / raw)
  To: openembedded-devel

Hi,

we use udev_141.bb and an USB-WLAN modem. The WLAN modem is configured in
/etc/network/interfaces as ra0 and ifup ra0 works fine.
After a boot of our system the WLAN modem network interface is not
configured. I think the problem is that udev starts prior to networking.
root@3065-4-00001:~# ls -l /etc/rcS.d/
...
lrwxrwxrwx 1 root root 14 Mar 9 16:34 S03udev -> ../init.d/udev
...
lrwxrwxrwx 1 root root 20 Mar 9 16:34 S40networking -> ../init.d/networking
...

The udev script /etc/udev/scripts/network.sh writes all not configured
interfaces into the file /dev/udev_network_queue
root@3065-4-00001:~# cat /dev/udev_network_queue
eth0
lo
ra0
But no script or program check this file.
I googled  udev_network_queue and found an old bitbake recipe
http://svn.nslu2-linux.org/svnroot/slugos/releases/slugos-3.10-beta/openembedded/packages/udev/udev_084.bb
that
installs  udev_network_queue.sh.
That script checks this files and starts the interfaces.

Why is this file not installed any longer? Is there any other way or
concept to handle this situation?

Kind regards,

Mario

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany

Tel: +49 30 515932-240  mailto:schuknecht@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-19  9:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-13 15:06 udev_141 vs. udev_network_queue.sh Mario Schuknecht
2012-03-15 13:32 ` Steffen Sledz
2012-03-19  8:56   ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox