Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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