Recent content by moonshadow565

  1. M

    Homebrew RELEASE Postal for the Nintendo Switch

    crashes for me in 4.1.0
  2. M

    Tutorial How to boot Linux on your Switch

    Did you guys have any luck with audio?
  3. M

    Tutorial How to boot Linux on your Switch

    The touch is "rotated" to the wrong side so you need to either rotate touch or display You can rotate display with "xrandr -o left" and then the touch works good.
  4. M

    Tutorial How to boot Linux on your Switch

    What kind of filesystem are you extracting it into ? Also be sure to delete previous directory :) NOTE: it will extract files in current directory EDIT: seems you are extracting it into media device itself then be sure to delete it before
  5. M

    Tutorial How to boot Linux on your Switch

    You should use "su" instead of sudo and also "bsdtar pxf" instead of "sudo tar vxf". That way original permisions will be restored (NOTE: the p flag and other version of tar). Helped a friend yesterday to chroot and install plasma on arch. Do any of you who messed with plasma know how to solve...