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

hdajackretask (from alsaTools) segfaults #25558

Closed
timor opened this issue May 6, 2017 · 6 comments
Closed

hdajackretask (from alsaTools) segfaults #25558

timor opened this issue May 6, 2017 · 6 comments

Comments

@timor
Copy link
Member

timor commented May 6, 2017

Issue description

Trying to re-assign the sound card jack connection functions, I encountered this.
The hdajackretask tool from the alsaUtils package segfaults.

It has also been mentioned here: #13213

Steps to reproduce

running
nix-shell -p alsaTools --run hdajackretask
gives:

/tmp/nix-shell.exZPFD/rc: line 1: 17086 Segmentation fault      hdajackretask

Technical details

  • System: 17.03.1098.a162c6c828 (Gorilla)
  • Nix version: nix-env (Nix) 1.11.8
  • Nixpkgs version: 17.03.1098.a162c6c828
  • Sandboxing enabled: true
@timor
Copy link
Member Author

timor commented May 6, 2017

strace suggests that the problem could be missing user_pin_config files in the /sys/class/sound/hw* folders.

I tried bumping alsaTools to 1.1.3, but the problem persists.

@timor
Copy link
Member Author

timor commented May 6, 2017

Turns out recompiling the kernel with CONFIG_SND_HDA_RECONFIG set creates the missing files.
hdajackretask does not work like intended though, since it uses shell scripting and wants to perform operations that don't make sense on NixOS.

@mmahut
Copy link
Member

mmahut commented Aug 20, 2019

Are there any updates on this issue, please

@timor
Copy link
Member Author

timor commented Aug 20, 2019

The issue with the segmentation fault should have been fixed a long time ago by #26123.

What specific problems are you experiencing?

@mmahut
Copy link
Member

mmahut commented Aug 20, 2019

None, just doing triage, thank you.

@mmahut mmahut closed this as completed Aug 20, 2019
@timor
Copy link
Member Author

timor commented Aug 20, 2019

I haven't checked lately, but the binaries executables that come with the package are probably still broken.

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

2 participants