From 3bf40c5b80caaf0354386ec27198fee2561ddad1 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:01:37 +0100 Subject: [PATCH] Add Initial Journal/Todo Entries and Wiki. --- notes/journal.md | 14 ++++++++++++++ notes/todo.md | 4 ++++ notes/wiki.md | 5 +++++ 3 files changed, 23 insertions(+) create mode 100644 notes/journal.md create mode 100644 notes/todo.md create mode 100644 notes/wiki.md diff --git a/notes/journal.md b/notes/journal.md new file mode 100644 index 0000000..95e79d7 --- /dev/null +++ b/notes/journal.md @@ -0,0 +1,14 @@ +# Mon, 11. March 2024 +[[11032024]] +### Completed: +- All Devices unpacked except [[xiaomi tv stick]]. +- [[ledvance led strip]] wont enter pairing mode. +- [[echodot]] is setup and works. +- [[mi 360 home security camera]] needs microsd card. + +## Plan for this week: +- Get microsd card +- MAINLY: Get AP working or find other way to capture traffic. +## Misc.: +Much time lost resetting router. [[ledvance led strip]] will only connect to 2.5GHz networks. +If laptop is connected to internet via ethernet, then I can make a AP, but iPhone wont connect to it. But IoT devices connect \ No newline at end of file diff --git a/notes/todo.md b/notes/todo.md new file mode 100644 index 0000000..3cafc88 --- /dev/null +++ b/notes/todo.md @@ -0,0 +1,4 @@ +1. Need microsd card for Mi 360 home camera +2. Cannot get Ledvance LED strip into discovery mode s.t. connection could be established +3. Have not managed to setup AP/Hotspot: Amazon echodot needs iOS app but iPhone will not connect to AP on fedora Laptop +4. Ask Valentyna/Nima for other approach to capture traffic \ No newline at end of file diff --git a/notes/wiki.md b/notes/wiki.md new file mode 100644 index 0000000..0d309c9 --- /dev/null +++ b/notes/wiki.md @@ -0,0 +1,5 @@ +# WiFi +## Wifi Adapter not found anymore +- __Issue__: After using `airmon-ng` to put my wifi adapter into monitor mode and then supposedly back into normal mode: network manager couldn't find wifi adapter anymore. +- `sudo nmcli dev` showed that `wlp44s0` interface was "unmanaged". +- __Fix__: `sudo nmcli set wlp44s0 managed yes` \ No newline at end of file