minoca / os

Minoca operating system
Other
2.71k stars 231 forks source link

The opkg program doesn't run. #162

Closed Kripta-Studios closed 3 years ago

Kripta-Studios commented 3 years ago

I was trying to update MinocaOS with the command opkg update and it dropped and error failed to download and wget returned 4. I tried also the command opkg install gcc and of course it dropped an error that says Cannot install package git.

evangreen commented 3 years ago

Can you describe a little about your setup? I'm wondering if you're not connected to the network, possibly because we currently only support certain ethernet controllers. What do you see as the output of netcon?

For reference, I was able to download the PC image off the website, fire it up in VMWare, and install things like git. Maybe this screenshot will help. I can send you my vm config if needed.

image

It might also be worth it to try and get connected to the kernel debugger if you're planning on doing any development or serious usage.

Out of curiosity, how did you come across our project?

Kripta-Studios commented 3 years ago

Hello @evangreen , thank you for your answer, my output is this: image

Im in a Virtual Box virtual machine, i don't know why the MinocaOS doesn't detect my Intel Wireless-AC 9462, but Virtual Box it's connected to it. Maybe as you say is a drivers error, but im not sure because my wireless antenna is pretty common, but also i could write a driver for it if doesn't exist.

Kripta-Studios commented 3 years ago

Can you describe a little about your setup? I'm wondering if you're not connected to the network, possibly because we currently only support certain ethernet controllers. What do you see as the output of netcon?

For reference, I was able to download the PC image off the website, fire it up in VMWare, and install things like git. Maybe this screenshot will help. I can send you my vm config if needed.

image

It might also be worth it to try and get connected to the kernel debugger if you're planning on doing any development or serious usage.

Out of curiosity, how did you come across our project?

I wirte the answer upwards.

evangreen commented 3 years ago

Thanks, the info about VirtualBox helps. We don't have a driver for that wireless controller. Can you set up the VM's networking like the attached image? The "Adapter Type" setting is the important one. Other Intel PRO/1000 variants may also work. image

evangreen commented 3 years ago

Did this work for you?