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: Kernel: socket driver missing #15

Closed
kkarhan opened this issue Dec 15, 2023 · 3 comments
Closed

BUG: Kernel: socket driver missing #15

kkarhan opened this issue Dec 15, 2023 · 3 comments
Assignees
Labels
blocking blocks another issue bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@kkarhan
Copy link
Contributor

kkarhan commented Dec 15, 2023

Calling up ping within toybox complains about lack of socket functionality, as this seems to not be configured in the Kernel...

Bildschirmfoto vom 2023-12-15 03-18-39

See the current .config for linux-6.6.6-i486-network for details.

Reconfiguring and rebuilding the kernel should in theory make it work.

This blocks the following issues:

This is related to the following issues:

@kkarhan kkarhan added the bug Something isn't working label Dec 15, 2023
@kkarhan kkarhan added this to the OS/1337 "Core" Edition milestone Dec 15, 2023
@kkarhan kkarhan self-assigned this Dec 15, 2023
@kkarhan kkarhan removed their assignment Dec 15, 2023
@kkarhan kkarhan added blocking blocks another issue good first issue Good for newcomers help wanted Extra attention is needed labels Dec 15, 2023
@kkarhan kkarhan moved this from Todo to In Progress in OS/1337 "CORE" Edition 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

Should be ready to test given the socket support has been added to the kernel.

@kkarhan kkarhan moved this from In Progress to Testing in OS/1337 "CORE" Edition Dec 20, 2023
@kkarhan
Copy link
Contributor Author

kkarhan commented Dec 20, 2023

I hope this will now be fixed with this commit...

@kkarhan
Copy link
Contributor Author

kkarhan commented Dec 20, 2023

socket driver is implemented - ping will now only complain about lack or reachability which is due to #13 aka. no supported NIC in VirtualBox...

Image

I guess I've to see if how I can setup my tests with QEMU and force an emulated, supported NIC into it...

@kkarhan kkarhan closed this as completed Dec 20, 2023
@github-project-automation github-project-automation bot moved this from Testing to Done in OS/1337 "CORE" Edition Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking blocks another issue bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant