mirror of
				https://github.com/TommyTran732/Kernel-Module-Blacklist.git
				synced 2025-11-04 03:08:34 +01:00 
			
		
		
		
	@@ -12,7 +12,7 @@ If you want to send me your data, at minimum you will need the following:
 | 
				
			|||||||
- The available kernel module on your system. This can be obtained with:
 | 
					- The available kernel module on your system. This can be obtained with:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
ls -R /lib/modules/"$(uname -r)"/kernel/{drivers,fs,net,sound} | grep "\.ko" | sed 's/.ko.xz//g' > blacklist.txt
 | 
					ls -R /lib/modules/"$(uname -r)"/kernel/{drivers,fs,net,sound} | grep "\.ko" | sed 's/.ko.xz//g' | sed 's/.ko.zst//g' > blacklist.txt
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- The kernel modules being used on your system. This can be obtained with:
 | 
					- The kernel modules being used on your system. This can be obtained with:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user