Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: PiFba 2 player support #105590
    renrom
    Participant

    Ok.. memo to myself.. first search the forum before asking :).

    It is resolved here:

    Controller Configuration in RetroPie

    Changing the fba2x binary and its working!.

    in reply to: USB audio device #104918
    renrom
    Participant

    Tested it, and the /etc/asound.conf is realy neccesary to make the usb sound work with ES.

    in reply to: USB audio device #104886
    renrom
    Participant

    i will try and test that later, although I think I also tried that. Without the /etc/asound.conf I will probably get the pcm error.

    in reply to: USB audio device #104842
    renrom
    Participant

    Ok, after digging around a bit, this seem to work:

    Creating a file /etc/asound.conf with the following:

    ctl.!default {
    type hw
    card 0
    }
    pcm.usb
    {
    type hw
    card "U012529205"
    format S16_LE
    }
    
    pcm.!default {
    type asym
    playback.pcm
    {
    type plug
    slave {
    pcm "hw:0"
    format S16_LE
    }
    }
    capture.pcm
    {
    type plug
    slave.pcm "usb"
    }
    }
    

    and comment the line ‘options snd-usb-audio index=-1’ in the /etc/modprobe.d/alsa-base.conf

    Only part what still dont have sound is the splashvideo, will try figure out that one aswell. :)

Viewing 4 posts - 1 through 4 (of 4 total)