The time now is Mon 09 Dec 2019, 23:47
All times are UTC - 4 |
Page 62 of 68 [1006 Posts] |
Goto page: Previous 1, 2, 3, ..., 60, 61, 62, 63, 64, 65, 66, 67, 68 Next |
Author |
Message |
tommy
Joined: 04 Oct 2005 Posts: 124 Location: Italy
|
Posted: Wed 24 Oct 2018, 05:26 Post subject:
|
|
@mistfire Thanks, I'll try to look in those scripts and report back.
|
Back to top
|
|
 |
kuman11
Joined: 26 Dec 2017 Posts: 215
|
Posted: Sun 28 Oct 2018, 22:32 Post subject:
This X-Slacko doesn't recognize the exFat USB sticks |
|
This X-Slacko doesn't recognize the exFat USB sticks. Any ideas how can I mount them?
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1272 Location: PH
|
Posted: Mon 29 Oct 2018, 03:29 Post subject:
|
|
@kuman try to mount manually using this parameter
Code: |
mount -t exfat [drive] [mountpoint]
Example:
mount -t exfat /dev/sda1 /mnt/sda1
|
|
Back to top
|
|
 |
kuman11
Joined: 26 Dec 2017 Posts: 215
|
Posted: Mon 29 Oct 2018, 19:56 Post subject:
|
|
I keep gettin' this [unknown filesystem type 'exfat']. It seems it can't recognize it ...
|
Back to top
|
|
 |
cthisbear
Joined: 29 Jan 2006 Posts: 4455 Location: Sydney Australia
|
Posted: Tue 30 Oct 2018, 19:34 Post subject:
|
|
Please consider adding
Simplecom NW601 Wireless USB
How to use Simplecom NW601 Wireless USB? (Solved)
http://murga-linux.com/puppy/viewtopic.php?p=1008529#1008529
No recent Pups have this incuding,
UPup Bionic Beaver
Bionicpup64
32-bit UPup Cosmic Cuttlefish
X-Slacko Slim
Page one Murga.
http://murga-linux.com/puppy/viewtopic.php?t=114560
::
perdido supplied these with help from Semme.
Both work after a reboot.
However I prefer for banking to boot a pristine Puppy,
add my stored bookmarks, and usually Slimjet and off I go.
http://ibm-pc.org/puppy/rtl8812au_rtl8821au-4.3.20_k4.1.48.pet
http://ibm-pc.org/puppy/rtl8812au-5.1.5_k4.1.48.pet
:::::
Linux Drivers from Simplecom site:
https://www.simplecom.com.au/media/linksforce/pdf/n/w/nw611_linux.zip
Many thanks...Chris.
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1272 Location: PH
|
Posted: Tue 30 Oct 2018, 20:42 Post subject:
|
|
@cthisbear
I supposed to consider that however those drivers were kernel modules which was very sensitive to kernel versions. X-Slacko Slim currently uses 4.17.x kernel while the given drivers was for 4.1.x so it is mismatch
firmware drivers will work just fine regardless of kernel version so I will add it to my fdrv collection
|
Back to top
|
|
 |
kuman11
Joined: 26 Dec 2017 Posts: 215
|
Posted: Tue 30 Oct 2018, 22:11 Post subject:
|
|
Chris, I guess it's not related to me, right?
|
Back to top
|
|
 |
perdido

Joined: 09 Dec 2013 Posts: 1426 Location: ¿Altair IV , Just north of Eeyore Junction.?
|
Posted: Tue 30 Oct 2018, 23:43 Post subject:
|
|
mistfire wrote: | @cthisbear
I supposed to consider that however those drivers were kernel modules which was very sensitive to kernel versions. X-Slacko Slim currently uses 4.17.x kernel while the given drivers was for 4.1.x so it is mismatch
firmware drivers will work just fine regardless of kernel version so I will add it to my fdrv collection |
The confirmed working sources for the driver cthisbear is talking about are here
https://github.com/zebulon2/rtl8812au
.
|
Back to top
|
|
 |
tommy
Joined: 04 Oct 2005 Posts: 124 Location: Italy
|
Posted: Mon 05 Nov 2018, 10:29 Post subject:
|
|
mistfire wrote: Quote: | if you are fluent in bash scripting take a look at load-power-cfg and power_gui scripts as well as check-power in /root/Startup |
I found no errors on those scripts, but
showed that DPMS was disabled at bootup.
I have placed a script in /root/Startup like this:
Code: | !#/bin/bash
sleep 30
xset +dpms & |
and now on reboots the monitor shuts down automatically at the given period of time set with ppower tray applet. Problem solved! Thanks!
Side note: if I omit the initial 'sleep 30', dpms stays disabled, maybe because there are other power management scripts running at the same time that interfere with my script.
|
Back to top
|
|
 |
kuman11
Joined: 26 Dec 2017 Posts: 215
|
Posted: Thu 08 Nov 2018, 00:16 Post subject:
|
|
mistfire,
I got this 2 packages are needed to access exFat:
https://slackbuilds.org/repository/14.1/system/fuse-exfat/
https://slackbuilds.org/repository/14.1/system/exfat-utils/
Can u provide them as dotpets to add to X-Slacko Slim 4.4r23?
|
Back to top
|
|
 |
kuman11
Joined: 26 Dec 2017 Posts: 215
|
Posted: Fri 30 Nov 2018, 20:58 Post subject:
|
|
mistfire,
When I try to open tar.gz files I started getting this:
GConf error
GConf error: No database available to save your configuration: Unable to store a value at key '/apps/file-roller/general/migrate_directories', as the configuration server has no writable databases. There are some common causes of this problem: 1) your configuration path file /etc/gconf/2/path doesn't contain any databases or wasn't found 2) somehow we mistakenly created two gconfd processes 3) your operating system is misconfigured so NFS file locking doesn't work in your home directory or 4) your NFS client machine crashed and didn't properly notify the server on reboot that file locks should be dropped. If you have two gconfd processes (or had two at the time the second was launched), logging out, killing all copies of gconfd, and logging back in may help. If you have stale locks, remove ~/.gconf*/*lock. Perhaps the problem is that you attempted to use GConf from two machines at once, and ORBit still has its default configuration that prevents remote CORBA connections - put "ORBIIOPIPv4=1" in /etc/orbitrc. As always, check the user.* syslog for details on problems gconfd encountered. There can only be one gconfd per home directory, and it must own a lockfile in ~/.gconfd and also lockfiles in individual storage locations such as ~/.gconf
What should I do?
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1272 Location: PH
|
Posted: Fri 30 Nov 2018, 22:04 Post subject:
|
|
@kuman11
Try to boot X-Slacko Slim on its pristine state
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1272 Location: PH
|
Posted: Wed 02 Jan 2019, 22:04 Post subject:
|
|
New X-Slacko Slim iteration released
Changes:
* Linux kernel 4.9.x
* Modular design. kernel modules now resides in zdrv sfs file. It can now easily swap kernel and kernel modules
* SFS load now supports Porteus (*.lzm and *.xzm) and Slax modules. No need to change file extension to .sfs (Also it can be install as package by using petget)
* Installing Tiny Core Linux extension (*.tce,*.tcel,*.tcem) is now supported by petget
* Improved PPM
* Improved handling of multiple screen
* Improved initrd
* Some bugfixes
Download: https://drive.google.com/file/d/1D-lQfhOsGN69wbQSXEW9-5_BN1p7Md0P/view?usp=sharing
MD5 Checksum: 5889180893e5f1f4195d69f87a89d4c7
|
Back to top
|
|
 |
step
Joined: 04 May 2012 Posts: 1224
|
Posted: Wed 09 Jan 2019, 13:33 Post subject:
|
|
Version 4.4.r24 frugally installed and working well, thank you. I noticed that message 'updating layered sfs... next boot will be faster' is shown on every reboot. Will the next boot ever be faster, and the message go away?
_________________ Fatdog64-810|+Packages|Kodi|gtkmenuplus
|
Back to top
|
|
 |
mistfire
Joined: 04 Nov 2008 Posts: 1272 Location: PH
|
Posted: Fri 11 Jan 2019, 10:07 Post subject:
|
|
@step probably yes.
|
Back to top
|
|
 |
|
Page 62 of 68 [1006 Posts] |
Goto page: Previous 1, 2, 3, ..., 60, 61, 62, 63, 64, 65, 66, 67, 68 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
|