PINE64
Ubunu not working anymore - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+---- Forum: Ubuntu (https://forum.pine64.org/forumdisplay.php?fid=27)
+---- Thread: Ubunu not working anymore (/showthread.php?tid=2044)

Pages: 1 2


RE: Ubunu not working anymore - Peter McAllister - 09-30-2016

(09-08-2016, 04:51 AM)CrazyBird Wrote: No news on that? Is the problem still there, @RaimundEge ?

I also had this problem and I just fixed it by plugin my fstabbed 64Gb Sandisk USB drive and external HDD. I'll remove them now from fstab if that's the root of the problem.


RE: Ubunu not working anymore - pfeerick - 09-30-2016

(09-30-2016, 04:15 PM)Peter McAllister Wrote: I also had this problem and I just fixed it by plugin my fstabbed 64Gb Sandisk USB drive and external HDD. I'll remove them now from fstab if that's the root of the problem.

Try adding "noauto" to your fstab file entries for those two drives. This *should* make it so that they are not automatically mounted at boot (or with a mount -a command... so you'll need to mount them specifying the device name, but won't have to specific mount point or any other options you have set). Using "nofail" instead may also work, but will probably halt startup for 90 seconds . "nobootwait" would have be the preferred option, but it appears to no be available in ubuntu 16.04 onwards.


RE: Ubunu not working anymore - mcrognale - 12-01-2016

Running Ubuntu, it's all good except for bluetooth. Want to use a bt keyboard and mouse which work fine when I have the Android chip installed. I went to the BT manager app in the Ubuntu Control center. It fails and I get the popup saying the BT Daemon isn't started. Need two instructions, how to open a command window and command to start the daemon. Thanks guys.


RE: Ubunu not working anymore - dkryder - 12-02-2016

i'd suggest installing synaptic package manager if it is not already installed because it can help you determine what, if any, bt related packages are installed and if any are already available in your repo list to be installed. you get a command window by opening a terminal window.


RE: Ubunu not working anymore - pfeerick - 12-02-2016

(12-01-2016, 03:38 PM)mcrognale Wrote: Running Ubuntu, it's all good except for bluetooth. Want to use a bt keyboard and mouse which work fine when I have the Android chip installed. I went to the BT manager app in the Ubuntu Control center. It fails and I get the popup saying the BT Daemon isn't started. Need two instructions, how to open a command window and command to start the daemon. Thanks guys.

I wrote a howto on that a while ago, and auyfan seems to have been able to reduce the steps a bit.  You basically need to program the BT firmware into the module so it knows it is a BT module, and then enable it. Then things like he BT manager app *should* world.