From f025fa5f0502b6d6aef3ce9808b967e08d370142 Mon Sep 17 00:00:00 2001 From: PATTOOo <44036777+PATTOOo@users.noreply.github.com> Date: Thu, 8 Jul 2021 19:00:19 +0530 Subject: [PATCH] small typo in readme #536 it should be sudo modprobe pcspkr instead modeprobe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6044a5ff..ae15251f 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ Regarding beep package - Device not found or beep not found **Solution** : Follow these steps for Ubuntu 1. `sudo apt-get install beep` #Install this once -2. `sudo modeprobe pcspkr` #This will solve Device not found error +2. `sudo modprobe pcspkr` #This will solve Device not found error 3. Testing beep is simple just type `beep` in terminal, this will produce a beep sound from your speakers. ### Problem 3