Advertisement
Guest User

Untitled

a guest
Feb 21st, 2024
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.20 KB | None | 0 0
  1. 88x2bu-20210702 > gcc --version
  2. gcc (Debian 12.2.0-14) 12.2.0
  3. Copyright (C) 2022 Free Software Foundation, Inc.
  4. This is free software; see the source for copying conditions.  There is NO
  5. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  6.  
  7. 88x2bu-20210702 > cat /proc/version
  8. Linux version 6.1.0-17-amd64 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30)
  9. 88x2bu-20210702 > sudo sh install-driver.sh
  10. : ---------------------------
  11. : install-driver.sh v20240129
  12. : x86_64 (kernel architecture)
  13. : x86_64 (architecture to send to gcc)
  14. : 12/12 (in-use/total processing units)
  15. : 16317016 (total system memory)
  16. : 6.1.0-17-amd64 (kernel version)
  17. : gcc-12 (version of gcc used to compile the kernel)
  18. : gcc (GCC) 13.2.0
  19. /usr/sbin/dkms.mx --version
  20. : dkms-3.0.10
  21. : SecureBoot disabled
  22. : ---------------------------
  23.  
  24. Checking for previously installed drivers...
  25. /usr/sbin/dkms.mx status
  26. Finished checking for and removing previously installed drivers.
  27. : ---------------------------
  28.  
  29. Starting installation.
  30. Installing 88x2bu.conf to /etc/modprobe.d
  31. The dkms installation routines are in use.
  32. Copying source files to /usr/src/rtl88x2bu-5.13.1
  33. /usr/sbin/dkms.mx add -m rtl88x2bu -v 5.13.1 -k 6.1.0-17-amd64/x86_64 -c /usr/src/rtl88x2bu-5.13.1/dkms.conf
  34. Creating symlink /var/lib/dkms/rtl88x2bu/5.13.1/source -> /usr/src/rtl88x2bu-5.13.1
  35. The driver was added to dkms successfully.
  36. : ---------------------------
  37.  
  38. /usr/sbin/dkms.mx build -m rtl88x2bu -v 5.13.1 -k 6.1.0-17-amd64/x86_64 -c /usr/src/rtl88x2bu-5.13.1/dkms.conf --force -k 6.1.0-16-amd64 -k 6.1.0-17-amd64 -k 6.1.0-13-amd64 -a x86_64
  39. Error!  If more than one arch is specified on the command line, then there
  40. must be an equal number of kernel versions also specified (1:1 relationship).
  41. An error occurred. dkms build error:  1
  42. Please report this error.
  43. Please copy all screen output and paste it into the problem report.
  44. Run the following before reattempting installation.
  45. $ sudo ./remove-driver.sh
  46. 88x2bu-20210702 1 > 88x2bu-20210702 > sudo sh install-driver.sh
  47. zsh: command not found: 88x2bu-20210702
  48. 88x2bu-20210702 127 >
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement