Jump to content

Hopkins_88

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Hopkins_88

  1. Hello!

     

    I had a problem.

    I noticed for the third time in a week.

     

    After one day of standby (idle) is disabled WLAN.
    Not connected for SSH.
    It is unacceptable.
    How to fix it?

    -------------------------------------------------------------

    BananaPi Pro (yellow/black)

    Vanilla Jessie.

  2. zador.blood.stained

     

    I have deleted LC_MESSAGES=POSIX from /etc/default/locale

    and

    dpkg-reconfigure locales

     

    Generating locales (this might take a while)...
    en_US.UTF-8... done
    ru_RU.UTF-8... done
    Generation complete.
    *** update-locale: Warning: LANGUAGE (en_US.UTF-8) is not compatible with LANG (ru_RU.UTF-8). Disabling it.

     

    After these steps:

    less /etc/default/locale

     

    # File generated by update-locale
    #LANGUAGE=en_US.UTF-8
    LANG=ru_RU.UTF-8

     

    reboot

    and ....

     

    WOW!!!

    It is a miracle !!!

     

    Console Russified.
    Russian language is now in the console, and when you change the keyboard layout.

     

    Thank you with all my heart!
    King Regards.

  3. zador.blood.stained

     

    I check output of command "locale":

     

    LANG=ru_RU.UTF-8
    LANGUAGE=en_US.UTF-8
    LC_CTYPE="ru_RU.UTF-8"
    LC_NUMERIC="ru_RU.UTF-8"
    LC_TIME="ru_RU.UTF-8"
    LC_COLLATE="ru_RU.UTF-8"
    LC_MONETARY="ru_RU.UTF-8"
    LC_MESSAGES=POSIX
    LC_PAPER="ru_RU.UTF-8"
    LC_NAME="ru_RU.UTF-8"
    LC_ADDRESS="ru_RU.UTF-8"
    LC_TELEPHONE="ru_RU.UTF-8"
    LC_MEASUREMENT="ru_RU.UTF-8"
    LC_IDENTIFICATION="ru_RU.UTF-8"
    LC_ALL=

     

    less /etc/default/locale:

     

    # File generated by update-locale
    LC_MESSAGES=POSIX
    LANGUAGE=en_US.UTF-8
    LANG=ru_RU.UTF-8

     

    What can I do now?

    delete LC_MESSAGES=POSIX from /etc/default/locale

    It can help me?

  4. zador.blood.stained

     

    Thanks for your reply.

    Switching the keyboard layout is works.

    I`m happy.

     

    But in the late there was a warning:

    update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
    update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults

     

    And!!!

    Midnight Commander and the Console does not have a Russian interface.

    The console interface and all the inscriptions (questions, tips, dialogues) have remained English.

     

    How can this be changed?
    I need a Russian language console.

  5. Hello!
    Please help!

    How I can include Cyrillics (Russian) in consoles?
    I need keyboard layout pattern and the console on Cyrillics.

    apt-get install console-setup keyboard-configuration console-cyrillic
    dpkg-reconfigure locales

    dpkg-reconfigure console-setup
    dpkg-reconfigure console-cyrillic
    dpkg-reconfigure keyboard-configuration

    It doesn't help.
    Problem with console-cyrillic.

    Such package is absent.

  6. SOLVED

    http://forum.armbian.com/index.php/topic/848-jessie-vanilla-console-cyrillic-console-keyboard/

    ------------------------------------------------------------------------------------

    Hello!

    Please help!

     

    How I can include Cyrillics (Russian) in consoles?
    I need keyboard layout pattern and the console on Cyrillics.

     

    apt-get install console-setup keyboard-configuration console-cyrillic
    dpkg-reconfigure locales

    dpkg-reconfigure console-setup
    dpkg-reconfigure console-cyrillic
    dpkg-reconfigure keyboard-configuration

     

    It doesn't help.
    Problem with console-cyrillic.

    Such package is absent.

    -------------------------------------------------------------------------------------

  7. Hardware:
    Banana Pi Pro.

     

    The Android is based on Linux.
    Android very well plays Internet video HTML5.
    Therefore hardware resources allow to play Internet video HTML5.
    Bananian and Armbian doesn't play Internet video HTML5.

    Please help!

     

    How to play Internet video HTML5 on Bananian or Armbian?
    Someone did it?
    What results?

  8. Hello Igor!
    Please help.

    What am I doing wrong?

     

    My device:
    LeMaker BananaPiPro (black board with yellow GPIO).
    http://www.armbian.com/banana-pi-pro/
    Your build:
    Debian jessie Legacy Kernel 3.4.109
    uname -a
    Linux bananapi 3.4.109-banana #5 SMP PREEMPT Wed Sep 30 14:20:25 CEST 2015 armv7l GNU/Linux

    I need the following:
    1. Install light gui (i were install xfce4 (+goodies) + lightdm)
    2. Internet browser (i use iceweasel)
    3. On-line film and serials from internet
    4. Sound from HDMI (bananapipro connect to my tv)

    The items 1, 2 and 4 - No problem.
    The item 3 - Very poor quality video.

    What has been done:
    http://linux-sunxi.org/Mali_binary_driver
    http://wiki.lemaker.org/BananaPro/Pi:GPU

    I see a smoothed triangle. The console were tell me which renderer is being used:
    ...
    GL Vendor: "ARM"
    GL Renderer: "Mali-400 MP"
    GL Version: "OpenGL ES 2.0"
    ...
    OK
    Everything must be in order as I understand?

    O-la-la

    On-line videos from Internet is still very poor quality.

    Please any help!

    P.S.:
    If insert Android-sdcard to my device then on-line video is good.

     

    I apologize for my English.

  9. I actually changed the driver in last build and it was only tested on Cubietruck which has almost the same chip.

     

    Now, I am using http://linux-sunxi.org/Cubietruck/AP6210

     

    If you are running latest image, than try with installing this kernel:

    
    
    
    
    
    
    apt-get install linux-image-banana

    If this will work without any other interventions (I assume you have the proper bananapro.bin) than I need to investigate why it's not working with this new driver. The problem is that I am also lack of this hardware :( ... to test.

     

     

     

    Excellent!!! Thank you!!!

    This is working.

    My device:

    Banana Pro (black board with yellow ports).

    Image:

    Legacy Debian jessie (3.4.109) from Bananapipro page.

    My step by step for load the ap6210 module:

    1. rm /boot/script.bin

    2. ln -s /boot/bin/bananapipro.bin /boot/script.bin

    3. echo ap6210 >> /etc/modules

    4. apt-get install linux-image-banana

    5. rm /boot/zImage

    6. ln -s /boot/bin/vmlinuz-3.4.109-banana /boot/zImage

    7. reboot

    8. modprobe ap6210

    No errors. OK.

    iwconfig

    wlan0 IEEE 802.11 ESSID:"mySSID"

    Mode:Managed Frequency:2.442 GHz Access Point: xx:xx:xx:xx:xx:xx

    Bit Rate=65 Mb/s Tx-Power:32 dBm

    Retry min limit:7 RTS thr:off Fragment thr:off

    Power Managementmode:All packets received

     

    ifconfig

    wlan0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx

    inet addr:192.168.1.xxx Bcast:192.168.1.255 Mask:255.255.255.0

    inet6 addr: xxxx::xxxx:xxxx:xxxx:xxxx/64 Scope:Link

    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

    RX packets:571 errors:0 dropped:0 overruns:0 frame:0

    TX packets:144 errors:0 dropped:0 overruns:0 carrier:0

    collisions:0 txqueuelen:1000

    RX bytes:69539 (67.9 KiB) TX bytes:17576 (17.1 KiB)

     

    But I had a question.

    I download the image of BananaPi Pro. Why it does not work by default?

    Why it is necessary to do: apt-get install linux-image-banana?

    You can rebuild an image for BananaPi Pro?

    So that worked by default.

     

    Sorry for my english.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines