Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Blacklist firewire?
Date: Wed, 31 Mar 2010 01:08:04
Message-Id: 5bdc1c8b1003301733q6d88512ahf0ce2ccd56cc53ab@mail.gmail.com
1 I'm trying to blacklist firewire-ohci and firewire-core but I'm doing
2 something wrong.
3
4 I added then to /etc/modprobe.d/blacklist, ran update-modules and then
5 rebooted but they continue to load. What am I doing wrong?
6
7 blacklist eth1394
8 blacklist firewire-ochi
9 blacklist firewire-core
10
11
12 keeper ~ # lsmod
13 Module Size Used by
14 ipv6 207757 30
15 nvidia 10611606 22
16 snd_hda_codec_realtek 239530 1
17 uhci_hcd 18047 0
18 ehci_hcd 30854 0
19 snd_hda_intel 17688 0
20 snd_hda_codec 45755 2 snd_hda_codec_realtek,snd_hda_intel
21 snd_pcm 58104 2 snd_hda_intel,snd_hda_codec
22 snd_timer 15030 1 snd_pcm
23 rtc_cmos 7678 0
24 snd 37476 5
25 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
26 rtc_core 11093 1 rtc_cmos
27 usbcore 115023 3 uhci_hcd,ehci_hcd
28 sg 23029 0
29 agpgart 24341 1 nvidia
30 processor 23121 0
31 rtc_lib 1617 1 rtc_core
32 e1000e 111701 0
33 soundcore 800 1 snd
34 firewire_ohci 20022 0
35 snd_page_alloc 5809 2 snd_hda_intel,snd_pcm
36 firewire_core 36109 1 firewire_ohci
37 thermal 11650 0
38 keeper ~ #
39
40 Thanks,
41 Mark