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

amdgpu-pro don't work with mainline linux kernel #87986

Closed
davidak opened this issue May 16, 2020 · 4 comments
Closed

amdgpu-pro don't work with mainline linux kernel #87986

davidak opened this issue May 16, 2020 · 4 comments
Labels
0.kind: bug Something is broken 2.status: wontfix We cannot or will not fix this issue 6.topic: hardware 6.topic: kernel The Linux kernel

Comments

@davidak
Copy link
Member

davidak commented May 16, 2020

Describe the bug

[root@gaming:~]# nixos-rebuild switch
building Nix...
building the system configuration...
error: The option `boot.kernelPackages' has conflicting definitions, in `/etc/nixos/configuration.nix' and `/nix/var/nix/profiles/per-user/root/channels/nixos/nixos/modules/hardware/video/amdgpu-pro.nix'.

To Reproduce
Steps to reproduce the behavior:

  1. use linuxPackages_latest and amdgpu-pro together
  # use latest kernel to have best performance
  boot.kernelPackages = pkgs.linuxPackages_latest;
  services.xserver.videoDrivers = [ "amdgpu-pro" ];
  nixpkgs.config.allowUnfree = true;
  1. nixos-rebuild switch

Expected behavior
beeing ble to use latest linux kernel and amdgpu-pro together. if it's not pissible, give useful error message and not something that looks like an error in nixos

Additional context
It also don't work with default kernel, but that is unrelated #87984

Notify maintainers
@corngood

Metadata

  • system: "x86_64-linux"
  • host os: Linux 5.6.13, NixOS, 20.03.1879.91cdcf31357 (Markhor)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.3.4
  • channels(root): "nixos-20.03.1879.91cdcf31357, nixos-hardware, nixos-unstable-20.09pre225931.32b8ed73809"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute:
# a list of nixos modules affected by the problem
module:
@davidak davidak added the 0.kind: bug Something is broken label May 16, 2020
@stale
Copy link

stale bot commented Nov 13, 2020

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Nov 13, 2020
@adamlwgriffiths
Copy link
Contributor

This is still an issue on 22.05.

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Aug 11, 2022
@nixos-discourse
Copy link

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/constant-crashes-with-amdgpu/20900/4

@tomodachi94
Copy link
Member

amdgpu-pro was removed by #320228. It was unmaintained.

@tomodachi94 tomodachi94 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2024
@tomodachi94 tomodachi94 added the 2.status: wontfix We cannot or will not fix this issue label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken 2.status: wontfix We cannot or will not fix this issue 6.topic: hardware 6.topic: kernel The Linux kernel
Projects
None yet
Development

No branches or pull requests

5 participants