From b561f38871e88df60085dc1e9430e95fb5ffcb00 Mon Sep 17 00:00:00 2001 From: McKay Ward Date: Tue, 8 Mar 2016 12:20:59 -0600 Subject: [PATCH] change uname flag to -r for clarity --- Get-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get-Started.md b/Get-Started.md index 069fe83..7108ba4 100644 --- a/Get-Started.md +++ b/Get-Started.md @@ -76,7 +76,7 @@ IF YOU ENCOUNTER ANY ISSUES LOOK AT THE "ADDITIONAL NOTES" SECTION ON THE BOTTOM - Extract and install the firmware file as described in [Firmware extraction](#firmware-extraction). - Install the dependencies : `# apt-get install linux-headers git kmod checkinstall` -linux-headers may be slightly different e.g. linux-headers-4.3.0-1-amd64, you can check which kernel version you are running with `uname -a` +linux-headers may be slightly different e.g. linux-headers-4.3.0-1-amd64, you can check which kernel version you are running with `uname -r` - Clone the driver's code: `$ git clone https://github.com/patjak/bcwc_pcie.git` - Change into that dir: `$ cd bcwc_pcie` - Build the kernel module: `$ make`