Author: loboris

Linux Distributions for Orange PI H3 boards

  [Copy link]

0

threads

2

posts

16

credits

Novice

Rank: 1

credits
16
Published in 2015-10-28 20:39:47 | Show all floors
Hey @loboris,

Initially - thank you for your great work!

I try to build drivers for wifi adapter and receive the error about /lib/modules/3.4.39/build directory. As I see, it's linked to /home/LoBo2_Rzano/OrangePi/lichee/linux-3.4 directory that doesn't exist. Can I link it to another directory that I can create?

1

threads

90

posts

814

credits

Senior member

Rank: 4

credits
814
Published in 2015-10-28 21:16:53 | Show all floors
er3do replied at 2015-10-28 20:39
Hey @loboris,

Initially - thank you for your great work!

this has been answered before: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=342&page=69#pid4886

0

threads

2

posts

16

credits

Novice

Rank: 1

credits
16
Published in 2015-10-28 22:24:15 | Show all floors
@lymon,

Great thanks to you. Maybe it makes sense to create some FAQ for such questions? I've tried to search for the problem - but didn't find mentioned info.

Sorry, was too lazy to read some last pages

1

threads

11

posts

108

credits

Registered member

Rank: 2

credits
108
Published in 2015-10-29 00:15:37 | Show all floors
Hi,Mr.loboris
    I want to make this pi a mobile station ,I want to start AP mode when power on ,something like openwrt you may know,but now i can only enable ap mode by keyboard or router.please give a method. i failed to try rc.local...,please~~

10

threads

448

posts

5177

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5177
 Author| Published in 2015-10-29 00:23:40 | Show all floors
giacomo892 replied at 2015-10-28 13:35
Hi @loboris . Is there any possibility to port Linux 4 kernel to H3? I see there is a Linux 4 kernel ...

Not for now.
btrfs is outdated, but works just fine.

10

threads

448

posts

5177

credits

Moderator

Rank: 7Rank: 7Rank: 7

credits
5177
 Author| Published in 2015-10-29 00:26:22 | Show all floors
wellwei replied at 2015-10-28 17:15
Hi,Mr.loboris
    I want to make this pi a mobile station ,I want to start AP mode when power on ,so ...

rc.local method should work, what was your problem ?

0

threads

10

posts

102

credits

Registered member

Rank: 2

credits
102
Published in 2015-10-29 02:38:36 | Show all floors
Edited by birky at 2015-10-29 02:41
goskum replied at 2015-10-28 05:29
Is there any specific tool for monitor CPU temperature?

save this code to some script and make it executable.
  1. #!/bin/bash
  2. Color_Off='\033[0m'        
  3. Red='\033[1;91m'
  4. while :
  5. do
  6.         clear
  7.         T1=`cat /sys/devices/virtual/hwmon/hwmon1/temp1_input`
  8.         T2=`cat /sys/devices/virtual/hwmon/hwmon1/temp1_crit`
  9.         echo "――——―――———―――———"
  10.         if [ "$T1" -gt "$T2" ]
  11.         then
  12.                 echo -e "CPU temp: ${Red}"$T1"${Color_Off}"
  13.         else
  14.                 echo "CPU temp:" $T1
  15.         fi
  16.         echo "CPU freq: `cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq`"
  17.         echo "――——―――———―――———"
  18.         sleep 1
  19. done
Copy code






0

threads

10

posts

102

credits

Registered member

Rank: 2

credits
102
Published in 2015-10-29 03:10:35 | Show all floors
Edited by birky at 2015-10-29 03:15

Please, ever tried to install a RAID with "mdadm" ?
Thanks

Opi+ Trusty mini

0

threads

3

posts

22

credits

Novice

Rank: 1

credits
22
Published in 2015-10-29 03:39:59 | Show all floors
chillman90 replied at 2015-10-28 13:15
I've created a small minecraft server and after having stopped the server, kswapd0 takes 100% in my ...

I Create Swap also like this way with "sysctl vm.swappiness=0"
but nothing work. kswapd0 still running 100% after low Memory.

Only the Workaround with "echo 1 > /proc/sys/vm/drop_caches" works.
Published in 2015-10-29 04:52:22 | Show all floors
birky replied at 2015-10-28 20:10
Please, ever tried to install a RAID with "mdadm" ?
Thanks

I have tried (RAID 0 - striping). It works, but to create or assembly raid
you need also compile kernel modules (because loboris images kernel doesn't support it),
for example raid0.ko for RAID 0 - striping.
Orange PI PC
You need to log in before you can reply login | Register

Points Rule

Quick reply Top Return list