https://github.com/nasus20202/hid-tmff2-dkms
Fedora COPR for https://github.com/Kimplul/hid-tmff2
https://github.com/nasus20202/hid-tmff2-dkms
copr fedora hid-tmff2 thrustmaster
Last synced: 4 months ago
JSON representation
Fedora COPR for https://github.com/Kimplul/hid-tmff2
- Host: GitHub
- URL: https://github.com/nasus20202/hid-tmff2-dkms
- Owner: Nasus20202
- Created: 2024-12-15T01:01:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T01:36:42.000Z (5 months ago)
- Last Synced: 2025-02-04T02:28:24.596Z (5 months ago)
- Topics: copr, fedora, hid-tmff2, thrustmaster
- Homepage: https://copr.fedorainfracloud.org/coprs/nasus/hid-tmff2-dkms/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fedora COPR for [hid-tmff2](https://github.com/Kimplul/hid-tmff2)
[COPR repository](https://copr.fedorainfracloud.org/coprs/nasus/hid-tmff2-dkms/) the [hid-tmff2](https://github.com/Kimplul/hid-tmff2) kernel module with DKMS support.
[](https://copr.fedorainfracloud.org/coprs/nasus/hid-tmff2-dkms/package/hid-tmff2-dkms/)
## Installation
Enable this repository:
```bash
sudo dnf copr enable nasus/hid-tmff2-dkms
```Install the DKMS module:
```bash
sudo dnf install hid-tmff2-dkms
```
Now the module should be register in DKMS. It will be automatically built for new current kernel._Optional:_ If you want to load the module automatically on boot, you can add it to the `systemd-modules-load` service.
`/etc/modules-load.d/hid-tmff2.conf`
```
hid_tmff_new
hid_tminit_new
usb_tminit_new
```