Jump to content

Armin

Members
  • Posts

    63
  • Joined

  • Last visited

Posts posted by Armin

  1. Unfortunatelu, didn't work for me !

     

    Error : /lib/modules/5.7.0-rc6-arm-64/build: No such file or directory. Stop.

     

    root@arm-64:~# git clone https://github.com/chewitt/RTL8822CS.git
    Cloning into 'RTL8822CS'...
    remote: Enumerating objects: 725, done.
    remote: Counting objects: 100% (10/10), done.
    remote: Compressing objects: 100% (10/10), done.
    remote: Total 725 (delta 0), reused 2 (delta 0), pack-reused 715
    Receiving objects: 100% (725/725), 4.03 MiB | 6.52 MiB/s, done.
    Resolving deltas: 100% (243/243), done.
    root@arm-64:~# cd RTL8822CS/
    root@arm-64:~/RTL8822CS# sed -i 's/$(MAKE) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C $(KSRC) M=$(shell pwd)/$(MAKE) -j4 -C $(KSRC) M=$(shell pwd)/g' Makefile
    root@arm-64:~/RTL8822CS# sed -i 's/$(CROSS_COMPILE)strip $(MODULE_NAME).ko --strip-unneeded/strip $(MODULE_NAME).ko --strip-unneeded/g' Makefile
    root@arm-64:~/RTL8822CS# make
    make -j4 -C /lib/modules/5.7.0-rc6-arm-64/build M=/root/RTL8822CS  modules
    make[1]: *** /lib/modules/5.7.0-rc6-arm-64/build: No such file or directory.  Stop.
    make: *** [Makefile:2296: modules] Error 2
    root@arm-64:~/RTL8822CS#

     

  2. If you are able to see these 2 drives (ROOT_EMMC and BOOT_EMMC) after booting with the SD Card, that means your eMMC is broken (I was in the same situation here: https://forum.armbian.com/topic/12988-armbian-for-amlogic-s905x3/page/7/?tab=comments#comment-101796)

     

    Moreover, to boot from an SD card, you need to copy file u-boot.sd to u-boot.ext. But after, to copy the installation on the eMMC, doesn't touch any file (even u-boot files) !

     

     

  3. Hello,

     

    No error at this end of eMMC installation ?

     

    Some answers here: https://forum.armbian.com/topic/12988-armbian-for-amlogic-s905x3/page/7/?tab=comments#comment-101887

     

    Moreover, on my X96 (Air 4/32Gb version), the most efficient file is meson-sm1-sei610-ethfix.dtb (ethernet speed is fixed at 100Mb because 1000Mb doesn't work on this kind of box).

     

    I suppose that your bootloader in eMMC is broken now and you need to reinstall the android firmware to get to a clean starting point. 

     

    For that, you need the stock firmware of your box, USB cable Male<->Male and USB Burning Tool.

     

    Good luck !

  4. On 8/5/2020 at 8:52 PM, zeyavkm said:

    Dear Armin,

    Can you please help me to solve my Tanix TX6 H6 tv box coming with Allwinner H6 chipset loaded with RTL8822CS module. Actually the stock firmware was flashed with another one and after that wifi and bluetooth not working. Then i couldn't find the stock firmware. Thinking that i have flashed with an older firmware and it doesn't support the RTL8822CS. Is there any solution to make the module detected with the chipset or kernel? Actually i am don't have that much exposure to the linux programming, but i can understand the things. I have already read the quoted text by you and I could find a comment related to 'aw h6'. Is that line to integrate the module with allwinner h6? Hope that i will get a solution to solve my issue.  Kindly advice me what steps i have to follow...... For your information, my email ID is zeyavkm@gmail.com.

    Hello,

     

    To be honest, I don't understand your problem and your question (especially related to the stock firmware).

     

    If you need some help for Android (https://4pda.ru/forum/index.php?showtopic=929205) or for Armbian (https://4pda.ru/forum/index.php?showtopic=929205&st=12220#entry97197782) !

     

    PS: Please to translate the page of the Russian forum to find firmware and instructions for your box

     

  5. On 8/28/2020 at 9:20 AM, Diamond said:

    I am able to install rtl88x2bu by installing linux-header package first. Unfortunately, it seems kernel imageproxy.php?img=&key=d4a4e9ccc91d570aimageproxy.php?img=&key=d4a4e9ccc91d570a5.7.7-arm-64 already included the driver with newer version.

    In the end, I am unable to have the interface. I guess there is something to do on dtb to activate it?

    Hello Diamond,

     

    Did you try this version https://github.com/RinCat/RTL88x2BU-Linux-Driver ?

     

    Moreover, there are some instructions !

  6. Hello,

     

    When you wrote " wired network 100m ok", that means you have fixed the speed to 100M with ethtool command or this is already fixed into the dtb file itself ?

     

    20 hours ago, chenjun_wh said:

    how to use wired network in 1000m?

     

    What's exactly your question ? Do you search a dtb file able to have ethernet connection to 1000M ?

  7. 30 minutes ago, heroes1412 said:

    i just test with X3 Mini box (S905x3, 4gb ram) with a SD Card, when i plug SD card, the box cannot boot (without toothpick) @@, i dont know why @@

     

    Personally, I release the toothpick 2s after connected the power supply. 

     

    When the methog is failed, the box is booting on the eMMC firmware (Android for example) and when Armbian (dtb or others) is failed, there is a green or black screen !

  8. 21 hours ago, dante6913 said:

    I have the new dtb I will try it later

    I suppose you're speaking about this file: https://forum.armbian.com/topic/12988-armbian-for-amlogic-s905x3/page/9/?tab=comments#comment-104473

     

    And I think that Ethernet is not fixed on this version.

     

    It will be interessing to compare these 2 .dts files:

     

    1. Audio fix: https://forum.armbian.com/topic/12919-x96-max-g12a-or-sm1-dtb-files/?tab=comments#comment-94878

     

    2. Ethernet fix (100Mb): https://forum.armbian.com/topic/12988-armbian-for-amlogic-s905x3/page/3/?tab=comments#comment-94355

     

  9. 1 hour ago, heroes1412 said:

    i have X96 Air (4/32) too, s905x3, can you write a detail tutorial to install armbian to this box?

     

    Already done: https://forum.armbian.com/topic/12988-armbian-for-amlogic-s905x3/page/7/?tab=comments#comment-101885

     

    But the dtb was not correct (some issues with Ethernet) so, replace the step 3 with meson-sm1-sei610-ethfix.dtb (download and copy it into dtb/amlogic folder of the SD card) as indicated here: https://forum.armbian.com/topic/12988-armbian-for-amlogic-s905x3/page/8/?tab=comments#comment-101921

     

    3. Modify uEnv.txt to choose meson-sm1-sei610-ethfix.dtb file in amlogic section:

    Spoiler

    LINUX=/zImage
    INITRD=/uInitrd

     

    # rk-3399
    #FDT=/dtb/rockchip/rk3399-rock-pi-4.dtb
    #FDT=/dtb/rockchip/rk3399-nanopc-t4.dtb
    #APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=uart8250,mmio32,0xff1a0000 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0

     

    # rk-3328
    #FDT=/dtb/rockchip/rk3328-box-trn9.dtb
    #FDT=/dtb/rockchip/rk3328-box.dtb
    #APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=uart8250,mmio32,0xff130000 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0

     

    # aw h6
    #FDT=/dtb/allwinner/sun50i-h6-tanix-tx6.dtb
    #APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyS0,115200 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0
    #APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyS0,115200 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 mem=2048M video=HDMI-A-1:e

     

    # aml s9xxx
    FDT=/dtb/amlogic/meson-sm1-sei610-ethfix.dtb
    #FDT=/dtb/amlogic/meson-g12b-ugoos-am6-no-cvbs.dtb
    #FDT=/dtb/amlogic/meson-g12b-odroid-n2.dtb
    APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0

     

    And the ethernet speed is already fixed with meson-sm1-sei610-ethfix.dtb, therefore the step 6 is not needed.

     

    Enjoy !

  10. On 6/25/2020 at 5:18 AM, chenjun_wh said:

    I try 7 files.like this

    meson-sm1-sei610
    meson-sm1-sei610-ethfix
    meson-g12a-sei510
    meson-g12a-x96-max
    meson-g12a-x96-max-no-cvbs
    meson-g12a-x96-max-rmii
    meson-g12b-odroid-n2

     

    And what's the boot result for each one ?

  11.  

    5 hours ago, chenjun_wh said:

    I fix wired network.

    My tv box is X96Air_P3_20191220-2048.4G+64G.

    I use

    armbian-20.08.0-aml-64-bionic-current-5.7.0-rc7-desktop-20200521

    and

    meson-g12a-x96-max-no-cvbs.dtb

    boot from sd


    the wired network is ok.

    but only 100m full.and color is not good.

     

    How to fix it.I want to use 1000mb full.

     

     

    Did you force the parameter to 100M ?

     

    Anyway, 1000M is not working (address IP issue if I'm remerber well) on this box !

     

    5 hours ago, dante6913 said:

    have you tried meson-sm1-sei610-ethfix.dtb?

     

    Into meson-sm1-sei610-ethfix.dtb, the speed parameter is fixed to 100M !

  12. 2 hours ago, chenjun_wh said:

    My box tv is X96Air P3 4G+64G。

    I user Armbian_20.02.0-rc.037_Aml-s9xxx_buster_current_5.5.0-rc6_desktop_20200205.img

    and

    mesin-sm1-sei610-ethfix.dtb.

     

    I can not user eth0.and the network is not work.

    Every body user P2 or P3?

     

    What's the result thse 2 commands:

    - ifconfig

    - ethtool eth0

     

    Moreover, did you try  with meson-sm1-sei610.dtb ?

  13. 1 hour ago, usual user said:

    If you don't know which chip your device is equipped with, you can climb the wrong tree. The driver you're tinkering with may not match your chip.
    Before you can start working on the software part of the chip, you have to learn way more about the hardware to select the proper configuration. And choosing the right driver is easiest, there is more difficult information to research, e.g. how the chip is wired up to the SOC. You need this for proper DT setup.

     

    Thanks for your feedback.

     

    As indicated into my 1st post (REPORT), into the Armbian report, I have several annotations related to Bluetooth and Wifi chipset with RTL8822CS.

     

    Moreover, into this Russian forum (https://4pda.ru/forum/index.php?showtopic=969746&st=1660), this is indicated that for X96 Air P3 (my model), there are 2 combo chipset:

    RTL8822CS --> picture

    or Fn-Link 6222B-SRC -- >  picture

     

    This is why I'm so confident about the chipset version !

  14. Hello SteeMan,

     

    I'm not sure to really understand your post. I don't want absolutely all features but I'm trying to improve the situation. For the moment, I don not need the Wifi but if I do not know in the future !

     

    And you're right. I'm not sure about the chipset name

     

    I have tried these commands:

    sudo apt update
    sudo apt install dkms bc git
    git clone https://github.com/cilynx/rtl88x2bu
    sudo dkms add ./rtl88x2bu
    sudo dkms install -m rtl88x2bu -v 5.6.1

    But unfortunately, I'm facing to an error related to Kernel version (5.7.0 requested) !

     

  15. Hello,

     

    I have installed Buster version on the eMMC of my X96 Air (4/32 Go). And unfortunately, no WIFI due to some errors with the Wireless chipset RTL8822cs (my report HERE)

     

    I have found this discussions about this driver: https://askubuntu.com/posts/1067500/revisions

     

    But the last version is 5.6.1 for kernel version (https://github.com/cilynx/rtl88x2bu) and mine is 5.7.0.

     

    Do you think that I can try this solution in spite of this ?

     

    Thanks in advance

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines