Package Details: tuxedo-yt6801-dkms-git 1.0.29tux0.r0.g6b1a074-1

Git Clone URL: https://aur.archlinux.org/tuxedo-yt6801-dkms-git.git (read-only, click to copy)
Package Base: tuxedo-yt6801-dkms-git
Description: Kernel module for Motorcomm YT6801 ethernet controller (DKMS)
Upstream URL: https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801
Licenses: GPL-2.0-or-later
Conflicts: yt6801-dkms
Submitter: woodwose
Maintainer: woodwose
Last Packager: woodwose
Votes: 2
Popularity: 0.103578
First Submitted: 2024-10-19 04:54 (UTC)
Last Updated: 2024-10-19 04:54 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Pinned Comments

woodwose commented on 2025-01-15 13:23 (UTC) (edited on 2025-02-26 08:47 (UTC) by woodwose)

DKMS packages depend on the kernel headers for the kernel you are running at the time.

Latest Comments

woodwose commented on 2025-08-26 09:20 (UTC)

@londeril: I don't think that applying temporary patches to a git package makes sense. Report issues to upstream, the Tuxedo devs.

londeril commented on 2025-08-19 18:52 (UTC)

Just piping in to say that this does not build against 6.16.1 on my machine as well.

@woodwose: is there a way we could help? this seems to happen with every major Linux Kernel release.

sorria commented on 2025-08-19 09:47 (UTC)

Error when building against the 6.16.1-arch1-1 kernel: resolve: sudo pacman -U /var/cache/pacman/pkg/linux-6.15.9.arch1-1-x86_64.pkg.tar.zst \ /var/cache/pacman/pkg/linux-headers-6.15.9.arch1-1-x86_64.pkg.tar.zst

hollow-seashell commented on 2025-08-18 08:22 (UTC)

Error when building against the 6.16.1-arch1-1 kernel:

...
( 8/16) Install DKMS modules
==> dkms install --no-depmod tuxedo/yt6801 -k 6.12.42-1-lts
==> dkms install --no-depmod tuxedo-drivers/4.15.0 -k 6.12.42-1-lts
==> dkms install --no-depmod tuxedo-drivers/4.15.0 -k 6.16.1-arch1-1
==> dkms install --no-depmod tuxedo/yt6801 -k 6.16.1-arch1-1

Error! Bad return status for module build on kernel: 6.16.1-arch1-1 (x86_64)
Consult /var/lib/dkms/tuxedo/yt6801/build/make.log for more information.
==> WARNING: `dkms install --no-depmod tuxedo/yt6801 -k 6.16.1-arch1-1' exited 10
==> depmod 6.16.1-arch1-1
==> depmod 6.12.42-1-lts
...

The log of /var/lib/dkms/tuxedo/yt6801/build/make.log can be found here: http://0x0.st/Ksiw.txt

kube.xia commented on 2025-06-13 10:22 (UTC)

@christianlupus, you are missing headers, just run the command below '''pamac install $(pamac list --installed --quiet | grep "^linux" | grep "^linux[0-9][-rt]$" | awk '{print $1"-headers"}' ORS=' ')'''

londeril commented on 2025-06-10 16:16 (UTC) (edited on 2025-06-12 13:11 (UTC) by londeril)

This does not build against Linux 6.15.1. Tried to clear cache and build again - no joy. I'll try to inform upstream as well

--Edit 2025-06-10 17:16: Issue opened upstream https://gitlab.com/tuxedocomputers/development/packages/tuxedo-yt6801/-/issues/15

--Edit 2025-06-12 15:10: Builds against Linux 6.15.2

woodwose commented on 2025-01-15 13:23 (UTC) (edited on 2025-02-26 08:47 (UTC) by woodwose)

DKMS packages depend on the kernel headers for the kernel you are running at the time.

christianlupus commented on 2025-01-15 12:25 (UTC)

Hey, I just tried to install the package. Building seems to work but the installation using pacman fails when the DKMS modules are to be built/installed. I get

(2/3) Install DKMS modules
==> ERROR: Missing bin kernel headers for module tuxedo/yt6801.
==> ERROR: Missing tmp kernel headers for module tuxedo/yt6801.
==> ERROR: Missing etc kernel headers for module tuxedo/yt6801.
==> ERROR: Missing root kernel headers for module tuxedo/yt6801.
==> ERROR: Missing sys kernel headers for module tuxedo/yt6801.
==> ERROR: Missing dev kernel headers for module tuxedo/yt6801.
==> ERROR: Missing boot kernel headers for module tuxedo/yt6801.
==> ERROR: Missing home kernel headers for module tuxedo/yt6801.
==> ERROR: Missing usr kernel headers for module tuxedo/yt6801.
==> ERROR: Missing proc kernel headers for module tuxedo/yt6801.
==> ERROR: Missing lib64 kernel headers for module tuxedo/yt6801.
==> ERROR: Missing lost+found kernel headers for module tuxedo/yt6801.
==> ERROR: Missing opt kernel headers for module tuxedo/yt6801.
==> ERROR: Missing var kernel headers for module tuxedo/yt6801.
==> ERROR: Missing srv kernel headers for module tuxedo/yt6801.
==> ERROR: Missing run kernel headers for module tuxedo/yt6801.
==> ERROR: Missing sbin kernel headers for module tuxedo/yt6801.
==> ERROR: Missing lib kernel headers for module tuxedo/yt6801.
==> ERROR: Missing mnt kernel headers for module tuxedo/yt6801.

Can you confirm this? Have you seen this error in the past?