Skip to content

Commit

Permalink
Update README to reflect debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
meganukebmp committed Sep 17, 2019
1 parent 442da1c commit 92d2c6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ Then run the installation script:
sudo ./dkms-remove.sh
```

## Reporting issuess
When reporting issues, please make sure that debugging is enabled. To enable debugging either set `MAKEFLAGS="CONFIG_RTW_DEBUG = y"` before compilation or edit Makefile:
```
CONFIG_RTW_DEBUG = y
```
This will enable verbose debug logging, helpful to developers.

## Possible issues

### PCIe Activate State Power Management
Expand Down

0 comments on commit 92d2c6d

Please sign in to comment.