Code Monkey home page Code Monkey logo

Comments (6)

ivandavidov avatar ivandavidov commented on August 15, 2024

There is a reason why Minimal Linux Live is called "minimal".

The default build of MLL doesn't add any specific network drivers. This means that by default MLL will use the default network drivers which are part of the default kernel build process. These default network drivers are quite old and they are supported by QEMU, VirtualBox and other VM solutions. This is why the network functionality works in QEMU bit doesn't work outside QEMU.

In order to get your network interface up and running, you need to edit the kernel build configuration and add the network driver which is specific for your machine where you are running MLL. One option is to add the necessary driver in the kernel build script.

from minimal.

jmheneman avatar jmheneman commented on August 15, 2024

Thanks Ivan. I will dig into this! - Jean-Marc

from minimal.

jmheneman avatar jmheneman commented on August 15, 2024

(I found out. It is quite simple! Many thanks!)

from minimal.

frankmeten avatar frankmeten commented on August 15, 2024

(I found out. It is quite simple! Many thanks!)

I run on Microsoft's Hyper-V, can only see lo & sit0, no eth0 too.

How do you did it? where it is?
Thanks

from minimal.

frankmeten avatar frankmeten commented on August 15, 2024

There is a reason why Minimal Linux Live is called "minimal".

The default build of MLL doesn't add any specific network drivers. This means that by default MLL will use the default network drivers which are part of the default kernel build process. These default network drivers are quite old and they are supported by QEMU, VirtualBox and other VM solutions. This is why the network functionality works in QEMU bit doesn't work outside QEMU.

In order to get your network interface up and running, you need to edit the kernel build configuration and add the network driver which is specific for your machine where you are running MLL. One option is to add the necessary driver in the kernel build script.

Could you give me some code snippet or link of "necessary driver "
Thanks

from minimal.

jmheneman avatar jmheneman commented on August 15, 2024

Hello Frank,
I am sorry for the delay. It has been more than 2 years I did not worked on that project.
But I remember that I had to add drivers into the kernel by configuring it.
According to my old "minimal" notes, the command is
make menuconfig
Take a look in the .config to be sure.
Still according to my notes, I had success with b44 network drives bcm4401, atl1e and r8187se but you "mileage" may vary. lshw may be helpful on the target machine. (I had some old test laptops.)
Another note to myself says that I had to
edit the main .config to set PREDEF...KERNEL=true (instead of false)
and Modify kernel.config with make menuconfig thru the .config located under work/kernel/linux-x.y.z/ (needs ncurses-dev)
I hope that tips will permit you to achieve what you want.
Sorry... I cannot be more precise that this. - Jean-Marc

from minimal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.