Jump to content

Lexx

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Lexx

  1. Hello. No one will tell you where to get brcmfmac4356-sdio for chip BCM4356/2 and clm_blob for it. The wifi driver and bluetooth do not get up.

    brcmfmac: F1 signature read @0x18000000=0x17224356
    [ 3688.213438] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4356-sdio for chip BCM4356/2
    [ 3688.215800] usbcore: registered new interface driver brcmfmac
    [ 3688.302869] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4356-sdio for chip BCM4356/2
    [ 3688.302925] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
    [ 3688.303168] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4356/2 wl0: Sep  9 2018 22:04:16 version 7.35.349.62 (r707733 CY) FWID 01-5fd4a6ce

  2. 4 hours ago, almotra said:

    Can you show me your file?

    source /etc/network/interfaces.d/*

    # Wired adapter #1
    allow-hotplug eth0
    no-auto-down eth0
    iface eth0 inet dhcp
    #iface eth0 inet static
    #address 192.168.1.100
    #netmask 255.255.255.0
    #gateway 192.168.1.1
    #dns-nameservers 192.168.1.1
    pre-up ifconfig eth0 hw ether xxxxxxxxxxxx
    #    hwaddress ether # if you want to set MAC manually
    #    pre-up /sbin/ifconfig eth0 mtu 3838 # setting MTU for DHCP, static just: mtu 3838


    auto lo
    iface lo inet loopback

  3. 20 hours ago, almotra said:

    Hello,

    I asked this question on another subject but I have no answer.

    I use a box H96 max + rk3328, I start armbian buster no desktop with dtb rk3328-box-h96mp.dtb from @easyb, but the mac address changes each time I restart.

    Would someone tell me how I can rectify this problem?

     

    Alex

    I registered the following line in the network/interfeises file: pre-up ifconfig eth0 hw ether 010000101010. it helped me. try it.

  4. Can someone post an emmc image made from downloaded linux armbian? He accidentally erased the bootloader, now it boots only from the sd card. if someone shared the image, or at least the bootloader, would be very grateful.

  5. Hello! Installed the latest distribution image Armbian_19.11.3_Rk3399-tv_xenial_legacy_4.4.154_desktop_20191126.img. The set-top box loads, but the desktop does not load. He writes that he can not open the display. The dtb file was taken from the n6 set-top box. Can anyone help turn on the desktop? Or tell me which distribution is better to use.

  6. 3 minutes ago, amirul said:

    Let's shoehorn this old heatsink I got off an old PC motherboard and see :)

    Aluminum is poorly soldered ... and good thermal contact will not work ... I tried. If only to grind a solid radiator ... but this is not at my capacity ...

  7. On 11/23/2019 at 10:31 AM, balbes150 said:

    Verify that the settings in the DTB and to build your working version.

    The forum discussed many times how to work with the DTC utility.

    With DTC utility, I have a little idea how to work. I don’t understand what settings for usb are correct and whether there is an error in them. prefix magicsee n6max. Help someone than he can.

  8. rockchip-dwc3 usb0: fail to get drvdata hcd
    [    4.446338] phy phy-ff770000.syscon:usb2-phy@e450.1: charger = USB_FLOATING_CHARGER
    [    4.452244] rockchip-dwc3 usb1: fail to get drvdata hcd

     

     

    And what kind of driver he cannot get?

  9.  Found such lines after dmesg | grep usb

    1.900520] phy phy-ff770000.syscon:usb2-phy@e450.0: Looking up phy-supply from device tree
    [    1.900620] vcc5v0_host: could not add device link phy-ff770000.syscon:usb2-phy@e450.0 err -2
    [    1.900946] phy phy-ff770000.syscon:usb2-phy@e450.1: Looking up phy-supply from device tree
    [    1.900958] phy phy-ff770000.syscon:usb2-phy@e450.1: Looking up phy-supply property in node /syscon@ff770000/usb2-phy@e450/otg-port failed
    [    1.901187] phy phy-ff770000.syscon:usb2-phy@e450.1: Looking up vbus-supply from device tree
    [    1.901197] phy phy-ff770000.syscon:usb2-phy@e450.1: Looking up vbus-supply property in node /syscon@ff770000/usb2-phy@e450/otg-port failed
    [    1.901210] phy phy-ff770000.syscon:usb2-phy@e450.1: Failed to get VBUS supply regulator
    [    1.901974] phy phy-ff770000.syscon:usb2-phy@e460.2: Looking up phy-supply from device tree
    [    1.902027] vcc5v0_host: could not add device link phy-ff770000.syscon:usb2-phy@e460.2 err -2
    [    1.902307] phy phy-ff770000.syscon:usb2-phy@e460.3: Looking up phy-supply from device tree
    [    1.902317] phy phy-ff770000.syscon:usb2-phy@e460.3: Looking up phy-supply property in node /syscon@ff770000/usb2-phy@e460/otg-port failed
    [    1.902534] phy phy-ff770000.syscon:usb2-phy@e460.3: Looking up vbus-supply from device tree
    [    1.902545] phy phy-ff770000.syscon:usb2-phy@e460.3: Looking up vbus-supply property in node /syscon@ff770000/usb2-phy@e460/otg-port failed
    [    1.902557] phy phy-ff770000.syscon:usb2-phy@e460.3: Failed to get VBUS supply regulator
    [    1.904311] phy phy-ff7c0000.phy.6: Looking up phy-supply property in node /phy@ff7c0000/usb3-port failed
    [    1.904776] phy phy-ff800000.phy.8: Looking up phy-supply property in node /phy@ff800000/usb3-port failed 

    It is clear that the device is not configurable. No one will tell you how to defeat this?

  10. Hello! TV-BOX magiksee n6max with Armbian_5.98_Rk3399-tv_Ubuntu_disco_default_4.4.154_desktop_20191022.img. The problem is as follows. Usb type c port does not work. Moreover, when the android boots, the disks connected to it begin to be detected. Question. Can someone fix usb in armbian system or teach how to do it?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines