You are not logged in.

#1 2012-03-07 13:17:19

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

modprobed.db - which modules?

Here is my modprobed.db

ac
acpi_cpufreq
ahci
appletalk
arc4
ata_generic
ata_piix
battery
bluetooth
bnep
btusb
button
cdrom
cfg80211
coretemp
cpufreq_ondemand
crc16
crc_itu_t
e1000e
eeprom_93cx6
ehci_hcd
evdev
ext4
firewire_core
firewire_ohci
freq_table
fuse
hdaps
hid
hid_logitech_dj
i2c_core
i2c_i801
iTCO_vendor_support
iTCO_wdt
input_polldev
intel_agp
intel_gtt
ipv6
ipx
iwl4965
iwl_legacy
jbd2
joydev
libahci
libata
llc
lzo
mac80211
mbcache
memstick
mmc_core
mperf
msr
mtd
nand
nand_ecc
nand_ids
nvram
p8022
p8023
pata_acpi
pcmcia
pcmcia_core
pcmcia_rsrc
phc_intel
processor
psmouse
psnap
r592
r852
rfcomm
rfkill
rtl8187
scsi_mod
sd_mod
sdhci
sdhci_pci
serio_raw
sm_common
snd
snd_hda_codec
snd_hda_codec_analog
snd_hda_intel
snd_hwdep
snd_page_alloc
snd_pcm
snd_timer
soundcore
sr_mod
thermal
thinkpad_acpi
tpm
tpm_bios
tpm_tis
uhci_hcd
usb_common
usbcore
usbhid
video
wmi
yenta_socket

However, I suspect there are some modules that should not be included in localmodconf, for example thinkpad_acpi (?).

Which of those modules should be added to the ignore list in  /etc/modprobed_db.conf ?

Offline

#2 2012-03-07 13:23:56

jeff84
Member
Registered: 2012-03-06
Posts: 6

Re: modprobed.db - which modules?

If you have a thinkpad, thinkpad_acpi is not so bad...

Offline

#3 2012-03-07 14:06:49

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: modprobed.db - which modules?

But thinkpad_acpi is not part of the kernel, is it?

Offline

#4 2012-03-07 14:24:19

jeff84
Member
Registered: 2012-03-06
Posts: 6

Re: modprobed.db - which modules?

thinkpad_acpi is part of the acpi subset of the linux kernel.

Offline

#5 2012-03-07 14:29:23

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: modprobed.db - which modules?

How about phc or hdaps?

Offline

#6 2012-03-07 14:32:58

jeff84
Member
Registered: 2012-03-06
Posts: 6

Re: modprobed.db - which modules?

phc_intel is an external driver for undervolting your cpu.
hdaps is a driver for your thinkpad hard drive protection sensor. I don't know, if it's in the kernel or external...

Offline

#7 2012-03-07 14:35:14

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: modprobed.db - which modules?

and  tp_smapi thinkpad_ec?
I compiled a kernel excluding those and it won't boot.

Offline

#8 2012-03-07 15:53:44

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: modprobed.db - which modules?

Modprobed_db is for building a custom kernel complete with the needed modules and nothing more... Or that is why I wrote it.  I am confused by your comments and keeping things of your module blacklists.  Am I missing something?

Offline

#9 2012-03-07 16:22:47

Lockheed
Member
Registered: 2010-03-16
Posts: 1,550

Re: modprobed.db - which modules?

Modprobed_db.conf lists modules that will not go to Modprobed_db. What I am asking for is whether tp_smapi and thinkpad_ec should be on this ignore list or not.

Offline

#10 2012-03-07 20:44:42

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: modprobed.db - which modules?

Neither of those modules are provided by the linux kernel package.  It is a pretty safe bet that some other package you installed provides them.  Therefore, add them and ignore them.

$ find /lib/modules -name "tp_smapi*"
$ find /lib/modules -name "think*"

Offline

Board footer

Powered by FluxBB