Author: loboris

Linux Distributions for Orange PI H3 boards

  [Copy link]

0

threads

6

posts

188

credits

Registered member

Rank: 2

credits
188
Published in 2015-10-11 21:59:31 | Show all floors
Edited by kometchtech at 2015-10-11 22:05
loboris replied at 2015-10-11 21:24
I've had some success in solving the load average problem.
I've made the changes in fex related to  ...

              
So far using the test version of October 11, load average problem be resolved it seems.

           
  1. kometch@dns03:~$ uptime
  2. 22:58:11 up 4 min,  1 user,  load average: 0.08, 0.28, 0.14
Copy code
  1. kometch@dns03:~$ ps auxww | grep D
  2. USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
  3. root        53  0.0  0.0      0     0 ?        S<   22:54   0:00 [SunxiDisCommit]
  4. root       619  0.0  0.2   6516  2144 ?        Ss   22:54   0:00 /usr/sbin/sshd -D
  5. kometch    729  0.0  0.0   4136   748 pts/0    S+   22:58   0:00 grep D
Copy code

              
Thank you for your quick response.

            



18

threads

303

posts

9608

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9608
Published in 2015-10-11 22:23:44 | Show all floors
@loboris why do I have two NIC and a pair of wifi signal shows like below? I run the ifconfig -a and shows up two wlan devices but the same mac address. Run lsmod shows 8188 and 8192cu.

This thread contains more resources

You need to Log in to download or view,No account?    Register

x

10

threads

448

posts

5042

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5042
 Author| Published in 2015-10-11 22:59:42 | Show all floors
jacer replied at 2015-10-11 15:23
@loboris why do I have two NIC and a pair of wifi signal shows like below? I run the ifconfig -a and ...

I don'r really know, but you can check if there are miltiple entries in /etc/udev/rules.d/70-persistent-net.rules

18

threads

303

posts

9608

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9608
Published in 2015-10-11 23:14:51 | Show all floors
PYTHON lib for OrangePi -PC GIPO is out. Check here for testing.
https://github.com/duxingkei33/orangepi_PC_gpio_pyH3

10

threads

448

posts

5042

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5042
 Author| Published in 2015-10-11 23:47:23 | Show all floors
jacer replied at 2015-10-11 16:14
PYTHON lib for OrangePi -PC GIPO is out. Check here for testing.
https://github.com/duxingkei33/or ...

Quick test (LED blink), it works
Great job!

18

threads

303

posts

9608

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9608
Published in 2015-10-11 23:50:05 | Show all floors
Edited by jacer at 2015-10-11 23:53
loboris replied at 2015-10-11 22:59
I don'r really know, but you can check if there are miltiple entries in /etc/udev/rules.d/70-persi ...
  1. root@OrangePI:~# iwconfig
  2. gre0      no wireless extensions.

  3. lo        no wireless extensions.

  4. tunl0     no wireless extensions.

  5. wlan1     IEEE 802.11abgn  ESSID:"Cobra"  
  6.           Mode:Managed  Frequency:2.412 GHz  Access Point: xx:xx:xx:xx:xx:xx   
  7.           Bit Rate=150 Mb/s   Tx-Power=12 dBm   
  8.           Retry  long limit:7   RTS thr:off   Fragment thr:off
  9.           Encryption key:off
  10.           Power Management:on
  11.           Link Quality=65/70  Signal level=-45 dBm  
  12.           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  13.           Tx excessive retries:0  Invalid misc:0   Missed beacon:0

  14. sit0      no wireless extensions.

  15. eth0      no wireless extensions.

  16. <font color="#ff0000">rename7   IEEE 802.11abgn  ESSID:off/any  </font>
  17.           Mode:Managed  Access Point: Not-Associated   Tx-Power=12 dBm   
  18.           Retry  long limit:7   RTS thr:off   Fragment thr:off
  19.           Encryption key:off
Copy code
  1. cat /etc/udev/rules.d/70-persistent-net.rules
  2. # This file was automatically generated by the /lib/udev/write_net_rules
  3. # program, run by the persistent-net-generator.rules rules file.
  4. #
  5. # You can modify it, as long as you keep each rule on a single
  6. # line, and change only the value of the NAME= key.

  7. # Unknown net device (/devices/platform/sunxi-mmc.1/mmc_host/mmc1/mmc1:0001/mmc1:0001:1/net/wlan0) (rtl8189es)
  8. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="<font color="#ff0000">wlan0</font>"

  9. # USB device 0x:0x (rtl8188eu)
  10. SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:x0:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="<font color="#ff0000">wlan1</font>"
Copy code
rename7   Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:263 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan1     Link encap:Ethernet  HWaddr 02:e0:4c:1f:a3:7d  
          inet addr:192.168.99.103  Bcast:192.168.99.255  Mask:255.255.255.0
          inet6 addr: xx:xx:xx:xx:xx:xx/64 Scopeink
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3664 errors:0 dropped:57 overruns:0 frame:0
          TX packets:4564 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:613523 (613.5 KB)  TX bytes:1130794 (1.1 MB)

18

threads

303

posts

9608

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
9608
Published in 2015-10-11 23:56:57 | Show all floors
loboris replied at 2015-10-11 23:47
Quick test (LED blink), it works
Great job!

Now we should focus on porting GPU and VPU drivers.

10

threads

448

posts

5042

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5042
 Author| Published in 2015-10-12 00:01:04 | Show all floors
jacer replied at 2015-10-11 16:50
rename7   Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx  
          UP BROADCAST MULTICAST  MTU:150 ...

There should be only one entry with the same MAC, so if the addresses are the same you can delete (or comment) the second one.

11

threads

286

posts

1920

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
1920
Published in 2015-10-12 01:30:01 | Show all floors
jacer replied at 2015-10-11 23:56
Now we should focus on porting GPU and VPU drivers.

Driver is ok,but no connection betwen windows gui.I try to get work on x11 and post results.

3

threads

39

posts

191

credits

Registered member

Rank: 2

credits
191
Published in 2015-10-12 01:43:25 | Show all floors
jacer replied at 2015-10-11 23:14
PYTHON lib for OrangePi -PC GIPO is out. Check here for testing.
https://github.com/duxingkei33/or ...

Thank you !
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list