FreeBSD developers and users interested in using FreeBSD on the desktop often complain that hardware management utilities in major desktop environments (such as Network Manager) don't do a very good job of supporting FreeBSD or any system but Linux. To date we don't have many workarounds.
FreeBSD is a "complete operating system", but it consciously chooses not to include a GUI layer, preferring to depend on X. This makes sense, because developing a complete GUI would be a lot of extra work, and the team is spread thinly as it is. Personally I think the FreeBSD philosophy of completeness is pretty good, and has advantages for desktop users, even though it is rarely used on the desktop and even less on laptops.
However, I also believe that managing hardware is an essential feature of any operating system. I also don't think it's entirely reasonable to expect desktop users to work entirely through ifconfig(8), especially because getting some things to work smoothly (e.g., prompting the user after they enter a mistyped password) can require scripting. In addition to WiFi, another example is mounting peripheral (usually USB) storage; others are sound, printing, camera, etc. In all of these cases FreeBSD desktop users often find themselves at the mercy of GNOME and KDE to help manage relatively low-level features of their operating system.
Maybe you believe that FreeBSD on a laptop simply can't be that easy, but I retort: why make it harder than it needs to be?
FreeBSD has had success with a TUI-based installer that includes menus and suggested configurations for years now. In fact, setting up WiFi through bsdinstall(8) is usually easier than using ifconfig. I think this might be considered suggestive. It is not necessary for FreeBSD to have its own GUI libraries in order to provide an interface which is dramatically easier than shell commands. ncurses will do.
So my suggestion is to build TUI utilities which can negate the need for any GUI hardware management utilities, and my hope is that such interfaces can be integrated into the FreeBSD project without diverting too much maintainer attention from the more "interesting" parts of operating system development. This would free us from the cruel reign of the desktop environments. In the case of WiFi, the network setup in bsdinstall already provides a good starting point.
Of course some of you have been holding in a thought: "write it yourself!". I am certainly considering that. But if I were to do so, I would much prefer to see the possibility that all FreeBSD-on-the-laptop users could benefit from my work, rather than creating a small side-project that nobody will ever notice. So I need your feedback.
Also, it would have to be rolled in together with my other seven side projects and two jobs ?
FreeBSD is a "complete operating system", but it consciously chooses not to include a GUI layer, preferring to depend on X. This makes sense, because developing a complete GUI would be a lot of extra work, and the team is spread thinly as it is. Personally I think the FreeBSD philosophy of completeness is pretty good, and has advantages for desktop users, even though it is rarely used on the desktop and even less on laptops.
However, I also believe that managing hardware is an essential feature of any operating system. I also don't think it's entirely reasonable to expect desktop users to work entirely through ifconfig(8), especially because getting some things to work smoothly (e.g., prompting the user after they enter a mistyped password) can require scripting. In addition to WiFi, another example is mounting peripheral (usually USB) storage; others are sound, printing, camera, etc. In all of these cases FreeBSD desktop users often find themselves at the mercy of GNOME and KDE to help manage relatively low-level features of their operating system.
Maybe you believe that FreeBSD on a laptop simply can't be that easy, but I retort: why make it harder than it needs to be?
FreeBSD has had success with a TUI-based installer that includes menus and suggested configurations for years now. In fact, setting up WiFi through bsdinstall(8) is usually easier than using ifconfig. I think this might be considered suggestive. It is not necessary for FreeBSD to have its own GUI libraries in order to provide an interface which is dramatically easier than shell commands. ncurses will do.
So my suggestion is to build TUI utilities which can negate the need for any GUI hardware management utilities, and my hope is that such interfaces can be integrated into the FreeBSD project without diverting too much maintainer attention from the more "interesting" parts of operating system development. This would free us from the cruel reign of the desktop environments. In the case of WiFi, the network setup in bsdinstall already provides a good starting point.
Of course some of you have been holding in a thought: "write it yourself!". I am certainly considering that. But if I were to do so, I would much prefer to see the possibility that all FreeBSD-on-the-laptop users could benefit from my work, rather than creating a small side-project that nobody will ever notice. So I need your feedback.
Also, it would have to be rolled in together with my other seven side projects and two jobs ?