|
|
(3 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | = Learning at the prompt =
| + | obsolete |
− | At school I teach students in 8th grade the basics of Linux and networking. For these classes the school has around 30 redundant laptops.
| |
− | Kids work with these devices in 6 ict classes, that is 9 clock hours every week. Maintenance is a challenge but also part of the learning process. Ideally, after one trimester, students can identify failures with the hardware themselves and repair them. <br>
| |
− | I created this document to study to what technical level students can repair old laptops and put them into use as Linux devices.<br>
| |
− | I start with a simple table to get an idea of the data and actions involved. I have chosen for a wiki format as this format is a proven solution for knowledge mapping as it is the format behind Wikipedia. Although a database approach to this subject would be technically more sound in terms of redundancy, understanding the workings of the Wikipedia will lead to more relevant learning experience of students.
| |
− | The goal is to install a local media wiki server in the classroom which can be maintained by students.<br>
| |
− | == Setup of the laptop boxes ==
| |
− | [[File:box_example_small_2.jpg|400px]] <br>
| |
− | The laptops are organized in boxes, each box contains 4 laptops with adapters.<br> The boxes are coded with electrical color tape. On the photo, see the rim on top of the box<br>The laptops also carry the colors of the box they belong to.
| |
− | | |
− | {| class="wikitable"
| |
− | |+ Example table: BOXES
| |
− | |-
| |
− | ! code !! colors !! data-sort-type="date"|date
| |
− | |-
| |
− | | RedGre || Red Green Red || 21.08.2021
| |
− | |-
| |
− | | YelGre || Yellow Green Yellow || 21.08.2021
| |
− | |-
| |
− | | BluWhi || Blue White Blue || 21.08.2021
| |
− |
| |
− | |}
| |
− | | |
− | = Table of Laptops =
| |
− | [[File:Hp530-8_small.jpg|400px|example]] <br>
| |
− | The table of the actual laptops will published on a separate wiki page. <br>
| |
− | Description of the columns:
| |
− | * 'type' denotes the brand and type of the laptop and the order number of .
| |
− | * 'member' - the color code of the group the device belongs to. The laptops who belong to the same group are stored in a box with the same color coding<br>
| |
− | * 'kernel' - the kernel version of the OS. SMP means a 32 bits kernel.the device
| |
− | * 'state' - what is broken<br>
| |
− | * 'action' - what needs to be done.
| |
− | * 'date' - entry date
| |
− | {| class="wikitable sortable"
| |
− | |+ Example table: LAPTOPS
| |
− | |-
| |
− | ! type !! member !! kernel !! state !! action !! data-sort-type="date"|date
| |
− | |-
| |
− | | hp530-1 || ReGr-1 || 5.13smp || battery dead || change battery || 23.08.2021
| |
− | |-
| |
− | | hp530-2 || ReGr-2 || 5.13smp || ctrl-key broken || replace key or keyboard || 21.08.2021
| |
− | |-
| |
− | | hp530-3 || ReGr-3 || 5.10smp || old kernel || update os || 03.09.2021
| |
− | |-
| |
− | |hp530-4 || ReGr-4 || 5.13smp || low on ram || install extra memory bank || 02.12.2020
| |
− | |}
| |
− | | |
− | Note: This effort is inspired by the discussion I had with Justa about the communication of the state of Techninc tools, member projects and inventory. The idea is to use a combination of color codes and index numbers. The colors express the state of the object. The number refers to a webpage on the wiki.<br>
| |