Hi On Wed, 2010-09-01 at 08:36 +0300, [email protected] wrote: > Hi, > > Is this functionality or any work around available to establish USB IP > networking on MeeGo Aava device and the linux host? >
You need to rebuild the kernel with g_ether (drivers/usb/gadget/) to get usb networking (and configure the interface). You can also use wifi or any other connection for host based test execution. If you only need to enable host based test execution you can do it with a little manual tinkering. see http://wiki.meego.com/Quality/QA-tools/Autotest-guide#Other_devices -Timo > > Best Regards, > Sajeev Manikkoth > MeeGo SW R&D > Phone: +918040159000 - Ext: 5338 > Hand Phone: +919663311378 > > >-----Original Message----- > >From: [email protected] [mailto:[email protected]] On > >Behalf Of ext Timo Härkönen > >Sent: Friday, August 27, 2010 12:27 PM > >To: [email protected] > >Subject: [MeeGo-dev] [QA-tools] g_ether module for all targets? > > > >Hi > > > >As far as I understand only kernel for N900 images has g_ether and allow > >IP connection through USB. Would it be possible to compile the module > >also for all the other targets also? > > > >Background for this is that we're looking for a generic way to do host > >based test execution on all reference devices. At least for me USB > >networking seems like the way to do it. > > > >Basically the setup is done so that there's private network between the > >host machine (192.168.2.14) and the device under test (192.168.2.15) and > >the tests are executed from the host over ssh using testrunner-lite. > > > >-Timo > > > >_______________________________________________ > >MeeGo-dev mailing list > >[email protected] > >http://lists.meego.com/listinfo/meego-dev _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
