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

Dell XPS 13-9320 #872

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Dell XPS 13-9320 #872

wants to merge 1 commit into from

Conversation

FRidh
Copy link
Member

@FRidh FRidh commented Feb 21, 2024

Description of changes
Things done
  • Tested the changes in your own NixOS Configuration
  • Tested the changes end-to-end by using your fork of nixos-hardware and
    importing it via <nixos-hardware> or Flake input


{
hardware.firmware = let
ivsc-firmware = with pkgs; stdenv.mkDerivation rec {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might potentially want to move this to nixpkgs if it is also useful for other hardware.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ohh, it is in nixpkgs nowadays as well I see.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. In that case, we should pull it from there.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mr created to cover add the necessary symbolic links NixOS/nixpkgs#295508

cp firmware/ivsc_pkg_ovti01a0_0.bin $out/lib/firmware/vsc/soc_a1_prod/ivsc_pkg_ovti01a0_0_a1_prod.bin
cp firmware/ivsc_skucfg_ovti01a0_0_1.bin $out/lib/firmware/vsc/soc_a1_prod/ivsc_skucfg_ovti01a0_0_1_a1_prod.bin
cp firmware/ivsc_fw.bin $out/lib/firmware/vsc/soc_a1_prod/ivsc_fw_a1_prod.bin
'';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meta.description and license would be nice to have.

../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/ssd
./webcam.nix

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after these commits 1 and 2 , we probably can remove the webcam file and just add

 hardware.ipu6 = {
    enable = true;
    platform = "ipu6ep";
  };

@Mic92 Mic92 marked this pull request as draft March 25, 2024 07:43
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

Successfully merging this pull request may close these issues.

None yet

3 participants