Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing network drivers #2

Open
darch7 opened this issue Aug 7, 2021 · 8 comments
Open

Missing network drivers #2

darch7 opened this issue Aug 7, 2021 · 8 comments
Labels
question Further information is requested

Comments

@darch7
Copy link

darch7 commented Aug 7, 2021

There is a way that I can choose the packages because I like pipewire and it installs pulseaudio in sway ... and lxterminal does not seem the best terminal for sway u.u and I would like it to implement the fedora group for the network so it grabs all the plates network in gral

@martinpitt
Copy link
Owner

pipewire is already installed. The pulseaudio daemon is not, just the libraries (which a lot of programs still use -- that's fine, pipewire supports the pulseaudio API):

pipewire-0.3.32-1.fc34.x86_64
pipewire-libs-0.3.32-1.fc34.x86_64
pipewire-jack-audio-connection-kit-0.3.32-1.fc34.x86_64
pipewire-pulseaudio-0.3.32-1.fc34.x86_64
pipewire-alsa-0.3.32-1.fc34.x86_64

I don't actually use lxterminal for my daily work, but https://github.com/mh21/simple-term . I just have that in my ~/bin/. lxterminal is just a fallback in case that somehow does not work. Which terminal do you suggest instead? As long as it's small, I'm fine with changing it to something else, as it's just a fallback (and if it's the only annoying thing on this image for you, then it'd spare you from having to build it yourself).

I am not sure what you mean by "implement the fedora group for the network", but that sounds like user permissions? Users are managed outside of the ostree image, you should be able to create them and add them into groups etc.?

@martinpitt martinpitt added the question Further information is requested label Aug 7, 2021
@darch7
Copy link
Author

darch7 commented Aug 7, 2021

I was referring to the fact that the fedora group that uses the workstation iso can be integrated to be able to make all the network cards compatible and read by the system, and regarding the terminal since sway is wayland meter lxterminal is very xorg there are terminals dedicated to wayland like alacritty and foot if you want simpler like st this is also wterm. Another thing is that when I finish executing the repo that eliminates gnome etc ... it does not have a DM display manager like lightdm you could put a light one like slim if you want. It would be very helpful

martinpitt added a commit that referenced this issue Aug 8, 2021
As suggested in issue #2
@martinpitt
Copy link
Owner

I was referring to the fact that the fedora group that uses the workstation iso can be integrated to be able to make all the network cards compatible and read by the system

Sorry, I don't understand what that means. You are missing some networking drivers?

terminals dedicated to wayland like alacritty

Sure, done in commit 1bba7ee.

it does not have a DM display manager like lightdm

I won't do that on my tree, sorry. I don't want or need a display manager, it's another thing that runs all the time and pulls in tons of dependencies. I want to keep my system minimal. You are of course welcome to add it and build the tree yourself, or add it as an overlay with rpm-ostree install.

@martinpitt martinpitt changed the title Change pulseaudio for pipewire Missing network drivers Aug 8, 2021
@martinpitt
Copy link
Owner

pipewire and terminal are solved, DM is wontfix, so changing the title for the remaining "network drivers" part.

@darch7
Copy link
Author

darch7 commented Aug 8, 2021

rpm-ostree groupinstall Hardware-Support
This is the group that brings all the drivers that workstation uses only for the network card drivers.
with the DM slim it doesn't have much dependency, it's the cleanest and lightest DM out there.

@martinpitt
Copy link
Owner

rpm-ostree groupinstall Hardware-Support

Gives me

error: Unknown command 'groupinstall'

But if something like that works, you can do by yourself then, it's an overlay.

martinpitt added a commit that referenced this issue Aug 23, 2021
As suggested in issue #2

Explicitly keep vte291 for simple-term.
@martinpitt
Copy link
Owner

@darch7 : I reverted the lxterminal → alacritty change. I just tried the latter, and it's just too broken. No working mouse copy&paste, colors in mutt etc. look weird, bash does not recognize $TERM and thus both prompts and shells in containers are utterly broken (not even backspace works), and no way to get a light theme.

@darch7
Copy link
Author

darch7 commented Aug 23, 2021

rpm-ostree groupinstall Hardware-Support

Gives me

error: Unknown command 'groupinstall'

But if something like that works, you can do by yourself then, it's an overlay.

of course I forgot that rpm-ostree does not handle groups like dnf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants