From 3dd7f383e59942e6e0d0a949d28e997f6fa008e9 Mon Sep 17 00:00:00 2001 From: Valerio Bozzolan Date: Mon, 16 Jan 2023 14:13:32 +0100 Subject: [PATCH] simplified even more for Ubuntu --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 25040ae..3997530 100644 --- a/Installation.md +++ b/Installation.md @@ -57,8 +57,8 @@ See [Additional Notes](#additional-notes) below in case you come across any issu - Install the missing Debian dependencies to extract the firmware (`# apt install xz-utils curl cpio make`) - Extract and install the firmware file as described in [Firmware extraction](Get-Started#firmware-extraction). -- Install the dependencies : `# apt-get install linux-headers git kmod libssl-dev 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 -r` +- Install the dependencies: (`# apt-get install linux-headers-generic git kmod libssl-dev checkinstall`) + - or try manually finding the right `linux-headers` package 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`