(1) run:
- Code: Select all
ls -l /dev/hdhome*
to see what you have before doing any of the suggestions below. Save results and post for us to see also.
(2) the order in which you load the last two kernel modules (dvb_hdhomerun.ko and dvb_hdhomerun_fe.ko) are reverse from the way I load them. My order is:
dvb-core.ko
dvb_hdhomerun_core.ko
dvb_hdhomerun_fe.ko
dvb_hdhomerun.ko
I found that dvb_hdhomerun.ko is dependent on dvb_hdhomerun_fe.ko and needs to be loaded after it.
(2) try running:
- Code: Select all
groups root
and make sure that rood is in the "users" group, since that is the group you are specifying for running userhdhomerun. I'm using user "admin" which is in the group "administrators" so my parameters are -u admin -g administrators.
(4) After making changes above, get the results of:
- Code: Select all
ls -l /dev/hdhome*
and see if there are any changes.[/code]
