Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,567
» Latest member: nov8r1
» Forum threads: 16,213
» Forum posts: 116,984
Full Statistics
|
Latest Threads |
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
Yesterday, 11:42 AM
» Replies: 68
» Views: 30,702
|
Special keys stopped work...
Forum: General Discussion on PineNote
Last Post: j_s
09-19-2025, 04:04 PM
» Replies: 3
» Views: 8,773
|
Tips for accurate reading...
Forum: General
Last Post: jaydenlord07
09-18-2025, 12:55 AM
» Replies: 0
» Views: 2,171
|
Wifi 5Ghz Issue
Forum: PineNote Software
Last Post: nicolaos
09-17-2025, 06:36 PM
» Replies: 0
» Views: 2,299
|
the self built bl602_boot...
Forum: Getting Started
Last Post: pinecheng
09-16-2025, 02:15 PM
» Replies: 2
» Views: 3,344
|
Why projects like PinePho...
Forum: General Discussion on PinePhone
Last Post: Gary2003
09-16-2025, 01:13 PM
» Replies: 13
» Views: 12,033
|
Cannot flash the modem fi...
Forum: Mobian on PinePhone
Last Post: anonymous
09-16-2025, 12:18 PM
» Replies: 7
» Views: 4,784
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
09-16-2025, 11:18 AM
» Replies: 8
» Views: 7,587
|
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: georgegohl888
09-15-2025, 02:42 AM
» Replies: 16
» Views: 23,510
|
Default password for KDE ...
Forum: General Discussion on PinePhone
Last Post: Toni
09-14-2025, 06:35 PM
» Replies: 0
» Views: 3,873
|
|
|
QUESTION: How do I use WPA2-AES in ubuntu with realtek rtl8188eu??? |
Posted by: bigbertha - 06-18-2019, 12:04 PM - Forum: Linux on Rock64
- No Replies
|
 |
I am trying to connect either to the wifi router outside my vintage metal skinned camper or a Windows 10 desktop with a ethernet connection for internet and a wifi usb adapter on it running the mobile hotspot. I am having authentication failure with this encryption. Anyone else have this or a solution? I tried adding to the wpa_supplicant as found on a guide i googled and nothing. any help? the wifi usb is good, it just is not authenticating in this encryption....
|
|
|
Armbian 5.1.y and storage/network potential issues |
Posted by: sysop - 06-17-2019, 08:15 PM - Forum: Pine H64 Hardware and Accessories
- Replies (8)
|
 |
Hi,
I'm looking at purchasing a Pine H64 and using Armbian for a project that mostly requires network (around 128kb/s up and 128kb/s down) and storage (90% append-only write). However, I'm concerned about the following at https://www.armbian.com/pine-h64/ :
--- CUT ---
- USB3 sometimes doesn’t detect high-speed devices properly
- random MAC
- limited 3rd party hardware support
--- CUT ---
For the network, I'd like to use the integrated wifi, but need a fixed MAC (for port-forwarding).
For storage, I'm looking at using a Toshiba HDTB410XK3AA Canvio Basics 1TB connected directly via USB3. Does anyone know if this might be an issue (e.g. power and/or compatibility-wise)?
I still haven't decided about SD/eMMC for boot/root (but would like to use u-boot).
Does anyone know if the issues mentioned above have been resolved?
Regards,
sysop
|
|
|
sd card limits |
Posted by: cmcanulty - 06-17-2019, 04:47 PM - Forum: General
- Replies (2)
|
 |
Does anyone have the size limit of the upcoming pinebook tablet? I hate that my current android won't see over 32GB
|
|
|
Pinebook Pro availability, booting from NVMe |
Posted by: nooryani84 - 06-17-2019, 06:17 AM - Forum: General Discussion on Pinebook
- Replies (8)
|
 |
Is there a FAQ where these questions are answered? If so I apologize as I haven't found it.
- Will you be shipping the Pinebook Pro to Norway or Norwegian distributors?
- Will there be a Nordic variant of the keyboard?
- Can I boot from SSD if I install it using the PCIe x4 to m.2 NVMe-adapter?
I am very excited about the possibilities this laptop brings, but I will refrain from asking the "When is it releasing?" question. Here's hoping you will be able to share more information on this soon!
Cheers!
|
|
|
NAS case testing with Armbian_5.88_Rockpro64_Ubuntu_bionic_default_4.4.180_desktop |
Posted by: domih - 06-17-2019, 03:45 AM - Forum: RockPro64 Hardware and Accessories
- Replies (2)
|
 |
Note: tests (1) to (5) with CPU Fan control set at 127 with open NAS case. SATA card from Pine64.
(1) Creating a 40GB file on SATA drive
WR Red 4TB
root@rkpro64:~# dd if=/dev/zero of=/mnt/hda/40gb.txt bs=4096 count=10485760
10485760+0 records in
10485760+0 records out
42949672960 bytes (43 GB, 40 GiB) copied, 237.795 s, 181 MB/s
WD Black 4TB
root@rkpro64:~# dd if=/dev/zero of=/mnt/hd1/40gb.txt bs=4096 count=10485760
10485760+0 records in
10485760+0 records out
42949672960 bytes (43 GB, 40 GiB) copied, 198.201 s, 217 MB/s
HGST He 10TB
root@rkpro64:~# dd if=/dev/zero of=/mnt/hd1/40gb.txt bs=4096 count=10485760
10485760+0 records in
10485760+0 records out
42949672960 bytes (43 GB, 40 GiB) copied, 173.657 s, 247 MB/s
So the WR Red 4TB is not too surprisingly the slowest, it's also the cheapest and consumes much less power and runs quite "cold" compared to the others (for this last thing, I did not measure it, I just touch the disk). It's 5400rpm vs 7200rpm anyway. Otherwise the HGST basically leaves the WD black in the dust.
(2) Both at the same time (hd1 = WD Black on SATA port 3, hd2 = HGST on SATA port 4)
root@rkpro64:~# dd if=/dev/zero of=/mnt/hd1/40gb.txt bs=4096 count=10485760
10485760+0 records in
10485760+0 records out
42949672960 bytes (43 GB, 40 GiB) copied, 208.836 s, 206 MB/s
root@rkpro64:~# dd if=/dev/zero of=/mnt/hd2/40gb.txt bs=4096 count=10485760
10485760+0 records in
10485760+0 records out
42949672960 bytes (43 GB, 40 GiB) copied, 255.631 s, 168 MB/s
So, if you write on both drives at the same time port 2 comes... well, second.
(3) Copying each file other one after one (hd1 = HGST on SATA port 3, hd2 = WD Black on SATA port 4)
root@rkpro64:~# time cp /mnt/hd1/40gb.txt /mnt/hd2/40gb-1.txt
real 3m56.745s
user 0m0.368s
sys 2m49.948s
root@rkpro64:/var/log# time cp /mnt/hd2/40gb.txt /mnt/hd1/40gb-1.txt
real 3m40.534s
user 0m0.392s
sys 2m45.976s
(4) NAS case (still open), testing power consumption (n.nnA) and temperature (nnC), no disks attached:
- Average 1.06A when system is idle with CPU Fan control set at 127 (a little bit noisy)
- Average 1.12A when system is idle with CPU Fan control set at 255 (very noisy)
(5) NAS case (still open)
- With one WD Red 4TG plugged-in, writing 40GB file (zeroes): 1.28 to 1.41A
- Burst to 2.2A at boot for less than a second with two WD Red 4TB
- With two WD Red 4TB, writing 40GB file (zeroes) on both: 1.45 to 1.68A, CPU temp max: 45C, Disk a: 30C and 180MB/sec, Disk B: 30C and 171MB/sec
- Same plus stressing CPU (sqrt) on 4 cores: 1.57 to 1.80, CPU temp max: 51C
- Same plus two additional SSD attached via unpowered USB 3 (SSD not connected to SATA): 1.90A to 2.12A, CPU temp max: 55C (I believe the 55C was reached because I did not wait too much after the previous test).
Note: the test below is now with the NAS case closed. CPU Fan control still set at 127. Case Fan 80mm set at 2/3 speed. Room temperature 24C.
- Idle CPU at 34C
- Idle disks at 29C
(6) Writing 40GB file (zeroes) on both disks.
- 1.64A to 1.89A, CPU temp max: 45C, both disks at 30C. Note: the slightly extra load in amps is from the case FAN and the mini-card controller I added.
CONCLUSION: so far, so very good, extra room in power with the 12v 5A PSU.
Other remarks:
- The U.FL MHF4 plugs are a hassle, once you start to put all the pieces into places they have the tendency to disconnect. You basically have to connect them last which a big pain in the neck when you have big fingers.
- I'll test again the temps with the case fan at half and 1/3 the power.
- I'll receive the Marvell 88SE9230 4-port card from Aliexpress in about a month (just to play with 2 HD + 2 SSD). For HyperDuo it will be a challenge because I did not find a software to configure it on Linux yet (but there is a driver) and there is no BIOS so no config via the BIOS either. Still Googling. Anyway, I think this card will end up in a PC.
|
|
|
13MP Camera cable extension |
Posted by: saviod - 06-17-2019, 03:15 AM - Forum: Camera Module
- Replies (2)
|
 |
Hi all,
has someone tried to extend the cable of the 13MP camera?
I just need 5 cm more but in the current configuration I cannot find any way to make it work.
Could you advice a cable and a female-female adapter? Would it work?
Thanks
|
|
|
Rock64Pro and 4K resolution |
Posted by: rrosenheim - 06-16-2019, 02:53 PM - Forum: Linux on RockPro64
- Replies (1)
|
 |
I just got a Rock64Pro and I installed DietPi (running MATE as the UI) on it. Boots up just fine, but the video is standard HD (1920x1080). I went into Control Centre and 4K resolution isn't even listed in the Resolution drop down. Anyone have any suggestions on how I can get/enable 4K resolution?
The monitor is 4K, and Rock64 running DietPi operates in 4K mode. I'm using the Rock64Pro version of DietPi.
Thanks,
Richard
Here's an update. I was able to find an article online which provided me with the following commands to switch to 4K mode:
xrandr --newmode "3840x2160" 338.75 3840 4080 4488 5136 2160 2163 2168 2200 -hsync +vsync
xrandr --addmode HDMI-1 "3840x2160"
xrandr --output HDMI-1 --mode "3840x2160"
When executed in Terminal, the system will switch to 4K resolution. And under Armbian Ubuntu, if I add those lines to ~/.profile, Ubuntu boots to 4K resolution. When I tried adding those lines to ~/.profile under DietPi (with MATE as the UI), it doesn't work.
I'm guessing that with DietPi/MATE, I need to add those lines to a different file. Does anyone know which file I need to edit?
|
|
|
|