Skip to content

Commit

Permalink
i am root
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 17, 2025
1 parent 2bb15c2 commit 191b4c9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build_raspOVOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ chmod +x "/usr/libexec/update-audio-sinks"
chmod +x "/usr/libexec/soundcard_autoconfigure"
chmod +x "/usr/libexec/usb-autovolume"

ln -s /etc/systemd/system/combine_sinks.service /etc/systemd/system/multi-user.target.wants/combine_sinks.service
ln -s /etc/systemd/system/autoconfigure_soundcard.service /etc/systemd/system/multi-user.target.wants/autoconfigure_soundcard.service

echo "Installing admin phal..."
pip install sdnotify ovos-bus-client ovos-phal ovos-PHAL-plugin-system -c $CONSTRAINTS --break-system-packages
Expand Down
31 changes: 25 additions & 6 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,17 +270,36 @@ If you see an **undervoltage detected** warning:
4) Revert changes
5) Exit
```
6. **Confirm default soundcard:**
- Run `cat ~/.asoundrc` to check the default soundcard in use, audio might be coming out of a different output (such as onboard audio jack or HDMI).
- **Example output** *if combining audio sinks* (option 3 in `ovos-audio-setup`)`:
6. **Confirm default sink:**
- Run `cat ~/.asoundrc` to verify `pipewire` is being used
- **Example output**:
```
pcm.!default pipewire
ctl.!default pipewire
```
- **Example output** *if explicitly selecting soundcard* (option 1+2 in `ovos-audio-setup`)`:
- Confirm default sink with `pactl info | grep "Default Sink"`, audio might be coming out of a different output (such as onboard audio jack or HDMI).
- **Example output**:
```
Default Sink: alsa_output.platform-soc_sound.stereo-fallback
```
- Check pipewire full info with `pactl info` for further diagnosis.
- **Example output**:
```
defaults.pcm.card 2
defaults.ctl.card 2
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 247
Tile Size: 65472
User Name: ovos
Host Name: raspOVOS
Server Name: PulseAudio (on PipeWire 1.2.4)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.platform-soc_sound.stereo-fallback
Default Source: alsa_input.platform-soc_sound.stereo-fallback
Cookie: da8a:b099
```
7. **Check available output sinks:**
Expand Down
3 changes: 0 additions & 3 deletions mycroft_en.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"g2p": {
"module": "ovos-g2p-plugin-mimic"
},
"tts": {
"module": "ovos-tts-plugin-piper",
"ovos-tts-plugin-piper": {
Expand Down

0 comments on commit 191b4c9

Please sign in to comment.