Search found 341 matches

by Phoenix
Sat Feb 05, 2022 2:19 am
Forum: Beginners Help
Topic: Problems turning a thin client into a usable computer with Puppy
Replies: 36
Views: 2395

Re: Problems turning a thin client into a usable computer with Puppy

Alright, so here is how you can do this without needing any other tools. Your existing installation will do. Boot into RAM mode. By default your boot menu will mention RAM, this is what you want to select. Resize then via Gparted. You will have to perform the steps I already gave since the graphics ...
by Phoenix
Fri Feb 04, 2022 4:07 pm
Forum: Users
Topic: Spot is failing to work in Bionicpup64 8.0 (Solved)
Replies: 32
Views: 1785

Re: Spot is failing to work in Bionicpup64 8.0

Even with that the first command fails because /bin/sh is denied to spot. I'm honestly not certain what is wrong here as all the executable bits are set for the owner, group, and world...

by Phoenix
Fri Feb 04, 2022 6:36 am
Forum: Bionic
Topic: Getting a card reader to work [Solved?]
Replies: 44
Views: 4918

Re: Getting a card reader to work

Seems like a bug with the frontend that puppy uses to generate icons on the go for partitions.

by Phoenix
Fri Feb 04, 2022 2:21 am
Forum: Bionic
Topic: Getting a card reader to work [Solved?]
Replies: 44
Views: 4918

Re: Getting a card reader to work

No no, device as in device node! Linux itself has to provide an interface somewhere, so the system can access and interact with things! For storage devices as you seen, they are often given an 'sd' prefix along with a, b, c, etc. and a number to indicate which partition. Although sda by itself means ...
by Phoenix
Fri Feb 04, 2022 2:17 am
Forum: Users
Topic: Spot is failing to work in Bionicpup64 8.0 (Solved)
Replies: 32
Views: 1785

Re: Spot is failing to work in Bionicpup64 8.0

Still a fail unfortunately... :thumbdown:

by Phoenix
Fri Feb 04, 2022 2:13 am
Forum: Users
Topic: MacBookPro8,1 mmc card reader had a flash of reliability
Replies: 4
Views: 757

Re: MacBookPro8,1 mmc card reader had a flash of reliability

It's not been fixed.. at all, even with the 5th mainline kernels. Your only options is to keep passing that value in. I would suggest looking at Woof-CE https://github.com/puppylinux-woof-CE/woof-CE if you want to get into kernel stuff. It packages everything including kernel sources (they auto ...
by Phoenix
Thu Feb 03, 2022 4:28 am
Forum: Users
Topic: MacBookPro8,1 mmc card reader had a flash of reliability
Replies: 4
Views: 757

Re: MacBookPro8,1 mmc card reader had a flash of reliability

This was an issue before, and solved here: https://askubuntu.com/questions/1297047/sd-card-does-not-mount-in-broadcom-bcm57765-57785-macbook-pro-card-reader The write rates will be akin to USB 2.0 speeds though. rmmod sdhci_pci sdhci modprobe sdhci debug_quirks2=4 modprobe sdhci_pci It's not ...
by Phoenix
Thu Feb 03, 2022 1:58 am
Forum: Bionic
Topic: Getting a card reader to work [Solved?]
Replies: 44
Views: 4918

Re: Getting a card reader to work

I'm rather curious as to what happens if you attempt mounting one of these created device nodes. This will mount as read-only in the terminal.

Code: Select all

mount -o ro /dev/device
by Phoenix
Wed Feb 02, 2022 4:15 pm
Forum: Beginners Help
Topic: Fossapup 64 failed to boot from usb install (solved)
Replies: 9
Views: 969

Re: Fossapup 64 failed to boot from usb install

:? Ummm I don't know whether this occurred to you, but mount points DO change. You should be after finding the partition via 'search' and setting it as root via --set=root --fs-uuid <uuid> . Refer to that partition as / because grub's current state after that operation, that partition is the root ...
by Phoenix
Wed Feb 02, 2022 4:03 pm
Forum: Bug Reports
Topic: CPU Frequency Scaling Tool does not preserve governor (solved)
Replies: 21
Views: 2531

Re: CPU Frequency Scaling Tool does not preserve governor

bigpup I suspect that the model N3550 Celeron does not support a part of intel_pstate as when looking this up, I found a way to check for intel-pstate's presence and an explanation that intel-cpufreq is actually just intel-pstate in passive mode! So... I guess the tool will be borked since it can't ...
by Phoenix
Wed Feb 02, 2022 1:32 am
Forum: Users
Topic: My overall impression of Puppy Linux
Replies: 30
Views: 1829

Re: My overall impression of Puppy Linux

Regarding accessing files off a frugal install (savefile) you'll need to inform the mount utility via terminal to use a loop device. This is only needed if your file manager cannot do this. This is how puppy is capable of reading and using a file.

Code: Select all

mount -o loop path/to/filesystem/file mount/point
by Phoenix
Mon Jan 31, 2022 4:00 pm
Forum: Users
Topic: Discussion about packages and package managers in general
Replies: 2
Views: 223

Re: Discussion about packages and package managers in general

Some THINGS do matter such as architecture. A 64-bit compiled binary or library cannot be run by a 32-bit cpu, nor an ARM cpu. noarch means that it works across every cpu architecture. Usually they are scripts. I am not certain about how auto install mode works, but I believe it grabs dependencies ...
by Phoenix
Mon Jan 31, 2022 12:15 am
Forum: Bug Reports
Topic: cupsd server error (solved)
Replies: 6
Views: 589

Re: cupsd server error

Can confirm updating again then rebooting doesn't solve the problem. Although its not credential issues.

by Phoenix
Sun Jan 30, 2022 6:19 pm
Forum: Beginners Help
Topic: Unable to watch DVD movies after installing BionicPup64 on flash drive (Solved)
Replies: 5
Views: 414

Re: Unable to watch DVD movies after installing BionicPup64 on flash drive

VLC should have a log option, what do you see in there when attempting to read off it? (Generally sensitivity level to warning is good enough, but if you want debug you can set that too)

by Phoenix
Sun Jan 30, 2022 6:14 pm
Forum: Bug Reports
Topic: cupsd server error (solved)
Replies: 6
Views: 589

Re: cupsd server error

I already did this booting into RAM. The homepage displays fine, as well as nothing amiss in the logs given by cups. However navigating to any other function requiring execv of a .cgi file fails due to permissions.

by Phoenix
Sun Jan 30, 2022 5:30 am
Forum: Bug Reports
Topic: cupsd server error (solved)
Replies: 6
Views: 589

cupsd server error (solved)

Puppy: Bionicpup64 8.0 Kernel: 5.10-ck Simply put without modifying cups at all it does not work, by default! Returns Internal Server Error. Setting the configuration to debug reveals permissions are denied. Setting 755 recursively on the files is operating with makes no difference. Changing ...
by Phoenix
Sun Jan 30, 2022 3:31 am
Forum: Beginners Help
Topic: Problems turning a thin client into a usable computer with Puppy
Replies: 36
Views: 2395

Re: Problems turning a thin client into a usable computer with Puppy

As it is using bionic Ubuntu repositories, you do not need to click or navigate to one of these places. Open up puppy package manager, through its menu entry. Or type ppm via Windows key + R. Search up 'firefox', click the entry given, with a higher number. If you want a language pack as shown, you ...
by Phoenix
Sun Jan 30, 2022 3:24 am
Forum: Users
Topic: Spot is failing to work in Bionicpup64 8.0 (Solved)
Replies: 32
Views: 1785

Re: Spot is failing to work in Bionicpup64 8.0

I am preferably trying to run-as-spot for a given program, such as firefox or palemoon. But run-as-spot does not work either. /bin/ash: Permission denied
As well, reading the README.txt reveals I should be able to issue su spot; cd ~

by Phoenix
Sun Jan 30, 2022 3:17 am
Forum: Bionic
Topic: Getting a card reader to work [Solved?]
Replies: 44
Views: 4918

Re: Getting a card reader to work

Can you show us what's in dmesg? (If it nothing related doesn't show up you'll need to get it from /var/log/messages then).
Also are the card contacts clean enough? As well as the reader?
I'm fairly certain ATA devices are not SD cards. But I may be wrong.

by Phoenix
Sat Jan 29, 2022 8:52 pm
Forum: Users
Topic: Spot is failing to work in Bionicpup64 8.0 (Solved)
Replies: 32
Views: 1785

Re: Spot is failing to work in Bionicpup64 8.0

I have now booted via pfix=ram and setting up via loginmanager still doesn't work. Permissions still being denied. I've tried chown spot:root and that fails too.

by Phoenix
Fri Jan 28, 2022 6:09 am
Forum: Beginners Help
Topic: Qualcomm Atheros AR9285 wifi adapter not detected by Bionicpup32
Replies: 9
Views: 1050

Re: Qualcomm Atheros AR9285 wifi adapter not detected by Bionicpup32

If at all possible reset to factory default. As well issue rfkill list all If it reports hard blocked as a yes, then its a BIOS issue/keyboard set the wifi card off.

by Phoenix
Thu Jan 27, 2022 10:44 pm
Forum: Beginners Help
Topic: Qualcomm Atheros AR9285 wifi adapter not detected by Bionicpup32
Replies: 9
Views: 1050

Re: Wifi not detected by wireless network adapter.

You may need firmware to get it to work.
Which puppy are you using? As well, give the kernel version being used here. You can get that via dmesg | head. Also you may need to click the refresh button instead.

by Phoenix
Thu Jan 27, 2022 10:39 pm
Forum: Beginners Help
Topic: Fossapup 64 failed to boot from usb install (solved)
Replies: 9
Views: 969

Re: Fossapup 64 failed to boot from usb install

@Fletch
Could you provide a quick snippet of grub.cfg/menu.lst? Which ever one contains menu entries for puppy. Providing a directory listing of how its configured on the USB can also help. Also confirm that vmlinuz exists at the base folder of the USB.

by Phoenix
Thu Jan 27, 2022 10:34 pm
Forum: Beginners Help
Topic: Problems turning a thin client into a usable computer with Puppy
Replies: 36
Views: 2395

Re: Linux Puppy problemen

deram :- R-i-iight. Okay; so, you're booting it from a USB flash drive, yes? There ARE ways to try booting differently, in order to get a working display. What we need to know is how you installed Bionic to the flash drive; did you simply copy the ISO, or did you in fact "burn" the ISO to the flash ...
by Phoenix
Thu Jan 27, 2022 3:39 am
Forum: Beginners Help
Topic: Problems turning a thin client into a usable computer with Puppy
Replies: 36
Views: 2395

Re: Linux Puppy problemen

Sorry for the trouble people had to go to. If you press CTRL+ALT+BACKSPACE for Bionic pup 8.0 does it fallback onto a console, that is it has a blinking cursor? Along with any additional text? -- Translation (Dutch) Sorry voor de moeite die mensen moesten doen. Als je op CTRL+ALT+BACKSPACE drukt ...
by Phoenix
Wed Jan 26, 2022 9:33 pm
Forum: Bionic
Topic: OBS Open Broadcaster Software
Replies: 1
Views: 896

Re: OBS Open Broadcaster Software

To add their repo: pkg add-repo ppa:obsproject/obs-studio ubuntu bionic Then issue pkg sa obs-studio to verify that there is an available package. Once you verified that use pkg a obs-studio . If you want the graphical solution use PPM and select the screwdriver icon to then tick the box for obs ...
by Phoenix
Wed Jan 26, 2022 9:24 pm
Forum: Beginners Help
Topic: Problems turning a thin client into a usable computer with Puppy
Replies: 36
Views: 2395

Re: Linux Puppy problemen

We need you to write in English, or if needed look at the Board Index for the relevant language.
Firefox needs to be updated, along with openssl/ssl possibly.

by Phoenix
Wed Jan 26, 2022 9:16 pm
Forum: Users
Topic: Spot is failing to work in Bionicpup64 8.0 (Solved)
Replies: 32
Views: 1785

Re: Spot is failing to work in Bionicpup64 8.0

Well it works on the same puppy that my sister uses. So I'm not certain what I'm doing wrong here.

by Phoenix
Wed Jan 26, 2022 6:32 am
Forum: Users
Topic: Spot is failing to work in Bionicpup64 8.0 (Solved)
Replies: 32
Views: 1785

Re: Spot is failing to work in Bionicpup64 8.0

The order suggested does not work unfortunately.

by Phoenix
Wed Jan 26, 2022 6:30 am
Forum: Users
Topic: How do you disable wifi and Bluetooth in Bionicpup64?
Replies: 3
Views: 296

Re: How do you disable wifi and Bluetooth in Bionicpup64?

There is possibly an rc.bluetooth in system services under Startup Manager. That starts the bluetooth daemon. But I'm quite certain that does not stop it from being powered. Neither WI-FI cards.

Go to advanced search