06-05-2022, 04:34 AM
We aleady desided to install Linux on a separate PC for PinePhone debugging and migrating to Linux. But the problems whe are facing reminds us of the problems with the Amstrad PC with Z80 8 bit processor and 64 KB RAM 30 years ago, when we installed the CP/M-80 OS and WordStar word processor application for microcomputers.
But the advantages to be able to run the same code and PC, a Linux Phone and a Linux watch are convincing, so that we are considering a complete migration, as soon as the installation problems are under control.
We shut down all unneccessy WIFI devices, still two remain.
When we looked at the network details on the PinePhone, there was
192.168.1.103
listed as phone ip adress.
192.168.1.103 was also listed as wireless client on the router, so it is confirmed that 192.168.1.103 is my PinePhone. Suprisingly when we switch off the phone, the 192.168.1.103 remains. The list seems to be stored.
Internet access from the PinePhone works over the router, no SIM card is plugged in.
But ifoncig gives the same result as before. There is no ip Adress listed.
The «more» command is not necessary, we can scroll up and there is no ip adress. Also using «more» does not change anything.
gives as a result:
connection refused
permission denied. I was able to install LibreOffice and it runs. But installing an ssh server seems not to work.
ANY IDEAS?
But the advantages to be able to run the same code and PC, a Linux Phone and a Linux watch are convincing, so that we are considering a complete migration, as soon as the installation problems are under control.
We shut down all unneccessy WIFI devices, still two remain.
When we looked at the network details on the PinePhone, there was
192.168.1.103
listed as phone ip adress.
192.168.1.103 was also listed as wireless client on the router, so it is confirmed that 192.168.1.103 is my PinePhone. Suprisingly when we switch off the phone, the 192.168.1.103 remains. The list seems to be stored.
Internet access from the PinePhone works over the router, no SIM card is plugged in.
But ifoncig gives the same result as before. There is no ip Adress listed.
The «more» command is not necessary, we can scroll up and there is no ip adress. Also using «more» does not change anything.
Code:
1.
typing
ssh
127.0.0.1
gives as a result:
connection refused
Code:
2.
Code:
Trying
to install ssh server
Code:
apk
add sshd
permission denied. I was able to install LibreOffice and it runs. But installing an ssh server seems not to work.
ANY IDEAS?