LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How do I manually load the radeon module? (https://www.linuxquestions.org/questions/linux-general-1/how-do-i-manually-load-the-radeon-module-928026/)

Stevithen 02-07-2012 12:51 AM

How do I manually load the radeon module?
 
How do I manually load the radeon module?

barunparichha 02-07-2012 01:02 AM

try in root mode:
insmod <module-name>

fukawi1 02-07-2012 01:05 AM

Code:

# modprobe radeon
is this what you are looking for?
Code:

# man modprobe

vishnu_sreekumar 02-07-2012 01:08 AM

Ubuntu/Debian:
Quote:

You can add the module name to this file to load them on boot
/etc/modules
Redhat/Fedora/CentOS:
Quote:

Create an executable file /etc/sysconfig/modules/radeon.modules with the following content
/sbin/modprobe <modulename> >/dev/null 2>&1


All times are GMT -5. The time now is 08:09 AM.