Add Initial Journal/Todo Entries and Wiki.

This commit is contained in:
Sebastian Lenzlinger 2024-03-13 18:01:37 +01:00
parent e5e3ab7a68
commit 3bf40c5b80
3 changed files with 23 additions and 0 deletions

14
notes/journal.md Normal file
View File

@ -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

4
notes/todo.md Normal file
View File

@ -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

5
notes/wiki.md Normal file
View File

@ -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`