You are not logged in.

#1 2012-02-12 18:50:24

golmschenk
Member
Registered: 2012-02-02
Posts: 16

[SOLVED] How do I blacklist in modprobe.conf?

Since no solution was found in https://bbs.archlinux.org/viewtopic.php?id=135561, I decided to install the ATI Catalyst driver. I went through the process given here: https://wiki.archlinux.org/index.php/ATI_Catalyst. However, I'm stuck at one part that probably has a simple answer. The wiki says to blacklist radeon in /etc/modprobe.d/modprobe.conf. Currently no such file exists and I what such a file would look like if I were to create one. What should the blacklisting look like and do I need to add anything else to the file?

Thank you for your time!

Last edited by golmschenk (2012-02-12 19:03:35)

Offline

#2 2012-02-12 18:53:53

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] How do I blacklist in modprobe.conf?

https://wiki.archlinux.org/index.php/Ke … acklisting

[karol@black ~]$ cat /etc/modprobe.d/modprobe.conf
#
# /etc/modprobe.d/modprobe.conf
#

options i915 modeset=1

# disable autoload of ipv6
alias net-pf-10 off

blacklist pcspkr

Last edited by karol (2012-02-12 18:54:41)

Offline

#3 2012-02-12 18:54:12

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: [SOLVED] How do I blacklist in modprobe.conf?

Offline

#4 2012-02-12 19:03:14

golmschenk
Member
Registered: 2012-02-02
Posts: 16

Re: [SOLVED] How do I blacklist in modprobe.conf?

Fantastic. Thank you.

Offline

Board footer

Powered by FluxBB