Page 17 of 18

Usb Tethering

Posted: Wed 06 May 2020, 14:42
by gabtech
Hi fred,

How do I setup usb tethering(usb0) in stretchdog?

Posted: Wed 06 May 2020, 15:31
by rcrsn51
Are you using PeasyWiFi as your connection manager?

Your tethering appears to create an Ethernet device called usb0.

PWF can set this up, but the procedure is a bit confusing.

Posted: Wed 06 May 2020, 16:02
by fredx181
This post in Bionicdog thread may help:
http://murga-linux.com/puppy/viewtopic. ... 000#991793

Fred

Posted: Wed 06 May 2020, 16:45
by rcrsn51
.

Posted: Thu 07 May 2020, 16:16
by rcrsn51
.

Posted: Thu 07 May 2020, 16:55
by fredx181
Some changes for the "quick-remaster" program,v1.2.0 : info here:
http://murga-linux.com/puppy/viewtopic. ... 59#1057459
The 1.2.0 version for Stretch doesn't have the zstd compression option because the Stretch mksquashfs doesn't support it.
EDIT: v1.2.1 is latest now with more info added to the GUI

Fred

PulseAudio

Posted: Thu 07 May 2020, 17:27
by gabtech
Hi fred,

Zoom wants pulseaudio for audio to work. How do I install pulse in stretchdog32 :?:

EDIT: Zoom audio working after reboot.

Posted: Fri 08 May 2020, 09:42
by fredx181
@gabtech, you asked about tethering, answered by rcrsn51 and me, not followed by a reply from you, very annoying (in general, btw, it happens too often).
also stated in post/thread here:
http://murga-linux.com/puppy/viewtopic. ... 22#1057422

Posted: Fri 08 May 2020, 10:09
by backi
Hi Fred !

I tried to apply the "quick-remaster" program,v1.2.0 " on BionicDog64 (with Security Backup)......it obviously does not work here .
Feasible to make it work on Bionic/Xenial Dog.....?
Nevertheless .....cool Gadget (as always) from Fred`s Laboratory .

Best Wishes !

Usb Tethering

Posted: Fri 08 May 2020, 10:13
by gabtech
Hi fred,

Sorry, I just followed the instructions you outlined and now usb tethering is working. Though I had to manually create the usb0.dhcp file. Thanks to you and rcrsn51.

Posted: Fri 08 May 2020, 10:49
by fredx181
@backi, yes, not working on Bionicdog, I'll try to make it soon, will post about it then in Bionicdog thread.

@gabtech, ah OK, fine.

Fred

Posted: Fri 08 May 2020, 11:09
by backi
Alright !

How to turn android phone into webcam

Posted: Sat 09 May 2020, 02:35
by gabtech
Hello debians,

I want to use my android phone as webcam. I've installed ipwebcam from play store and using the phone as ip camera works fine. For the webcam part, I downloaded the script which downloads the drivers to turn phone into webcam - the problem is my stretchdog machine is not recognizing my phone as webcam, pls help?

Compilling Setup

Posted: Sun 10 May 2020, 01:45
by gabtech
Hi fred,

I would like to try a hand at compilling my own apps. What tools do I need to install in my stretchdog32.

Posted: Sun 10 May 2020, 09:34
by fredx181
Hi gabtech, it would be a good start installing these packages

Code: Select all

apt install build-essential automake autoconf libtool pkg-config libcurl4-openssl-dev intltool libxml2-dev libgtk2.0-dev libnotify-dev libglib2.0-dev libevent-dev checkinstall upx-ucl cmake python3 libc6-dev yasm
But depending on what you compile, you may need more *-dev packages.

Or load the DEVX (it has more or less the same).
https://github.com/fredx181/StretchDog/ ... 6.squashfs

Fred

Posted: Sun 10 May 2020, 12:53
by gabtech
Thank you fred.
Can you take me through the steps for compiling droidcam 32bit - source >> https://github.com/aramg/droidcam/tree/master/linux

Posted: Sun 10 May 2020, 14:02
by fredx181
gabtech wrote:Thank you fred.
Can you take me through the steps for compiling droidcam 32bit - source >> https://github.com/aramg/droidcam/tree/master/linux
Mmm.. not the easiest one, it will also build a kernel module (will take a whole lot of space as you need linux-headers and dkms installed), I did not test the final result, but did test the compiling, here goes:

Download to some partition 61-DEVX-Stretch-20180113-k4.9.0-5-pae_i386.squashfs and activate it either from right-click in filemanager or from terminal:

Code: Select all

loadmodule -a 61-DEVX-Stretch-20180113-k4.9.0-5-pae_i386.squashfs
Download libjpeg-turbo-official (as in intructions on github) .deb and install

Code: Select all

dpkg -i libjpeg-turbo-official_2.0.4_i386.deb
apt -f install    # may be required
Install dependencies (gtk+-2.0 is already in the DEVX)

Code: Select all

apt install libavutil-dev libswscale-dev linux-headers-$(uname -r) dkms
Download droidcam from github and extract

Code: Select all

cd /root
wget --no-check-certificate https://github.com/aramg/droidcam/archive/master.zip
unzip master.zip
Then:

Code: Select all

cd droidcam-master/linux
make
./install-dkms
modprobe v4l2loopback-dc  # probably required
Installs to /usr/bin/droidcam and /usr/bin/droidcam-cli

Fred

Compiling Droidcam in stretchdog

Posted: Sun 10 May 2020, 23:43
by gabtech
Hi fred,

Thanks buddy for the instructions.

64amd linux headers

Posted: Thu 04 Jun 2020, 17:29
by gabtech
Hi fred,

Where can I download "linux-headers-4.9.0-3-amd64".

Re: 64amd linux headers

Posted: Thu 04 Jun 2020, 17:40
by dancytron
gabtech wrote:Hi fred,

Where can I download "linux-headers-4.9.0-3-amd64".
If you look about 1/2 way down the page at this link, https://unix.stackexchange.com/question ... h-debian-9 they say it is obsolete and in snapshot.debian.org. There are instructions to change your sources.lst file.

edit: or download it directly from
https://snapshot.debian.org/archive/deb ... n/l/linux/

Probably this one??
https://snapshot.debian.org/archive/deb ... _amd64.deb