BionicDog (updated: 2018-06-04)

A home for all kinds of Puppy related projects
Message
Author
dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

#821 Post by dancytron »

Fred, don't know if you saw it, but this looks like a dog question.

http://murga-linux.com/puppy/viewtopic. ... 9185d5831a

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#822 Post by fredx181 »

Yes, also posted in the beginners/help section, answered there but I'm not sure what's exactly the issue.
http://murga-linux.com/puppy/viewtopic. ... 44#1031544

Fred

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

connect android phone to Bionic Dog

#823 Post by magerlab »

I've recently revived my old Asus 1001px netbook by installing BionicDog and it seems to work as expected. The only thing I can miss is connect my android phone. Is there a way to do as in other puppies ?

wiak
Posts: 2040
Joined: Tue 11 Dec 2007, 05:12
Location: not Bulgaria

Re: connect android phone to Bionic Dog

#824 Post by wiak »

magerlab wrote:I've recently revived my old Asus 1001px netbook by installing BionicDog and it seems to work as expected. The only thing I can miss is connect my android phone. Is there a way to do as in other puppies ?
I have done this long ago using MTP but alas forget the details. It was flaky back then but probably fine nowadays. Biggest problem when googling this is the provided 'answers' tend to expect you to have full gnome desktop or similar, which really isn't necessary. Maybe the following link will help (tho maybe its a bit old):

https://askubuntu.com/questions/854332/ ... x-with-usb

wiak

magerlab
Posts: 739
Joined: Sun 08 Jul 2007, 20:08

#825 Post by magerlab »

I've managed to connect my phone using camphonetab. So for now BionicDog fits the netbook very well. I want to transfer the casper folder with changes to to another laptop which has grub2. Are there any instructions on what one have to put into Grub2 to boot bionicdog without installing grub4dos?

wiak
Posts: 2040
Joined: Tue 11 Dec 2007, 05:12
Location: not Bulgaria

#826 Post by wiak »

magerlab wrote:I've managed to connect my phone using camphonetab. So for now BionicDog fits the netbook very well. I want to transfer the casper folder with changes to to another laptop which has grub2. Are there any instructions on what one have to put into Grub2 to boot bionicdog without installing grub4dos?
The following is just an example extract from grub.cfg of what I use for booting using grub2 from the second partition of my harddrive (/dev/sda2). For this example I have casper directory installed inside /bionicdog64 directory of that /dev/sda2 partition:

Code: Select all

menuentry 'BionicDog64 on /dev/sda2' {
    set root='hd0,msdos2'
    linux /bionicdog64/casper/vmlinuz from=/bionicdog64/ noauto changes=EXIT:/bionicdog64/casper
    initrd /bionicdog64/casper/initrd1.xz
}
wiak

User avatar
fredx181
Posts: 4448
Joined: Wed 11 Dec 2013, 12:37
Location: holland

#827 Post by fredx181 »

Thanks wiak for answering, btw, I could never understand what means the "msdos2" at the "set root=..."
Anyway, this should work also with grub2 for sda2 (similar as grub4dos, but with the difference that for grub4dos it should be (hd0,1) for the second partition (sda2), confusing.... :roll: )

Code: Select all

 set root=(hd0,2)
Fred

gabtech
Posts: 107
Joined: Sun 14 Apr 2013, 11:42

Bionicdog amd64 wifi drivers

#828 Post by gabtech »

I just downloaded Bionicdog and testing it on my lenovo X140e processor AMD ,broadcom wifi device. Peasy wifi can't see my wifi connection, huawei usb 3g modem.

stemsee

Re: Bionicdog amd64 wifi drivers

#829 Post by stemsee »

gabtech wrote:I just downloaded Bionicdog and testing it on my lenovo X140e processor AMD ,broadcom wifi device. Peasy wifi can't see my wifi connection, huawei usb 3g modem.
Install/load Wifi-TrayNet (developed on BionicDog)

or cli

Code: Select all

ifconfig usb0 up
wpa_supplicant -Dwext -iusb0 -c/path/to/apconfig -B
busybox udhcpc
echo "nameserver 8.8.8.8" >/etc/resolv.conf

gabtech
Posts: 107
Joined: Sun 14 Apr 2013, 11:42

#830 Post by gabtech »

@stemsee

Thanks buddie.

User avatar
recobayu
Posts: 387
Joined: Wed 15 Sep 2010, 22:48
Location: indonesia

#831 Post by recobayu »

Is there any makelive script based on ubuntu bionic? Thank you.

stemsee

#832 Post by stemsee »

hi Fred

Can you help. I cannot get right click working in BionicDog. It's frustrating.

On fatdog the workaround is to use the wacom driver instead of udev, this detects two touch events, with custom rules. But it doesn't work for me.

cheers
stemsee
edit: this works after installing mousetweaks

Code: Select all

gsettings set org.gnome.desktop.a11y.mouse secondary-click-enabled "true"

stemsee

#833 Post by stemsee »

I'm using the cinnamon version by ETP, I have no problems using Wifi-TrayNet, the builtin Gnome-Network-Manager is very good regardless.

Cinnamon is a bit buggy for touchscreen use sometimes, crashes and logsout of X. Sometimes requires forced shutdown, but overall it's really useable.

Blueman cannot connect to phone or headset. I will replace bluez5 with bluez4.

puppytahruser
Posts: 63
Joined: Sun 02 Oct 2016, 20:17

synaptic showing only installed program

#834 Post by puppytahruser »

Hi fred,
I tried bionicdog32 bit doing manual frugal insatall ( extracted casper and edit menu.lst) booted fine. When open synaptic that only shows program which are already install no new program available while search) . Why is this?

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#835 Post by backi »

Connected to the Internet ?
Did you hit the "reload" Button in Synaptic ?

puppytahruser
Posts: 63
Joined: Sun 02 Oct 2016, 20:17

re

#836 Post by puppytahruser »

yes net connected but not click reload button
will clicking reload solve the problem?
@backi

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#837 Post by backi »

Probably ........why not just test it ?

puppytahruser
Posts: 63
Joined: Sun 02 Oct 2016, 20:17

re

#838 Post by puppytahruser »

Thank you Backi. Problem solved :) just hit the reload button.

backi
Posts: 1922
Joined: Sun 27 Feb 2011, 22:00
Location: GERMANY

#839 Post by backi »

Congratulation !

wiak
Posts: 2040
Joined: Tue 11 Dec 2007, 05:12
Location: not Bulgaria

#840 Post by wiak »

https://getpublii.com/
Create beautiful websites

Perfect HTML CMS for blogs, portfolios and company websites. Publii allows to you build, modify and manage an unlimited number of sites from the same app with instant switching; no databases or other credentials to remember. No coding or HTML required.
So, very excited to try this...I downloaded deb package of static site generator Publii (an electron app) onto my BionicDog64 system and it seemed to install fine. I ran it by:

Code: Select all

cd /opt/Publii
./Publii --no-sandbox
It started up without issue. I clicked top right X to close it and restarted it; all fine. Then I did a save2flash and rebooted and tried starting it again but wouldn't start (big error message). I did an apt purge publii, and re-installed it and all fine again (until save2flash and reboot, which causes it not to work again...). Very sad. It's a very interesting static site creator, but I can't find out why it stops working on save2flash followed by reboot...

Help! Any ideas???

wiak

Post Reply