You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
The install setup improperly configures the /boot/config.txt to be for the AIY hat.
The HLC does not have hardware defined
The /etc/asound.conf has incorrect settings
To Reproduce
Steps to reproduce the behavior:
Install Alice or Alice satellite
/boot/config.txt should have set the
dtparam=audio=on
#dtoverlay=googlevoicehat-soundcard
/etc/asound.conf should have as content
pcm.!default {
type asym
playback.pcm {
type plug
slave.pcm "hw:0,0"
}
capture.pcm {
type plug
slave.pcm "hw:1,0"
}
}
/etc/systemd/system/hermesledcontrol.service
Suggest using --hardware=googleAIY as a default
Expected behavior
A clear and concise description of what you expected to happen.
Should work out of the box :)
Audio will be from 3.5mm Pi jack unless hdmi monitor is being used
sudo raspi-config item 7, audio, force 3.5mm should be set
Logs
Get your logs at ~/ProjectAlice/var/logs
Paste your logs here
Alice version
Alpha, from .7z image install
Additional context
Add any other context about the problem here.
This has been tested using a PS#Eye web cam as a mic and also a generic usb audio adapter. This should make the most basic install work out of the box :)
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Install Alice or Alice satellite
/boot/config.txt should have set the
dtparam=audio=on
#dtoverlay=googlevoicehat-soundcard
/etc/asound.conf should have as content
pcm.!default {
type asym
playback.pcm {
type plug
slave.pcm "hw:0,0"
}
capture.pcm {
type plug
slave.pcm "hw:1,0"
}
}
/etc/systemd/system/hermesledcontrol.service
Suggest using --hardware=googleAIY as a default
Expected behavior
A clear and concise description of what you expected to happen.
Should work out of the box :)
Audio will be from 3.5mm Pi jack unless hdmi monitor is being used
sudo raspi-config item 7, audio, force 3.5mm should be set
Logs
Get your logs at ~/ProjectAlice/var/logs
Alice version
Alpha, from .7z image install
Additional context
Add any other context about the problem here.
This has been tested using a PS#Eye web cam as a mic and also a generic usb audio adapter. This should make the most basic install work out of the box :)
The text was updated successfully, but these errors were encountered: