summaryrefslogtreecommitdiff
path: root/guides/setups/devices
diff options
context:
space:
mode:
Diffstat (limited to 'guides/setups/devices')
-rw-r--r--guides/setups/devices/dell-3190.org61
-rw-r--r--guides/setups/devices/samsung-nc10.org38
2 files changed, 0 insertions, 99 deletions
diff --git a/guides/setups/devices/dell-3190.org b/guides/setups/devices/dell-3190.org
deleted file mode 100644
index ca82630..0000000
--- a/guides/setups/devices/dell-3190.org
+++ /dev/null
@@ -1,61 +0,0 @@
-* Preparing for installation
-Using instructions from <https://wiki.debian.org/Firmware>.
-** Get netinst image from <https://www.debian.org/CD/netinst/>
-** Get firmware archive from <https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/stable/current/>
-So that the installer can use the wireless network card. Extract all
-.deb files to a top-level =firmware= folder on a USB key.
-** Shrink the MS partition
-Had to "optimize the disk", otherwise some free space remained
-unavailable.
-* Debian installer
-Everything went smoothly:
-
-- if the USB key holding the firmware isn't plugged in, the
- installer requests it, otherwise it finds the firmware automatically;
-- Secure Boot supported transparently;
-- dual-booting too.
-* OS configuration
-** System
-- CapsLock as Control
-- sources.list (https repositories, security.debian.org →
- deb.debian.org, backports) (non-free repositories were automatically
- added during installation, because of the WiFi firmware I imagine)
-- copy .profile to .xsessionrc to have ~/.local/bin in $PATH
-** Applications
-- install a bunch of stuff:
-
-#+begin_src sh
-packages=(
- # To clone & update dotfiles.
- git
- # Look & feel.
- elementary-xfce-icon-theme greybird-gtk-theme
- # Enable volume management with Thunar.
- gvfs-backends gvfs-fuse
- # Enable touchpad configuration with XFCE.
- xserver-xorg-input-synaptics
- # System monitoring.
- htop powertop wavemon
- # Documentation:
- # - info pages,
- gcc-doc make-doc tar-doc info
- # - manpages,
- manpages-dev manpages-posix manpages-posix-dev
- # - text & HTML pages.
- git-doc python3-doc
- # Writing helpers.
- aspell-fr verbiste wordnet
- # CLI helpers.
- mlocate ripgrep vim
- # Miscellaneous applications.
- ffmpeg gimp vlc
- # Optional Emacs 27 build dependencies.
- libjansson-dev libwebkit2gtk-4.0-dev
-)
-#+end_src
-
-- Install latest Firefox, restore profile
-- Install latest Symbola
-- Clone dotfiles (create SSH key for Gitlab)
-- Install Emacs build-deps, clone, compile & install Emacs
-** TODO XFCE
diff --git a/guides/setups/devices/samsung-nc10.org b/guides/setups/devices/samsung-nc10.org
deleted file mode 100644
index 2f8fc10..0000000
--- a/guides/setups/devices/samsung-nc10.org
+++ /dev/null
@@ -1,38 +0,0 @@
-* 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