Ciao, mi chiedevo una cosa, leggendo l'output di lsmod:

codice:
Module                  Size  Used by
snd_pcm_oss            49064  0 
snd_mixer_oss          17344  1 snd_pcm_oss
ohci_hcd               18756  0 
via_agp                 6784  1 
uhci_hcd               29264  0 
ehci_hcd               25988  0 
usbcore                99360  5 ohci_hcd,uhci_hcd,ehci_hcd
snd_via82xx            23876  2 
snd_ac97_codec         66372  1 snd_via82xx
snd_pcm                84744  3 snd_pcm_oss,snd_via82xx
snd_timer              21060  1 snd_pcm
snd_page_alloc          8968  2 snd_via82xx,snd_pcm
snd_mpu401_uart         6144  1 snd_via82xx
snd_rawmidi            20324  1 snd_mpu401_uart
snd_seq_device          6536  1 snd_rawmidi
snd                    47268  12 snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
slamr                 376964  2 
via_rhine              18760  0 
mii                     4032  1 via_rhine
crc32                   3840  1 via_rhine
ntfs                   87180  1 
nls_utf8                1600  3 
vfat                   11840  1 
fat                    39680  1 vfat
nls_base                6336  4 ntfs,nls_utf8,vfat,fat
evdev                   7296  0 
agpgart                27624  1 via_agp
psmouse                18440  0
Il problema è che parte dei moduli non li uso, come ad esempio quelli relativi alla scheda di rete (via_rhine), usb etc...

Non sarebbe possibile far caricare i module quando uso effettivamente la periferica?