Search found 13 matches

by VictorRotha
Tue Feb 20, 2024 5:29 pm
Forum: Software / Configuration
Topic: vim and accessing the system clipboard
Replies: 2
Views: 107

Re: vim and accessing the system clipboard

I won't swear! Yes of course, SHIFT and select the text would work - I didn't think to continue the SHIFT 'meme' to escape vim's VISUAL clutches. I guess its always easy once you know and of course it is assumed knowledge otherwise. Thanks, I really appreciate the help.
by VictorRotha
Mon Feb 19, 2024 11:05 pm
Forum: Software / Configuration
Topic: vim and accessing the system clipboard
Replies: 2
Views: 107

vim and accessing the system clipboard

Hi all, this is following on from an older post: https://forum.mxlinux.org/viewtopic.php?p=647981 where they deal with the same question.

Off a reasonable clean install of MX KDE Plasma, I see that within the cli vim, the normal SHIFT-CTRL-C doesn't load highlighted text into the system clipboard ...
by VictorRotha
Fri Feb 02, 2024 10:02 pm
Forum: MX Help
Topic: wireless deactivates after sleep / hibernation
Replies: 26
Views: 804

Re: wireless deactivates after sleep / hibernation

Thanks. Yes, I live w workarounds as well. But as this is a new distribution, I think it is important to actually fix these niggling issues so that newbies don't have to deal with them. Anyway, thanks very much for your help (and Charlie Brown for his).
by VictorRotha
Thu Feb 01, 2024 8:40 pm
Forum: MX Help
Topic: wireless deactivates after sleep / hibernation
Replies: 26
Views: 804

Re: wireless deactivates after sleep / hibernation

sigh, so I reinstated the 99-wiki script and it didn't run. It turned out hibernation wasn't working - does this require swap space? Anyway, I switched to sleep mode, the script started working and the interface comes up every time now. When I switched to simple 'turn the screen off' mode when ...
by VictorRotha
Tue Jan 30, 2024 11:20 pm
Forum: MX Help
Topic: wireless deactivates after sleep / hibernation
Replies: 26
Views: 804

Re: wireless deactivates after sleep / hibernation

no, will show that below. First, as explained before in the thread, when I go through the close/open lid cycle, the 1st time it deactivates the wireless, the second time it just wakes the wireless up and reconnects by itself. I've attached files with the syslog and iw event log outputs; the files ...
by VictorRotha
Mon Jan 29, 2024 7:09 pm
Forum: MX Help
Topic: wireless deactivates after sleep / hibernation
Replies: 26
Views: 804

Re: wireless deactivates after sleep / hibernation

OK, I shutdown cron/anacron to declutter syslog as the latter always ran after opening the lid. Increased the logging per your suggestion, thanks. I also put in a log entry prior to shutting.

syslog:

2024-01-30T09:48:42.886938+10:30 phil-envy root: this is a log message - now closing lid w active ...
by VictorRotha
Sun Jan 28, 2024 3:08 am
Forum: MX Help
Topic: wireless deactivates after sleep / hibernation
Replies: 26
Views: 804

Re: wireless deactivates after sleep / hibernation

yes, you're right, that deauth message happens as part of the wireless shutdown, but nothing preceding it during these events, other than . I changed the timing and it has no effect. What ever is happening just isn't being recorded that I can see.
by VictorRotha
Thu Jan 25, 2024 9:08 pm
Forum: MX Help
Topic: wireless deactivates after sleep / hibernation
Replies: 26
Views: 804

Re: wireless deactivates after sleep / hibernation

hm, yesterday's post didn't take. Anyway, no intermittent disconnects, only happens with hibernation.

OK so I looked up the kernel message:

wlan0: deauthenticating from 5c:a6:e6:55:27:e5 by local choice (Reason: 3=DEAUTH_LEAVING)


There are a number of circumstances where this occurs, a long ...
by VictorRotha
Tue Jan 23, 2024 7:45 pm
Forum: MX Help
Topic: wireless deactivates after sleep / hibernation
Replies: 26
Views: 804

Re: wireless deactivates after sleep / hibernation

"does it show up in any of the /var/log/pm-suspend.log logs."

gah, didn't have my admin hat fully in place... It is in the log. Anyway, with all that:

I rejigged the script:
#!/bin/bash
PATH=/sbin:/usr/sbin:/bin:/usr/bin

case "$1" in
thaw|resume)
date >> /tmp/sleeper
echo "in resume selection ...
by VictorRotha
Mon Jan 22, 2024 7:26 pm
Forum: MX Help
Topic: wireless deactivates after sleep / hibernation
Replies: 26
Views: 804

Re: wireless deactivates after sleep / hibernation

ah, sorry, I should have mentioned I'm a somewhat recently retired system admin, so I did check the obvious. The file was executable, I did check /tmp and the sleeper file wasn't there.

The problem w the suggestion is that I already tried this - in the previous script, I had put the service and ...

Go to advanced search