MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    can get the sound to work alexa

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 2 Posters 1.0k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      berne
      last edited by berne

      i just install mmm-awesome-alexa, but when i was done, i cant get any sound, so i did some checken and testing and i cant get the sound to work,
      it works IF i am using a HDMI and sound,
      But my screen that i for the MM just have dvi

      card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
        Subdevices: 7/7
        Subdevice #0: subdevice #0
        Subdevice #1: subdevice #1
        Subdevice #2: subdevice #2
        Subdevice #3: subdevice #3
        Subdevice #4: subdevice #4
        Subdevice #5: subdevice #5
        Subdevice #6: subdevice #6
      card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 IEC958/HDMI [bcm2835 IEC958/HDMI]
        Subdevices: 1/1````
      
      
      pi@raspberrypi:~ $ arecord -l
      **** List of CAPTURE Hardware Devices ****
      card 1: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
        Subdevices: 1/1
        Subdevice #0: subdevice #0`````
      
      Dose my file look right?
      
      
      pi@raspberrypi:~ $ sudo nano /etc/asound.conf
      
        GNU nano 3.2                     /etc/asound.conf                             
      
      
      pcm.!default {
       type asym
       capture.pcm "mic"
       playback.pcm "speaker"
      }
      pcm.mic {
        type plug
        slave {
          pcm "hw:1,0"
        }
      }
      pcm.speaker {
        type plug
        slave {
          pcm "hw:0,0"
        }
      }
      
      1 Reply Last reply Reply Quote 0
      • brobergB Offline
        broberg Project Sponsor
        last edited by

        First of get the input and output of the soundcard to work, look in to the alsa mixer.

        Check : http://blog.scphillips.com/posts/2013/01/sound-configuration-on-raspberry-pi-with-alsa/

        B 1 Reply Last reply Reply Quote 0
        • B Offline
          berne @broberg
          last edited by

          @broberg when i alsamixer the pi, i can select the mic, then the sound is not working, get mute symbol for the sound.

          If i using the defalut the sound it working great, but then i cant record, i just saying no mic is available.

          i cant have booth…its so strange,

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy