mactjaap Posted April 11, 2016 Report Share Posted April 11, 2016 (edited) A new product of the guys,... uhhh guy... from www.MacIP.net! The MacIPpi. This is a dead cheap Orange Pi One ($9.99 and $13.64 with shipping) will act as a macipgw (MacIP gateway) and a Netatalk afpd file server.It will allow you to surf the Internet with your old Macintosh without any problems. Just connect your old Macintosh with a normal LocalTalk bridge, like an Asante AsanteTalk or a Dayna Etherprint to you LAN and startup you MacIPpi. You can also use an old networking Mac with the LocalTalk Bridge control panel to do the work. You set your Mac with MacTCP on f.i. 172.16.2.2 (anything between 172.16.2.2 and 254, subnet mask 255.255.255.0), as gateway 172.16.2.1 and DNS 8.8.8.8. Or do the same with a TCP/IP control panle, but then choose Connect via: AppleTalk (MacIP) and configure: Using MacIP manually. Same IP information. Start a TCP/IP kind of program like, Fetch, Telnet or a browser and of you go to the Internet! So, what do you you have to do to get this up and running: - Order a Orange Pi One - A good Power adapter (5V 2A), or buy it together with your Orange Pi One. - Take care for a 8GB SD card and maybe a case or buy everything together as a set. Shipping will take 8 to 14 days. Download my image from www.macip.net. Use 7zip to unzip. http://cdn.macip.net/Armbian_5.07_Orangepih3_Debian_jessie_4.6.0-rc1.7z Use dd on Linux systems (and MacOSX) to put the image on the SD disk. This will be a command like this: dd if=Armbian_5.07_Orangepih3_Debian_jessie_4.6.0-rc1.raw|pv|dd of=/dev/sdc bs=16M On a Windows system you can use a tool like Win32DiskImager Connect you Orange Pi One to the network with a cable. It will get an IP address from your home router if you power it on. After a few minutes it will be ready. Take this time because the appletalk daemon needs some time to settle. Even no need to connect a screen. If you want you can login from your Macintosh with Telnet or SSH. You can use IP address 172.16.2.1 to connect. If you want to connect from a Mac OSX, Windows or Linux machine you have to find out the IP address or use a serial console. If you want to login username is: orangepi and password: orangepi You can become root by entering sudo -iand password orangepi The system is running Debian strech/sid and kernel 4.6.0 Edited April 11, 2016 by mactjaap Quote Link to post Share on other sites
Elfen Posted April 12, 2016 Report Share Posted April 12, 2016 One of the few things about the Orange Pi that is known is that it is 100% software compatible to the Raspberry Pi; thus you can take a SD made for the Raspberry Pi and put it into the Orange Pi and it will run without modification like one would for the Banana Pi or Beagle Bone Black/Green or others Pis. Thus I can guess that the reverse should be true - running this MacIPpi software should work on a Raspberry Pi without modification. Of course, I'm saying this without testing it. Thus I am going to have to research this. But one should be able to do this through Raspbian like one can with Ubuntu as both Raspbian and Ubuntu are Debian based Linuxes. https://68kmla.org/forums/index.php?/topic/21958-netatalk-on-ubuntu-more-distros-soon/ Quote Link to post Share on other sites
mactjaap Posted April 12, 2016 Author Report Share Posted April 12, 2016 @Elfen If you have a Raspberry Pi or other similair device...please test! It would be very nice if this works right out of the box. If not I could make a "receipt" how I did it. It is no rocket science, but involves kernel and software compilation. I can imagine that not every Mac lover is able to do that. That why I always try to get a simple solution that people with less knowledge of such devices and UNIX/Linux also can use. Quote Link to post Share on other sites
Bunsen Posted April 12, 2016 Report Share Posted April 12, 2016 Great stuff, mactjaap Quote Link to post Share on other sites
NJRoadfan Posted April 12, 2016 Report Share Posted April 12, 2016 macipgw was surprisingly tricky to get working on Linux. First off the kernel needed to have an option turned off, than one had to NAT the MacIP segment of the network to avoid router re-configuration. I still wish it was possible to configure the whole thing to use the same IP subnet like the Fastpath and Gatorbox can both do, but that likely requires some more hacking. Quote Link to post Share on other sites
mactjaap Posted April 13, 2016 Author Report Share Posted April 13, 2016 Yes. It is complicated. That's why I like to offer a simple solution like the MacIPpi or a virtual machine. I will make an update of the MacIPgw virtual machine too. Quote Link to post Share on other sites
mactjaap Posted April 13, 2016 Author Report Share Posted April 13, 2016 Many thanks to Jason King who made the Linux version of MacIPgw available! https://github.com/zero2sixd/macipgw/blob/master/README.md Quote Link to post Share on other sites
PowerPup Posted June 7, 2016 Report Share Posted June 7, 2016 Awesome work mactjaap. This is the perfect excuse to buy a 2nd OrangePi. Quote Link to post Share on other sites
Bunsen Posted June 9, 2016 Report Share Posted June 9, 2016 I'm thinking ... I have heard vague rumours (which I will hunt down if there is interest) of people bitbanging a serial port out of the Pi's GPIO pins (presumably through an RS232 level translator). mactjaap, if I can confirm that and find source, would you be willing to roll it into your image, along with a PPP daemon? Quote Link to post Share on other sites
PowerPup Posted June 9, 2016 Report Share Posted June 9, 2016 Yup, both the Raspberry Pi and the Orange Pi can use the GPIO pins for a serial port. Here's info on setting it up on the Orange Pi: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=921&highlight=gpio Quote Link to post Share on other sites
mactjaap Posted June 9, 2016 Author Report Share Posted June 9, 2016 Absolutely willing to work on this! The work which has been done on the LocalTalk adapter could be vital. PPP daemon is no problem. Quote Link to post Share on other sites
Bunsen Posted June 10, 2016 Report Share Posted June 10, 2016 The work which has been done on the LocalTalk adapter could be vital. How come? The Localtalk port will happily connect to an RS-232 port. Quote Link to post Share on other sites
mactjaap Posted June 10, 2016 Author Report Share Posted June 10, 2016 For a ppp connection. SURE! But I'm still dreaming of a one in all device. Replacing the LocalTalk adapters as we have them now for a 21 century one with LocalTalk and IP capacities! Quote Link to post Share on other sites
flecom Posted November 15, 2016 Report Share Posted November 15, 2016 For a ppp connection. SURE! But I'm still dreaming of a one in all device. Replacing the LocalTalk adapters as we have them now for a 21 century one with LocalTalk and IP capacities! anything ever come of this? would love to just use an Opi connected directly to the serial port as a bridge without having to have a separate localtalk > ethernet adapter too Quote Link to post Share on other sites
Bunsen Posted December 4, 2016 Report Share Posted December 4, 2016 Mac <--> Serial PPP <--> *Pi running Linux + Netatalk <--> Ethernet or Wifi <--> LAN. Quote Link to post Share on other sites
Bunsen Posted December 4, 2016 Report Share Posted December 4, 2016 Beagle Bone Black/Green or others Pis. The Beagle boards are completely different to Pis. Quote Link to post Share on other sites
mactjaap Posted December 4, 2016 Author Report Share Posted December 4, 2016 Interesting. But hoe to get this working with a Macintosh Plus? That what is so cool about a hardware LocalTalk Bridge and a Opi with my MacIPgw on it. Quote Link to post Share on other sites
Bunsen Posted December 4, 2016 Report Share Posted December 4, 2016 .... by using the serial port. Quote Link to post Share on other sites
mactjaap Posted December 4, 2016 Author Report Share Posted December 4, 2016 Ok. Would be nice to read a "how to". Connect a Mac to a Pi by PPP and then surf the Internet. An other question is: will there be anyone capable building a LocalTalk adapter to replace the old generation. Quote Link to post Share on other sites
techknight Posted December 4, 2016 Report Share Posted December 4, 2016 It was either dougg3, or bbraun. I cannot remember which, did create a localtalk bridge using a beaglebone or thereabouts. Technically, MacIPGw could be ported to the BBB along with the localtalk stuff, and you would have a localtalk to ethernet bridge running macIP as well... Quote Link to post Share on other sites
Bunsen Posted December 11, 2016 Report Share Posted December 11, 2016 Ok. Would be nice to read a "how to". Connect a Mac to a Pi by PPP and then surf the Internet. Pinned post in Hacks & Development: Networking a classic Mac via serial port -> OS X /unix /Linux -> internet This uses a USB-serial adapter, but a TTL-RS232 off the Pi's GPIO should be approximately similar. Quote Link to post Share on other sites
mactjaap Posted December 11, 2016 Author Report Share Posted December 11, 2016 @Bunsen, this is the general posting about networking and pppd. I mean who has made a connection with an old Mac to a Pi. What serial cable are you usin?. For Mac to PC I have build my own. Is the a standard Mac to Pi serial cable available? Quote Link to post Share on other sites
mattislind Posted December 15, 2016 Report Share Posted December 15, 2016 **** Sorry long post ****** I just tried the Macippi image for OrangePi and was unable to get it to work. I downloaded the image and unpacked it (Armbian_5.07_Orangepih3_Debian_jessie_4.6.0-rc1.raw) mentioned on the macip.net webpage and dd:ed it to a SD card. The machine booted up. No screen though so I had to find it in the DHCP server. root@192.168.127.4's password: You are required to change your password immediately (root enforced) ___ ____ _ ___ / _ \ _ __ __ _ _ __ __ _ ___ | _ \(_) / _ \ _ __ ___ | | | | '__/ _` | '_ \ / _` |/ _ \ | |_) | | | | | | '_ \ / _ \ | |_| | | | (_| | | | | (_| | __/ | __/| | | |_| | | | | __/ \___/|_| \__,_|_| |_|\__, |\___| |_| |_| \___/|_| |_|\___| |___/ Welcome to ARMBIAN Debian GNU/Linux 8 (jessie) 4.6.0-rc1-sunxi System load: 0.10 Up time: 2 min Memory usage: 7 % of 495Mb IP: 192.168.127.4 Usage of /: 15% of 7.3G New to Armbian? Check the Armbian H3 Mini FAQ first: https://github.com/igorpecovnik/lib/blob/master/documentation/H3_mini_faq.md Changing password for root. (current) UNIX password: Enter new UNIX password: Retype new UNIX password: Thank you for choosing Armbian! Support: www.armbian.com It didn't look exactly as the photos provided on the macip.net webpage. The kernel seemed to be different. The password was not orangepi / orangepi as indicated, but root / 1234 as a stock armbian. There is no orangepi user at all. In /etc/ there were no traces of netatalk root@orangepione:/etc# ls -l total 796 -rw-r--r-- 1 root root 2981 Mar 31 2016 adduser.conf drwxr-xr-x 2 root root 4096 Mar 31 2016 alternatives drwxr-xr-x 3 root root 4096 Mar 31 2016 apm drwxr-xr-x 6 root root 4096 Mar 31 2016 apt drwxr-xr-x 3 root root 4096 Dec 15 14:24 armbianmonitor -rw-r--r-- 1 root root 18513 Apr 2 2016 armbian.txt -rw-r--r-- 1 root root 1936 Apr 2 2016 bash.bashrc -rw-r--r-- 1 root root 45 Mar 22 2014 bash_completion drwxr-xr-x 2 root root 4096 Mar 31 2016 bash_completion.d -rw-r--r-- 1 root root 367 May 19 2014 bindresvport.blacklist drwxr-xr-x 2 root root 4096 Nov 27 2015 binfmt.d drwxr-xr-x 2 root root 4096 Mar 31 2016 bluetooth drwxr-xr-x 3 root root 4096 Mar 31 2016 ca-certificates -rw-r--r-- 1 root root 7820 Mar 31 2016 ca-certificates.conf drwxr-xr-x 2 root root 4096 Mar 31 2016 calendar drwxr-xr-x 2 root root 4096 Mar 31 2016 console drwxr-xr-x 2 root root 4096 Apr 2 2016 console-setup drwxr-xr-x 2 root root 4096 Mar 31 2016 cron.d drwxr-xr-x 2 root root 4096 Mar 31 2016 cron.daily drwxr-xr-x 2 root root 4096 Mar 31 2016 cron.hourly drwxr-xr-x 2 root root 4096 Mar 31 2016 cron.monthly -rw-r--r-- 1 root root 722 Jun 11 2015 crontab drwxr-xr-x 2 root root 4096 Mar 31 2016 cron.weekly drwxr-xr-x 4 root root 4096 Mar 31 2016 dbus-1 -rw-r--r-- 1 root root 2969 Mar 19 2015 debconf.conf -rw-r--r-- 1 root root 4 Jan 6 2016 debian_version drwxr-xr-x 2 root root 4096 Dec 15 14:21 default -rw-r--r-- 1 root root 604 May 15 2012 deluser.conf drwxr-xr-x 4 root root 4096 Mar 31 2016 dhcp drwxr-xr-x 4 root root 4096 Mar 31 2016 dpkg drwxr-xr-x 3 root root 4096 Mar 31 2016 emacs -rw-r--r-- 1 root root 0 Mar 31 2016 environment -rw-r--r-- 1 root root 20 Dec 15 14:21 fake-hwclock.data -rw-r--r-- 1 root root 24501 Mar 3 2014 fb.modes -rw-r--r-- 1 root root 150 Dec 15 14:21 fstab -rw-r--r-- 1 root root 280 May 21 2015 fuse.conf -rw-r--r-- 1 root root 2584 Feb 7 2014 gai.conf drwxr-xr-x 2 root root 4096 Mar 31 2016 groff -rw-r--r-- 1 root root 742 Dec 15 14:25 group -rw------- 1 root root 736 Dec 15 14:25 group- -rw-r----- 1 root shadow 624 Dec 15 14:25 gshadow -rw------- 1 root root 618 Dec 15 14:25 gshadow- drwxr-xr-x 3 root root 4096 Mar 31 2016 gss -rw-r--r-- 1 root root 6748 Jul 9 2012 hddtemp.db -rw-r--r-- 1 root root 4781 Feb 24 2015 hdparm.conf drwxr-xr-x 2 root root 4096 Mar 31 2016 hostapd -rwxr-xr-x 1 root root 522 Apr 2 2016 hostapd.conf -rwxr-xr-x 1 root root 327 Apr 2 2016 hostapd.conf-rt -rw-r--r-- 1 root root 9 Aug 7 2006 host.conf -rw-r--r-- 1 root root 12 Dec 15 14:21 hostname -rw-r--r-- 1 root root 200 Dec 15 14:21 hosts -rw-r--r-- 1 root root 411 Mar 31 2016 hosts.allow -rw-r--r-- 1 root root 711 Mar 31 2016 hosts.deny drwxr-xr-x 3 root root 4096 Mar 31 2016 ifplugd drwxr-xr-x 2 root root 4096 Apr 2 2016 init drwxr-xr-x 2 root root 4096 Apr 2 2016 init.d drwxr-xr-x 5 root root 4096 Mar 31 2016 initramfs-tools -rw-r--r-- 1 root root 1748 Aug 3 2014 inputrc drwxr-xr-x 3 root root 4096 Nov 24 2012 insserv -rw-r--r-- 1 root root 859 Nov 24 2012 insserv.conf drwxr-xr-x 2 root root 4096 Nov 24 2012 insserv.conf.d drwxr-xr-x 2 root root 4096 Mar 31 2016 iproute2 -rw-r--r-- 1 root root 26 Jan 17 2016 issue -rw-r--r-- 1 root root 19 Jan 17 2016 issue.net drwxr-xr-x 2 root root 4096 Mar 31 2016 kbd drwxr-xr-x 6 root root 4096 Apr 2 2016 kernel drwxr-xr-x 2 root root 4096 Mar 31 2016 ldap -rw-r--r-- 1 root root 24375 Dec 15 14:27 ld.so.cache -rw-r--r-- 1 root root 34 Jun 17 2014 ld.so.conf drwxr-xr-x 2 root root 4096 Mar 31 2016 ld.so.conf.d -rw-r--r-- 1 root root 191 Sep 7 2014 libaudit.conf drwxr-xr-x 2 root root 4096 Mar 31 2016 libnl-3 drwxr-xr-x 2 root root 4096 Dec 15 14:21 lirc -rw-r--r-- 1 root root 2492 Dec 28 2015 locale.alias -rw-r--r-- 1 root root 8997 Mar 31 2016 locale.gen -rw-r--r-- 1 root root 2309 Apr 2 2016 localtime drwxr-xr-x 5 root root 4096 Mar 31 2016 logcheck -rw-r--r-- 1 root root 10478 Nov 19 2015 login.defs -rw-r--r-- 1 root root 599 Feb 19 2009 logrotate.conf drwxr-xr-x 2 root root 4096 Apr 2 2016 logrotate.d -r--r--r-- 1 root root 33 Mar 31 2016 machine-id -rw-r--r-- 1 root root 111 Oct 10 2015 magic -rw-r--r-- 1 root root 111 Oct 10 2015 magic.mime -rw-r--r-- 1 root root 2774 Mar 31 2016 mailcap -rw-r--r-- 1 root root 449 Dec 28 2014 mailcap.order -rw-r--r-- 1 root root 5173 Dec 31 2014 manpath.config -rw-r--r-- 1 root root 24146 Dec 28 2014 mime.types -rw-r--r-- 1 root root 956 Feb 25 2015 mke2fs.conf drwxr-xr-x 2 root root 4096 Apr 2 2016 modprobe.d -rw-r--r-- 1 root root 195 Mar 31 2016 modules drwxr-xr-x 2 root root 4096 Mar 31 2016 modules-load.d lrwxrwxrwx 1 root root 13 Apr 2 2016 motd -> /var/run/motd lrwxrwxrwx 1 root root 12 Apr 2 2016 mtab -> /proc/mounts drwxr-xr-x 3 root root 4096 Mar 31 2016 mysql -rw-r--r-- 1 root root 8453 Jul 16 2014 nanorc drwxr-xr-x 7 root root 4096 Dec 15 14:21 network -rw-r--r-- 1 root root 60 Mar 31 2016 networks drwxr-xr-x 2 root root 4096 Mar 31 2016 newt -rw-r--r-- 1 root root 508 Mar 31 2016 nsswitch.conf -rw-r--r-- 1 root root 1988 Oct 28 2015 ntp.conf drwxr-xr-x 2 root root 4096 Mar 31 2016 opt lrwxrwxrwx 1 root root 21 Jan 17 2016 os-release -> ../usr/lib/os-release -rw-r--r-- 1 root root 552 Jan 7 2016 pam.conf drwxr-xr-x 2 root root 4096 Mar 31 2016 pam.d -rw-r--r-- 1 root root 1387 Dec 15 14:25 passwd -rw------- 1 root root 1373 Dec 15 14:25 passwd- drwxr-xr-x 4 root root 4096 Mar 31 2016 perl drwxr-xr-x 3 root root 4096 Mar 31 2016 pm -rw-r--r-- 1 root root 761 Oct 22 2014 profile drwxr-xr-x 2 root root 4096 Apr 2 2016 profile.d -rw-r--r-- 1 root root 2932 Oct 21 2014 protocols drwxr-xr-x 2 root root 4096 Mar 31 2016 python drwxr-xr-x 2 root root 4096 Mar 31 2016 python2.7 drwxr-xr-x 2 root root 4096 Mar 31 2016 python3 drwxr-xr-x 2 root root 4096 Mar 31 2016 python3.4 drwxr-xr-x 2 root root 4096 Dec 15 14:21 rc0.d drwxr-xr-x 2 root root 4096 Dec 15 14:21 rc1.d drwxr-xr-x 2 root root 4096 Dec 15 14:21 rc2.d drwxr-xr-x 2 root root 4096 Dec 15 14:21 rc3.d drwxr-xr-x 2 root root 4096 Dec 15 14:21 rc4.d drwxr-xr-x 2 root root 4096 Dec 15 14:21 rc5.d drwxr-xr-x 2 root root 4096 Dec 15 14:21 rc6.d drwxr-xr-x 2 root root 4096 Nov 20 2014 rc_keymaps -rwxr-xr-x 1 root root 306 Mar 31 2016 rc.local -rw-r--r-- 1 root root 5974 Nov 20 2014 rc_maps.cfg drwxr-xr-x 2 root root 4096 Mar 31 2016 rcS.d -rw-r--r-- 1 root root 130 Dec 15 14:21 resolv.conf -rwxr-xr-x 1 root root 268 Nov 8 2014 rmt -rw-r--r-- 1 root root 887 Oct 21 2014 rpc -rw-r--r-- 1 root root 2632 Dec 14 2015 rsyslog.conf drwxr-xr-x 2 root root 4096 Dec 20 2015 rsyslog.d -rw-r--r-- 1 root root 3663 Jul 26 2014 screenrc -rw-r--r-- 1 root root 4038 Nov 19 2015 securetty drwxr-xr-x 4 root root 4096 Mar 31 2016 security drwxr-xr-x 2 root root 4096 Mar 31 2016 selinux -rw-r--r-- 1 root root 19605 Oct 21 2014 services -rw-r----- 1 root shadow 931 Dec 15 14:25 shadow -rw------- 1 root root 806 Dec 15 14:24 shadow- -rw-r--r-- 1 root root 89 Mar 31 2016 shells drwxr-xr-x 2 root root 4096 Mar 31 2016 skel drwxr-xr-x 2 root root 4096 Dec 15 14:21 ssh drwxr-xr-x 4 root root 4096 Mar 31 2016 ssl -rw-r--r-- 1 root root 771 Jun 9 2012 staff-group-for-usr-local -rw-r--r-- 1 root root 198 Dec 15 14:25 subgid -rw------- 1 root root 178 Mar 31 2016 subgid- -rw-r--r-- 1 root root 198 Dec 15 14:25 subuid -rw------- 1 root root 178 Mar 31 2016 subuid- drwxr-xr-x 2 root root 4096 Mar 31 2016 subversion -r--r----- 1 root root 669 Jan 11 2016 sudoers drwxr-xr-x 2 root root 4096 Mar 31 2016 sudoers.d -rw-r--r-- 1 root root 2100 Dec 15 14:21 sysctl.conf drwxr-xr-x 2 root root 4096 Mar 31 2016 sysctl.d -rw-r--r-- 1 root root 729 Oct 7 2012 sysfs.conf drwxr-xr-x 2 root root 4096 Aug 23 2014 sysfs.d drwxr-xr-x 6 root root 4096 Mar 31 2016 systemd drwxr-xr-x 2 root root 4096 Mar 31 2016 terminfo -rw-r--r-- 1 root root 14 Apr 2 2016 timezone drwxr-xr-x 2 root root 4096 Nov 27 2015 tmpfiles.d -rw-r--r-- 1 root root 1260 May 27 2014 ucf.conf drwxr-xr-x 4 root root 4096 Mar 31 2016 udev drwxr-xr-x 3 root root 4096 Mar 31 2016 ufw drwxr-xr-x 2 root root 4096 Dec 15 14:24 update-motd.d drwxr-xr-x 2 root root 4096 Mar 31 2016 vim -rw-r--r-- 1 root root 418 Jun 26 2012 weatherrc -rw-r--r-- 1 root root 4812 Oct 27 2014 wgetrc drwxr-xr-x 2 root root 4096 Mar 31 2016 wpa_supplicant drwxr-xr-x 3 root root 4096 Mar 31 2016 X11 drwxr-xr-x 3 root root 4096 Nov 27 2015 xdg root@orangepione:/etc# Doing a netstat gave very little. root@orangepione:~# netstat -a Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 *:ssh *:* LISTEN tcp 0 172 orangepione:ssh 192.168.126.44:44262 ESTABLISHED tcp6 0 0 [::]:ssh [::]:* LISTEN udp 0 0 *:7437 *:* udp 0 0 *:bootpc *:* udp 0 0 orangepione:ntp *:* udp 0 0 localhost:ntp *:* udp 0 0 *:ntp *:* udp6 0 0 [::]:11022 [::]:* udp6 0 0 fe80::20b5:b4ff:fe8:ntp [::]:* udp6 0 0 localhost:ntp [::]:* udp6 0 0 [::]:ntp [::]:* Why is it listening to 7437? Ps gives no traces of any netatalk either: root@orangepione:~# ps lax F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND 4 0 1 0 20 0 5088 3540 SyS_ep Ss ? 0:06 /sbin/init sunxi_no_mali_mem_reserve 1 0 2 0 20 0 0 0 kthrea S ? 0:00 [kthreadd] 1 0 3 2 20 0 0 0 smpboo S ? 0:00 [ksoftirqd/0] 1 0 4 2 20 0 0 0 worker S ? 0:00 [kworker/0:0] 1 0 5 2 0 -20 0 0 worker S< ? 0:00 [kworker/0:0H] 1 0 6 2 20 0 0 0 worker S ? 0:00 [kworker/u8:0] 1 0 7 2 20 0 0 0 rcu_gp S ? 0:00 [rcu_sched] 1 0 8 2 20 0 0 0 rcu_gp S ? 0:00 [rcu_bh] 1 0 9 2 -100 - 0 0 smpboo S ? 0:00 [migration/0] 1 0 10 2 20 0 0 0 smpboo S ? 0:00 [cpuhp/0] 1 0 11 2 20 0 0 0 smpboo S ? 0:00 [cpuhp/1] 1 0 12 2 -100 - 0 0 smpboo S ? 0:00 [migration/1] 1 0 13 2 20 0 0 0 smpboo S ? 0:00 [ksoftirqd/1] 1 0 14 2 20 0 0 0 worker S ? 0:00 [kworker/1:0] 1 0 15 2 0 -20 0 0 worker S< ? 0:00 [kworker/1:0H] 1 0 16 2 20 0 0 0 smpboo S ? 0:00 [cpuhp/2] 1 0 17 2 -100 - 0 0 smpboo S ? 0:00 [migration/2] 1 0 18 2 20 0 0 0 smpboo S ? 0:00 [ksoftirqd/2] 1 0 19 2 20 0 0 0 worker S ? 0:00 [kworker/2:0] 1 0 20 2 0 -20 0 0 worker S< ? 0:00 [kworker/2:0H] 1 0 21 2 20 0 0 0 smpboo S ? 0:00 [cpuhp/3] 1 0 22 2 -100 - 0 0 smpboo S ? 0:00 [migration/3] 1 0 23 2 20 0 0 0 smpboo S ? 0:00 [ksoftirqd/3] 1 0 24 2 20 0 0 0 worker S ? 0:00 [kworker/3:0] 1 0 25 2 0 -20 0 0 worker S< ? 0:00 [kworker/3:0H] 5 0 26 2 20 0 0 0 devtmp S ? 0:00 [kdevtmpfs] 1 0 27 2 0 -20 0 0 rescue S< ? 0:00 [netns] 1 0 28 2 20 0 0 0 oom_re S ? 0:00 [oom_reaper] 1 0 29 2 0 -20 0 0 rescue S< ? 0:00 [writeback] 1 0 30 2 20 0 0 0 kcompa S ? 0:00 [kcompactd0] 1 0 31 2 0 -20 0 0 rescue S< ? 0:00 [crypto] 1 0 32 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 33 2 0 -20 0 0 rescue S< ? 0:00 [kblockd] 1 0 34 2 0 -20 0 0 rescue S< ? 0:00 [ata_sff] 1 0 35 2 0 -20 0 0 rescue S< ? 0:00 [devfreq_wq] 1 0 36 2 0 -20 0 0 rescue S< ? 0:00 [watchdogd] 1 0 37 2 0 -20 0 0 rescue S< ? 0:00 [rpciod] 1 0 38 2 20 0 0 0 worker S ? 0:00 [kworker/1:1] 1 0 39 2 20 0 0 0 kswapd S ? 0:00 [kswapd0] 1 0 40 2 0 -20 0 0 rescue S< ? 0:00 [vmstat] 1 0 41 2 0 -20 0 0 rescue S< ? 0:00 [nfsiod] 1 0 42 2 20 0 0 0 jfsIOW S ? 0:00 [jfsIO] 1 0 43 2 20 0 0 0 jfs_la S ? 0:00 [jfsCommit] 1 0 44 2 20 0 0 0 jfs_la S ? 0:00 [jfsCommit] 1 0 45 2 20 0 0 0 jfs_la S ? 0:00 [jfsCommit] 1 0 46 2 20 0 0 0 jfs_la S ? 0:00 [jfsCommit] 1 0 47 2 20 0 0 0 jfs_sy S ? 0:00 [jfsSync] 1 0 48 2 0 -20 0 0 rescue S< ? 0:00 [xfsalloc] 1 0 49 2 0 -20 0 0 rescue S< ? 0:00 [xfs_mru_cache] 1 0 92 2 0 -20 0 0 rescue S< ? 0:00 [kthrotld] 1 0 93 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 94 2 20 0 0 0 worker S ? 0:00 [kworker/3:1] 1 0 95 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 96 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 97 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 98 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 99 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 100 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 101 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 102 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 103 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 104 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 105 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 106 2 20 0 0 0 worker S ? 0:00 [kworker/u8:1] 1 0 108 2 20 0 0 0 worker S ? 0:00 [kworker/0:1] 1 0 109 2 20 0 0 0 worker S ? 0:00 [kworker/2:1] 1 0 110 2 20 0 0 0 worker S ? 0:00 [kworker/3:2] 1 0 111 2 20 0 0 0 worker S ? 0:00 [kworker/2:2] 1 0 112 2 20 0 0 0 worker S ? 0:00 [kworker/3:3] 1 0 113 2 0 -20 0 0 rescue S< ? 0:00 [kpsmoused] 1 0 114 2 -51 - 0 0 irq_th S ? 0:00 [irq/22-sunxi-mm] 1 0 115 2 0 -20 0 0 rescue S< ? 0:00 [ipv6_addrconf] 1 0 116 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 125 2 0 -20 0 0 rescue S< ? 0:00 [deferwq] 1 0 126 2 0 -20 0 0 rescue S< ? 0:00 [bioset] 1 0 127 2 20 0 0 0 mmc_qu S ? 0:00 [mmcqd/0] 1 0 128 2 0 -20 0 0 worker S< ? 0:00 [kworker/0:1H] 1 0 129 2 0 -20 0 0 worker S< ? 0:00 [kworker/1:1H] 1 0 130 2 0 -20 0 0 worker S< ? 0:00 [kworker/2:1H] 1 0 131 2 20 0 0 0 kjourn S ? 0:00 [jbd2/mmcblk0p1-] 1 0 132 2 0 -20 0 0 rescue S< ? 0:00 [ext4-rsv-conver] 1 0 133 2 0 -20 0 0 worker S< ? 0:00 [kworker/3:1H] 1 0 157 2 20 0 0 0 worker S ? 0:00 [kworker/0:2] 1 0 164 2 20 0 0 0 worker S ? 0:00 [kworker/u8:2] 1 0 166 2 20 0 0 0 worker S ? 0:00 [kworker/u8:3] 4 0 171 1 20 0 7384 2228 SyS_ep Ss ? 0:00 /lib/systemd/systemd-journald 1 0 174 2 20 0 0 0 worker S ? 0:00 [kworker/2:3] 1 0 176 2 20 0 0 0 worker S ? 0:00 [kworker/1:2] 4 0 181 1 20 0 10616 2376 SyS_ep Ss ? 0:00 /lib/systemd/systemd-udevd 1 0 244 2 20 0 0 0 ir_raw S ? 0:00 [rc0] 1 0 465 1 20 0 7780 5484 poll_s Ss ? 0:00 dhclient -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 4 0 496 1 20 0 7196 4056 poll_s Ss ? 0:04 /usr/sbin/haveged --Foreground --verbose=1 --write=1024 4 0 497 1 20 0 4432 1936 hrtime Ss ? 0:00 /usr/sbin/cron -f 4 0 498 1 20 0 6540 3612 poll_s Ss ? 0:00 /usr/sbin/sshd -D 4 0 501 1 20 0 3100 1896 SyS_ep Ss ? 0:00 /lib/systemd/systemd-logind 4 104 513 1 20 0 4588 2420 SyS_ep Ss ? 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation 5 105 551 1 20 0 4492 2968 poll_s Ss ? 0:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -c /var/lib/ntp/ntp.conf.dhcp -u 105:110 1 0 560 1 20 0 3124 1268 poll_s Ss ? 0:00 /usr/sbin/lircd --driver=devinput --device=/dev/input/ 4 0 582 1 20 0 31404 2324 poll_s Ssl ? 0:00 /usr/sbin/rsyslogd -n 4 0 598 1 20 0 3380 1548 wait_w Ss+ ttyS0 0:00 /sbin/agetty -L 115200 ttyS0 xterm 4 0 600 1 20 0 3560 1308 wait_w Ss+ tty1 0:00 /sbin/agetty --noclear tty1 linux 4 0 715 498 20 0 10652 4380 - Ss ? 0:00 sshd: root@pts/0 4 0 792 715 20 0 6036 4148 wait Ss pts/0 0:01 -bash 0 0 876 792 20 0 3824 1516 - R+ pts/0 0:00 ps lax So is there a mistake with the image referenced from the macip.net web page? http://cdn.macip.net/Armbian_5.07_Orangepih3_Debian_jessie_4.6.0-rc1.7z Has anyone been successful installing it? /Mattis Quote Link to post Share on other sites
mactjaap Posted December 15, 2016 Author Report Share Posted December 15, 2016 Hi Mattis Looks indeed like you have the wrong image here! I will have a look what goes wrong. Quote Link to post Share on other sites
mactjaap Posted December 16, 2016 Author Report Share Posted December 16, 2016 (edited) Yup. Sorry...wrong image..... I will repost a new image this weekend. Have to check which one is current.... Edited December 16, 2016 by mactjaap Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.