Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 23.10 RPI5 seeed-2mic-voicecard #25

Open
belangerpascal opened this issue Feb 9, 2024 · 0 comments
Open

Ubuntu 23.10 RPI5 seeed-2mic-voicecard #25

belangerpascal opened this issue Feb 9, 2024 · 0 comments

Comments

@belangerpascal
Copy link

Hi All,

I installed the branch 6.6 on Ubuntu 23.10 on a RPI 5. I ran ubuntu prerequisites script then ran the install script. Everything build and installed properly, seems so. Reboot, module got loaded but "aplay -l" dosen't list the card.

I disabled the seeed-voicecard.service, rebooted and ran seeed-voicecard manually, here is the result;

  • export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/opt/vc/bin
  • PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/opt/vc/bin
  • OVERLAYS=/boot/overlays
  • '[' -d /boot/firmware/overlays ']'
  • OVERLAYS=/boot/firmware/overlays
  • dtparam -d /boot/firmware/overlays i2c_arm=on
  • modprobe i2c-dev
  • dtparam -d /boot/firmware/overlays spi=on
  • _VER_RUN=
  • CONFIG=/boot/config.txt
  • '[' -f /boot/firmware/usercfg.txt ']'
    ++ i2cdetect -y 1 0x1a 0x1a
    ++ egrep '(1a|UU)'
    ++ awk '{print $2}'
  • is_1a=1a
    ++ i2cdetect -y 1 0x35 0x35
    ++ awk '{print $2}'
    ++ egrep '(35|UU)'
  • is_35=
    ++ i2cdetect -y 1 0x3b 0x3b
    ++ egrep '(3b|UU)'
    ++ awk '{print $2}'
  • is_3b=
  • RPI_HATS='seeed-2mic-voicecard seeed-4mic-voicecard seeed-8mic-voicecard'
  • overlay=
  • '[' x1a '!=' x ']'
  • '[' x == x ']'
  • echo 'install 2mic'
    install 2mic
  • overlay=seeed-2mic-voicecard
  • asound_conf=/etc/voicecard/asound_2mic.conf
  • asound_state=/etc/voicecard/wm8960_asound.state
  • '[' x '!=' x ']'
  • '[' x '!=' x ']'
  • '[' seeed-2mic-voicecard ']'
  • echo Install seeed-2mic-voicecard ...
    Install seeed-2mic-voicecard ...
  • rm /etc/asound.conf
  • rm /var/lib/alsa/asound.state
    ++ uname -r
  • kernel_ver=6.5.0-1010-raspi
  • [[ 6.5.0-1010-raspi =~ ^4.19.*$ ]]
  • [[ 6.5.0-1010-raspi =~ ^5.*$ ]]
  • dtoverlay -d /boot/firmware/overlays seeed-2mic-voicecard
  • echo 'create seeed-2mic-voicecard asound configure file'
    create seeed-2mic-voicecard asound configure file
  • ln -s /etc/voicecard/asound_2mic.conf /etc/asound.conf
  • echo 'create seeed-2mic-voicecard asound status file'
    create seeed-2mic-voicecard asound status file
  • ln -s /etc/voicecard/wm8960_asound.state /var/lib/alsa/asound.state
  • alsactl restore
    No state is present for card ATR4697USB
    Found hardware: "USB-Audio" "USB Mixer" "USB0909:0050" "" ""
    Hardware is initialized using a generic method
    No state is present for card ATR4697USB
  • aplay -l
  • grep -q 'bcm2835 ALSA'

No errors, it just doesn't find the Respeaker 2-MIC.

What do you think I could look at?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant