mexisme

Results 32 comments of mexisme

BTW: With the fixed patches file (i.e. with the `CONFIG_` prefix removed) can it load the `ipu3_imgu` module correctly?

> > I have forked the nixos-hardware repo, [added `CONFIG_STAGING_MEDIA = yes`](https://github.com/leonm1/nixos-hardware/commit/68c0ac82df9bcd899e04217ff23d37cec27046fc), added it to my nix-channel with `sudo nix-channel --remove nixos-hardware; sudo nix-channel --add https://github.com/leonm1/nixos-hardware/archive/master.tar.gz`, ran `sudo nix-channel --update`,...

> > BTW: With the fixed patches file (i.e. with the `CONFIG_` prefix removed) can it load the `ipu3_imgu` module correctly? > > Nope, `modprobe ipu3_imgu` says it's missing. One...

> > ``` > > yes;` > > ``` > > > Brilliant news, @leonm1 ! > > I have PRs for the `6.1.x` series, and just created one for...

> So, it seems that `structuredExtraConfig` is called `extraStructuredConfig` when using `kernelPatches` (intuitive, I know...) ([source](https://discourse.nixos.org/t/the-correct-way-to-override-the-latest-kernel-config/533/9)) Oh sheesh! I would never have noticed this, skimming the Nix manuals or code!!...

> Had the same issue on my Surface 4 Pro. > I added the following row to the configuration.nix `microsoft-surface.kernelVersion = "6.1.18";` > > There are 3 possible kernels to...

> Surface pro 5 touch support does not work with the updated version of iptsd 1.0.1 > > Works with [iptsd 0.5.1](https://github.com/linux-surface/iptsd/releases/tag/v0.5.1) > > It updates automatically. > > >...

So, finally finding time to follow this up. I'm not familiar with the Meson builder, @dotlambda. But from https://github.com/linux-surface/iptsd, it looks like it's installing a systemd config, and the [Nixpkgs...

> Will not unstable branch still will fetch the version of iptsd 1.0.1? Looks like it's already [updated to 1.1.1](https://github.com/NixOS/nixpkgs/blob/nixpkgs-unstable/pkgs/applications/misc/iptsd/default.nix#L18) @phpcitizen ;-)

> > It's sufficient to add `pkgs.iptsd` to `services.udev.packages` and `systemd.packages`. > > Just make `microsoft-surface.ipts.enable = true` do this if the iptsd version is at least `1.0`. I think...