[SOLVED] Deleting bumblebee Kernel Module Blacklist 20 May 2021, 16:37:34 I saw this on arch wiki;"Note:The bumblebee package will install a kernel module blacklist file that prevents the nvidia-drm module from loading on boot. Remember to uninstall this if you later switch away to other solutions.The package does not blacklist the nvidiafb module. You probably do not have it installed, because the default kernels do not ship it. However, with other kernels you must explicitly blacklist it too, otherwise optirun and primusrun will not run. " So how can I delete the bumblebee kernel module? I want to use alternatives instead cause bumblebee gives me lower fps, while I got more fps with other OSs without bumblebee. I just want to remove bumblebee for performance.Title edit: I wrote "Kernel Module" and then realized it was "Kernel Module Blacklist". Last Edit: 20 May 2021, 23:55:44 by pofdzm
Re: Deleting bumblebee Kernel Module Reply #1 – 20 May 2021, 17:17:52 https://wiki.archlinux.org/title/Kernel_modulehttps://wiki.archlinux.org/title/Pacman 1 Likes
Re: Deleting bumblebee Kernel Module Reply #2 – 20 May 2021, 18:12:03 Quote from: strajder – on 20 May 2021, 17:17:52https://wiki.archlinux.org/title/Kernel_modulehttps://wiki.archlinux.org/title/Pacmanhttps://wiki.archlinux.org/title/Pacman#Removing_packages 1 Likes
Re: Deleting bumblebee Kernel Module Reply #3 – 20 May 2021, 20:19:05 Quote from: strajder – on 20 May 2021, 17:17:52https://wiki.archlinux.org/title/Kernel_modulehttps://wiki.archlinux.org/title/Pacmanbumblebee page in arch wiki says "there is a kernel module blacklist file" but /etc/modprob.d is empty. Did 'bumblebee failed to make this'/'I would manually do it and i didn't' or is there another place a blacklist file can be?
Re: Deleting bumblebee Kernel Module Reply #4 – 20 May 2021, 20:28:13 you looking for this: https://wiki.archlinux.org/title/Kernel_module#Blacklistingcreate /etc/modprobe.d/blacklist.confand put Code: [Select]blacklist bumblebee
Re: Deleting bumblebee Kernel Module Reply #5 – 20 May 2021, 20:36:29 Quote from: alium – on 20 May 2021, 20:28:13you looking for this: https://wiki.archlinux.org/title/Kernel_module#Blacklistingcreate /etc/modprobe.d/blacklist.confand put Code: [Select]blacklist bumblebee(as the wiki says) bumblebee is the one that puts a blacklist file, also "lsmod | grep bumblebee" gives no output so I dont think this will help me.
Re: Deleting bumblebee Kernel Module Reply #6 – 20 May 2021, 21:39:09 QuoteSo how can I delete the bumblebee kernel module? did you not ask how disable this module?you can bumblebee uninstall or blacklisted... One of it is to choose, links and instructions how to do in both cases we gave you.... Last Edit: 20 May 2021, 21:47:14 by alium
Re: Deleting bumblebee Kernel Module Reply #7 – 20 May 2021, 21:53:38 Quote from: alium – on 20 May 2021, 21:39:09did you not ask how disable this module?you can bumblebee uninstall or blacklisted... One of it is to choose, links and instructions how to do in both cases we gave you....Yeah, sorry I just forgot to mention I realized it actually puts a kernel module blacklist file instead of being a kernel module. So basically bumblebee (not a module) blacklists nvidia module (as the wiki says), and I want to remove that blacklisting thingy (cause the wiki says dont forget to remove the blacklist file before uninstalling bumblebee). How can I?
Re: Deleting bumblebee Kernel Module Reply #8 – 20 May 2021, 22:10:26 I would say go to "usr/lib/modprobe.d/bumblebee.conf"and remove it (I believe this is the file with blacklists)or search for nvidia in the/usr/lib/modprobe.d//etc/modprobe.d/... there should be a line like "blacklist nvidia" and more, so just comment them and remember this file can be overwritten by update 1 Likes
Re: [SOLVED] Deleting bumblebee Kernel Module Reply #9 – 20 May 2021, 22:21:21 Quote from: SGOrava – on 20 May 2021, 22:10:26I would say go to "usr/lib/modprobe.d/bumblebee.conf"and remove it (I believe this is the file with blacklists)or search for nvidia in the/usr/lib/modprobe.d//etc/modprobe.d/... there should be a line like "blacklist nvidia" and more, so just comment them and remember this file can be overwritten by updateThanks, the bumblebee.conf was at /usr/lib/modprobe.d , also I realized uninstalling bumblebee deleting it automatically anyways.