UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. newguy
    3. Topics
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 11
    • Groups 0

    Topics

    • N

      No audio unless media player is run as root

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      2
      0 Votes
      2 Posts
      356 Views
      N
      Update: I found the solution. At least when using command line programs like mplayer. UBports on the PonePhone seems to default to trying to use PulseAudio, which doesn't work. It needs to be using ALSA, but the regular user account selects the wrong ALSA device by default. For some reason the root user gets the right device. I used the "aplay -l" command to get a list of local audio devices: $ aplay -l card 0: PinePhone card 1: sun9ihdmi It seems the regular user is selecting card 1 when it needs to be selecting card 0. So to play audio with mplayer (or other audio players) I need to manually specify card 0. With mplayer that looks like this: mplayer -ao alsa:device=hw=0 audio-file.mp3 I'm currently looking for a way to make this selection permanent and consistent for all audio players, but for now I can at least funnel audio through mplayer on my PinePhone.
    • N

      Lomiri crashes when plugging in external dock monitor

      Watching Ignoring Scheduled Pinned Locked Moved PinePhone
      1
      0 Votes
      1 Posts
      193 Views
      No one has replied
    • N

      UBports 20.04 for PinePhone?

      Watching Ignoring Scheduled Pinned Locked Moved 20.04 Focal Fossa
      6
      0 Votes
      6 Posts
      1k Views
      LakotaubpL
      Just to point out you will need Tow-Boot installed to run 20.04 on PP and PPP https://tow-boot.org/devices/pine64-pinephoneA64.html though must admit I need to read the instructions a few more times to understand them. For instance dd if=mmcboot.installer.img of=/dev/XXX bs=1M oflag=direct,sync status=progress the XXX in the above is that as is or should a specific version code be add here. Something to look at over the weekend on the PP.
    • N

      Upgrade from Ubuntu Touch to UBports without a PC?

      Watching Ignoring Scheduled Pinned Locked Moved General
      6
      0 Votes
      6 Posts
      2k Views
      S
      @newguy Not sure if that is possible at the moment.