• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Hello-Lucy

Scheduled Pinned Locked Moved Fun & Games
285 Posts 27 Posters 509.9k Views 27 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.
  • S Offline
    snikolaidis
    last edited by Jun 3, 2020, 2:34 PM

    @sdetweil i specified the mic in ~.asoundrc so now arecord goes directly to the usb mic but still throws the format code, lucy still wont pick it up tho

    
    pcm.!default {
      type asym
      playback.pcm {
        type plug
        slave.pcm "output"
      }
      capture.pcm "hw:2,0"
    }
    
    pcm.output {
      type hw
      card 1
    }
    
    ctl.!default {
      type hw
      card 1
    }
    
    
    M 1 Reply Last reply Jul 1, 2020, 5:29 PM Reply Quote 0
    • S Offline
      sdetweil
      last edited by Jun 3, 2020, 2:40 PM

      mine is

      pcm.!default {
          type hw
          card 0
      }
      
      ctl.!default {
          type hw
          card 1
      }
      

      so I would guess yours would be

      pcm.!default {
          type hw
          card 2
      }
      
      ctl.!default {
          type hw
          card 1
      }
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        snikolaidis
        last edited by Jun 3, 2020, 3:28 PM

        @sdetweil yeah still not working with lucy even though arecord works, would it have anything to do with that i went beta with the pi4?

        S 1 Reply Last reply Jun 3, 2020, 3:35 PM Reply Quote 0
        • S Offline
          sdetweil @snikolaidis
          last edited by Jun 3, 2020, 3:35 PM

          @snikolaidis said in Hello-Lucy:

          i went beta with the pi4

          what beta? the 64bit pi os?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • S Offline
            snikolaidis
            last edited by Jun 3, 2020, 3:38 PM

            @sdetweil the beta firmware & bootloader that lets you boot from usb

            sudo apt update
            sudo apt full-upgrade
            Sudo nano /etc/default/rpi-eeprom-update
            sudo rpi-eeprom-update -d -f /lib/firmware/raspberrypi/bootloader/beta/pieeprom-2020-05-27.bin
            
            S 1 Reply Last reply Jun 3, 2020, 3:52 PM Reply Quote 0
            • S Offline
              sdetweil @snikolaidis
              last edited by Jun 3, 2020, 3:52 PM

              @snikolaidis oh… that won’t affect sound

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              S 1 Reply Last reply Jun 3, 2020, 3:54 PM Reply Quote 0
              • S Offline
                snikolaidis @sdetweil
                last edited by Jun 3, 2020, 3:54 PM

                @sdetweil Sorry trying to think of anything possible

                1 Reply Last reply Reply Quote 0
                • M Offline
                  Mykle1 Project Sponsor Module Developer @snikolaidis
                  last edited by Jun 4, 2020, 1:50 AM

                  @snikolaidis said in Hello-Lucy:

                  on another note, i guess i said too many unkown commands or somethings and a list of all the commands possible popped up and wont go away, any thoughts other than rebooting

                  Oh, did you mean commands to Lucy? The Command List appeared? You can say “Hide Help” or “Close Help”.

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer
                    last edited by Jun 4, 2020, 2:09 AM

                    Thank you @sdetweil for doing the troubleshooting on this one. :thumbsup:

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      majik655 @snikolaidis
                      last edited by majik655 Jul 1, 2020, 5:30 PM Jul 1, 2020, 5:29 PM

                      @snikolaidis Did you ever figure this out? I have a pi4 and have a logitech webcam c920 … it shows as card 2 and should be 2,0 … I can record and play back in arecord Everything from what I can see works fine except when in MM Lucy talks and then when waiting for command her icon goes to ERROR.

                      I have gotten this to work with a sunfounder usb mic (just a crappy mic) and I was hoping the lag would be better using the webcam mic. (waiting for my new 3.5 jack microphone which should help the lag).

                      In any case I just do not know why Lucy doesn’t pick up the webcam mic??
                      @Mykle1 does it make sense it doesn’t work?

                      M 1 Reply Last reply Jul 1, 2020, 6:42 PM Reply Quote 0
                      • 1
                      • 2
                      • 25
                      • 26
                      • 27
                      • 28
                      • 29
                      • 27 / 29
                      • 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