| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,176
» Latest member: winpkr
» Forum threads: 16,375
» Forum posts: 117,581
Full Statistics
|
| Latest Threads |
SlateOS for PineTime
Forum: Development Discussion on PineTime
Last Post: gzuh000
08-12-2026, 06:24 PM
» Replies: 1
» Views: 111
|
Beta test Signal Desktop ...
Forum: News
Last Post: as365n4
08-11-2026, 08:57 AM
» Replies: 0
» Views: 95
|
SlateOS
Forum: General Discussion on PineTime
Last Post: highjumpman
08-10-2026, 07:17 AM
» Replies: 0
» Views: 132
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
08-09-2026, 03:30 AM
» Replies: 23
» Views: 12,944
|
Where should I post a Pin...
Forum: Getting Started
Last Post: tllim
08-08-2026, 06:56 PM
» Replies: 3
» Views: 408
|
Hacker Phone Manifesto
Forum: General
Last Post: matteorossi053
08-07-2026, 05:19 AM
» Replies: 6
» Views: 757
|
wasp-os status
Forum: General Discussion on PineTime
Last Post: cleansugar
08-07-2026, 05:15 AM
» Replies: 6
» Views: 6,586
|
Selling Pinebook Pro, Pin...
Forum: General
Last Post: arw
08-06-2026, 12:10 PM
» Replies: 2
» Views: 349
|
Screen size issues after ...
Forum: PineNote Software
Last Post: j_s
08-05-2026, 02:20 PM
» Replies: 1
» Views: 691
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: greebleshaver
08-04-2026, 06:27 PM
» Replies: 17
» Views: 12,855
|
|
|
| Debian: MAC address keeps changing on every reboot |
|
Posted by: rontant - 08-19-2017, 03:19 AM - Forum: Linux on Rock64
- Replies (14)
|
 |
My router DHCP server is unable to assign a fixed IP address to Rock 64 running ayufan's Debian Jessie because the MAC address keeps changing after every reboot.
In the file /etc/network/interfaces.d/eth0 , I tried to add a line "hwaddress ether 00:11:22:33:44:55" after "iface eth0 inet dhcp" line, rebooted the Rock, but it has no effect.
I really need this fixed IP address assignment using the router DHCP to do port forwarding, etc. can any kind soul please help me?
Thanks in advance
Update: Using "dmesg | tail" command, I found some errors. It looks like something is broken here.
[ 16.107739] systemd-journald[284]: Received request to flush runtime journal from PID 1
[ 16.677610] rk_gmac-dwmac ff540000.eth: rk_get_eth_addr: rk_vendor_read eth mac address failed (6)
[ 16.684179] rk_gmac-dwmac ff540000.eth: rk_get_eth_addr: generate random eth mac address: 46:dc:5a:a0:be:8a
[ 17.087857] rk_gmac-dwmac ff540000.eth: rk_get_eth_addr: mac address: 46:dc:5a:a0:be:8a
[ 17.092156] eth0: device MAC address 46:dc:5a:a0:be:8a
[ 19.975103] rk_gmac-dwmac ff550000.eth: rk_get_eth_addr: mac address: 46:dc:5a:a0:be:8a
[ 19.987574] eth1: device MAC address 46:dc:5a:a0:be:8a
[ 21.159028] rk_gmac-dwmac ff540000.eth eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 24.618565] tty_port_close_start: tty->count = 1 port count = 2.
|
|
|
|
| Beginners Guide: Migrating to SSD |
|
Posted by: rontant - 08-19-2017, 12:59 AM - Forum: Rock64 Tutorials
- Replies (18)
|
 |
This is for Rock 64 LINUX beginners who wants to migrate their Debian Jessie/Stretch minimal from the SD card to a much faster (SSD) and/or bigger drive.
Assuming the SSD has already been connected, partitioned, and formatted to EXT4, here are few simple steps to follow: :
1. Label the SSD partition where the root file systems will be migrated to.
Quote:sudo e2label /dev/sda1 rootfs
Here, my SSD partition is /dev/sda1 (yours maybe different) and I use rootfs as the label. You can use whatever label of your choice but make sure you use the same label on step 4.
2. Mount the SSD drive
Quote:sudo mount /dev/sda1 /mnt
3. Copy (or move) the root file system from the SD card to the SSD partition.
Quote:sudo cp -avx / /mnt
4. Tell Linux where to find the root file system by editing the configuration file /boot/efi/extlinux/extlinux.conf
Quote:sudo nano /boot/efi/extlinux/extlinux.conf
In the editor, you will see the text as follows:
Quote:label kernel-4.4
kernel /Image
initrd /initrd.img
fdt /dtb
append earlycon=uart8250,mmio32,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 init=/sbin/init coherent_pool=1M
Change LABEL=linux-root to LABEL=rootfs or whatever label you used on step 1.
Save the change and exit the editor.
5. Reboot
After reboot and login back, you can verify with lsblk -f command.
Quote:sudo lsblk -f
Have fun.
|
|
|
|
| Network service discovery disabled |
|
Posted by: Siliconserf - 08-18-2017, 10:10 PM - Forum: General Discussion on Pinebook
- Replies (1)
|
 |
OK, I mastered updating the eMMC with 16.04, but the message referenced in the subject keeps coming up after booting. From what I've discovered this is because my ISP is doing something considered lazy, or at least mildly improper with access to DNS. In any even in my searching I found instructions on editing a workaround in a file in
Code: /etc/network/if-up.d/avahi-daemon
to include a line but even though I'm logged in as a user with administrator privilege, the editor won't save, complaining that I don't have the necessary privilege. Is it necessary to invoke a particular program from a command line?
|
|
|
|
| Anyone know how to enable SPI support? |
|
Posted by: bitbank - 08-18-2017, 03:40 PM - Forum: Linux on Rock64
- Replies (2)
|
 |
I just got my board today and was hoping to do some performance testing of the SPI interface. I loaded up the Linaro LXDE build and can see that it's missing /dev/spidev0.0. Is the driver disabled by default? Missing? Any help would be appreciated.
|
|
|
|
| Port Trunking |
|
Posted by: stuartiannaylor - 08-18-2017, 11:41 AM - Forum: Rock64 Hardware and Accessories
- No Replies
|
 |
I only have a 100Mb USB ethernet but just wondered has anyone tried port trunking a USB3.0 1Gb with the on-board just to have a glance at the workload & throughput? Aint got the board yet, but apols interested.
|
|
|
|
| Questions about Rooting, recent apps, and more. |
|
Posted by: Drsdroid - 08-18-2017, 08:53 AM - Forum: Android on Rock64
- No Replies
|
 |
I recently received my rock64 board and flashed the official 7.1.2 build. Wow! What a solid device and a great build! Super impressed!
I'm curious if there is a way to root the official release. I have it setup as an ssh server but currently can only use sftp function and can't bring up a prompt. I think rooting could remedy this.
Also, what's the best way to close running apps? I'm currently using a mouse and keyboard and I can bring up the "recent apps" screen but can't seem to kill any processses.
My FLIRC dongle works great with this device too. Highly recommend it if you're using this board to make your tv into a smart tv.
|
|
|
|
Rock64 has not Ethernet LAN |
|
Posted by: dhruan - 08-18-2017, 07:15 AM - Forum: Android on Rock64
- Replies (31)
|
 |
I just flash android OS in rock64 anh complete. I have tried many time to connect to Ethernet but it can not, I realy don't know how to setting the internet for rock64 4GB ram. Please help me to solve this problem. Thanks a lot
|
|
|
|
| bug on debian jessie LXDE |
|
Posted by: djukonline - 08-18-2017, 05:51 AM - Forum: Linux on Rock64
- Replies (1)
|
 |
Hi friends,
A few days ago, I tested another Xenial Mate. I was confronted with the same problem as this post.
Currently, I'm testing Debian jessie LXDE.
I boot from microsd card, I come directly to desktop without asking for login.
When I open the web browser, the session closes (black screen) and asks me for login.
But I can not login on my session because USB ports are no longer powered.
I turn around. 
Why at boot, I do not have the login screen?
|
|
|
|
|