diff --git a/S2-System-architecture/README.md b/S2-System-architecture/README.md new file mode 100644 index 0000000..bdd62e5 --- /dev/null +++ b/S2-System-architecture/README.md @@ -0,0 +1,3 @@ +###Topics + +- Determine and configure hardware settings \ No newline at end of file diff --git a/S2-System-architecture/exercises/EXERCISES.md b/S2-System-architecture/exercises/EXERCISES.md new file mode 100644 index 0000000..c11e00d --- /dev/null +++ b/S2-System-architecture/exercises/EXERCISES.md @@ -0,0 +1,16 @@ +# Questions + +## Determine and configure hardware settings + +1. Check hardware's information below: +- Audio device name that are running +- IRQ Number from Audio device +- How much devices are plugged in USB +- CPU Name +- Storage device name (tag) + +2. Which is "snd" dependencies? + +3. Insert the module "batman-adv", check if It was inserted all right and remove it. + +4. Which is the advantages to use modprobe instead of insmod or rmmod?