StretchDog

A home for all kinds of Puppy related projects
Message
Author
gabtech
Posts: 107
Joined: Sun 14 Apr 2013, 11:42

Usb Tethering

#321 Post by gabtech »

Hi fred,

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

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#322 Post 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.

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

#323 Post by fredx181 »

This post in Bionicdog thread may help:
http://murga-linux.com/puppy/viewtopic. ... 000#991793

Fred

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#324 Post by rcrsn51 »

.
Last edited by rcrsn51 on Thu 07 May 2020, 17:37, edited 1 time in total.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#325 Post by rcrsn51 »

.
Last edited by rcrsn51 on Thu 07 May 2020, 17:37, edited 1 time in total.

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

#326 Post 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
Last edited by fredx181 on Fri 08 May 2020, 11:01, edited 1 time in total.

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

PulseAudio

#327 Post by gabtech »

Hi fred,

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

EDIT: Zoom audio working after reboot.

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

#328 Post 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

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

#329 Post 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 !

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

Usb Tethering

#330 Post 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.

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

#331 Post 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

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

#332 Post by backi »

Alright !

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

How to turn android phone into webcam

#333 Post 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?

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

Compilling Setup

#334 Post 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.

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

#335 Post 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

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

#336 Post 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

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

#337 Post 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

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

Compiling Droidcam in stretchdog

#338 Post by gabtech »

Hi fred,

Thanks buddy for the instructions.

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

64amd linux headers

#339 Post by gabtech »

Hi fred,

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

dancytron
Posts: 1519
Joined: Wed 18 Jul 2012, 19:20

Re: 64amd linux headers

#340 Post 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

Post Reply