Ich hab tatsächlich etwas gefunden
lsmod beim MLD bringt mir folgende Ausgabe:
nvidia_drm 34217 1
nvidia_modeset 790948 4 nvidia_drm
nvidia 11450493 76 nvidia_modeset
snd_hda_codec_hdmi 29185 1
snd_hda_codec_realtek 52446 1
snd_hda_codec_generic 42270 1 snd_hda_codec_realtek
snd_hda_intel 18033 2
snd_hda_codec 62630 4 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel
snd_hda_core 37879 5 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec
snd_hwdep 4793 1 snd_hda_codec
snd_pcm 60099 5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_timer 16391 1 snd_pcm
snd 46690 10 snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
drm_kms_helper 93680 1 nvidia_drm
r8169 56990 0
drm 223291 4 nvidia_drm,drm_kms_helper
mii 3587 1 r8169
agpgart 21378 1 drm
uinput 7007 1
hingegen der lsmod bei yaVDR:
snd_hda_codec_hdmi 32530 1
snd_hda_codec_realtek 224261 1
snd_hda_intel 33719 2
snd_hda_codec 127706 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
ftdi_sio 44775 1
snd_hwdep 17764 1 snd_hda_codec
usbserial 47128 3 ftdi_sio
snd_pcm 97275 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
usb_storage 49198 0
drm_kms_helper 46978 0
drm 241971 1 drm_kms_helper
i2c_algo_bit 13423 0
video 19651 0
snd_seq_midi 13324 0
nvidia 11404709 54
snd_rawmidi 30748 1 snd_seq_midi
snd_seq_midi_event 14899 1 snd_seq_midi
usbhid 47238 0
snd_seq 61929 2 snd_seq_midi,snd_seq_midi_event
hid 99883 1 usbhid
snd_timer 29990 2 snd_pcm,snd_seq
snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
nfsd 282215 13
psmouse 98243 0
nfs 436999 4
serio_raw 13211 0
snd 79081 13 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
lockd 90326 2 nfsd,nfs
fscache 61529 1 nfs
auth_rpcgss 53380 2 nfsd,nfs
nfs_acl 12883 2 nfsd,nfs
sunrpc 255272 25 nfsd,nfs,lockd,auth_rpcgss,nfs_acl
soundcore 15091 1 snd
snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
mac_hid 13253 0
mei 41616 0
shpchp 37201 0
lp 17799 0
parport 46562 1 lp
firewire_ohci 41000 0
firewire_core 63600 1 firewire_ohci
crc_itu_t 12707 1 firewire_core
r8169 62190 0
vesafb 13844 1
Interessant dabei ist, dass beim yaVDR die Module "ftdi_sio" und "usbserial" geladen sind, jedoch beim MLD nicht.
Ein "modprobe ftdi_sio" bringt aber leider die Fehlermeldung:
modprobe: module ftdi_sio not found in modules.dep
ich kenn mich damit leider zu wenig aus, wie bekomme ich denn die Module geladen?