Search found 7 matches
- Mon Jun 03, 2024 8:07 am
- Forum: Beginners Help
- Topic: Fossapup: How to show network traffic frm interface usb0 on desktop?
- Replies: 0
- Views: 162
Fossapup: How to show network traffic frm interface usb0 on desktop?
Hi everybody, I'm using fossapup. On the desktop (lower right corner) is a network traffic display. It shows the traffic of the interfaces eth0 and wlan0. Now I'm connected via the interface usb0. Is there a way to configure this desktop display to show traffic data from the interface usb0 instead ...
- Sun Mar 10, 2024 11:29 am
- Forum: Beginners Help
- Topic: How to prevent /usr/sbin/pkg / petget from automatic data update after booting? (solved)
- Replies: 3
- Views: 184
Re: How to prevent /usr/sbin/pkg / petget from automatic data update after booting?
Thank you, both!
And as PPMupdatedatabase calls it with 'exec':
exec pkg ru
no sub shell is opened and it looks as if 'busybox init' would have called 'pkg' directly. And so I couldn't find it with 'ps'.
Thanks again!
- Sun Mar 10, 2024 10:36 am
- Forum: Beginners Help
- Topic: How to prevent /usr/sbin/pkg / petget from automatic data update after booting? (solved)
- Replies: 3
- Views: 184
How to prevent /usr/sbin/pkg / petget from automatic data update after booting? (solved)
Hi everyone, after booting /usr/sbin/pkg (calling then /usr/local/petget/0setup) automatically starts to download repository index files. I'd like to prevent automatic download as I have a slow connection. I rather prefer to update petget manually at need. I'm running fossapup64 9.5, a frugal ...
- Mon Feb 26, 2024 8:01 pm
- Forum: Users
- Topic: Getting Fn-key utilities working in ThinkPad [SOLVED]
- Replies: 13
- Views: 2069
Re: Getting Fn-key utilities working in ThinkPad [SOLVED]
Thank you for the hint. I understand that intel_pstate isn't a module, that can be loaded and unloaded, but is compiled into the kernel instead. I have a T530, which were sold 2012-2014. So newer kernels may or may not work. Additionally the kernels listed here https://forum.puppylinux.com/viewforum ...
- Fri Feb 23, 2024 4:28 pm
- Forum: Users
- Topic: Getting Fn-key utilities working in ThinkPad [SOLVED]
- Replies: 13
- Views: 2069
Re: Getting Fn-key utilities working in ThinkPad [SOLVED]
Most likely it is what version of the Intel_pstate driver. That thing has gone thru a lot of updates over the last few years. I think a lot of issues are fixed, if it is the newest or newer one in the specific Puppy version. Puppy versions released in the last year or two should have newer versions ...
- Wed Feb 21, 2024 9:02 pm
- Forum: Users
- Topic: Getting Fn-key utilities working in ThinkPad [SOLVED]
- Replies: 13
- Views: 2069
Re: Getting Fn-key utilities working in ThinkPad
The intel_pstate option shouldn't be needed, as that only toggles the intel_pstate driver, Intel's own driver to be disabled and instead use the default acpi-cpufreq driver. (Also this will have no effect on any ThinkPad that does not use an Intel CPU) Also you forgot to close with a " . It solved ...
- Wed Feb 21, 2024 8:56 pm
- Forum: Users
- Topic: Getting Fn-key utilities working in ThinkPad [SOLVED]
- Replies: 13
- Views: 2069
Re: Getting Fn-key utilities working in ThinkPad
add: intel_pstate=disable acpi_osi="!Windows 2012 at the end of you grub menu, fixed it for me :) I had the same problem and it fixed it for me too, thank you! I have a Lenovo thinkpad T530 with Intel processor. But I found this hint a little bit too short. I'm using fossapup64 and for that ...