Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] scan no data, failed #260

Open
1 task done
Demmtop opened this issue Sep 3, 2024 · 3 comments
Open
1 task done

[BUG] scan no data, failed #260

Demmtop opened this issue Sep 3, 2024 · 3 comments

Comments

@Demmtop
Copy link

Demmtop commented Sep 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I installed tvheadend as docker container on a raspberry pi 3+. I have 3 cabel tuner.
The hardware is successful install on the raspberry pi 3+.

[   44.516717] dvbdev: DVB: registering new adapter (Technisat CableStar Combo HD CI)
[   44.516728] usb 1-1.5.3: media controller created
[   44.519630] usb 1-1.5.3: dvb_usb_v2: MAC address: c2:f7:14:03:00:00
[   44.520554] dvbdev: dvb_create_media_entity: media entity 'dvb-demux' registered.
[   44.569079] drxk: status = 0x439130d9
[   44.569101] drxk: detected a drx-3913k, spin A2, xtal 27.000 MHz
[   59.009402] drxk: DRXK driver version 0.9.4300
[   59.103356] drxk: frontend initialized.
[   59.103417] dvbdev: dvb_create_media_entity: media entity 'dvb-ca-en50221' registered.
[   59.104049] usb 1-1.5.3: DVB: registering adapter 2 frontend 0 (DRXK DVB-C DVB-T)...
[   59.104084] dvbdev: dvb_create_media_entity: media entity 'DRXK DVB-C DVB-T' registered.
[   59.121070] mt2063_attach: Attaching MT2063
[   59.139149] usb 1-1.5.3: dvb_usb_v2: 'Technisat CableStar Combo HD CI' successfully initialized and connected
[   59.139362] usbcore: registered new interface driver dvb_usb_az6007```

Tvheadend is showing the adpater in the frontend

![adapter](https://github.com/user-attachments/assets/cdcbe945-d5c7-42c8-9686-1bb6509bb60e)

When I scan. The I get the message "scan no data, failed"

### Expected Behavior

_No response_

### Steps To Reproduce

1. Install Pi OS
2. Install docker
3. create docker container tvheadend

### Environment

```markdown
- OS:PI OS
- How docker service was installed:

CPU architecture

arm64

Docker creation

docker run -d \
  --name=tvheadend \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/Berlin \
  -p 9981:9981 \
  -p 9982:9982 \
  -v tvheadend_config:/config \
  -v tvheadend_recording:/recordings \
  --device /dev/dvb:/dev/dvb \
  --restart unless-stopped \
  lscr.io/linuxserver/tvheadend:latest

Container logs

2024-09-03 17:51:45.702 [   INFO] linuxdvb: adapter added /dev/dvb/adapter0
2024-09-03 17:51:46.586 [   INFO] linuxdvb: adapter added /dev/dvb/adapter1
2024-09-03 17:51:47.319 [   INFO] linuxdvb: adapter added /dev/dvb/adapter2

2024-09-03 17:57:33.580 [   INFO] subscription: 0002: "scan" subscribing to mux "330MHz", weight: 5, adapter: "DRXK DVB-C DVB-T #0 : DVB-C #0", network: "Unitymedia", service: "Raw PID Subscription"
2024-09-03 17:57:38.579 [   INFO] mpegts: 330MHz in Unitymedia - scan no data, failed
Copy link

github-actions bot commented Sep 3, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

j0nnymoe commented Sep 3, 2024

I would suggest checking with tvheadend. It's likely this is a configuration issue and not a container issue.

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Issues
Development

No branches or pull requests

3 participants