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???...
- 10-21-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 3
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???
- 10-21-2009 #2Just Joined!
- Join Date
- Oct 2009
- Posts
- 18
I would say blacklist the associated module for the network device.
good luckIf 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
I found the above quote at cyberciti.biz/tips/avoid-linux-kernel-module-driver-autoloading.html
- 10-22-2009 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 3
Thanks for the response!!!
But it doesnt work??
Is there any other alternate available??


Reply With Quote