Добрый день.
Помогите разобраться в вопросе с отключением сетевой карты Ethernet
При помощи hald получил полный список подключённых устройств, нашёл в нём сетевую
udi = '/org/freedesktop/Hal/devices/pci_10ec_8168'
info.linux.driver = 'r8169' (string)
info.parent = '/org/freedesktop/Hal/devices/pci_8086_1c16' (string)
info.product = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_10ec_8168' (string)
info.vendor = 'Realtek Semiconductor Co., Ltd.' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0' (string)
pci.device_class = 2 (0x2) (int)
pci.device_protocol = 0 (0x0) (int)
pci.device_subclass = 0 (0x0) (int)
pci.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0' (string)
pci.product = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller' (string)
pci.product_id = 33128 (0x8168) (int)
pci.subsys_product_id = 14709 (0x3975) (int)
pci.subsys_vendor = 'Lenovo' (string)
pci.subsys_vendor_id = 6058 (0x17aa) (int)
pci.vendor = 'Realtek Semiconductor Co., Ltd.' (string)
pci.vendor_id = 4332 (0x10ec) (int)
В файле /etc/rc.local вписал
rmmod r8169
Этим я добился только того, что не работает сетевая, но в списках устройств она всё равно присутствует
lsusbBus 002 Device 004: ID 0bda:0139 Realtek Semiconductor Corp.
lspci04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
Как её можно вообще выключить, чтобы не подавалось питание на устройство?
В BIOS отключить не могу, нет возможности, слишком урезан.