Skip to content

Commit

Permalink
Troubleshooting: Added note about USB sound cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis14e authored and David Cooper committed Nov 24, 2018
1 parent 4fd2a22 commit c90f0a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,20 @@ There should be a built Debian package (a `.deb` file) in your project directory
Have you tried turning the volume up using the command `alsamixer`?

> *My Raspberry Pi does not use my USB sound card!*
Try to replace the following in the file `/usr/share/alsa/alsa.conf`:

```
defaults.ctl.card 0
defaults.pcm.card 0
```
with
```
defaults.ctl.card 1
defaults.pcm.card 1
```

> *Other issues*
File an issue and if we get it sorted, I'll add to this list.
Expand Down

0 comments on commit c90f0a0

Please sign in to comment.