Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 1477 matches

by L_V
2022-09-17 16:17
Forum: Installation
Topic: Some warning messges in the log
Replies: 3
Views: 1779

Re: Some warning messges in the log

iwl-debug-yoyo.bin : according to bug=966218

Code: Select all

sudo nano /etc/modprobe.d/iwlwifi.conf
Add the following in the file.

Code: Select all

options iwlwifi enable_ini=N
Save and close file, then reboot. The message should now be gone.

+ viewtopic.php?t=149817
by L_V
2022-09-17 08:52
Forum: Hardware
Topic: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)
Replies: 16
Views: 2180

Re: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)

You missed 3 items: 2 questions + dmidecode which should be available in Debian repo. + more info: grep '^[mv]' /proc/cpuinfo # ls -s /sys/devices/system/edac/ # dmidecode --type 17 |grep 'Size\|Type\|Speed\|Part Number' # free -mh # lspci -nn |grep bridge # modprobe i7core_edac -> does last one rep...
by L_V
2022-09-16 21:53
Forum: Hardware
Topic: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)
Replies: 16
Views: 2180

Re: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)

For further investigation, you can install edac-utils , dmidecode and show this:

Code: Select all

dmidecode -t memory|grep -i 'ecc\|width'
#
edac-util -s -v
#
dmesg|grep -i edac
#
uname -a
+ did you modify default memory speed in BIOS configuration ?
+ do you have any ECC BIOS configuration ?
by L_V
2022-09-16 21:37
Forum: Hardware
Topic: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)
Replies: 16
Views: 2180

Re: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)

It does not seem to be an easy one...
Just to see:

Code: Select all

lsmod |grep edac
by L_V
2022-09-16 21:31
Forum: Hardware
Topic: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)
Replies: 16
Views: 2180

Re: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)

I don't think this is harmful, unless you observe any concrete problem.
by L_V
2022-09-16 20:49
Forum: Hardware
Topic: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)
Replies: 16
Views: 2180

Re: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)

Different possibilities depending on your grub-pc knowledge. Maybe the easiest for you is to edit /boot/grub/grub.cfg file, and find your kernel line starting with 'linux ' example linux (hd0,msdos2)/boot/vmlinuz root=/dev/sda2 ro quiet noresume just add a space and ghes.disable=1 at the end, save, ...
by L_V
2022-09-16 19:41
Forum: Hardware
Topic: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)
Replies: 16
Views: 2180

Re: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)

# CONFIG_EDAC_GHES is not set
then no hope for ghes.disable=1 as kernel boot option, but at least trying will confirm.
by L_V
2022-09-16 19:17
Forum: Hardware
Topic: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)
Replies: 16
Views: 2180

Re: EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)

For investigation, can you show this

Code: Select all

grep EDAC /boot/config-$(uname -r)
and try to add ghes.disable=1 as kernel boot option.
by L_V
2022-09-16 09:50
Forum: General Questions
Topic: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or director
Replies: 14
Views: 10348

Re: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or dire

as said i am not having RAID now, but i may want install BTRFS to my external backup drive. Then just read again my very first message. libblockdev-mdraid2 has no recommend dependencies Did you really try 5 days ago ??? If not, why spending more than 5 days on such really non essential "issue&...
by L_V
2022-09-13 11:43
Forum: General Questions
Topic: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or director
Replies: 14
Views: 10348

Re: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or dire

If you don't have a /etc/modprobe.d/blacklist.conf file, create it and add

Code: Select all

blacklist btrfs
blacklist mdraid
blacklist raid6_pq

Code: Select all

update-initramfs -u
and reboot
by L_V
2022-09-13 09:41
Forum: General Questions
Topic: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or director
Replies: 14
Views: 10348

Re: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or dire

I do not know, it is first time i hear about "mraid" and not having RAID drives i suppose no. This is the main problem: you don't know. Do you at least know if you use btrfs file system ? mount |grep '^/' If you unload btrfs and raid6_pq , do you still have access to your disks ? rmmod bt...
by L_V
2022-09-13 08:42
Forum: General Questions
Topic: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or director
Replies: 14
Views: 10348

Re: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or dire

L_V wrote: 2022-09-11 09:26If you don't use mraid configuration at all (which is unclear), you can blacklist mraid module to avoid this message.
@postcd
Have you correctly blacklisted mraid modules or not yet ? Try to be as clear as possible.
by L_V
2022-09-11 12:12
Forum: General Questions
Topic: Suspend does not work on lid close
Replies: 25
Views: 3498

Re: Suspend does not work on lid close

I have removed the xfce4 power management and it does suspend now on lid close. Which means you installed in fact [xmonad + xfce4-power-manager], because there is no cross-dependency between both of them xmonad Depends: x11-utils libc6 libffi8 libgmp10 libx11-6 libxext6 libxinerama1 libxrandr2 libx...
by L_V
2022-09-11 09:26
Forum: General Questions
Topic: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or director
Replies: 14
Views: 10348

Re: udisksd[1213]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or dire

Assuming your disk configuration requires mraid, you need libblockdev-mdraid2 /usr/lib/x86_64-linux-gnu/libbd_mdraid.so.2 libblockdev-mdraid2 Depends: libblockdev-utils2 libbytesize1 libc6 libglib2.0-0 mdadm If you don't use mraid configuration at all (which is unclear), you can blacklist mraid modu...
by L_V
2022-09-11 07:50
Forum: General Questions
Topic: Trying to install wine-staging but it wants to completely remove KDE
Replies: 16
Views: 2256

Re: Trying to install wine-staging but it wants to completely remove KDE

winetricks can also add some wine features, if potentially needed (you apparently don't need).
Then to summarize, can we say "solved" ?
by L_V
2022-09-10 20:56
Forum: General Questions
Topic: Trying to install wine-staging but it wants to completely remove KDE
Replies: 16
Views: 2256

Re: Trying to install wine-staging but it wants to completely remove KDE

@Mr. Lumbergh What is the current status of your system ? Is it broken ? Does this command report any errrors ? apt install -f Keep in mind that even on a clean system, installing WineHQ is problematic. You should really check and recheck than wine from Debian does not fit your need. Did you at leas...
by L_V
2022-09-10 13:42
Forum: General Questions
Topic: Trying to install wine-staging but it wants to completely remove KDE
Replies: 16
Views: 2256

Re: Trying to install wine-staging but it wants to completely remove KDE

@Mr. Lumbergh You need first to identify which repository can be removed from this repo list. 1 brave-browser-apt-release.s3.brave.com/ stable main 2 dl.google.com/linux/earth/deb/ stable main 3 dl.winehq.org/wine-builds/debian/ bullseye main 4 download.opensuse.org/repositories/home:/sfztools:/sfiz...
by L_V
2022-09-10 11:10
Forum: Graphical Environments & Desktops
Topic: thunderbird: messages marked as read [SOLVED]
Replies: 5
Views: 1003

Re: thunderbird: messages marked as read

peer wrote: 2022-09-10 10:42 It is definitely a thunderbird problem.
Or a TB profile problem.
Could you test with new temporary profile, with same IMAP account server.
Close TB ; create a new profile.

Code: Select all

thunderbird --ProfileManager
by L_V
2022-09-10 08:15
Forum: General Questions
Topic: Trying to install wine-staging but it wants to completely remove KDE
Replies: 16
Views: 2256

Re: Trying to install wine-staging but it wants to completely remove KDE

Thank you for the impressive ppa&all feedback.
Wish you good luck man.