243750496

Results 7 issues of 243750496

library not found: how to slove the issue? ![libry not found](https://user-images.githubusercontent.com/6311930/33324129-a639e142-d489-11e7-9dae-d111c0e65050.png) seems mising some component , because of missing some libraries. Am i right? ![missing something](https://user-images.githubusercontent.com/6311930/33324223-f44149fc-d489-11e7-8847-cd434cc18099.png)

`atc@ATC:~/onedrive$ pip3 uninstall onedrived Uninstalling onedrived-2.0.0: /home/atc/.local/bin/onedrived /home/atc/.local/bin/onedrived-pref /home/atc/.local/lib/python3.5/site-packages/onedrived-2.0.0-py3.5.egg-info /home/atc/.local/lib/python3.5/site-packages/onedrived/__init__.py /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/__init__.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_api_helper.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_api_session.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_auth.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_context.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_dateutils.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_hashutils.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_i18n.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_main.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_pref.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_repo.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_stringutils.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_task.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_threads.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_watcher.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/__pycache__/od_webhook.cpython-35.pyc /home/atc/.local/lib/python3.5/site-packages/onedrived/data/config_schema.json /home/atc/.local/lib/python3.5/site-packages/onedrived/data/ignore_v2.txt /home/atc/.local/lib/python3.5/site-packages/onedrived/data/items_db.sql /home/atc/.local/lib/python3.5/site-packages/onedrived/data/ngrok_default_conf.yaml...

``` atc@ATC:~$ onedrived-pref account add Traceback (most recent call last): File "/usr/local/bin/onedrived-pref", line 6, in from pkg_resources import load_entry_point File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3019, in @_call_aside File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3003, in...

**install:** ``` download https://github.com/genodeftest/Netgear-A6210/tree/port-to-4.13 for NETGEAR A6210 not this one https://github.com/genodeftest/Netgear-A6210/tree/4.13-fix-only ``` ``` sudo mv '/home/atc/Downloads/Netgear-A6210-port-to-4.13' /usr/src/netgear-a6210-2.5.0 sudo dkms install netgear-a6210/2.5.0 ``` **device not managed :** You should look at...

if install from source it will show up, cc@CC:~/Downloads/bomi-0.9.11$ ./configure configure for Linux... Checking for ffmpeg >= 2.4 ... yes Checking for libass >= 0.12.1 ... no 'libass >= 0.12.1'...

`cc@HUAWEINEW:~/programs$ git clone https://github.com/LuminanceHDR/LuminanceHDR.git code-lhdr Cloning into 'code-lhdr'... ^C cc@HUAWEINEW:~/programs$ git clone https://github.com/LuminanceHDR/LuminanceHDR.git code-lhdr Cloning into 'code-lhdr'... ^C cc@HUAWEINEW:~/programs$ git clone https://github.com/LuminanceHDR/LuminanceHDR.git code-lhdr Cloning into 'code-lhdr'... ^C cc@HUAWEINEW:~/programs$ git clone...

``` uint8_t matrix_scan(void) { for (uint8_t i = 0; i < MATRIX_ROWS; i++) { select_row(i); _delay_us(30); // without this wait read unstable value. matrix_row_t cols = read_cols(); if (matrix_debouncing[i] !=...