PINE64
debian+phosh running on PinePhone - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139)
+---- Thread: debian+phosh running on PinePhone (/showthread.php?tid=9016)



RE: debian+phosh running on PinePhone - a-wai - 06-16-2020

This is due to the repo now being signed, but should be only a warning, not preventing you from upgrading or installing packages.
See here for more details: https://forum.pine64.org/showthread.php?tid=10277


RE: debian+phosh running on PinePhone - lodopidolo - 07-04-2020

(04-13-2020, 07:38 AM)a-wai Wrote: The serial console and network connection will be setup automatically on the phone side. On the host computer, you'll have to configure your network interface using the following commands:

Code:
sudo ip address add 10.0.0.1/8 dev enxfeeddeadbeef
sudo ip link set enxfeeddeadbeef up

Depending on your host system the interface name (enxfeeddeadbeef on my Debian) might be different, if that's the case simply replace it by your interface name.
The phone's IP is 10.0.0.2

It is possible install a DHCP server in the pinephone to automatically get IP on client.

Install server:
Code:
apt install isc-dhcp-server

Edit /etc/default/isc-dhcp-server and spcify:


Code:
INTERFACESv4="usb0"

Edit /etc/dhcp/dhcpd.conf and specify:

Code:
option domain-name "example.org";
#option domain-name-servers ns1.example.org, ns2.example.org;
subnet 10.0.0.0 netmask 255.255.255.0 {
      range 10.0.0.5 10.0.0.254;
      option routers example.org;
}

And finally restarts service:

Code:
systemctl restart isc-dhcp-server.service



RE: debian+phosh running on PinePhone - jjs - 07-05-2020

Whenever I select the "Updates" tab in the Software gui the program crashes. The rest of the Software gui works fine. Has anyone else seen this or know where I can find any logs for the Software gui? I usually run updates via apt-get so its not the biggest issue. But I noticed whenever I open the Software gui there is a blue mark on the Updates tab telling me there are still update, even after I run apt-get upgrade.


RE: debian+phosh running on PinePhone - jjs - 07-05-2020

(07-05-2020, 06:42 AM)jjs Wrote: Whenever I select the "Updates" tab in the Software gui the program crashes. The rest of the Software gui works fine. Has anyone else seen this or know where I can find any logs for the Software gui? I usually run updates via apt-get so its not the biggest issue. But I noticed whenever I open the Software gui there is a blue mark on the Updates tab telling me there are still update, even after I run apt-get upgrade.

I seemed to have figured it out. I noticed when I updated via apt-get I got the message "The following packages have been kept back" and list a dozen or so packages. After running "apt-get --with-new-pkgs upgrade" it installed the packages. After that the Software gui seems to be working correctly.


RE: debian+phosh running on PinePhone - Kamzzy - 07-09-2020

nice distro how too remove that search bar on the home screen


RE: debian+phosh running on PinePhone - a-wai - 07-09-2020

You can't, it's built into phosh


RE: debian+phosh running on PinePhone - cefre00 - 08-03-2020

(04-16-2020, 02:33 AM)cefre00 Wrote:
(04-15-2020, 06:41 PM)bcnaz Wrote:
(04-14-2020, 10:18 AM)Boern Wrote:
(04-14-2020, 10:05 AM)bcnaz Wrote: ?  IS an  'Android Icon'  really needed on a Pinephone desktop running Debian/Phosh  ?

It's a free phone. We'll put any icon we damn well please on our phone. :-p
@Boem


SORRY  !


Not my intent to Provoke  or  Offend anyone

Open Source is for everybody.


OFF!!!

I don't think anybody should be offended by this totally valid question. When the Pinephone Brave Heart was announced and could be bought many other Linux sites got flooded with questions like: whatsapp, messenger, android, etc. The only thing why these people were interested because the Pinephone is cheaper then a Samsung Galaxy whateverthefreck.

Jesus in heaven, this is a damn Linux phone if you want android go and buy an android phone. If you don't like Google, than use LineageOS or /e/, but people let the guys work on the Linux distros, as this phone was intended to help the mobile Linux endevours to thrive not the frecking android again. If someone wants to have android on the Pinephone, then do it but start a new thread and leave this one to those who are interested in Debian. We have a separate thread for /e/, go there. I don't care.

That is my honest opinion, don't really care if I offend anyone. Cool

I just would like to apologize for my comments above here. I was over the line and I have just installed GloDroid over my PinePhone. Confused
I behaved like an *ss. Will never happen again.


RE: debian+phosh running on PinePhone - wibble - 08-03-2020

(08-03-2020, 05:45 AM)cefre00 Wrote: I just would like to apologize for my comments above here. I was over the line and I have just installed GloDroid over my PinePhone. Confused
I behaved like an *ss. Will never happen again.
No worries, we all do it from time to time. Recognising it and trying to avoid a repeat is about all anyone can ask.


RE: debian+phosh running on PinePhone - klick - 08-03-2020

(07-05-2020, 01:49 PM)jjs Wrote:
(07-05-2020, 06:42 AM)jjs Wrote: Whenever I select the "Updates" tab in the Software gui the program crashes. The rest of the Software gui works fine. Has anyone else seen this or know where I can find any logs for the Software gui? I usually run updates via apt-get so its not the biggest issue. But I noticed whenever I open the Software gui there is a blue mark on the Updates tab telling me there are still update, even after I run apt-get upgrade.

I seemed to have figured it out. I noticed when I updated via apt-get I got the message "The following packages have been kept back" and list a dozen or so packages. After running "apt-get --with-new-pkgs upgrade" it installed the packages. After that the Software gui seems to be working correctly.
How do you open a terminal on the phone to do the manual upgrade? I am currently running Mobian on an SD card and the phone will not install updates through the GUI.


RE: debian+phosh running on PinePhone - livanti21 - 08-03-2020

(08-03-2020, 11:25 AM)klick Wrote:
(07-05-2020, 01:49 PM)jjs Wrote:
(07-05-2020, 06:42 AM)jjs Wrote: Whenever I select the "Updates" tab in the Software gui the program crashes. The rest of the Software gui works fine. Has anyone else seen this or know where I can find any logs for the Software gui? I usually run updates via apt-get so its not the biggest issue. But I noticed whenever I open the Software gui there is a blue mark on the Updates tab telling me there are still update, even after I run apt-get upgrade.

I seemed to have figured it out. I noticed when I updated via apt-get I got the message "The following packages have been kept back" and list a dozen or so packages. After running "apt-get --with-new-pkgs upgrade" it installed the packages. After that the Software gui seems to be working correctly.
How do you open a terminal on the phone to do the manual upgrade? I am currently running Mobian on an SD card and the phone will not install updates through the GUI.
You would open King's Cross. That is the terminal for Mobian.