Forums

Skip to content

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

Search found 59 matches

Go to advanced search

Advanced search
Search found 59 matches
  • 1
  • 2
  • 3
  • Next
by AstroFloyd
Sun Nov 10, 2024 5:18 pm
Forum: Portage & Programming
Topic: List ALL cases emerge: there are no ebuilds to satisfy
Replies: 7
Views: 13756

Sorry, I had removed all my unavailable packages and was waiting to get one, then forgot to thank you. Thank you! :-)
  • Jump to post
by AstroFloyd
Wed Jul 24, 2024 7:44 am
Forum: Portage & Programming
Topic: List ALL cases emerge: there are no ebuilds to satisfy
Replies: 7
Views: 13756

i might be misunderstanding you, but is the output of `eix -te` what you're after? Specifically, the section following the line "The following installed packages are not in the database"?
Thanks, but I think this lists packages and package versions in /etc/portage/package.* that no longer exist. I ...
  • Jump to post
by AstroFloyd
Mon Jul 22, 2024 3:51 pm
Forum: Portage & Programming
Topic: List ALL cases emerge: there are no ebuilds to satisfy
Replies: 7
Views: 13756

List ALL cases emerge: there are no ebuilds to satisfy

Is there a way to list all the packages for which the warning/error "emerge: there are no ebuilds to satisfy" would occur, i.e. all packages for which there is no ebuild for the installed version of that package?

The context is an old laptop I hadn't updated for a while and where I tried to be ...
  • Jump to post
by AstroFloyd
Sat Sep 02, 2023 1:30 pm
Forum: Other Things Gentoo
Topic: [SOLVED] Unhappy with CPU frequency / performance
Replies: 18
Views: 24185

What finally helped me was throttled Oh yes, that seems to have fixed my issue on a ThinkPad T14 Gen2 (what's in a name?) with a 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz CPU. Your message set me onto the correct path, thank you so much!

My steps: I added the throttled overlay, installed the ...
  • Jump to post
by AstroFloyd
Sat Mar 26, 2022 4:32 pm
Forum: Networking & Security
Topic: WiFi suddenly stopped working [solved]
Replies: 37
Views: 42290

Is the AP unable to negotiate better at all, or is it merely configured to offer only TKIP currently? In the latter case, a configuration change of the AP would enable it to use a better protocol. Also, for the benefit of future readers, it would be helpful to mention the make and model of the bad ...
  • Jump to post
by AstroFloyd
Sat Mar 26, 2022 9:29 am
Forum: Networking & Security
Topic: WiFi suddenly stopped working [solved]
Replies: 37
Views: 42290

TKIP appears to be needed for my five-year old modem/ap, so a news message would have been appreciated.
  • Jump to post
by AstroFloyd
Sun Feb 13, 2022 10:14 am
Forum: Kernel & Hardware
Topic: Tiger Lake audiocontroller/sound card not found
Replies: 15
Views: 11575

OK, I booted a 5.15.23 kernel with all _SOF_ options enabled, but no luck.

dmesg says snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
snd_hda_intel 0000:00:1f.3: Digital mics found on Skylake+ platform, using SOF driver
sof-audio-pci-intel-tgl 0000:00:1f.3 ...
  • Jump to post
by AstroFloyd
Sun Feb 13, 2022 7:54 am
Forum: Kernel & Hardware
Topic: Tiger Lake audiocontroller/sound card not found
Replies: 15
Views: 11575

@xgivolari Thanks for the clarification (and no worries about the typo; I'm really glad you're helping out). I'm going to try this. Just to be sure, is the CONFIG_SND_SOC_SOF_INTEL_TOPLEVEL in your list (which also features SND_SOC_SOF_INTEL ) correct? Edit: I see it is correct from the menuconfig ...
  • Jump to post
by AstroFloyd
Sat Feb 12, 2022 3:23 pm
Forum: Kernel & Hardware
Topic: Tiger Lake audiocontroller/sound card not found
Replies: 15
Views: 11575

Thanks a lot @xgivolari, and apologies for the slow response.

Somehow, this doesn't seem to work for me - my HDA device disappears, as @mike155 would predict when reenabling CONFIG_SND_SOC. You must have done something else to get both HDA and SoC DMIC working...?

Also, do you happen to have any ...
  • Jump to post
by AstroFloyd
Tue Jan 25, 2022 2:30 pm
Forum: Kernel & Hardware
Topic: Tiger Lake audiocontroller/sound card not found
Replies: 15
Views: 11575

After following your suggestions, everything works (output over internal speakers, earphones, HDMI, bluetooth -> hifi and the mike of my headset) EXCEPT the internal microphone. It is listed in alsamixer and I can en/disable it using the space bar or change its volume, but it does not want to record ...
  • Jump to post
by AstroFloyd
Fri Jan 14, 2022 1:21 pm
Forum: Portage & Programming
Topic: Linking a package against sci-physics/root
Replies: 4
Views: 2697

Thanks for your help, I'll have a look at your suggestions. Meanwhile I also found a workaround here :
if [[ ${EBUILD_PHASE} != depend ]]; then
# safely execute commands in global scope here
CXXFLAGS="${CXXFLAGS} `root-config --cflags`"
LDFLAGS="${LDFLAGS} `root-config --libs`"
fi Not sure how ...
  • Jump to post
by AstroFloyd
Thu Jan 13, 2022 4:48 pm
Forum: Portage & Programming
Topic: Linking a package against sci-physics/root
Replies: 4
Views: 2697

Linking a package against sci-physics/root

I am trying to write an ebuild that will install a package that will be called sci-libs/gds-dtt-2.19.7 . Its libraries need to be linked to those of the sci-physics/root package, which is in portage, so I installed v6.24.06-r1 thence. The gds-dtt installer uses autotools and its configure locates ...
  • Jump to post
by AstroFloyd
Wed Jan 12, 2022 6:24 pm
Forum: Kernel & Hardware
Topic: Tiger Lake audiocontroller/sound card not found
Replies: 15
Views: 11575

Thanks both for your help!

@pietinger: I apologise - I wasn't trying to be lazy, but under the impression that online info would not yield useful results about my laptop, since the Gen2 could have a i5/i7 CPU, Intel/NVidia graphics, etc. - I wasn't aware that the codecs would all be the same ...
  • Jump to post
by AstroFloyd
Wed Jan 12, 2022 3:48 pm
Forum: Kernel & Hardware
Topic: Tiger Lake audiocontroller/sound card not found
Replies: 15
Views: 11575

It's a ThinkPad T14 Gen 2. How can I find its CODEC?
  • Jump to post
by AstroFloyd
Wed Jan 12, 2022 3:09 pm
Forum: Kernel & Hardware
Topic: Tiger Lake audiocontroller/sound card not found
Replies: 15
Views: 11575

Tiger Lake audiocontroller/sound card not found

I've been trying to get the sound on my new ThinkPad working for several days, but no luck so far. I seem to be missing some driver or firmware in my kernel config.

lspci -k
00:1f.3 Audio device: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20)
Subsystem: Lenovo ...
  • Jump to post
by AstroFloyd
Wed Jan 12, 2022 11:19 am
Forum: Kernel & Hardware
Topic: [SOLVED] kernel config for sof (sound open firmware)?
Replies: 5
Views: 10829

@Smartding I apologise for the slow response, I was occupied elsewhere. Thanks for your response, it 'sounds' (haha) promising for my situation. Would you be willing to paste your kernel config again? I'm running into the same/a similar problem and seem to be missing something...

Edit: I seem to ...
  • Jump to post
by AstroFloyd
Mon Nov 29, 2021 7:47 am
Forum: Kernel & Hardware
Topic: [SOLVED] kernel config for sof (sound open firmware)?
Replies: 5
Views: 10829

@Smartding,

Are you using initramfs (and/or genkernel)?
  • Jump to post
by AstroFloyd
Thu Nov 11, 2021 6:53 pm
Forum: Portage & Programming
Topic: ccache requested but no masquerade dir can be found
Replies: 2
Views: 3572

Same here - the warning goes away after

Code: Select all

mkdir -p /usr/lib/ccache/bin/
but I'm not sure whether that constitutes a solution.
  • Jump to post
by AstroFloyd
Wed Aug 04, 2021 2:30 pm
Forum: Portage & Programming
Topic: kde-plasma:plasma-workspace-5.21.5 fails to build
Replies: 26
Views: 6076

Did you resolve this issue? I am having the same problem at the moment, and can also report that rebuilding fontconfig didn't solve the problem.
The only 'solution' I found is the workaround I reported: installing plasma-workspace without support for fontconfig:

rebuilding media-libs/fontconfig ...
  • Jump to post
by AstroFloyd
Tue Jul 27, 2021 9:40 am
Forum: Portage & Programming
Topic: qtwebengine build error (SOLVED)
Replies: 9
Views: 7572

Interestingly, I came to this page with this problem for the same package . I have two cores/four hyperthreads and 8Gb RAM, and use MAKEOPTS="-j4", which seems to much for dev-qt/qtwebengine. However, if the issue is the number of parallel make threads vs. RAM, why does this issue mostly (only ...
  • Jump to post
by AstroFloyd
Sun Jun 20, 2021 7:21 pm
Forum: Portage & Programming
Topic: kde-plasma:plasma-workspace-5.21.5 fails to build
Replies: 26
Views: 6076

Thanks a lot for your help. Unfortunately, it doesn't seem to solve my issue - I get the same error as before...

Hmmm,

Code: Select all

USE=-fontconfig emerge plasma-workspace
works though. I'm not sure what I'm missing in that case.
  • Jump to post
by AstroFloyd
Sun Jun 20, 2021 5:33 pm
Forum: Portage & Programming
Topic: kde-plasma:plasma-workspace-5.21.5 fails to build
Replies: 26
Views: 6076

kde-plasma:plasma-workspace-5.21.5 fails to build

I haven't found this elsewhere, so perhaps something strange is going on on my system in which case I don't want to file a bug, but the stable kde-plasma:plasma-workspace-5.21.5 fails to build repeatedly on my laptop. (I also now notice that I don't know how to attach large files to a post on this ...
  • Jump to post
by AstroFloyd
Thu Apr 22, 2021 4:42 pm
Forum: Portage & Programming
Topic: qtwebengine taking more than a day to emerge
Replies: 88
Views: 64120

I may be asking something very stupid, but would it be useful (and if so, is it possible) to *not* clean the build dir for a given package? If not cleaned, and the source files don't change, make could just take the existing object files and e.g. link against the new version of a dependency...?
  • Jump to post
by AstroFloyd
Fri Apr 02, 2021 10:09 am
Forum: Kernel & Hardware
Topic: ROCCAT mouse doesn't work ("failed to attach handler kbd")
Replies: 4
Views: 6838

I received a kernel message in dmesg similar to this for a wireless keyboard, where the keyboard worked but the trackpad didn't:
kernel: input: failed to attach handler kbd to device input27, error: -16
It turned out this only happened when using one (ehci-pci) of my four USB ports for the ...
  • Jump to post
by AstroFloyd
Fri Apr 02, 2021 10:07 am
Forum: Installing Gentoo
Topic: Fresh Install No Keyboard Input [SOLVED]
Replies: 15
Views: 12164

I received a kernel message in dmesg similar to this for a different wireless keyboard, where the keyboard worked but the trackpad didn't:
kernel: input: failed to attach handler kbd to device input27, error: -16
It turned out this only happened when using one (ehci-pci) of my four USB ports for ...
  • Jump to post

Search found 59 matches
  • 1
  • 2
  • 3
  • 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