Results 1 to 3 of 3
I need to add 2 modules to the MODULES_WHITELIST section in /etc/default/acpi-support. Distro is Ubuntu 7.04.
Question is do I separate them with a comma or a space?
MODULES_WHITELIST="rt2500 fglrx"
...
- 07-08-2007 #1Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
modules whitelist
I need to add 2 modules to the MODULES_WHITELIST section in /etc/default/acpi-support. Distro is Ubuntu 7.04.
Question is do I separate them with a comma or a space?
MODULES_WHITELIST="rt2500 fglrx"
or
MODULES_WHITELIST="rt2500, fglrx"
Ta.
- 07-08-2007 #2space only.Code:
MODULES_WHITELIST="rt2500 fglrx"
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-08-2007 #3Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Cheers for the quick reply!


Reply With Quote