Find the answer to your Linux question:
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" ...
  1. #1
    Linux 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.
    Lansbury's Lido

    thekiadriver on #linuxforums - fleetingly

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Code:
     MODULES_WHITELIST="rt2500 fglrx"
    space only.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Engineer
    Join Date
    Jul 2003
    Location
    Farnborough, UK
    Posts
    1,305
    Cheers for the quick reply!
    Lansbury's Lido

    thekiadriver on #linuxforums - fleetingly

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...