Posts by lrusak

    look at the output of

    Code
    lsmod


    then find the kernel module in use, for example mine is "8192cu"

    then run

    Code
    modinfo --parameters <module name>

    for example mine shows


    then

    Code
    echo "options 8192cu rtw_power_mgnt=0" >> /storage/.config/modprobe.d/8192cu.conf

    to check if it is working, reboot, then run the following (make sure to adjust to your module name)

    Code
    for i in /sys/bus/usb/drivers/rtl8192cu/module/parameters/*; do
      echo "$i: $(cat $i)"
    done


    then you'll see the output

    Code
    /sys/bus/usb/drivers/rtl8192cu/module/parameters/rtw_power_mgnt: 0

    You might also be able to define a channel and other properties this way.


    Hi all, i've got the test build working well.. the hard reset was the key. Thanks for the guidance.

    Another question. If one needed to put a BIOS file somewhere, where would it be put? I cant seem to find anything on google or logs that says where to put them.

    Nathan


    Bios files go in

    Code
    /storage/.kodi/userdata/addon_data/game.libretro.[emulator]/system/

    thanks, heres a log I just generated: IdaC

    I've tried renaming files, renaming folders.... all the movies work fine, new movies no problems at all... but TV is broken

    Please enable debugging!!

    also, this seems relevant

    Code
    05:52:16 282.445953 T:1623946144 WARNING: No information found for item '/media/123456789/tv/Dexter.Complete.S01-S02-S03-S04-S05-S06-S07-S08.720p.BluRay.DD5.1.x264-ITSat/', it won't be added to the library.
    05:52:21 288.287384 T:1623946144 WARNING: No information found for item '/media/123456789/tv/The.Walking.Dead.S01.720p.BluRay.x264-SiNNERS/', it won't be added to the library.
    05:52:21 288.325226 T:1623946144 WARNING: No information found for item '/media/123456789/tv/The.Shannara.Chronicles.S01.720p.HDTV.x264-Scene [NO RAR]/', it won't be added to the library.
    05:52:21 288.362183 T:1623946144 WARNING: No information found for item '/media/123456789/tv/Arrow.S01-S03.BDRip.X264-DEMAND [NO.RAR]/', it won't be added to the library.
    05:52:21 288.399353 T:1623946144 WARNING: No information found for item '/media/123456789/tv/Good.Witch.S01.720p.WEB-DL.DD5.1.h264-QUEENS/', it won't be added to the library.
    05:52:22 288.436951 T:1623946144 WARNING: No information found for item '/media/123456789/tv/Revenge.S01-S04.DVDRip.x264-IPT/', it won't be added to the library.
    05:52:22 288.715424 T:1623946144  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 01:27

    I'd look into naming your media better using a service like sickbeard or sickgear.

    Thank you for your reply lrusak, I will try the save state instead of "internal" games saves. I used pcsx-rearmed and all is fine except of speed... just for information (I'm not planning to play with raspberry so not a problem) the slowness with pcsx is due to Raspberry or generally due to that particular emulator? Another question, are you going to merge these retroplay changes for LibreELEC 8?

    Check in the psx-rearmed emulator settings, there should be options "enable interlacing mode", "enhanced resolution", and "enhanced resolution speed hack". Try enabling all these options.

    Add-ons --> get add-ons --> my addons --> game add-ons --> emulators --> pcsx-rearmed --> configure.

    I track upstream and it is unlikely that retroplayer will make it into kodi-17.