Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: no detection of network interfaces and/or cards in VirtualBox #13

Closed
kkarhan opened this issue Dec 13, 2023 · 4 comments
Closed

BUG: no detection of network interfaces and/or cards in VirtualBox #13

kkarhan opened this issue Dec 13, 2023 · 4 comments
Assignees
Labels
bug Something isn't working can't fix this issue was declared unfixable as of writing for reasons described in it help wanted Extra attention is needed

Comments

@kkarhan
Copy link
Contributor

kkarhan commented Dec 13, 2023

likely the /dev tree and subsequent support is broken?

  • Potentially lack of drivers??
    • PCI(e) has been disabled as per .config !

This is linked to #5

@kkarhan kkarhan added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Dec 13, 2023
@kkarhan kkarhan added this to the OS/1337 "Core" Edition milestone Dec 13, 2023
@kkarhan
Copy link
Contributor Author

kkarhan commented Dec 13, 2023

This blocks #6

@kkarhan
Copy link
Contributor Author

kkarhan commented Dec 15, 2023

Current error seems to suggest that despite PCI drivers present, the /sys/ tree isn't working.

Image

This needs to be configured as per kernel...

@kkarhan kkarhan added blocking blocks another issue good first issue Good for newcomers help wanted Extra attention is needed and removed enhancement New feature or request help wanted Extra attention is needed labels Dec 15, 2023
@kkarhan kkarhan self-assigned this Dec 15, 2023
kkarhan added a commit that referenced this issue Dec 20, 2023
- include sysv-ipc, unix socket support and /sys as well as /proc pseudofilesystems.
- - see [Issue #15](#15)
- include network drivers that are relevant
- - see [Issue #13](#13) & [Issue #5](#5)
@kkarhan
Copy link
Contributor Author

kkarhan commented Dec 20, 2023

This should be test-able now with a newly built image.

@kkarhan
Copy link
Contributor Author

kkarhan commented Dec 20, 2023

I guess due to the huge size of the PCI(e) stack I've to yeet that and likely this will mean that ethernet support will be limited to select 3Com, AMD, Intel and VIA devices...

Which would make this issue a can't fix due to size constraints...

Tho I guess this only applies to the "CORE" Edition and in bigger, more featureful versions [thx @sweetaibelle for the name "chonky"] this would likely not be the problem...

@kkarhan kkarhan added can't fix this issue was declared unfixable as of writing for reasons described in it and removed good first issue Good for newcomers blocking blocks another issue labels Dec 20, 2023
@kkarhan kkarhan closed this as completed Dec 20, 2023
@kkarhan kkarhan closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working can't fix this issue was declared unfixable as of writing for reasons described in it help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant