On Monday 10 April 2006 23:39, xpto09 wrote:
> On 4/9/06, Jeff Dike <[EMAIL PROTECTED]> wrote:
> > On Sun, Apr 09, 2006 at 08:55:09PM -0300, xpto09 wrote:
> > > 1) Configuring an eth0 device
> > >     specify eth0 on the command line:
> > >
> > >     eth0=tuntap,,,192.168.0.254
> > >
> > > Inside the uml I put the command above.

Have you installed uml_utilities?

> > Would it be any clearer if it said to put the eth=... on the UML command
> > line
> > on the host?
> >
> >                                 Jeff
>
> The answer is "yes".
>
> I searched and I found that to install modules (kernel guest)is necessary
> to put the commands below:
>ve
>  # cd linux-2.6.x/
>  # ARCH=um make modules_install INSTALL_MOD_PATH=/path...
>  # cd ..
After compiling the modules, yes. You did "make ARCH=um", right?

The correct command is:

make modules_install ARCH=um INSTALL_MOD_PATH=/path...

(maybe your also works, I'm unsure).

But moreover you (sorry if you already know) must loop-mount the root_fs prior 
to the command, and unmount after.

Did the command tell you it was installing anything? If yes the path was the 
wrong one, otherwise you didn't enable any module when configuring the 
kernel.

> However there is nothing in the directory:

> [EMAIL PROTECTED] ~]# ls /lib/modules/
> [EMAIL PROTECTED] ~]#
>
> So there is the message:
> [EMAIL PROTECTED] ~]# ifconfig eth0 192.168.0.253 up
> modprobe: FATAL: Could not load /lib/modules/2.6.17-rc1/modules.dep: No
> such file or directory
I.e. it's trying to use some func you didn't 
> SIOCSIFADDR: No such device
> modprobe: FATAL: Could not load /lib/modules/2.6.17-rc1/modules.dep: No
> such file or directory
>
> eth0: unknown interface: No such device
> modprobe: FATAL: Could not load /lib/modules/2.6.17-rc1/modules.dep: Nore'
> such file or directory
>
> eth0: unknown interface: No such device

> Did you forget put the modules?
No module should be needed for networking normally...
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade (Skype ID "PaoloGiarrusso", ICQ 215621894)
http://www.user-mode-linux.org/~blaisorblade

        
        
                
___________________________________ 
Yahoo! Messenger with Voice: chiama da PC a telefono a tariffe esclusive 
http://it.messenger.yahoo.com



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to