Search found 4046 matches

by bw123
2024-11-19 23:36
Forum: Graphical Environments & Desktops
Topic: Strange rendering issue on background, around windows, the mouse, etc.
Replies: 2
Views: 90

Re: Strange rendering issue on background, around windows, the mouse, etc.

That's really weird, have you tried xserver-xorg-video-intel instead of modesetting for X? https://forums.debian.net/viewtopic.php?t=149472 man modesetting will tell you some options, like AccelMethod none you could try. Let people know if you have trouble. The place to do it is /etc/X11/xorg.conf.d...
by bw123
2024-11-19 23:19
Forum: Hardware
Topic: [Solved] MT7921e: Wifi doesn't work anymore, tried
Replies: 14
Views: 333

Re: MT7921e: Wifi doesn't work anymore, tried

Sounds like a monster machine I looked up the specs. Also noticed that mediatek device 14c3:0616 is a known problem for many... If a newer kernel and firmware won't fix it, I'd probably disable/replace it with something else. There's a new backport of 6.11.5 I've had it running about 8 hrs now. http...
by bw123
2024-11-19 17:18
Forum: General Questions
Topic: CLAMAV
Replies: 6
Views: 192

Re: CLAMAV

* #1078608 [i| | ] [apt] apt update silently leaves old index data
https://bugs.debian.org/cgi-bin/bugrepo ... ug=1078608
by bw123
2024-11-19 17:10
Forum: Hardware
Topic: [Solved] MT7921e: Wifi doesn't work anymore, tried
Replies: 14
Views: 333

Re: MT7921e: Wifi doesn't work anymore, tried

Hi, Here are a few ideas in no particular order.

toggle a hardware switch if it has one
check BIOS and toggle it disable/enable
use rfkill to check/unblock it
use modprobe to remove/reload the driver
cold boot (power off completely)

good luck,
bw
by bw123
2024-11-19 03:07
Forum: Installation
Topic: Debian 10 -> 12 botched - trying to fix
Replies: 3
Views: 209

Re: Debian 10 -> 12 botched - trying to fix

you didn't show the complete output from apt --fix-broken install? You're probably close, and need --dist-upgrade or --full-upgrade After a big screw up like this, I would always be suspicious of the system, so I would just reinstall bookworm. Just a personal pref, I don't like unknowns nagging my a...
by bw123
2024-11-17 00:41
Forum: Testing And Unstable
Topic: [SID - Unstable] Putty does not accept input from pgup and pgdn since the upgrade to 0.81-3
Replies: 11
Views: 435

Re: Putty does not accept input from pgup and pgdn since the upgrade to 0.81-3

I use putty often on stable, so thanks for the heads up. I'll keep an eye out and report bug if/when it applies.

Lately it seems real debian users are few and far between, thanks for your perseverance jim_p!

L8r,
bw
by bw123
2024-11-15 18:51
Forum: Beginners Questions
Topic: [SOLVED] Can Debian 12 or 11 runs under Windows 11?
Replies: 6
Views: 269

Re: Can Debian 12 or 11 runs under Windows 11?

Hi Sam, "Debian is a complete Free Operating System!" But, I think you might be able to use a limited ver under windows, I never tried it. https://wiki.debian.org/InstallingDebianOn/Microsoft/Windows/SubsystemForLinux When I got my latest laptop, it had win preinstalled in S mode and my un...
by bw123
2024-11-15 18:20
Forum: Installation
Topic: Consistent, yet seemingly random boot problems
Replies: 5
Views: 164

Re: Consistent, yet seemingly random boot problems

If the latest live boot will get you to a desktop, use that until you get up to speed on how to fix stable. https://cdimage.debian.org/cdimage/weekly-live-builds/amd64/iso-hybrid/ It looks like everything works until X craps out. If you can get to a console login, you can gather some more info, and ...
by bw123
2024-11-13 12:57
Forum: Beginners Questions
Topic: [O/S] How to mount a secondary drive at startup?
Replies: 15
Views: 512

Re: [O/S] How to mount a secondary drive at startup?

... I think this is thing. I'm not sure Linux is really intended for me. I hate having to touch command lines or config files. It's okay, most people will understand. I notice more than a few posts today expressing your frustration. Maybe this is a good time for you to slow down, read a little, and...
by bw123
2024-11-13 04:16
Forum: Installation
Topic: Debian boot stuck
Replies: 6
Views: 243

Re: Debian boot stuck

Hi, I think this is something you could use the installer rescue mode to investigate. https://wiki.debian.org/DebianInstaller/Rescue If your skills with cli are more on a beginner level, then I would just reinstall, make sure you install stable (currently bookworm), you want to use a clean partition...
by bw123
2024-11-09 22:39
Forum: Debian Development Discussion
Topic: [Discussion] adding inxi to standard system utilities?
Replies: 2
Views: 410

Re: [Discussion] adding inxi to standard system utilities?

I recall several discussions either on the forum or in the mailing lists about what exactly -is- "standard system utilities" but it's still confusing to me. If you run $ tasksel --new-install --task-packages=standard You get a real tiny list, I think this is because back around wheezy they...
by bw123
2024-11-08 18:59
Forum: General Debian
Topic: Automatic mounting of USB HDD FLASH Pen
Replies: 11
Views: 411

Re: Automatic mounting of USB HDD FLASH Pen

I ran across this today, hope it helps...

Code: Select all

$ man systemd-mount | grep -A3 EXAMPLE
EXAMPLE
       Use a udev rule like the following to automatically mount all USB
       storage plugged in:
by bw123
2024-11-08 18:16
Forum: Beginners Questions
Topic: [O/S] How to mount a secondary drive at startup?
Replies: 15
Views: 512

Re: [O/S] How to mount a secondary drive at startup?

A disk partition can be mounted, and still require auth if you are not the owner of the resource you want to access. It sounds like maybe you want to research ownership, not mounting. Check what partitions are mounted when you boot from a terminal like this: $ mount $ findmnt If you confirm that the...
by bw123
2024-11-08 17:24
Forum: Hardware
Topic: [Solved] Suspend external usb-disk
Replies: 5
Views: 355

Re: Suspend external usb-disk

Have you read up on hdparm -S, -Y and -y in the man? What do you get with hdparm -C? udisksctl can power-off, but turning it back on isn't easy... lsof should show if any files opened are keeping it from spinning down, some desktop monitor constantly accessing it? Some database app scanning? File in...
by bw123
2024-11-08 16:00
Forum: Beginners Questions
Topic: [O/S] How to mount a secondary drive at startup?
Replies: 15
Views: 512

Re: [O/S] How to mount a secondary drive at startup?

There are several ways to do this, For a "...drive in my PC..." that is always present I prefer fstab. https://wiki.debian.org/fstab Be careful, it's important that fstab is correct, or your system won't boot. the fstab file is important to your system backup strategy. If you are using kde...
by bw123
2024-11-06 20:36
Forum: Graphical Environments & Desktops
Topic: looking for latest documentation of X Windows System and window managers etc.,.
Replies: 1
Views: 155

Re: looking for latest documentation of X Windows System and window managers etc.,.

Hi Rupesh! I doubt if many would consider XDG https://www.freedesktop.org/wiki/ "new technology" at this time, and for documentation, it's usually best to start on your debian installation somewhere in the vicinity of /usr/share/doc. There are many separate doc packages that can be install...
by bw123
2024-11-06 19:50
Forum: Installation
Topic: installation help
Replies: 4
Views: 212

Re: installation help

My opinion is that the BIOS should be set to defaults, and nothing should try to change the way BIOS sets up the machine while it is booting. If the machine is designed for "windows UEFI" then you should leave it, linux kernel handles that very well. I've seen reports that some firmwares d...
by bw123
2024-11-06 19:19
Forum: System and Network configuration
Topic: Should Bind9 Name Server be run behind a firewall?
Replies: 1
Views: 93

Re: Should Bind9 Name Server be run behind a firewall?

This is a really great document, don't rush it. Some ideas probably have transitioned to other solutions by now, but it's the approach to security that I really like.
https://www.debian.org/doc/manuals/secu ... ex.en.html
by bw123
2024-11-06 05:25
Forum: Installation
Topic: Freshly installed Debian hangs at boot when/after loading X.509 certificates.
Replies: 7
Views: 364

Re: Freshly installed Debian hangs at boot when/after loading X.509 certificates.

p.s. You might want to add to the topic, "Freshly... but moved to another machine."
by bw123
2024-11-06 05:12
Forum: Installation
Topic: Freshly installed Debian hangs at boot when/after loading X.509 certificates.
Replies: 7
Views: 364

Re: Freshly installed Debian hangs at boot when/after loading X.509 certificates.

I used to do stuff like that occasionally for whatever reason. It's not as easy as it sounds. Could be gpu mismatch, missing firmware, an led or other hardware, like a backlight. Systemd tries to restore a lot of stuff... see: systemd.restore_state @ https://www.freedesktop.org/software/systemd/man/...