Tedy's Thread

810/5000

I have built zinyhian v2 raspi 3 kit, diy raspi dac pcm 5112, all in one module mcp23017 chip, single controller rotarry encoder switch using zynthian os v2 http://wiki.zynthian.org/index.php/Building_a_Zynthian_Box_using_an_official_Kit_v2 and I have seen from references from zynthian users in the forum Starting my zynthian build: alternative LCD, DAC, encoders, https: //discourse.zynthian.org/t / landzo-3-5-display-touch-feature-working / 1840/6, try-to-get, Encoders on MCP23017 but there is no best solution for I can understand it so that it has not succeeded, as shown in my picture and video, the source itself is from zynthian hw, then following the method of building through this reference, then there is a clue?

Please try to reply in this thread only.
First you won’t spam the other threads and secondly your issue is not of interest for the community as you are not using any parts from Fernando like the AllInOne board.

That’s why the pictures don’t help us either. Especially those with the screen.

Do you know this page?
http://wiki.zynthian.org/index.php/Command_Line_User_Guide#Stopping.2FStarting_the_Zynthian_UI

You need to access your machine with ssh and do this
systemctl stop zynthian
/zynthian/zynthian-sys/sbin/zynthian.sh

If You can post the text output of your console, we might see the reason of the red ERROR

raspberry/zynthian canot acces to webcont landcard rj45 rarpi to my destop pc with putty

whwn i conect ssh on my linux destop zynthian as : root pasword raspberry acces denied

You have to make it work.
SSH service should be running, when there is a red error screen.
It’s a network connectivity issue , i guess
Use the Ip that you find in your router’s administration page

If this one is the address @tedy used:

image

then it can’t work. IP class 169.254.0.0/16 is the APIPA (Automatic Private IP Addressing) class, and DHCP clients self-assign an address in this class when there is no DHCP server reachable.

So, as @mheidt said, it’s a network issue. Your zynthian is not connected to your network, or your network has no DHCP server (i doubt that, but if that’s the case, you have to set zynthian to a static IP address that fits your network)

Plug the rpi and the desktop rj45 in to your home router instead of directly together.

I also plug the rpi and destop rj 45

1d

raspberry/zynthian canot acces to webcont landcard rj45 rarpi to my destop pc with putty

can you give a short tutorial including the picture

You need s router if you don’t want to change files on the SD card.
Google it

Unfortunately no. At least, not without knowing exactly how your phisical network is configured, but from your answers I suppose you too don’t know what I need to know to help you.

Try this explanation. https://learn.adafruit.com/adafruits-raspberry-pi-lesson-3-network-setup/using-a-wired-network

Uploading: VID_20181127_073533.mp4…

my tedy@tedy-desktop ~ $ sudo ifconfig
[sudo] password for tedy:
ens133 Link encap:Ethernet HWaddr 00:e0:4c:4d:05:c9
inet6 addr: fe80::69f3:d0aa:34df:c750/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9158 errors:0 dropped:0 overruns:0 frame:0
TX packets:7699 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6175428 (6.1 MB) TX bytes:869573 (869.5 KB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1634 errors:0 dropped:0 overruns:0 frame:0
TX packets:1634 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:175280 (175.2 KB) TX bytes:175280 (175.2 KB)

wlx503eaa9cfc48 Link encap:Ethernet HWaddr 50:3e:aa:9c:fc:48
inet addr:192.168.1.62 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::cbb1:a4e8:96a9:4b28/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1572 errors:0 dropped:20654 overruns:0 frame:0
TX packets:165 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:313458 (313.4 KB) TX bytes:31628 (31.6 KB)
so my ip adrees raspi(zynthian is 192.168.1.162

tedy@tedy-desktop ~ $ sudo ifconfig
[sudo] password for tedy:
ens133 Link encap:Ethernet HWaddr 00:e0:4c:4d:05:c9
inet6 addr: fe80::69f3:d0aa:34df:c750/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9158 errors:0 dropped:0 overruns:0 frame:0
TX packets:7699 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6175428 (6.1 MB) TX bytes:869573 (869.5 KB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:1634 errors:0 dropped:0 overruns:0 frame:0
TX packets:1634 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:175280 (175.2 KB) TX bytes:175280 (175.2 KB)

wlx503eaa9cfc48 Link encap:Ethernet HWaddr 50:3e:aa:9c:fc:48
inet addr:192.168.1.62 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::cbb1:a4e8:96a9:4b28/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1572 errors:0 dropped:20654 overruns:0 frame:0
TX packets:165 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:313458 (313.4 KB) TX bytes:31628 (31.6 KB)

user=root
password=raspberry
why
canot Acces denied

when i ping destination unreachable

Hi @tedy!

Can you tell us the filename of the SD-image you are using? Is it a “Gorgona Omega” image?

Thanks

Download Zynthian “Gorgona Omega” SD-image, configured for Kits v2 http://wiki.zynthian.org/index.php/Zynthian_Software

yes gergona omega v2