Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 515 matches

Go to advanced search

Advanced search
Search found 515 matches
  • Page 1 of 21
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 21
  • Next
by C5ace
Mon Mar 23, 2026 9:38 pm
Forum: Multimedia
Topic: reconstruction of a groundplan of a house
Replies: 4
Views: 1022

I did something like this using Gimp.
media-gfx/gimp

You will have to rotate and trim the borders of each tile and assemble then in a single image. Very time consuming!
  • Jump to post
by C5ace
Mon Feb 09, 2026 4:49 am
Forum: Multimedia
Topic: Trying to migrate from ALSA to PipeWire, No Sound [Solved]
Replies: 14
Views: 7356

Have been using plain alsa for donkey years.Tried pipewire, wireplumber, etc. Never worked properly. Alsa works fine for me to get audio from speakers and headphones.
  • Jump to post
by C5ace
Fri Jan 30, 2026 10:13 pm
Forum: Kernel & Hardware
Topic: bootlogd and CONFIG_LEGACY_PTYS=y
Replies: 14
Views: 10796

To log the boot process to the end of poweroff view /var/log/boot~.

/etc/conf.d/bootlogd:
BOOTLOGD_ARGS="-c -r -l /var/log/boot"

rc-update add bootlogd sysinit

To test:
1.) delete /var/log/boot
2.) reboot the PC
3.) view current boot log /var/log/boot
4.) reboot the PC
5.) view current (new ...
  • Jump to post
by C5ace
Sun Jan 25, 2026 6:45 am
Forum: Networking & Security
Topic: Fully self-hosting my email
Replies: 27
Views: 41284

I have been since 2006 running a private mail server (Iredmail) on top of Gentoo. Switched in 2011 to Ispconfig (mail, web, dns, ftp, multi domains, etc.) on Debian, when the then ISP wanted a crazy monthly fee for 200Mb outgoing file transfer.

It's important is that you have a static IP address ...
  • Jump to post
by C5ace
Fri Jan 16, 2026 6:11 am
Forum: Kernel & Hardware
Topic: Buying a new laptop: Any advice on Tuxedo InfinityBook Pro?
Replies: 11
Views: 5679

I purchased a few month ago a Lenovo ThinkBook 16 G6 16in WUXGA AMD R7-7730U 512GB SSD 16GB RAM W11P Laptop (21KK00A5AU) $969.00 Australian Dollars

Combo audio jack. Connect headphones or headsets with a 3.5 mm (0.14 inch), 4-pole
plug.
Note: This jack does not support standalone external ...
  • Jump to post
by C5ace
Sat Jan 10, 2026 11:53 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Brother HL-L2464DW does not work with Gentoo.
Replies: 5
Views: 4358

[SOLVED] Brother HL-L2464DW does not work with Gentoo.

Thanks everyone for your interest and various advise.

There is a error in the on the Brother website installation instruction.

https://www.brother.com.au/en/support/hl-l2464dw/downloads
Select "Linux" and ".deb" then click "OK".
Now select and click on "Driver Install Tool".
Then click on "Agree ...
  • Jump to post
by C5ace
Fri Jan 09, 2026 11:39 am
Forum: Kernel & Hardware
Topic: [SOLVED] Brother HL-L2464DW does not work with Gentoo.
Replies: 5
Views: 4358

Zucca wrote:Do you have net-print/brlaser installed?
It should contain a driver for your printer series.
Non of the drivers in net-print/brlaser works with my printer. Will try to figure out this weekend why the closed source driver works on Debian and Fedora but not on Gentoo.
  • Jump to post
by C5ace
Thu Jan 08, 2026 6:24 am
Forum: Other Things Gentoo
Topic: Need small laser printer with scanner
Replies: 6
Views: 8571

Thanks everyone for the recommendations.

I finally purchased a Brother HL-L2464DW Printer/Scanner/Copier. Makes nice Copies. Can't get it to print from Gentoo. Works OK from Debian.

Made a separate post under Kernel & Hardware regarding printing:
https://forums.gentoo.org/viewtopic-p-8877626 ...
  • Jump to post
by C5ace
Thu Jan 08, 2026 6:22 am
Forum: Kernel & Hardware
Topic: [SOLVED] Brother HL-L2464DW does not work with Gentoo.
Replies: 5
Views: 4358

[SOLVED] Brother HL-L2464DW does not work with Gentoo.

Just purchased a Brother HL-L2464DW Printer/Scanner/Copier. Does not work with Gentoo. Works fine with Debian.

Installed the drivers from Brother's website. Tried .deb and .rpm installer. Lsusb and cups see the printer. Cups accepts print jobs. They are visible in /var/spool/cups.

Gentoo Cups ...
  • Jump to post
by C5ace
Wed Dec 31, 2025 10:20 pm
Forum: Other Things Gentoo
Topic: Need small laser printer with scanner
Replies: 6
Views: 8571

Thanks for the information. Will look at Brother. I actually need a printer that prints, scans and copies. Wife uses it most of the time as a copier. Will look at Brother.

in the 1990's Canon lasers used to be the same as HP lasers.
  • Jump to post
by C5ace
Wed Dec 31, 2025 8:41 am
Forum: Other Things Gentoo
Topic: Need small laser printer with scanner
Replies: 6
Views: 8571

Need small laser printer with scanner

My trusty HP Deskjet F2179 stopped working. Needs replacement with a new small size mono laser printer with scanner for home use. About 10 ~ 20 pages printed each month. Must work with Gentoo. To be connected by USB to my desktop. Don't require networking, WiFi etc.

Any recommendations?
  • Jump to post
by C5ace
Sun Dec 14, 2025 2:22 am
Forum: Portage & Programming
Topic: Portage not keep-going
Replies: 9
Views: 2106

1.) When you first run "upgrade", it will show you the list of what requires upgrading and eventual blockages and if required, necessary changes of use flags.

2.) You the select "No", fix as you would normally do, blockage and use flags if any. Otherwise select "Yes".

3.) When done, again run ...
  • Jump to post
by C5ace
Sat Dec 13, 2025 11:38 pm
Forum: Portage & Programming
Topic: Portage not keep-going
Replies: 9
Views: 2106

I am using this batch file for a very long time to with desk and laptops:

File: /usr/local/bin/upgrade
#!/bin/bash

echo upgrade start
cat /var/db/repos/gentoo/metadata/timestamp.chk
eselect news read
emerge -av --update --deep --with-bdeps=y --changed-use --newuse --backtrack=300 --tree --keep ...
  • Jump to post
by C5ace
Sat Dec 13, 2025 10:41 pm
Forum: Portage & Programming
Topic: Portage not keep-going
Replies: 9
Views: 2106

I am using this batch file for a very long time to with desk and laptops:

File: /usr/local/bin/upgrade
#!/bin/bash

echo upgrade start
cat /var/db/repos/gentoo/metadata/timestamp.chk
eselect news read
emerge -av --update --deep --with-bdeps=y --changed-use --newuse --backtrack=300 --tree --keep ...
  • Jump to post
by C5ace
Sun Oct 26, 2025 7:00 am
Forum: Gamers & Players
Topic: A program that helps me keep track of visual novel story.
Replies: 6
Views: 12321

Database (B tree).

Code: Select all

Story Start 0 -> Chapter 01 -> Chapter 011 ....
                            -> Chapter 012 ....
              -> Chapter 02 -> Chapter 021 ....
                            -> Chapter 022 .... 
Can probably be created using LibreOffice Base or MySql
  • Jump to post
by C5ace
Sun Oct 12, 2025 5:30 am
Forum: Installing Gentoo
Topic: tiny USB image
Replies: 3
Views: 8067

Re: tiny USB image

I would like to build a tiny USB image with a small subset of tools:

Java Runtime with specified jars
pre-built executables from go
wifi
nftables
micro

When building my system chroot environment, it has a lot of libraries and tools I'm not sure I need. I ultimately build a squashfs image and dd ...
  • Jump to post
by C5ace
Thu Oct 09, 2025 6:41 am
Forum: Kernel & Hardware
Topic: Reducing hard-disk power consumption? [answered; updated]
Replies: 15
Views: 8988

Checked WD spec sheet:
Power Management

Code: Select all

Average power requirements (W) 2TB
Read/Write 9.5
Idle 8.1
Standby and Sleep 1.3

Average power requirements (W) 4TB
Read/Write  9.1
Idle  5.8
Standby and Sleep 1.0
The whole box uses about 130W/hr when compiling.
  • Jump to post
by C5ace
Thu Oct 09, 2025 1:45 am
Forum: Kernel & Hardware
Topic: Reducing hard-disk power consumption? [answered; updated]
Replies: 15
Views: 8988

I use 5 x 2TB WD 3.5" 7200rpm SATA 6Gb/s Black Edition HDD PN WD2003FZEX as RAID 5 in a 12x7h on workstation. 4 drives are 4 years old. 1 drive was 8 years old when it died. Replaced by a 4tb 4TB WD 3.5" 7200rpm SATA 6Gb/s Black HDD. Usual operating drive temperature is about 45C. Power consumption ...
  • Jump to post
by C5ace
Sat Aug 30, 2025 1:42 pm
Forum: Gentoo Chat
Topic: Disk layout suggestions for NVMe SSD
Replies: 5
Views: 5101

ext4 on SAMSUNG MZAL8512HDLU-00BL2
/etc/fstab:

# <fs> <mountpoint> <type> <opts> <dump/pass>
LABEL=L1_UEFI /efi vfat umask=0077 0 2
LABEL=L1_ROOT / ext4 noatime 0 1
LABEL=L1_SWAP none swap sw 0 0
LABEL=L1_HOME /home ext4 noatime 0 2


Copy speed test:
# ~/Desktop $ /var/db/repos # time cp -R ...
  • Jump to post
by C5ace
Fri Jul 04, 2025 8:13 am
Forum: Other Things Gentoo
Topic: Backups... so many options!
Replies: 16
Views: 6945

I use since many years "app-backup/rsnapshot" (wiki.gentoo.org/wiki/Rsnapshot and wiki.gentoo.org/wiki/Advanced_backup_using_rsnaphot) to backup my server to a USB drive.
My setup backups the mail every hour, the full server once a week using these batch files and corresponding rsnapshot ...
  • Jump to post
by C5ace
Thu Jul 03, 2025 11:01 am
Forum: Portage & Programming
Topic: What libraries for a simple gui?
Replies: 18
Views: 8422

szatox:

Have look at Glade (dev-util/glade-3.40.0-r2). Also if you can find it Anjuta IDE with Glade Plugin.

Or more simple, glade-2.12.2, which generated the C code for the GUI. You then only have to code the callback functions and logic to be displayed in windows, display boxes and read from ...
  • Jump to post
by C5ace
Tue Jul 01, 2025 12:10 am
Forum: Kernel & Hardware
Topic: Unwanted hypernation related message.
Replies: 1
Views: 4195

Unwanted hypernation related message.

Since some upgrade some weeks ago this message appears on my desktop's screen when exiting hibernation: gentoo Power Manager, GDBus.Error:org.freedesktop.login1. SleepVerbNotSupported: Not running onEFI and resume= is not set, or no resume is set. No available method to resume from hibernation ...
  • Jump to post
by C5ace
Sat Jun 14, 2025 10:08 am
Forum: Kernel & Hardware
Topic: USB-sticks... playing with them... and having errors
Replies: 11
Views: 14716

I had a dud Verbatim 16GB USB Stick with metal cover. The stick was not visible with fdisk. Only with lsblk. Solution was run dd if=/dev/zero of=/dev/sdf bs=512 count=(as shown by lsblk) status=progress. No error shown. Then used fdisk to create a ext4 partition. Formatted the partition with ext4 ...
  • Jump to post
by C5ace
Sat May 03, 2025 11:37 pm
Forum: Portage & Programming
Topic: [SOLVED] Cannot emerge world due to python
Replies: 61
Views: 194602

I run my normal update on my desktop and 3 laptops. The only hiccup was with app-i18n/ibus-anthy.

This was fixed by adding a new file:
/etc/portage/package.use/00python

*/* PYTHON_SINGLE_TARGET: -* python3_12
*/* PYTHON_TARGETS: -* python3_12 python3_13

I upgrade using this batch file:
/usr ...
  • Jump to post
by C5ace
Tue Apr 15, 2025 10:27 pm
Forum: Installing Gentoo
Topic: Guys please help me install Gentoo with binary packages
Replies: 36
Views: 314928

I understand that from justguy's first post that he wants to install binary Gentoo. Calculate-Linux is the only distribution that after installation can be converted to a full source based Gentoo installation.
  • Jump to post

Search found 515 matches
  • Page 1 of 21
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 21
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic