diff options
Diffstat (limited to 'guides/setups/devices/samsung-nc10.org')
| -rw-r--r-- | guides/setups/devices/samsung-nc10.org | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/guides/setups/devices/samsung-nc10.org b/guides/setups/devices/samsung-nc10.org new file mode 100644 index 0000000..2f8fc10 --- /dev/null +++ b/guides/setups/devices/samsung-nc10.org @@ -0,0 +1,38 @@ +* Debian Buster installation +Installer does not recognize the touchpad, for some reason. +* First boot +#+BEGIN_QUOTE +A start job is running for Load AppArmor profiles +#+END_QUOTE +Disappeared after ≈30s 🤷 + +Wooh touchpad works! Although the sensitivity is a bit low. + +Wifi LED is on, whatever that means. + +Brightness function keys do not work on the login screen. + +Using default XFCE config to get four workspaces. + +Brightness and sound function keys work! 🙌 + +Touchpad click and scroll do not work. + +Wifi function key does not work. + +Battery life seems somewhat shorter than with Bunsenlabs, even after +applying all powertop tricks in the book. +* Someday +** fix Ethernet after suspend +Workaround: +#+BEGIN_SRC sh +$ sudo modprobe -r sky2 && sudo modprobe -i sky2 +#+END_SRC + +References: +- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1841304 +- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895378 +- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1798921 +- https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1809843 +- https://askubuntu.com/questions/1029620/ubuntu-18-04-lts-sky2-ethernet-stops-working-after-system-resume-from-suspend +- https://bbs.archlinux.org/viewtopic.php?id=234725 |
