You mean in Linux? Linux has problem with the touchpad and the keyboard, not with the WiFi card. The touchpad kind-of-works but somehow interprets the movements wrong, "micro-jerky" (like if some noise were added to the reading of the coordinates) in some way that the changes of the touchpad parameters that I have found I can change don't affect.
It's Microsoft and Intel that don't support the WiFi card, and I can't find the replacement that I can put in the full-size space in the notebook. There are extenders available to support the more modern (supported) half-size cards, but these adapters don't solve the problem of too short antenna cables.
> The touchpad kind-of-works but somehow interprets the movements wrong, "micro-jerky" in some way that the changes of the touchpad parameters that I have found I can change don't affect.
You might try installing the libinput-based drivers (xserver-xorg-input-libinput), and removing the synaptics driver. libinput has far better handling for current touchpads.
Thanks. Then, if they work, I "only" have to find out how to make FN buttons working, at least these that control sound volume and brightness. And I had the impression that the CPU use was worse, or the power management worse, for the same usage patterns (when not doing anything special like compiling, just editing or browsing), fan turned on more often.
Edit: I'm reading about "libinput" that it has "palm detection" but it's certainly not my problem with the pseudo "noise." Even when I hold only and just one finger, the mouse cursor "trembles" and "shakes."
You could first check via `xev` whether the key presses actually arrive in software. For me they did, but my desktop environment didn't adjust the brightness if an `XF86MonBrightnessUp` event fired.
Manual mapping shouldn't be required for most current desktop environments. GNOME and KDE certainly do, and I think Unity does as well. If your desktop environment doesn't map those keys by default, please file a bug against it.
It's great that Linux makes it possible to manually fix such things, but it's even better when they work out of the box.
> Edit: I'm reading about "libinput" that it has "palm detection" but it's certainly not my problem with the pseudo "noise." Even when I hold only and just one finger, the mouse cursor "trembles" and "shakes."
libinput also adds better noise filtering, finger position precision, and other improved algorithms. I found it quite an improvement even on my current laptop with a great touchpad, and on another laptop it made the difference between usable and unusable.
It's Microsoft and Intel that don't support the WiFi card, and I can't find the replacement that I can put in the full-size space in the notebook. There are extenders available to support the more modern (supported) half-size cards, but these adapters don't solve the problem of too short antenna cables.