RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. usb power
    Log in to post
    • All categories
    • K

      USB TIMEOUT?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb power usb ports usb issues pi3b+
      5
      0 Votes
      5 Posts
      827 Views
      K

      @BuZz which was my first thought however I installed the original 4.6 that I had on file from way back when.

      Don't know too many 3b+ that wont run 1500 with 1-2 overvoltage with a pi4 power supply

      for N64 emulation I had this unit running stable all the way up to 1575 with the ice tower so from a hardware point of view doesn't make sense

    • R

      Bluetooth usb dongle not powered after reboot.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb power bluetooth
      2
      0 Votes
      2 Posts
      345 Views
      mituM

      @razielus said in Bluetooth usb dongle not powered after reboot.:

      Built From: Darish Zone Retro Machine 512GB

      We don't support 3rd party images here in the forums.

      Use the image from retropie.org.uk/download and run an full update (OS and RetroPie packages), then try again and see if the dongle is detected after reboot.

    • Z

      Raspberry Pi 4 power switch suggestions?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pi4 usb power
      3
      0 Votes
      3 Posts
      459 Views
      Z

      @yfzdude Just got it today, works like a charm! Thanks!

    • O

      External SSD-Use External Power

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ssd external power usb power raspberry pi 4 retropie 4.6
      2
      0 Votes
      2 Posts
      297 Views
      ClydeC

      @OldSchool Did you research if this is actually necessary? I used my 250 GB Samsung EVO 840 connected with an SATA-to-USB adapter to one of the USB2 ports of my Pi 3B (without +) for over two years without any problems, and now its connected to my new Pi 4B Rev 1.2 via USB3 for a month, again without any issues.

      What problems exactly do you expect and where did you learn about them?

      edit: I should mention that I also had/have a PacDrive LED controller for my 18 illuminated buttons and a wireless Mayflash Wii-U Pro gamepad adapter connected to the USB ports of both of my Pis, all of them without external power. The only somewhat funny "issue" I noticed is that the buttons flicker ever so slightly when the ssd is being accessed. 😊

    • J

      Overdrawing power

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb power usb hub ps3 controller ps3 bluetooth bluetooth ps3
      4
      0 Votes
      4 Posts
      1k Views
      DarksaviorD

      @jediknight36 https://retropie.org.uk/forum/topic/12762/under-voltage-warnings-on-retroflag-nespi-case-best-power-supply/22#

      If you get the lightning bolt popup without the case, then you also need a better power supply.

    • E

      Pi3 Retropie USB powered audio

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support audio issues usb power retropie 4.1
      3
      0 Votes
      3 Posts
      2k Views
      B

      @Emmuss
      From the command prompt

      List all USB devices
      lsusb

      cat /proc/asound/modules

      Set "card #1" as the default audio device
      sudo nano /etc/asound.conf

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

      Disable HDMI audio
      sudo nano /boot/config.txt

      #hdmi_drive = 2

      RetroArch audio fix
      /opt/retropie/configs/all/retroarch.cfg

      audio_device = "<name of USB audio device>"

      Test audio
      aplay -l

      More info here:
      https://learn.adafruit.com/usb-audio-cards-with-a-raspberry-pi/updating-alsa-config