Results 1 to 8 of 8

Thread: Blacklist

  1. #1
    Join Date
    Mar 2008
    Location
    Behind you...
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Blacklist

    Hi
    I've blacklisted a module to disable a device, but after rebooting, the device isn't disabled.
    In the output of "lspci", the device still shows up, and in the output of "lsmod" the module still shows up.

    Some details:
    This is the device I want to disable:
    Code:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    	Kernel driver in use: i915
    	Kernel modules: i915
    This is the line I've added to /etc/modprobe.d/blacklist.conf
    Code:
    blacklist i915
    Please tell me what I'm doing wrong, thanks in advance.

  2. #2
    Join Date
    Aug 2007
    Beans
    463
    Distro
    Lubuntu Development Release

    Re: Blacklist

    Try adding the line
    Code:
    blacklist intel_agp
    to the blacklist and then go to a terminal and type
    Code:
    sudo update-initramfs -u
    and press enter.

    Thanks.

  3. #3
    Join Date
    Mar 2008
    Location
    Behind you...
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Blacklist

    I've added these lines to the blacklist.conf file:
    Code:
    blacklist intel-agp
    blacklist agpgart-intel
    Executed this:
    Code:
    sudo update-initramfs -u
    Now the module (i915) doesn't get loaded, but the the device still shows up in the output of "lspci". Any further suggestions?

  4. #4
    Join Date
    Aug 2007
    Beans
    463
    Distro
    Lubuntu Development Release

    Re: Blacklist

    I'm not aware of any methods for removing a device from the output of "lspci". Is the fact that the card is recognized causing you problems?

  5. #5
    Join Date
    Mar 2008
    Location
    Behind you...
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Blacklist

    Yes, because in Ubuntu it conflicts with my nVidia graphics card. When I install a driver for the nVidia graphics card, Ubuntu recognizes the Intel VGA controller first on startup and doesn't gives screen output.

  6. #6
    Join Date
    Aug 2007
    Beans
    463
    Distro
    Lubuntu Development Release

    Re: Blacklist

    Hello,

    Could you check your BIOS and see if there is a way to disable the onboard card from there? If there isn't, just say so.

    Thanks.

  7. #7
    Join Date
    Mar 2008
    Location
    Behind you...
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Blacklist

    There's no option in the BIOS to disable the device.
    Is there another way in Ubuntu to disable of just let the kernel "ignore" a piece of hardware?

  8. #8
    Join Date
    Aug 2007
    Beans
    463
    Distro
    Lubuntu Development Release

    Re: Blacklist

    Do you know what model the motherboard is? Most should have the ability to disable an onboard card.

    Also, you could try
    Code:
    dpkg-reconfigure xserver-xorg
    to try to fix the output problem.

Tags for this Thread

Bookmarks

Posting Permissions

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