Forums

Skip to content

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

Search found 278 matches

Go to advanced search

Advanced search
Search found 278 matches
  • Page 1 of 12
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 12
  • Next
by linux_os2
Sat Feb 14, 2026 8:54 pm
Forum: Kernel & Hardware
Topic: Resume from hibernate not working. nvidia 1080 ti
Replies: 1
Views: 6304

Resume from hibernate not working. nvidia 1080 ti

Available kernel symlink targets:
[1] linux-6.12.63-gentoo-dist
[2] linux-6.13.5-gentoo-dist
[3] linux-6.14.4-gentoo-dist
[4] linux-6.18.8-gentoo-dist *

[IP-] [ ] x11-drivers/nvidia-drivers-570.211.01:0/570

nvidia-smi
Sat Feb 14 21:43:39 2026 ...
  • Jump to post
by linux_os2
Wed Jul 09, 2025 3:52 pm
Forum: Other Things Gentoo
Topic: play video with 2 audio track troug different audio devices.
Replies: 0
Views: 2909

play video with 2 audio track troug different audio devices.

Hi,
Created a karaoke video with 2 tracks.
Stream #0:0 Video
Stream #0:1 Audio (instrumental)
Stream #0:2 Audio (voice)

Goal is to play the video
video to beamer.
instrumental audio to speakers
voice audio to bluetooth earbuds.

using ffplay or vlc or etc...

Any idea?
  • Jump to post
by linux_os2
Sun Apr 06, 2025 8:44 am
Forum: Portage & Programming
Topic: emerge 9999 from forked repository.
Replies: 9
Views: 1291

I think it is because you name the "EGIT_OVERIDE_REPO_DESULTORY_UGRD" incorrectly. First missing a "R" in the word "OVERIDE" It should be "EGIT_OVERRIDE_REPO_XXXXX_UGRD. Secondly the XXXXX portion should be "LINUXANDOS2".
silly fault of me.
This works:
EGIT_OVERRIDE_REPO_DESULTORY_UGRD="https ...
  • Jump to post
by linux_os2
Sat Apr 05, 2025 9:10 pm
Forum: Portage & Programming
Topic: emerge 9999 from forked repository.
Replies: 9
Views: 1291

Those shod work for you. You need to override the repo URI. If you want particular branch from it, override that too the same way you've done it in the first post.

If I do:
EGIT_OVERRIDE_REPO_DESULTORY_UGRD="https://github.com/linuxandos2/ugrd" emerge ugrd -1
then main of my repository is taken ...
  • Jump to post
by linux_os2
Sat Apr 05, 2025 1:16 pm
Forum: Portage & Programming
Topic: emerge 9999 from forked repository.
Replies: 9
Views: 1291

linux_os2,

Do you fork or branch?
A fork is a copy of a repository
A branch is a the same repository but contains work that is being developed, for whatever reason.

I made a fork of the repository "desultory/ugrd" and cloned "main" and "resume" branch into the "linuxandos2/ugrd".
I want to ...
  • Jump to post
by linux_os2
Sat Apr 05, 2025 9:23 am
Forum: Portage & Programming
Topic: emerge 9999 from forked repository.
Replies: 9
Views: 1291

emerge 9999 from forked repository.

I know how to install from a specific branch :

Code: Select all

EGIT_OVERRIDE_BRANCH_DESULTORY_UGRD=resume emerge xxxx.9999
howto emerge from a specific fork of repository?
Thanks
  • Jump to post
by linux_os2
Tue Apr 01, 2025 2:38 pm
Forum: Kernel & Hardware
Topic: [SOLVED] ugrd luks swap
Replies: 1
Views: 3526

Found the reason.
was opening the root on gentoo:

Code: Select all

cryptsetup open /dev/md126p7 gentoo
so /dev/mapper/gentoo was created.

Did change that to:

Code: Select all

cryptsetup open /dev/md126p7 root
  • Jump to post
by linux_os2
Tue Apr 01, 2025 10:58 am
Forum: Kernel & Hardware
Topic: [SOLVED] ugrd luks swap
Replies: 1
Views: 3526

[SOLVED] ugrd luks swap

Want to have an encryped swap partition.

config.toml:
# This config will decrypt the LUKS volume with uuid "fdf442da-0574-4531-98c7-55227a041f1d", mapping it to "/dev/mapper/root"
# It will attempt to mount the btrfs volume with label "rootfs" to /target_rootfs
# It will pull all current kernel ...
  • Jump to post
by linux_os2
Wed Mar 26, 2025 7:50 am
Forum: Kernel & Hardware
Topic: SOLVED ugrd : [/dev/md126p8] Unable to find device mapper
Replies: 7
Views: 3159

Problem is solved see:
https://github.com/desultory/ugrd/issues/225#
  • Jump to post
by linux_os2
Mon Mar 03, 2025 5:13 pm
Forum: Desktop Environments
Topic: [SOLVED] blank screen on boot.
Replies: 1
Views: 3078

uncommented

Code: Select all

#options nvidia-drm fbdev=1
in /etc/modprobe.d/nvidia.conf
Now gdm works with both initramfs's.
x11-drivers/nvidia-drivers-550.144.03
  • Jump to post
by linux_os2
Mon Mar 03, 2025 3:49 pm
Forum: Desktop Environments
Topic: [SOLVED] blank screen on boot.
Replies: 1
Views: 3078

[SOLVED] blank screen on boot.

booting the system with an initramfs generated by dracut then:
After boot a cursor appears on the lesft upper corner of a blank screen.
Can ssh to system
when gdm is restarted, logon screen appears. Logon is possible and for the rest the system behaves normal.

booting the same system with the the ...
  • Jump to post
by linux_os2
Mon Mar 03, 2025 2:58 pm
Forum: Kernel & Hardware
Topic: genkernel still maintained?
Replies: 28
Views: 38740

It's barely on life support by gentoo's releng because they still rely on it last I know of, but their plans are to stop using it eventually (migrating does need work) and then there'll probably be no one left to care for it.

I'd really recommend to migrate away from it.
Yes already working with ...
  • Jump to post
by linux_os2
Sun Mar 02, 2025 8:46 pm
Forum: Kernel & Hardware
Topic: genkernel still maintained?
Replies: 28
Views: 38740

genkernel still maintained?

Is genkernel still maintained?
if so where can an issue be opened?
  • Jump to post
by linux_os2
Sat Feb 22, 2025 1:00 pm
Forum: Kernel & Hardware
Topic: SOLVED ugrd : [/dev/md126p8] Unable to find device mapper
Replies: 7
Views: 3159

NeddySeagoon wrote:linux_os2,


/dev/md126p8 is a partition on a software raid set. It should not belong to device mapper.

That looks like a bug in ugrd.
Opened https://github.com/desultory/ugrd/issues/225
  • Jump to post
by linux_os2
Sat Feb 22, 2025 12:19 pm
Forum: Kernel & Hardware
Topic: SOLVED ugrd : [/dev/md126p8] Unable to find device mapper
Replies: 7
Views: 3159

Re: ugrd : [/dev/md126p8] Unable to find device mapper

compiled dist kernel using installkernel.
dracut was used to create the initrd file.
During boot hangs for some minutes.
Then a lot of messages by dracut.
Then after some time system enters the recovery mode.
the raid device entries are missing.
Looking at the .cofig of the new kernel all raid ...
  • Jump to post
by linux_os2
Fri Feb 21, 2025 3:21 pm
Forum: Kernel & Hardware
Topic: SOLVED ugrd : [/dev/md126p8] Unable to find device mapper
Replies: 7
Views: 3159

Was able to create a working initrd with genkernel.

Code: Select all

genkernel --mdadm initramfs
  • Jump to post
by linux_os2
Fri Feb 21, 2025 1:49 pm
Forum: Kernel & Hardware
Topic: emerge gentoo-kernel installkernel not rebuilding nvidia-dri
Replies: 4
Views: 2059

Unfortunately automated rebuilds for modules with USE=dist-kernel only work when the kernel is being updated to a new version (aka works for normal @world updates), if you rebuild the *same* kernel (by manually doing e.g. emerge -1 gentoo-kernel) then the rebuild won't happen.

Or at least, I ...
  • Jump to post
by linux_os2
Fri Feb 21, 2025 9:53 am
Forum: Kernel & Hardware
Topic: SOLVED ugrd : [/dev/md126p8] Unable to find device mapper
Replies: 7
Views: 3159

SOLVED ugrd : [/dev/md126p8] Unable to find device mapper

compiled dist kernel using installkernel.
dracut was used to create the initrd file.
During boot hangs for some minutes.
Then a lot of messages by dracut.
Then after some time system enters the recovery mode.
the raid device entries are missing.
Looking at the .cofig of the new kernel all raid ...
  • Jump to post
by linux_os2
Thu Feb 20, 2025 3:13 pm
Forum: Kernel & Hardware
Topic: emerge gentoo-kernel installkernel not rebuilding nvidia-dri
Replies: 4
Views: 2059

Are you saying that you expected emerge would rebuild x11-drivers/nvidia-drivers , but that it did not schedule that for rebuild?
Yes I expected.
Also:
* Your configuration for sys-kernel/gentoo-kernel-6.13.3 has been saved in
* "/etc/portage/savedconfig/sys-kernel/gentoo-kernel-6.13.3" for ...
  • Jump to post
by linux_os2
Thu Feb 20, 2025 10:39 am
Forum: Kernel & Hardware
Topic: emerge gentoo-kernel installkernel not rebuilding nvidia-dri
Replies: 4
Views: 2059

emerge gentoo-kernel installkernel not rebuilding nvidia-dri

First time using installkernel to build new kernel.

/etc/portage/make.conf:

Code: Select all

....
....
USE="cups perl_features_ithreads dist-kernel"
...
...
/etc/portage/package.use:

Code: Select all

sys-kernel/installkernel grub dracut -systemd
x11-drivers/nvidia-drivers are not rebuild
  • Jump to post
by linux_os2
Mon Dec 30, 2024 8:31 pm
Forum: Networking & Security
Topic: [SOLVED] No ip4 addresses after hibernate resume
Replies: 5
Views: 8815

default via 192.168.0.1 dev enp5s0 proto static
default via 192.168.0.1 dev enp5s0 proto dhcp src 192.168.0.221 metric 1002
This looks like a double configuration of both static and DHCP.

If you want pure static, then the DHCP client daemon should be configured to ignore this interface.
That ...
  • Jump to post
by linux_os2
Mon Dec 30, 2024 2:00 pm
Forum: Networking & Security
Topic: [SOLVED] No ip4 addresses after hibernate resume
Replies: 5
Views: 8815

Before hibernate:

ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft ...
  • Jump to post
by linux_os2
Mon Dec 30, 2024 9:41 am
Forum: Networking & Security
Topic: [SOLVED] No ip4 addresses after hibernate resume
Replies: 5
Views: 8815

[SOLVED] No ip4 addresses after hibernate resume

Merry Christmas and happy newyear.
Hi no ip4 address is assigned after hibernate resume.
Also when using static ip cannont reach any ip4 address with ping or browser.
What info can I provide?
  • Jump to post
by linux_os2
Mon Dec 23, 2024 2:44 pm
Forum: Other Things Gentoo
Topic: chromium-131.0.6778.139 get_rust_path: invalid rust_type=
Replies: 2
Views: 4738

chromium-131.0.6778.139 get_rust_path: invalid rust_type=

During cofigure phase of chromium-131.0.6778.139

Code: Select all

get_rust_path: invalid rust_type=
emerge --info: https://bpa.st/RSTA

emerge -pqv; https://bpa.st/G76Q

build log: https://bpa.st/RPPA
  • Jump to post
by linux_os2
Sun Nov 17, 2024 7:56 pm
Forum: Other Things Gentoo
Topic: [SOLVED] Chromium, Firefox and thunderbird very slow.
Replies: 13
Views: 7821

After some time problem reoccured.
installed:
  • x11-drivers/nvidia-drivers-535.216.01-r1
    x11-base/xorg-server-21.1.14
    sys-kernel/gentoo-sources-6.11.6
System stable now since a week.
except for 1 problem: viewtopic-t-1171767.html
  • Jump to post

Search found 278 matches
  • Page 1 of 12
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 12
  • 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