Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notthebee/autoaspm
A script that automatically activates ASPM for all supported devices on Linux
https://github.com/notthebee/autoaspm
Last synced: 8 days ago
JSON representation
A script that automatically activates ASPM for all supported devices on Linux
- Host: GitHub
- URL: https://github.com/notthebee/autoaspm
- Owner: notthebee
- Created: 2024-12-06T06:47:08.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-07T11:45:07.000Z (15 days ago)
- Last Synced: 2024-12-07T12:25:46.481Z (15 days ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoASPM
A Python script that automatically activates ASPM for all supported devices on Linux.
It parses the `lspci -vv` output to determine which ASPM level is supported by
a device (e.g. L0s, L0sL1 or L1).### Dependencies
- pciutils
- python3### Usage
```bash
sudo autoaspm.py
```### Credits
- Luis R. Rodriguez for writing the original enable_aspm script:
https://www.uwsg.indiana.edu/hypermail/linux/kernel/1006.2/02177.html
- z8 for his Python rewrite of the enable_aspm script: https://github.com/0x666690/ASPM