rtl8852bu icon indicating copy to clipboard operation
rtl8852bu copied to clipboard

Install failure "You cannot add the same module/version combo more than once" on fresh install of Pi OS Bookworm on Pi Model 1 B? Kernel 6.6.28

Open Jibun-no-Kage opened this issue 9 months ago • 8 comments

Attempted installation of driver, as noted in the title, then tried remove script, and tried install script again. Same result as below.

: ---------------------------
: remove-driver.sh v20231118
: armv6l (kernel architecture)
: 6.6.28+rpt-rpi-v6 (kernel version)
: ---------------------------

--> rtl8852bu 1.19.3: added
Error! The module/version combo: rtl8852bu-1.19.3: is not located in the DKMS tree.
rtl8852bu/1.19.3 has been removed
Removing 8852bu.conf from /etc/modprobe.d
Removing source files from /usr/src/rtl8852bu-1.19.3
The driver was removed successfully.
You may now delete the driver directory if desired.
: ---------------------------

Do you want to reboot now? (recommended) [Y/n] y
# ./install-driver.sh
: ---------------------------
: install-driver.sh v20231115
: armv6l (kernel architecture)
: arm (architecture to send to gcc)
: 1/1 (in-use/total processing units)
: 438192 (total system memory)
: 6.6.28+rpt-rpi-v6 (kernel version)
: gcc-12 (version of gcc used to compile the kernel)
: gcc (Raspbian 12.2.0-14+rpi1) 12.2.0
: dkms-3.0.10
: mokutil not installed
: ---------------------------

Checking for previously installed drivers...

--> rtl8852bu 1.19.3: added
Error! The module/version combo: rtl8852bu-1.19.3: is not located in the DKMS tree.
Finished checking for and removing previously installed drivers.
: ---------------------------

Starting installation.
Installing 8852bu.conf to /etc/modprobe.d
The dkms installation routines are in use.
Copying source files to /usr/src/rtl8852bu-1.19.3
Error! DKMS tree already contains: rtl8852bu-1.19.3
You cannot add the same module/version combo more than once.
This driver may already be installed.
Run the following and then reattempt installation.
$ sudo ./remove-driver.sh

Pi OS information...

# neofetch
root@garage
---------------------------------
OS: Raspbian GNU/Linux 12 (bookworm) armv6l
Host: Raspberry Pi Model B Rev 2
Kernel: 6.6.28+rpt-rpi-v6
Uptime: 7 mins
Packages: 775 (dpkg)
Shell: bash 5.2.15
Resolution: 1024x768
Terminal: /dev/pts/0
CPU: BCM2835 (1) @ 700MHz
Memory: 50MiB / 427MiB
# cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
NAME="Raspbian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
# uname -a
Linux garage 6.6.28+rpt-rpi-v6 #1 Raspbian 1:6.6.28-1+rpt1 (2024-04-22) armv6l GNU/Linux

Explicit run of DKMS status...

# dkms status
rtl8812au/5.13.6-23, 6.6.28+rpt-rpi-v6, armv6l: installed
rtl8821au/5.12.5.2, 6.6.28+rpt-rpi-v6, armv6l: installed
rtl8821cu/5.12.0.4, 6.6.28+rpt-rpi-v6, armv6l: installed
rtl8852bu/1.19.3: added
rtl88x2bu/5.13.1, 6.6.28+rpt-rpi-v6, armv6l: installed

Jibun-no-Kage avatar May 22 '24 12:05 Jibun-no-Kage