Search Criteria
Package Details: mtgpu-dkms 4.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/musa.git (read-only, click to copy) |
---|---|
Package Base: | musa |
Description: | MooreThreads mtgpu dkms driver |
Upstream URL: | https://developer.mthreads.com/sdk/download/musa |
Licenses: | custom |
Submitter: | dixyes |
Maintainer: | dixyes |
Last Packager: | dixyes |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-12-29 07:04 (UTC) |
Last Updated: | 2025-04-22 16:11 (UTC) |
Required by (0)
Sources (15)
- 00-Donot-define-os_follow_pfn-after-6.10.diff
- 01-Define-PCI_IRQ_LEGACY-if-not-exist.diff
- 02-Use-fd_file-macro-if-exist.diff
- 03-Remove-the-second-arg-of-__assign_str.diff
- 04-Add-missing-headers.diff
- 05-Adopt-struct-platform_device-changes.diff
- 06-Fake-as-ubuntu.diff
- 07-Add-FOP_UNSIGNED_OFFSET-flag.diff
- 08-Add-lock-for-find_vma.diff
- 09-Use-string-for-6.13.diff
- 10-Adopt-6.14-drm-change.diff
- 11-Adopt-6.13-__get_task_comm-change.diff
- 12-Fix-6.14-function-signatures.diff
- gcc-14-musa-header.diff
- musasdk_v4.0.1_Intel_Ubuntu.zip
Latest Comments
leo980 commented on 2025-06-09 15:31 (UTC)
better change this line in
source=()
to
as the url is not a downloadable link that curl/wget works confort with. (moorethread even push this shitware behind loginwall)
dixyes commented on 2025-05-20 12:49 (UTC)
For kernel 6.13+ : Linux kernel had refactored iommu_paging_domain_alloc and iommu_present in 6.13. The proprietary binary in mtgpu driver uses these functions and no simple way to workaround this. I have wrote a dirty workaround for this, but not tested at any IOMMU enabled platform. This patch is too dirty to include in the PKGBUILD. But you may need this for your mainline kernel.
https://github.com/dixyes/mtgpu-drv/commit/31fc76c25726889ffc4e991f8e4ec50a50e8fa09
Egorich_code commented on 2025-05-19 22:22 (UTC) (edited on 2025-05-19 23:12 (UTC) by Egorich_code)
Привет, @dixyes!
У меня возникла проблема при установке mtgpu-dkms/musa-userspace v4.0.1. Архив musasdk_v4.0.1_Intel_Ubuntu.zip не скачивается нормально — возможно, что-то не так с зеркалом? Если скачать его вручную с официального сайта, то с локальной копией всё работает.
Ещё есть ошибка при сборке модуля DKMS для ядра 6.15.0-rc6-1-cachyos-rc:
Моя система:
Видеокарта: Moore Threads MTT S80, подключена через Thunderbolt-док TH3P4G3 mini через USB 4 провод, с RX 6750 XT и RTX 3060 Ti работает исправно
Выводы диагностики:
lsmod | grep mtgpu: ничего не выводит, модуль не загружен
glxinfo | grep "OpenGL renderer": показывает AMD Radeon Graphics, а не MTT S80
dmesg | grep -i thunderbolt: док и карта определяются
Похоже, что DKMS не работает с ядром 6.15 — может, нужно обновить патчи?
dixyes commented on 2025-04-22 16:20 (UTC) (edited on 2025-04-22 16:21 (UTC) by dixyes)
关于MUSA v4.0.1
dixyes commented on 2025-04-04 09:05 (UTC) (edited on 2025-04-22 16:19 (UTC) by dixyes)
关于MUSA rc3.1.1和Linux 6.13
MUSA rc3.1.1带的驱动包含了X,但并未包含X驱动,所以GL寄了有驱动,但我没看见,我的锅dixyes commented on 2024-03-09 09:30 (UTC)
2.6.0的X好像寄了 可以先用2.5.0的userspace