Othernet-Project / orx-install

ORx install scripts
http://outernet-project.github.io/orx-install/
GNU General Public License v3.0
94 stars 61 forks source link

ONDD cannot find|open /dev/dvb/adapter0/frontend0 #34

Closed Derrick- closed 9 years ago

Derrick- commented 9 years ago

Arch ORx, RaspberryPi Model B, DM04 LME2510C DVB-S RS2000

I have installed the ORx package on Arch. Everything seems to be working, the Adapter is up and signal is good, however ONDD is having a problem finding /dev/dvb/adapter0/frontend0 although it exists.....

[root@alarmpi ~]# ls /dev/dvb/adapter0/ -l
total 0
crw-rw---- 1 root video 212, 0 Dec 31  1969 demux0
crw-rw---- 1 root video 212, 1 Dec 31  1969 dvr0
crw-rw---- 1 root video 212, 3 Dec 31  1969 frontend0
crw-rw---- 1 root video 212, 2 Dec 31  1969 net0
[root@alarmpi ~]#

ONDD Log:

Sep 15 19:23:54 alarmpi systemd[1]: Starting Outernet Data Delivery agent service...
Sep 15 19:23:54 alarmpi systemd[1]: Started Outernet Data Delivery agent service.
Sep 15 19:23:54 alarmpi ondd[326]: /usr/sbin/ondd: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/sbin/ondd)
Sep 15 19:23:54 alarmpi ipd[326]: [main] v1.0.1
Sep 15 19:23:54 alarmpi ipd[326]: [main] thread exception: open( /dev/dvb/adapter0/frontend0 ) failed: (2) No such file or directory
Sep 15 19:23:54 alarmpi ondd[326]: 19:23:54.844 [main] v1.0.1
Sep 15 19:23:54 alarmpi ondd[326]: 19:23:54.874 [main] thread exception: open( /dev/dvb/adapter0/frontend0 ) failed: (2) No such file or directory
Sep 15 19:23:54 alarmpi systemd[1]: ondd.service: main process exited, code=exited, status=255/n/a

The driver is working and I have a good signal in tvheadend: outernetheadend

foxbunny commented 9 years ago

@Derrick- Does restarting ondd service after the frontend shows up result in same error message?

Derrick- commented 9 years ago

Oh man. Looks like I was reading an old log entry..... Closing this.

foxbunny commented 9 years ago

So I take it worked as expected in the end?

Derrick- commented 9 years ago

Still not receiving data, but I will create a new issue once I have done some more research. I don't entirely understand the process in which ONDD connects to the data stream, source code would be helpful :)

syedkarim commented 9 years ago

We all agree that source code on ONDD is the goal. But because we wanted to have something up and operational as soon as possible, we needed to license 3rd party code. However, opening this part of the stack is definitely on our roadmap and a high priority.

On Tue, Sep 16, 2014 at 2:11 PM, Derrick- notifications@github.com wrote:

Still not receiving data, but I will create a new issue once I have done some more research. I don't entirely understand the process in which ONDD connects to the data stream, source code would be helpful :)

— Reply to this email directly or view it on GitHub https://github.com/Outernet-Project/orx-install/issues/34#issuecomment-55797274 .