Jump to content

lifeform

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by lifeform

  1. 16 hours ago, balbes150 said:

    Version 20200519.

    This version is fully built not mediocre on the ARM platform (rk3399). :)

    I checked how the images work on different models, and no problems were found. The system works identically to the version built using the old scheme via cross-compilation on x86. While these images do not have u-boot and to run from the SD card on RK3399 add u-boot, as described at the beginning of the topic.

    Now anyone can build their own version of ArmbianTV not mediocre on their device. :)

    in the 20200514 found that this version is include rtl8188es wifi driver, could you include the rtl8188fu driver wifi also? i tried to installed it by myself but after 8 hours it got drop and have weird behaviour. would you kind to help?

     

    the device is use hg680p with s905x processor but used rtl8188fu wifi module

  2. On 8/26/2019 at 12:10 AM, Doroteo said:

    Hi @lifeform,

     

    Im trying do the same for Tp-link usb WiFi dongle drivers, but without succes becouse the @balbes150 armbian image I used does not have headers.

     

    I see you are trying with another aproach, could you please let me know which repo are you using and Wich are the main steps you are doing?

     

    Thanks a lot

     

    sorry.. i just saw your reply. the repo is state at above https://github.com/kelebek333/rtl8188fu

     

    is this what you mean? if you mean repo for debian i just used default

     

  3. 48 minutes ago, Reddwarf said:

    Can you post the console output from trying to load the module?

    sudo modprobe rtl8188fu

    Message from syslogd@localhost at Aug  8 06:29:03 ...
     kernel:[ 3338.782976] Internal error: Oops: 96000004 [#1] PREEMPT SMP

    Message from syslogd@localhost at Aug  8 06:29:03 ...
     kernel:[ 3338.826440] Process modprobe (pid: 15017, stack limit = 0x0000000013e8f2d1)

    Message from syslogd@localhost at Aug  8 06:29:03 ...

     

     

    i compiled the driver with this way, what i missed?

    apt install build-essential libncurses-dev bison flex libssl-dev libelf-dev
    git clone https://github.com/150balbes/Amlogic_s905-kernel.git
    cd Amlogic_s905-kernel
    make oldconfig
    make prepare
    make modules_prepare
    touch Module.symvers
    
    sudo nano include/generated/utsrelease.h 
    # i change -> define UTS_RELEASE "5.1.15-aml-s905"
    # my armbian kernel version
    cd ..
    git clone https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git
    cd wireless-regdb && cp regulatory.db regulatory.db.p7s /lib/firmware/
    cd ..
    
    git clone https://github.com/kelebek333/rtl8188fu.git
    cd rtl8188fu
    
    nano Makefile
    EXTRA_CFLAGS += -Wno-error=incompatible-pointer-types
    EXTRA_CFLAGS += -Wno-incompatible-pointer-types
    EXTRA_CFLAGS += -Wno-vla
    EXTRA_CFLAGS += -Wno-error=date-time
    #done
    
    
    make ARCH=arm64 KSRC=../Amlogic_s905-kernel CONFIG_POWER_SAVING=n
    sudo install -p -m 644 rtl8188fu.ko  /lib/modules/5.1.15-aml-s905/kernel/drivers/net/wireless/
    /sbin/depmod -a
    sudo modprobe rtl8188fu

     

     

  4. hello,

    i try to find my wifi module. i see that my wifi module is rtl8188fu

    i tried to compile it. but result none. it errors. 

    is there module for this? i tried to compile from https://github.com/kelebek333/rtl8188fu

     

    i compile with kernel source, the compile is no error. but the module load with err.  any clue?

  5. hello, 

    could somebody help me about wifi driver for 8188fu? i'm running 5.88 version

    i have compiled from https://github.com/kelebek333/rtl8188fu

    i cannot used dkms cause there is no kernel header. so i trying compile with source kernel.

    but when i try. i do with no success. i do not know why. my error is 

     

    insmod /lib/modules/5.1.0-aml-s905/kernel/net/wireless/cfg80211.ko
    insmod /lib/modules/5.1.0-aml-s905/kernel/drivers/net/wireless/rtl8188fu.ko

    Message from syslogd@localhost at Aug  8 03:00:36 ...
     kernel:[  186.089590] Internal error: Oops: 96000004 [#1] PREEMPT SMP

    Message from syslogd@localhost at Aug  8 03:00:36 ...
     kernel:[  186.134589] Process modprobe (pid: 2050, stack limit = 0x000000005636e905)

    Message from syslogd@localhost at Aug  8 03:00:36 ...
     kernel:[  186.333483] Code: 391f481f 391f4c1f f940029a f941d360 (39401000)
    Segmentation fault
     

     

    could you help?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines