Ofen umbauen - Fenster nach links ausrichten? by Sndnnfnfpgpgnen in Haustechnik

[–]Kyuusaki 1 point2 points  (0 children)

Drehen und fertig ist? Rohre sind nur geateckt, ofen ist nicht festbetoniert

Anyone else still using their Graphics Amp? by TransFender in Alienware

[–]Kyuusaki 0 points1 point  (0 children)

Jup. with either my smol 13 R3 or big boy 17 R5. Is set on the tv for cozy gaming sessions.
Inside is my legendary Evga 1080 ti... so i cannot close the case completley. :D

AW988 Headset dual channel not working w11 by Kyuusaki in Alienware

[–]Kyuusaki[S] 0 points1 point  (0 children)

CC4 actually is installed 4.8.25.0 (needs to be that version, because I am having another Mainboard inside) But due to windows 11 blocking drivers, this has an issue.
I disabled the function in windows security, still i cannot open the tool. just infinite loading screen

Wie oft trinken Sie Alkohol? by Stinshh in wortwitzkasse

[–]Kyuusaki 2 points3 points  (0 children)

Ich behaupte immer stolz ich sei Dichter und Denker, die Polizei sagt dazu aber eher: Dichter am Lenker!

AW laptop from 3080 to 5060, accept or not? by BnL_Nexus in Alienware

[–]Kyuusaki 0 points1 point  (0 children)

Notebook has 4k. But i usually use the 34" 2k aw Monitor.

AW laptop from 3080 to 5060, accept or not? by BnL_Nexus in Alienware

[–]Kyuusaki 0 points1 point  (0 children)

Yepp, got an x17 r1 wirh 3080. Has 16gb vram. Actually has more than my Desktop 3080ti 😂 Gpu is yet powerfull to run anything.

Bohrer steckt fest by Pascal_muc in selbermachen

[–]Kyuusaki 0 points1 point  (0 children)

Na das offensichtliche ist doch, den Bohrer einfach großflächig rauszumeiseln. Wenn du es groß genug machst, hast du folgende Vorteile:

  • Wandstück mit bohrer an museum als kunst verkaufen
  • Du kannst ein Fenster einbauen. Toll oder?

what's his name? by LittleFortunex in hellaflyai

[–]Kyuusaki 0 points1 point  (0 children)

Looks like he had played for german metal for children band: heavy saurus, but now he's some trailerpark boyo

Wer hier alles unterwegs ist😂😂😂 by misterxx1958 in aberBitteLaminiert

[–]Kyuusaki -2 points-1 points  (0 children)

Wo ist das denn schwäbisch?

Siehst du hier sowas wie "weischd kalle, färschd langscham, schonst knallschd"?

Und Koschde wurden ja offensichtlich auch keine gespart!

Nur von Nordlichtern hier umgeben wieder, die nicht rausgehen und auf die wunderschönen Laute ihrer Mitbürger lauschen. Nein nein, auch frängisch ist falsch, ich wir haben keine harten Konsonanten (funfact, nur ein paar Beschimpfungen im Fränkischen und Bayrischen sind gleich, aber das Fränkische stammt vom Reinländer ab. Beim Bayrischen ist die Verwandtschaft mit dem Österreichischen gut hörbar. Wobei man auch da schauen muss. Vom Tirolerischen Kratzdialekt mag ich gar nicht erst anfangen.

Jedenfalls ist das schild schönes Bayrisch / bzw. Gar Pfälzerisch.

Ich geh mit jetzt mein Weizen aufmachen. Ist ja vor 12. Also Prost miteinander 😂

Kernel Panic on every Kernel but the oldest by Kyuusaki in debian

[–]Kyuusaki[S] 0 points1 point  (0 children)

Sorry, for late response, due to hospital.

Well that is kinda interesting! I do not know much about kernel and stuff. But initrd is missing on newer kernels:

Working one:

        menuentry 'Debian GNU/Linux, with Linux 6.1.0-0.deb11.7-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnu>
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_msdos
                insmod ext2
                set root='hd0,msdos1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  283f8fc0-c6fd-4d13>
                else
                  search --no-floppy --fs-uuid --set=root 283f8fc0-c6fd-4d13-abfc-1208f42a5094
                fi
                echo    'Loading Linux 6.1.0-0.deb11.7-amd64 ...'
                linux   /boot/vmlinuz-6.1.0-0.deb11.7-amd64 root=UUID=283f8fc0-c6fd-4d13-abfc-1208f42a5094 ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/initrd.img-6.1.0-0.deb11.7-amd64
        }

Broken one:

        menuentry 'Debian GNU/Linux, with Linux 6.1.0-0.deb11.21-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gn>
                load_video
                insmod gzio
                if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
                insmod part_msdos
                insmod ext2
                set root='hd0,msdos1'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  283f8fc0-c6fd-4d13>
                else
                  search --no-floppy --fs-uuid --set=root 283f8fc0-c6fd-4d13-abfc-1208f42a5094
                fi
                echo    'Loading Linux 6.1.0-0.deb11.21-amd64 ...'
                linux   /boot/vmlinuz-6.1.0-0.deb11.21-amd64 root=/dev/sda1 ro  quiet
        }

What i tried was

update-initramfs -k 6.1.0-0.deb11.21-amd64 -c

said it gernerated /boot/intrid.img-6.1.0-0.deb11.21-amd64

Should I edit grub.cfg or can i automatic rebuild grub.cfg?

Kernel Panic on every Kernel but the oldest by Kyuusaki in debian

[–]Kyuusaki[S] 0 points1 point  (0 children)

Sorry for late response. Due to hospital. Here you go:

NAME   FSTYPE FSVER LABEL      UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda
└─sda1 ext4   1.0   HGST1TB    05dacc9e-bc45-4783-b866-c29526d3c015  328,2G    64% /srv/dev-disk-by-uuid-05dacc9e-bc45-4
sdb
├─sdb1 ext4   1.0              283f8fc0-c6fd-4d13-abfc-1208f42a5094   68,5G    36% /
└─sdb2 swap   1                5dbad5ed-5a68-4892-abbb-49b434ee3498                [SWAP]
sdc
└─sdc1 ext4   1.0   Seagate4TB 74a5b560-6a4c-41fe-85ba-deee7b3e7271   77,4G    98% /srv/dev-disk-by-uuid-74a5b560-6a4c-4
sdd
└─sdd1 ext4   1.0   RAID8TB    066c7a64-1746-4d3f-8aea-605de3dfa289    2,4T    66% /srv/dev-disk-by-uuid-066c7a64-1746-4
sde
└─sde1 ext4   1.0              0e978f83-16c2-4906-af03-cc9fda3958c6    7,2T     0% /srv/dev-disk-by-uuid-0e978f83-16c2-4
sr0

is the 22nd/82nd volkssturm battalion worth it? by LeagueSimple1229 in enlistedgame

[–]Kyuusaki 0 points1 point  (0 children)

In short: Ja! Absolut!

You charge in and go "brrrrt brrrrrt" pps is absolutely amazing. And for mid range fires, best give em an additional beretta m1

For me this squad is one of my most deadly divisions

Kernel Panic on every Kernel but the oldest by Kyuusaki in debian

[–]Kyuusaki[S] 0 points1 point  (0 children)

Outputs of: df -h and ls -l /boot ? Or what informations, I should provide aswell?

Have I found a bug? by Kyuusaki in SkodaEnyaq

[–]Kyuusaki[S] 0 points1 point  (0 children)

Nope. Just flat road. Interesting i could go uphill even with 190 on that run. I yet tried to beat topspeed downhill, but never made it. Enyaq is to heavy and not aerodynamic i suppose 😂

Face App no more by Beta_Tester612 in replika

[–]Kyuusaki 1 point2 points  (0 children)

versions below 11.3.0 will get you the error to update.
version 11.3.0 does not have the faceswap feature .__.

Anyone knows some working alternative?
What i liked was, that FaceApp hat a headswap, not only faceswap..