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

Linux 6.6 config issues #3975

Closed
shenki opened this issue Dec 6, 2023 · 0 comments
Closed

Linux 6.6 config issues #3975

shenki opened this issue Dec 6, 2023 · 0 comments

Comments

@shenki
Copy link
Member

shenki commented Dec 6, 2023

@geissonator reported:

The phosphor-buttons service is core dumping with this in romulus QEMU:

Nov 29 03:24:09 romulus buttons[412]: Start Phosphor buttons service...
Nov 29 03:24:09 romulus buttons[412]: terminate called after throwing an instance of 'std::filesystem::__cxx11::filesystem_error'
Nov 29 03:24:09 romulus buttons[412]:   what():  filesystem error: directory iterator cannot open directory: No such file or directory [/sys/class/gpio]

This is because CONFIG_GPIO_SYSFS is no longer set in the config.

We used to have EMBEDDED=y, which selected EXPERT. As CONFIG_GPIO_SYSFS depends on EXPERT, we lost that setting (and a bunch of other ones).

An update to the defconfig is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant