You are not logged in.

#1 2012-11-04 22:22:12

jose1711
Member
Registered: 2006-07-08
Posts: 144

/dev/dvb not created when using systemd?

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

#2 2012-11-04 22:39:24

tomegun
Developer
From: France
Registered: 2010-05-28
Posts: 661

Re: /dev/dvb not created when using systemd?

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

#3 2012-11-04 22:57:12

jose1711
Member
Registered: 2006-07-08
Posts: 144

Re: /dev/dvb not created when using systemd?

aaah. right. there's smsdvb in MODULES array. i suppose i'd need to create a udev rule now, correct?

Offline

#4 2012-11-05 00:33:17

tomegun
Developer
From: France
Registered: 2010-05-28
Posts: 661

Re: /dev/dvb not created when using systemd?

echo "smsdvb" > /etc/modules-load.d/dvb.conf

should do it.

Offline

Board footer

Powered by FluxBB