A4tech bloody linux driver

ArchPKGs

A Step-by-Step Guide on Installing a4tech-bloody-driver-git on Arch Linux/Manjaro/BlackArch

Referring to a4tech-bloody-driver-git ‘s gist, it is «Linux driver for a4tech bloody mouse series.». To install this package ( a4tech-bloody-driver-git ) from AUR (Arch User Repository) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, RebornOS, BlackArch) is fairly simple. This tutorial will be covering how to install, update and remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay ).

Table of Contents

There are two typical ways to install a4tech-bloody-driver-git from AUR. pacman is the way to go if you are an experienced Linux user and have the knowledge of how packages are built. Otherwise, yay is a popular alternative to install packages without the trouble to review PKGBUILD and build packages with makepkg afterwards.

sudo pacman -S --needed git && git clone https://aur.archlinux.org/a4tech-bloody-driver-git.git && cd a4tech-bloody-driver-git && makepkg -si
  1. Install git if needed (not installed before).
  2. clone the package’s git repository from AUR.
  3. cd into the folder that we just cloned.
  4. Use makepkg to build the package, then install it with pacman .
yay -S a4tech-bloody-driver-git

Updating AUR packages is basically the same as installing them. Simply pull it from source then re-build it. Nevertheless, it is still recommended to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid breaking your system, since Arch is a rolling-release Linux distribution.

git pull && makepkg -si
  1. pull from the package’s git repository.
  2. Use makepkg to build the package. Also, it will automatically be updated with pacman afterwards.

Compared to installing and updating packages, uninstalling is the easiest of these three,just choose whether to purge the unused dependencies and the configuration files used by the package.

Читайте также:  Раздел extended в linux
sudo pacman -R a4tech-bloody-driver-git
sudo pacman -Rs a4tech-bloody-driver-git
sudo pacman -Rns a4tech-bloody-driver-git
yay -R a4tech-bloody-driver-git
yay -Rs a4tech-bloody-driver-git
yay -Rns a4tech-bloody-driver-git

For more details about installing/updating AUR packages or how to install yay , please refer to this tutorial from NoCache.

Installing nvchecker-1.7 (Step-by-Step Tutorial) on Arch Linux (Manjaro/EndeavourOS)

nvchecker-1.7 is «New version checker for software releases» based on its definition. To install and update nvchecker-1.7 from AUR (Arch User Repository) on Arch Linux and Arch-based distros (e.g. Manjaro, EndeavourOS, ArcoLinux) is quite uncomplicated. This tutorial will be covering how to install, update and remove the package with either the default package manager pacman or an AUR helper (e.g. yay).

A Straightforward Guide on haskell-tdigest Installation on Arch Linux, Manjaro and Garuda

«On-line accumulation of rank-based statistics» is the maintainer’s outline of extra/haskell-tdigest. To install extra/haskell-tdigest from Arch official repository (Extra) on Arch Linux and Arch-based distros (e.g. Manjaro, EndeavourOS, Garuda) is pretty simple. This guide will be covering how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).

The Simplest Guide on Installing nquake on Arch Linux (Manjaro, Artix)

nquake is «The easiest, quickest, and most popular QuakeWorld client.» quoting from its own outline. To get this package (nquake) from AUR (Arch User Repository) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, RebornOS, Anarchy, ArcoLinux, BlackArch) is relatively easy. This guide will taught you how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper like yay.

Full Tutorial on Installing ros-melodic-openni-camera on Arch-Based Linux (Manjaro, Parabola)

Quoting from ros-melodic-openni-camera’s gist, it is «ROS — Drivers for the Microsoft Kinect, Asus Xtion, and Primesense Devices.». To get ros-melodic-openni-camera from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Parabola, Anarchy, Garuda) is quite easy. This guide will cover how to install, update and uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay).

Step-by-Step Tutorial on Installing libx86 on Arch Linux, Manjaro and Garuda

Quoting from extra/libx86’s own definition, it is «Provides an lrmi interface that works on x86, am64 and alpha». To install or remove this package (extra/libx86) from Arch official repository (Extra) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, ArcoLinux) is pretty simple. This guide will be covering how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay.

How to Install php-ast in One Command on Arch Linux (Manjaro/BlackArch)

php-ast is «Extension exposing PHP 7 abstract syntax tree» referring to its own profile. To install and update php-ast from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy and BlackArch is comparatively uncomplicated. This guide will show you step-by-step how to install, update and remove the package with either the default package manager pacman or an AUR helper like yay.

Читайте также:  Windows 10 linux gnome

More guides… copyright 2023 ArchPKGs. All Rights Reserved.

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

License

maxmati/a4tech-bloody-linux-driver

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Linux driver for a4tech bloody mouse series. This tool allows setting backlight level of A4TECH wired mouse (USB connected), e.g. A4TECH V7M.

dnf install gcc-c++ cmake libusbx-devel git clone https://github.com/maxmati/a4tech-bloody-linux-driver cd ./a4tech-bloody-linux-driver cmake . make 
~$ lsusb -d 09da: | cut -d ' ' -f6 | cut -d ':' -f2 

Mouse.h: add line with PID and add name to COMPATIBLE_PIDS variable as all the other mouses.

Mouse.cpp: add 3 lines: case, name and break; as all the other mouses.

sudo ./bloody Available devices: 36:Bloody V7 Enter device address: 36 Current backlight level: 3 Select backlight level(0-3):0 

Источник

[РЕШЕНО] Игровые мышки Bloody

p30 pro, настройки хранятся в самой мышке так что если настроили в виндовом утилите на доп кнопки какую то комбинацию то и в линуксе работать будут.

, я не проверял правда как настроил пару лет назад так и не было нужды что то менять

ForumLiker avatar

ForumLiker avatar

jim945 avatar

ForumLiker avatar

git clone https://github.com/maxmati/a4tech-bloody-linux-driver cd ./a4tech-bloody-linux-driver cmake . make
lsusb -d 09da: | cut -d ' ' -f6 | cut -d ':' -f2

No suitable device found.
Available devices:
Enter device address:

Вставляю полученный адрес. И получаю бесконечное количество строк Available devices:
Как его установить то?

Строки в Mouce.h & Mouce.cpp добавил. Но чувствую что неверный адрес какой-то выдается
upd: пропустил один параметр в Mouce.h
Теперь имею

Available devices:
2:Bloody P91
Enter device address:

Ввожу 2 и получаю
Available devices:
2:Bloody P91
Enter device address: 2
Current backlight level: LIBUSB_ERROR_TIMEOUT
0
Select backlight level(0-3):

4:Unknown [36a8] Device info: bDescriptorType: 01 bDeviceClass: 00 iManufacturer: 1 iProduct: 2 bcdDevice: 1a iSerialNumber: 0 idProduct: 36a8 idVendor: 9da bMaxPacketSize0: 40 Enter device address: 4 Selected addresss: 4 DETECTING MOUSE PROTOCOL (Takes long because it's shoddy) Unable to send command Detected device as one that uses 64 bytes in the protocol. Current LED brightness: 1 Mouse initialized! You can use it with this tool Pick what to do: 1) Enter RGB edit mode (only tested on P series, should only work for J and P series) 2) Set backlight intensity 3) Sensitivity settings (only tested on P series) 4) Set DPI 5) Test codes 6) Restart mouse firmware and exit (for debug purposes) 7) Dump memory (for debug purposes) 2 Current backlight level: 1 Select backlight level(0-3):2 Pick what to do: 1) Enter RGB edit mode (only tested on P series, should only work for J and P series) 2) Set backlight intensity 3) Sensitivity settings (only tested on P series) 4) Set DPI 5) Test codes 6) Restart mouse firmware and exit (for debug purposes) 7) Dump memory (for debug purposes) 2 Current backlight level: 2 Select backlight level(0-3):1 Pick what to do: 1) Enter RGB edit mode (only tested on P series, should only work for J and P series) 2) Set backlight intensity 3) Sensitivity settings (only tested on P series) 4) Set DPI 5) Test codes 6) Restart mouse firmware and exit (for debug purposes) 7) Dump memory (for debug purposes) 4 Enter a value from 1 to 50 to set DPI (1 for 100Hz, 2 for 200Hz. ) 3 

Источник

Читайте также:  Write non block linux

Скачать

BLOODY ESPORT SOFTWARE Bloody Esport is a set of multifunctional mouse editing software. Optimize the most suitable game configuration through buttons, sensitivity, macro, and lighting, and save it in the mouse memory.

  • Для моделей: V Series / VM Series / R Series / RT Series / T Series / TL Series / ZL Series / ML Series / WL Series / Программное обеспечение не поддерживается мышами Q-серии
  • Системные требования: Windows® 10, Windows® 7, Windows® 8, Windows® 8.1, Windows® 11

Update Description:
— Resolve Compatibility Bug
— Resolve certain mouse cursor issues

  • Для моделей: B Series,S Series — Gaming Keyboard / Программное обеспечение не поддерживается мышами Q-серии
  • Системные требования: Windows® 7, Windows® 8, Windows® 8.1, Windows® 10,Windows® 11

Инновационная многоядерная технология характеризуется полнофункциональным программированием клавиатуры; одна клавиша для выполнения «Single Combo» в играх MMO / RPG / FPS.

Инновационная игровая гарнитура 7.1 серии BLOODY с технологией распознания звука-локации предлагает 3 функции в одном устройстве [Smart 360 Gaming], [2.0 Audio-Enhanced Multimedia], [7.1. Surround Sound]. Предоставляет отличное чувство охвата, превосходную имитацию реального окружения и точную технологию распознавания звука-локации.

Инновационная игровая гарнитура 7.1 серии BLOODY с технологией распознания звука-локации предлагает 3 функции в одном устройстве [Smart 360 Gaming], [2.0 Audio-Enhanced Multimedia], [7.1. Surround Sound]. Предоставляет отличное чувство охвата, превосходную имитацию реального окружения и точную технологию распознавания звука-локации.

Инновационная игровая гарнитура 7.1 серии BLOODY с технологией распознания звука-локации предлагает 3 функции в одном устройстве [Smart 360 Gaming], [2.0 Audio-Enhanced Multimedia], [7.1. Surround Sound]. Предоставляет отличное чувство охвата, превосходную имитацию реального окружения и точную технологию распознавания звука-локации.

BloodyIllumine Software is the RGB editor that allows for personalized creative lighting effects with 16.8M colors.

Источник

Оцените статью
Adblock
detector