Beelink Mini MXIII WIFI and BT

  • I downloaded your file and it looks OK... Do you even get the wireless option or not?... If you do, you must turn it off then on to get the SSID from the router... Also there was one time that it didn't work with me after turning on the box, so I had to reboot again to make it load wifi drivers...

    Sent from my GM 5 Plus d using Tapatalk

    Edited once, last by mytbyte (November 15, 2016 at 7:28 AM).

  • Code
    LibreELEC:~ # /storage/.config/
    -sh: /storage/.config/: Permission denied


    No, I meant for you to execute "autostart.sh" via command "./autostart.sh" (without quotes) from inside .config directory


    [hr]

    Code
    LibreELEC:~ # /storage/.config/
    -sh: /storage/.config/: Permission denied


    [hr]
    The last time I made some progress (not much) I was able to access the .config directory and run ./autostart.sh. here is the output.

    Code
    LibreELEC:/ # cd /storage/.config
    
    
    LibreELEC:~/.config # ./autostart.sh
    : No such file or directoryad module /lib/modules/qca9377-aml/compat.ko
    mount: mounting /lib/modules/qca9377-aml/cfg80211.ko on /lib/modules/3.14.29/ker failed: No such file or directory

    Edited once, last by kodiuser1 (November 16, 2016 at 3:52 PM).

  • Code
    LibreELEC:~/.config # cd #
    LibreELEC:~ # cd .config
    LibreELEC:~/.config # ./autostart.sh
    : No such file or directoryad module /lib/modules/qca9377-aml/compat.ko
    mount: mounting /lib/modules/qca9377-aml/cfg80211.ko on /lib/modules/3.14.29/ker failed: No such file or directory

    @kodisuer:

    do the following:

    cd #
    cd .config
    ./autostart.sh

    put here the text output it produces


    [hr]

    [hr]
    I can see every file in file manager that the script talks about.

    Edited once, last by kodiuser1 (November 16, 2016 at 4:20 PM).

  • Here's my output. What am I supposed to do now??

    Code
    LibreELEC (community) Version: 7.0.2.009
    LibreELEC:~ # cd #
    LibreELEC:~ # cd .config
    LibreELEC:~/.config # ./autostart.sh
    : No such file or directoryad module /lib/modules/qca9377-aml/compat.ko
    mount: mounting /lib/modules/qca9377-aml/cfg80211.ko on /lib/modules/3.14.29/ker failed: No such file or directory
    LibreELEC:~/.config # chmod ugo+x ./autostart.sh
    LibreELEC:~/.config # chmod ugo+x /storage/.config/autostart.sh
    LibreELEC:~/.config #



    Yes, that was my ouptut as well before I did the "chmod ugo+x /storage/.config/autostart.sh" command

  • do the command again...try from inside .config directory, try ommitting the path /storage/.config

    after that do "ls -l autostart.sh" and report output here

    Edited once, last by mytbyte (November 16, 2016 at 4:47 PM).

  • Code
    LibreELEC (community) Version: 7.0.2.009
    LibreELEC:~ # cd #
    LibreELEC:~ # cd .config
    LibreELEC:~/.config # ./autostart.sh
    : No such file or directoryad module /lib/modules/qca9377-aml/compat.ko
    mount: mounting /lib/modules/qca9377-aml/cfg80211.ko on /lib/modules/3.14.29/ker failed: No such file or directory
    LibreELEC:~/.config # chmod ugo+x ./autostart.sh
    LibreELEC:~/.config # ls -l autostart.sh
    -rwxr-xr-x    1 root     root           257 Nov 13 03:03 autostart.sh
    LibreELEC:~/.config #


    do the command again...try from inside .config directory, try ommitting the path /storage/.config

    after that do "ls -l autostart.sh" and report output here

  • here's my output


    yeah, sorry, you must do ./autostart.sh again, after ugo+x command

    it's perhaps best if you reboot

  • I have tried it now I seem to get a different error:

    Code
    LibreELEC:~ # cd #
    LibreELEC:~ # cd .config
    LibreELEC:~/.config # ./autostart.sh
    insmod: ERROR: could not insert module /lib/modules/qca9377-aml/compat.ko: File exists
    LibreELEC:~/.config # chmod ugo+x ./autostart.sh
    LibreELEC:~/.config # ls -l autostart.sh
    -rwxr-xr-x    1 root     root           256 Nov 16 21:17 autostart.sh
    LibreELEC:~/.config # reboot

    Edited once, last by kodiuser1 (November 16, 2016 at 9:30 PM).