<p dir="ltr">Hi Markus, </p>
<p dir="ltr">Please try core-image-base instead of core-image-minimal. That should provide you with the necessary network support. </p>
<p dir="ltr">Best regards, <br>
Rudi</p>
<div class="gmail_quote">On Aug 8, 2014 6:46 AM, "Dr. Markus Eich" <<a href="mailto:markus.eich@dfki.de">markus.eich@dfki.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear all,<br>
<br>
I am setting up my Odroid XU with yocto using the core-image-minimal receipe. Almost done and I am able to boot the system and log in via screen (UART), but..<br>
<br>
The network is not present at start-up. When I do lsmod I just see "Not tainted" and no modules are loaded.<br>
<br>
The module I need to load is the smsc95xx module. When I tried to load the driver with "modpobe" it could not find the driver (although it is in /lib/modules/3.4.98-custom/<u></u>kernel/drivers/net/usb)<br>
I had to manually add it to /lib/modules/3.4.98-custom/<u></u>modules.dep (which was empty after the bitbake process in rootfs)<br>
<br>
So I added<br>
"kernel/drivers/net/usb/<u></u>smsc95xx.ko: " to modules.dep.<br>
<br>
Then I could load it with modprobe. In order to load it at startup<br>
<br>
I created a /etc/modules with the content "smsc95xx". Now my question:<br>
<br>
Is there an easier (bitbake) way to make the modules load at startup without editing configs on the target device? Am I missing something? Does core-image-minimal not include network?<br>
<br>
Cheers,<br>
<br>
Markus<br>
<br>
<br>
<br>
<br>
-- <br>
Dr.-Ing. Markus Eich<br>
<br>
 Senior Researcher<br>
 Marine Inspection Robotics<br>
 Space Robotics<br>
 Besuchsadresse der Nebengeschäftstelle:<br>
 DFKI GmbH<br>
 Robotics Innovation Center<br>
 Robert-Hooke-Straße 5<br>
 28359 Bremen, Germany<br>
 Postadresse der Hauptgeschäftsstelle Standort Bremen:<br>
 DFKI GmbH<br>
 Robotics Innovation Center<br>
 Robert-Hooke-Straße 1<br>
 28359 Bremen, Germany<br>
<br>
 Tel.:   <a href="tel:%2B49%20421%20178%2045-4105" value="+49421178454105" target="_blank">+49 421 178 45-4105</a><br>
 Zentrale: <a href="tel:%2B49%20421%20178%2045-0" value="+49421178450" target="_blank">+49 421 178 45-0</a><br>
 Fax:    <a href="tel:%2B49%20421%20178%2045-4150" value="+49421178454150" target="_blank">+49 421 178 45-4150</a> (Faxe bitte namentlich kennzeichnen)<br>
 E-Mail:  <a href="mailto:markus.eich@dfki.de" target="_blank">markus.eich@dfki.de</a><br>
<br>
 Weitere Informationen: <a href="http://www.dfki.de/robotik" target="_blank">http://www.dfki.de/robotik</a><br>
 ------------------------------<u></u>------------------------------<u></u>-----------<br>
 Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH<br>
 Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern<br>
 Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster<br>
 (Vorsitzender) Dr. Walter Olthoff<br>
 Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes<br>
 Amtsgericht Kaiserslautern, HRB 2313<br>
 Sitz der Gesellschaft: Kaiserslautern (HRB 2313)<br>
 USt-Id.Nr.:   DE 148646973<br>
 Steuernummer:  19/673/0060/3<br>
 ------------------------------<u></u>------------------------------<u></u>-----------<br>
<br>
-- <br>
______________________________<u></u>_________________<br>
yocto mailing list<br>
<a href="mailto:yocto@yoctoproject.org" target="_blank">yocto@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/yocto" target="_blank">https://lists.yoctoproject.<u></u>org/listinfo/yocto</a><br>
</blockquote></div>