You are not logged in.
maybe it's just coincidence but it seems that when i switch to systemd, my dvb-t stick is recognized, firmware is loaded but no dvb device is created under /dev structure. issue goes away if i start with legacy init start scripts. any idea how to debug this?
thank you,
jose
Offline
systemd itself does not create any device nodes. Could you see if somehow a module is loaded under initscripts which is not loaded under systemd?
Offline
aaah. right. there's smsdvb in MODULES array. i suppose i'd need to create a udev rule now, correct?
Offline
echo "smsdvb" > /etc/modules-load.d/dvb.conf
should do it.
Offline