Find the answer to your Linux question:
Results 1 to 3 of 3
Hello How can I disable broadcom network devices in IBM e-servers (X3550) ??? 1) Using BIOS 2) Using commands Can anyone please let me know how this should be done???...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    3

    Question Disable Broadcom network devices

    Hello


    How can I disable broadcom network devices in IBM e-servers (X3550) ???


    1) Using BIOS
    2) Using commands


    Can anyone please let me know how this should be done???

  2. #2
    Just Joined!
    Join Date
    Oct 2009
    Posts
    18
    I would say blacklist the associated module for the network device.

    If you are using CentOS/Redhat/RHEL/Fedora Linux...

    Just open your /etc/modprobe.conf file and turn of auto loading using following syntax:
    alias driver-name off
    If you are using Debian / Ubuntu Linux...

    open /etc/modprobe.d/blacklist file and add drivername using following syntax:
    blacklist driver-name
    good luck


    I found the above quote at cyberciti.biz/tips/avoid-linux-kernel-module-driver-autoloading.html

  3. #3
    Just Joined!
    Join Date
    Oct 2009
    Posts
    3
    Thanks for the response!!!
    But it doesnt work??

    Is there any other alternate available??

Posting Permissions

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