The time now is Sat 07 Dec 2019, 08:48
All times are UTC - 4 |
Page 64 of 70 [1049 Posts] |
Goto page: Previous 1, 2, 3, ..., 62, 63, 64, 65, 66, 67, 68, 69, 70 Next |
Author |
Message |
escucha

Joined: 14 Mar 2009 Posts: 76 Location: Ainulindalë
|
Posted: Sun 21 Jul 2019, 06:42 Post subject:
|
|
Yess!
Thanks watchdog and williams2.
Have now a suitable and decent VLC running (many complaint errors if run from command line), but enough for playing and what I want.
Sound OK setting alsa preference well, and found the mistery of 'file:///root/%24%40' editing the vlc.desktop item in usr/share/applications where line 144 reads: Exec=/usr/bin/vlc --started-from-file "$@"
cut the --started option, that's all.
And... a new step forward: How about VLC 3.0.7.1 ?
To be continued.
_________________ Now on Bionicpup 8.0 64bit version and playing VLC media player as root
|
Back to top
|
|
 |
boolean1
Joined: 22 Jan 2019 Posts: 3
|
Posted: Mon 22 Jul 2019, 13:42 Post subject:
|
|
i dont think udevd is initialised properly in /etc/rc.d/rc.sysinit
there are no /dev/disk/by-id/ symlinks , despite the fact that there is a rule /lib/udev/rules.d/60-persistent-storage.rules to create it, i also checked by putting my own .rules file in /etc/udev/rules.d and it fail to do anything for some reason on boot , you can fix this by doing a , after doing this all the missing symlnks and nodes in /dev/ appear ,
this leads me to believe that the udevd deamon is not initialised properly in /etc/rc.d/rc.sysinit?
|
Back to top
|
|
 |
escucha

Joined: 14 Mar 2009 Posts: 76 Location: Ainulindalë
|
Posted: Sun 04 Aug 2019, 09:14 Post subject:
|
|
Hi,
udevd deamon is properly initialised in my machine; /etc/rc.d/rc.sysinit, no need /dev/disk/by-id/ symlinks.
U can access via command line but udev is not implemented and udevadm is.
You need previously copy this commands as new to /bin folder and don't care about missing links. So udev is active as can see in Task Manager.
May be is not clean init but it works.
_________________ Now on Bionicpup 8.0 64bit version and playing VLC media player as root
|
Back to top
|
|
 |
gabtech
Joined: 14 Apr 2013 Posts: 40
|
Posted: Fri 09 Aug 2019, 05:57 Post subject:
SSL ENABLED FFMPEG |
|
I need help with ffmeg. I want to stream to facebook but with the new changes in facebook live a ssl enabled ffmpeg is needed. Who could be in a position to compile one for me. I use bionicpup64 and lxbionic32. Reference - https://www.iiwnz.com/compile-ffmpeg-with-rtmps-for-facebook/?_e_pi_=7%2CPAGE_ID10%2C9854577403
|
Back to top
|
|
 |
mouldy

Joined: 04 May 2005 Posts: 637
|
Posted: Sun 11 Aug 2019, 17:37 Post subject:
|
|
Just a heads up that wvdial has problems in Bionicpup64 8.0 CE. Neither the puppy connection wizard, nor wvdial directly can tether to my 3G cell phone. I get this:
Quote: | root# wvdial
--> WvDial: Internet dialer version 1.61
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2
ATQ0 V1 E1 S0=0 &C1 &D2
OK
--> Sending: AT+CFUN=1;+CGDCONT=1,"IP","RESELLER"
AT+CFUN=1;+CGDCONT=1,"IP","RESELLER"
OK
--> Modem initialized.
--> Idle Seconds = 3000, disabling automatic reconnect.
wvdial: utils/wvtask.cc:499: static void WvTaskMan::do_task(): Assertion `task' failed.
Aborted
root# |
I got online by setting up chatscripts file in /etc so I could use pon and poff. But I know I would prefer the connection wizard, suspect others would also.
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 12969 Location: S.C. USA
|
Posted: Mon 19 Aug 2019, 10:26 Post subject:
|
|
Take a Shot has new version.
http://www.murga-linux.com/puppy/viewtopic.php?t=84528
Version 1.15:
- added 'Discard' button to the preview dialog (thanks to MochiMoppel)
- increased the size of the preview image (1/5 -> 1/3)
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
Wyk72

Joined: 01 Sep 2009 Posts: 15
|
Posted: Tue 20 Aug 2019, 10:07 Post subject:
missing l2tp modules in kernel 4.19.23 from BionicPup64 Subject description: wireguard too |
|
-- EDIT: nevermind, I downloaded the kernel sources and compiled the l2tp module, works flawlessly.
-- EDIT2: I got also the .deb wireguard packages for ubuntu bionic fromthe official repository. In can confirm they work as expected, after compiling the module (the source will be in /usr/src after installing the .DEB).
I am trying to use a l2tp_eth "pseudo-wire" tunnel for my homelan, from Alpine Linux to a Puppy Bionicpup64 box.
I can't find the l2tp_eth module anywhere in bionicpup64:
root# modprobe l2tp_eth
modprobe: FATAL: Module l2tp_eth not found in directory /lib/modules/4.19.23
root# uname -a
Linux ImmClient 4.19.23 #1 SMP Tue Feb 19 15:07:58 GMT 2019 x86_64 x86_64 x86_6
Do I have to recompile ALL the kernel just to get this little module ? I also checked various .sfs with modules for this kernel 4.19.23, but no luck.
Since those modules are really tiny (few KB) , I wonder why they are not included by default. They are useful for a lot of situations.
Tried also the ubuntu modules, but I get the "wrong executable" error when modprobing them.
Also, any idea where I can find the wireguard module/package/binary ?
Thanks a million.
Wyk72
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3506 Location: wales
|
Posted: Tue 20 Aug 2019, 16:29 Post subject:
|
|
boolean1 wrote: | i dont think udevd is initialised properly in /etc/rc.d/rc.sysinit
there are no /dev/disk/by-id/ symlinks , despite the fact that there is a rule /lib/udev/rules.d/60-persistent-storage.rules to create it, i also checked by putting my own .rules file in /etc/udev/rules.d and it fail to do anything for some reason on boot , you can fix this by doing a , after doing this all the missing symlnks and nodes in /dev/ appear ,
this leads me to believe that the udevd deamon is not initialised properly in /etc/rc.d/rc.sysinit? |
thanks
reported on woofce
_________________ Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3506 Location: wales
|
Posted: Tue 20 Aug 2019, 16:31 Post subject:
Re: SSL ENABLED FFMPEG |
|
gabtech wrote: | I need help with ffmeg. I want to stream to facebook but with the new changes in facebook live a ssl enabled ffmpeg is needed. Who could be in a position to compile one for me. I use bionicpup64 and lxbionic32. Reference - https://www.iiwnz.com/compile-ffmpeg-with-rtmps-for-facebook/?_e_pi_=7%2CPAGE_ID10%2C9854577403 |
hi gabtech
i've built a static build of ffmpeg with openssl enabled for you to try http://distro.ibiblio.org/puppylinux/pet_packages-bionic64/ffmpeg-3.4.6-openssl-static-x86_64.pet
_________________ Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3506 Location: wales
|
Posted: Tue 20 Aug 2019, 16:33 Post subject:
|
|
mouldy wrote: | Just a heads up that wvdial has problems in Bionicpup64 8.0 CE. Neither the puppy connection wizard, nor wvdial directly can tether to my 3G cell phone. I get this:
Quote: | root# wvdial
--> WvDial: Internet dialer version 1.61
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2
ATQ0 V1 E1 S0=0 &C1 &D2
OK
--> Sending: AT+CFUN=1;+CGDCONT=1,"IP","RESELLER"
AT+CFUN=1;+CGDCONT=1,"IP","RESELLER"
OK
--> Modem initialized.
--> Idle Seconds = 3000, disabling automatic reconnect.
wvdial: utils/wvtask.cc:499: static void WvTaskMan::do_task(): Assertion `task' failed.
Aborted
root# |
I got online by setting up chatscripts file in /etc so I could use pon and poff. But I know I would prefer the connection wizard, suspect others would also. |
hi mouldy
try installing the ubuntu version of wvdial from the PPM (type into find box)
if that fails you could try slackos here http://distro.ibiblio.org/puppylinux/pet_packages-slacko6414.2/wvdial-1.61-x86_64_s700.pet
_________________ Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3506 Location: wales
|
Posted: Tue 20 Aug 2019, 16:42 Post subject:
|
|
thanks
added to quickpet updates
_________________ Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
mouldy

Joined: 04 May 2005 Posts: 637
|
Posted: Wed 21 Aug 2019, 19:46 Post subject:
|
|
666philb wrote: | mouldy wrote: | Just a heads up that wvdial has problems in Bionicpup64 8.0 CE. Neither the puppy connection wizard, nor wvdial directly can tether to my 3G cell phone. I get this:
Quote: | root# wvdial
--> WvDial: Internet dialer version 1.61
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2
ATQ0 V1 E1 S0=0 &C1 &D2
OK
--> Sending: AT+CFUN=1;+CGDCONT=1,"IP","RESELLER"
AT+CFUN=1;+CGDCONT=1,"IP","RESELLER"
OK
--> Modem initialized.
--> Idle Seconds = 3000, disabling automatic reconnect.
wvdial: utils/wvtask.cc:499: static void WvTaskMan::do_task(): Assertion `task' failed.
Aborted
root# |
I got online by setting up chatscripts file in /etc so I could use pon and poff. But I know I would prefer the connection wizard, suspect others would also. |
hi mouldy
try installing the ubuntu version of wvdial from the PPM (type into find box)
if that fails you could try slackos here http://distro.ibiblio.org/puppylinux/pet_packages-slacko6414.2/wvdial-1.61-x86_64_s700.pet |
Same result. So maybe something wvdial depends on rather than wvdial itself? I guess nobody else uses wvdial for tethering or dialup for that matter, so I can live with PPP and pon/poff. That works fairly well and I created shortcut script for pon and link for poff on desktop so only have to click pon and wait until I get the little cell phone down in the tray.
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 3506 Location: wales
|
Posted: Thu 22 Aug 2019, 05:58 Post subject:
|
|
mouldy wrote: |
Same result. So maybe something wvdial depends on rather than wvdial itself? I guess nobody else uses wvdial for tethering or dialup for that matter, so I can live with PPP and pon/poff. That works fairly well and I created shortcut script for pon and link for poff on desktop so only have to click pon and wait until I get the little cell phone down in the tray. |
hi mouldy,
maybe it's wvstreams that also needs changing ... try both wvdial & wvstreams from the ppm (make sure to get the ubuntu versions).
bionicpups wvdial & streams are old .pets, possibly from tahrpup
if still no luck, have a go with slackos ones again http://distro.ibiblio.org/puppylinux/pet_packages-slacko6414.2/
_________________ Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331
|
Back to top
|
|
 |
amn87
Joined: 28 Mar 2016 Posts: 32
|
Posted: Tue 27 Aug 2019, 13:51 Post subject:
Brightness and Volume controls not working. |
|
I tried using System Info to get the system specs but it just hangs. In Task Manager lsusb is driving CPU usage to 16% and I couldn't even kill it.
System specs: Intel Ci5 8250U,Nvidia MX150 8GB RAM
Only the USB drive used to boot Puppy is connected besides a mouse.
Bionicpup64 8.0. I used Rufus to create the bootable USB.
Restart or Shutdown doesn't work either. I have to press down the power button to switch off.
Save file creation gets stuck always no matter the size.
Slacko Puppy 6.3.2 got stuck in video adaptor issue.
|
Back to top
|
|
 |
bigpup

Joined: 11 Oct 2009 Posts: 12969 Location: S.C. USA
|
Posted: Tue 27 Aug 2019, 14:11 Post subject:
|
|
Quote: | Brightness and Volume controls not working |
If this is a laptop computer and you are talking about the buttons/keys on the laptop.
That is kind of normal, the option keys not working on laptops.
Bionicpup has programs for controlling those things.
I assume some operating system will boot and run OK on this computer.
This is the kind of issues you get if the install to the USB drive is just a bad install.
I would try it over fresh.
A clean new download of the Bionicpup64 8.0 iso
A fresh new format of the USB drive partition.
Rufus may do this for you.
If not, use a program that can format a partition.
Probably needs to be formatted fat 32 for Rufus to use it.
Using newly fresh Bionicpup iso, freshly formatted USB drive, and Rufus.
Install Bionicpup to the USB drive.
Any help?
_________________ The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected
YaPI(any iso installer)
|
Back to top
|
|
 |
|
Page 64 of 70 [1049 Posts] |
Goto page: Previous 1, 2, 3, ..., 62, 63, 64, 65, 66, 67, 68, 69, 70 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|