Jump to content

I'mTO1

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by I'mTO1

  1. Hi.

    I've used Armbian_5.86_Cubietruck_Debian_stretch_next_4.19.38 && Armbian_5.86_Cubietruck_Ubuntu_bionic_next_4.19.38 last night but I wasn't able to get VGA output. I followed

    Quote

    @Igor

    Perhaps peeking into the documentation first would save some time

    https://docs.armbian.com/Hardware_Allwinner/#how-to-reconfigure-video-output

     

    and

    Quote

    @sky_khan

    ( after a few dozens of trials and errors)  replying my own question for future reference :

    All changes at armbianEnv.txt and boot.cmd  was not enough. I needed to enter u-boot console at startup and write those:

     

    setenv video-mode sunxi:1360x768-24@60,monitor=vga,edid=1

    saveenv

    reset

     

    then it worked.

     

    but non of them worked for me! I'm not experienced enough and I don't know whats wrong!

    Please give me some details or an example...

     

    Thank you!

  2. On 2/20/2018 at 9:27 PM, Igor said:

    Board configuration files were missing from BSP due to the mistyped function name in one of the recent pull requests. Fixed.

     

    Edit: wifi problem not fixed.
     

      Reveal hidden contents
    
    
    <4>------------[ cut here ]------------
    <4>WARNING: at net/wireless/sme.c:744 cfg80211_disconnected+0xc0/0xc4()
    <d>Modules linked in: bnep cpufreq_userspace zram(C) zsmalloc(C)<3>[ap6210] In : chip crash eventing
    <4>------------[ cut here ]------------
    <4>WARNING: at net/wireless/sme.c:744 cfg80211_disconnected+0xc0/0xc4()
     mali ump ap6210 sunxi_ir hidp rfcomm hci_uart bluetooth ppdev lp parport
    [<c001543c>] (unwind_backtrace+0x0/0x12c) from [<c0037108>] (warn_slowpath_common+0x54/0x64)
    <d>Modules linked in: bnep cpufreq_userspace zram(C) zsmalloc(C) mali ump ap6210 sunxi_ir hidp rfcomm hci_uart bluetooth[<c0037108>] (warn_slowpath_common+0x54/0x64) from [<c00371b4>] (warn_slowpath_null+0x1c/0x24)
    [<c00371b4>] (warn_slowpath_null+0x1c/0x24) from [<c07053f8>] (cfg80211_disconnected+0xc0/0xc4)
     ppdev lp parport[<c07053f8>] (cfg80211_disconnected+0xc0/0xc4) from [<bf0e7388>] (wl_cfg80211_hang+0x44/0xb4 [ap6210])
    [<bf0e7388>] (wl_cfg80211_hang+0x44/0xb4 [ap6210]) from [<c004d048>] (process_one_work+0x138/0x3cc)
    
    [<c001543c>] (unwind_backtrace+0x0/0x12c) from [<c0037108>] (warn_slowpath_common+0x54/0x64)
    [<c0037108>] (warn_slowpath_common+0x54/0x64) from [<c00371b4>] (warn_slowpath_null+0x1c/0x24)
    [<c00371b4>] (warn_slowpath_null+0x1c/0x24) from [<c07053f8>] (cfg80211_disconnected+0xc0/0xc4)
    [<c07053f8>] (cfg80211_disconnected+0xc0/0xc4) from [<bf0e7388>] (wl_cfg80211_hang+0x44/0xb4 [ap6210])
    [<c004d048>] (process_one_work+0x138/0x3cc) from [<c004d694>] (worker_thread+0x180/0x3c8)
    [<bf0e7388>] (wl_cfg80211_hang+0x44/0xb4 [ap6210]) from [<c004d048>] (process_one_work+0x138/0x3cc)
    [<c004d048>] (process_one_work+0x138/0x3cc) from [<c004d694>] (worker_thread+0x180/0x3c8)
    [<c004d694>] (worker_thread+0x180/0x3c8) from [<c00527f8>] (kthread+0x90/0x94)
    [<c004d694>] (worker_thread+0x180/0x3c8) from [<c00527f8>] (kthread+0x90/0x94)
    [<c00527f8>] (kthread+0x90/0x94) from [<c000f804>] (kernel_thread_exit+0x0/0x8)
    [<c00527f8>] (kthread+0x90/0x94) from [<c000f804>] (kernel_thread_exit+0x0/0x8)
    <4>---[ end trace ee4d9fe6bd0b084d ]---
    <4>---[ end trace ee4d9fe6bd0b084e ]---
    <6>cfg80211: Calling CRDA to update world regulatory domain
    <3>[ap6210] reg_notifier for intiator:0 not supported 
    <6>cfg80211: World regulatory domain updated:
    <6>cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    <6>cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    <6>cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    <6>cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
    <6>cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
    <6>cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
    <6>cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
    <6>cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
    <6>cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)

     

     


    Wifi issue is related to the kernel: v5.26 works ... 

    Is there any hope, or any work i can do to make it work? :P
    or I have to wait for next updates out?

  3. 1 minute ago, Igor said:

    Problem is DNS related. If you are getting IP via DHPC server, which is default, this is what you need to do:

    
    rm /etc/network/interfaces
    reboot

    I'm using static IP, but my internet connection is shared true another Ethernet connection that gets IP from DHCP server.

    is it works for my situation?

     

  4. Hi

    I want to install some packages, but it not found on sources. When i do update repositories by sudo apt update command, the following messages shown that means the repositories is broken.

    Err:1 http://httpredir.debian.org/debian stretch InRelease
      Could not resolve 'httpredir.debian.org'
    Err:2 http://httpredir.debian.org/debian stretch-updates InRelease
      Could not resolve 'httpredir.debian.org'
    Err:3 http://httpredir.debian.org/debian stretch-backports InRelease
      Could not resolve 'httpredir.debian.org'
    Err:4 http://security.debian.org stretch/updates InRelease
      Could not resolve 'security.debian.org'
    Err:5 http://apt.armbian.com stretch InRelease
      Could not resolve 'apt.armbian.com'
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    3 packages can be upgraded. Run 'apt list --upgradable' to see them.
    W: Failed to fetch http://httpredir.debian.org/debian/dists/stretch/InRelease  Could not resolve 'httpredir.debian.org'
    W: Failed to fetch http://httpredir.debian.org/debian/dists/stretch-updates/InRelease  Could not resolve 'httpredir.debian.org'
    W: Failed to fetch http://httpredir.debian.org/debian/dists/stretch-backports/InRelease  Could not resolve 'httpredir.debian.org'
    W: Failed to fetch http://security.debian.org/dists/stretch/updates/InRelease  Could not resolve 'security.debian.org'
    W: Failed to fetch http://apt.armbian.com/dists/stretch/InRelease  Could not resolve 'apt.armbian.com'
    W: Some index files failed to download. They have been ignored, or old ones used instead.

    Also i tried sudo apt update --fix-missing and sudo aptitude update or sudo apt-get update but nothing changed.

    I'm using Armbian_5.38_Cubietruck_Debian_stretch_next_4.14.14

    How can i fix this? Is there a new source list to replace?

    Thanks.

  5. Hi

    I've downloaded v5.38 firmware for my Cubietruck device and replaced on an older version due to my problem with new updates.

    Etcher was my tool for writing image on SD card and i have cleared SD card before writing new image.

    When new image installed and device booted up, but WiFi is not working and WiFi module is neither listed in lsmodule output nor module list file.

    It seems that WiFi driver is not installed or WiFi hardware is not detected.

    Is there any way to fix this issue?
    @Igor

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines