Martin Kennedy
Martin Kennedy
Hi there, This is still an issue. I'll help debug if I find time -- my error is: ``` funcall-interactively: Wrong number of arguments: #[(candidate) "A¢ rqbÅ -"...
For context: iDRAC6 is based on the WPCM450, which [Jonathan Neuschafer has generously spent time porting to Linux](https://github.com/neuschaefer/wpcm450/).
I wanted to start by first building GalliumOS as @reynhout described: ```sh $ git clone https://github.com/galliumos/linux; : $ cd linux $ git checkout origin/v4.16.18-galliumos : $ touch scripts/package/FORCE $ make...
This Dockerfile appears to work: ```Dockerfile FROM ubuntu:bionic # # from https://www.kernel.org/doc/html/v4.15/process/changes.html # GNU C 3.2 gcc –version # GNU make 3.81 make –version # binutils 2.20 ld -v #...
OK. I built three resulting .debs (linux-{libc-dev,image-4.16.18+,headers-4.16.18+}) and have installed them on a freshly installed GalliumOS 3.1 auron_paine / C740. They boot without a hiccup, great. Next is to roll...
I tried again with v5.4 and everything worked fine, but it's not what I wanted. Notes: - I looked a little closer through the GalliumOS repo and found galliumos/bin/apply_patches. I...
Issues applying patches: - `galliumos/diffs/add-touchpad-touchscreen-support.diff` This one looks like it has been superseded by the `chromeos_laptop` driver, according to 7cf432bf058. This patch gets rejected in part, resulting in `drivers/input/touchscreen/atmel_mxt_ts.c.rej`. -...
Correction: 379bc100232acd45b19421bd0748f9f549da8a8a actually prevents galliumos/diffs/avoid-drm-i915-pps-state-mismatch.diff from applying. I followed the commit and re-pointed the patch from `drivers/gpu/drm/i915/intel_dp.c` to `drivers/gpu/drm/i915/display/intel_dp.c`. Here's are the two hunks that get rejected: ```diff --- drivers/gpu/drm/i915/display/intel_dp.c...
Work continues to be done in the above tree. Instead I am targeting v5.9.8 as this is what @reynhout has dropped into github.com/galliumos/linux. In a few weeks the Linux 5.10...
To test the new aufs, I'll need to grab the 3.1 ISO, and use [isorespin](https://github.com/kenorb-contrib/isorespin) to unpackage / repackage it -- in between, mounting the squashfs, chrooting into and updating...