NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 33 34 35 36 37 … 101 Next »
Not Finding Devices

 
  • 0 Vote(s) - 0 Average
Not Finding Devices
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,666
Threads: 170
Joined: Jun 2007
#31
2022-12-13, 01:13 AM
(2022-12-12, 08:28 PM)sub Wrote:
Quote:2022-12-12 14:55:08.155 [VERBOSE][65] About to attempt HDHR discovery via UDP
2022-12-12 14:55:08.173 [VERBOSE][65] ...skipping non-Ethernet network device
2022-12-12 14:55:08.173 [VERBOSE][65] ...skipping non-Ethernet network device
2022-12-12 14:55:08.173 [VERBOSE][65] ...skipping non-Ethernet network device
2022-12-12 14:55:08.173 [VERBOSE][65] ...sending on device: System.Net.NetworkInformation.SystemUnicastIPAddressInformation
2022-12-12 14:55:08.173 [VERBOSE][65] ...skipping non-Ethernet network device
I might need to give you a new build with a tweak to that logging, so we can see the address it sent to. We can see it tried to send the UDP discovery though, skipping a few non-Ethernet network devices, but sending to one.

(sorry - busy next couple of hours)

Sub: The DCR uses USB network connection between the host and the device. I wonder if it might be showing up for you in Linux as a "non-Ethernet network device" and therefore being skipped. Maybe adjust that verbose logging message to also include the device name for the skipped device?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,830
Threads: 954
Joined: May 2006
#32
2022-12-13, 01:36 AM
That is why I wanted to see the SD (Silicon Dust) output in Wireshark.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,659
Threads: 767
Joined: Nov 2003
#33
2022-12-13, 04:16 AM
I've attached a build with slightly more better logging around for these lines.

While it's a USB device, it represents itself to the system as a USB network adapter.


Attached Files
.zip   NShared.zip (Size: 364.55 KB / Downloads: 5)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,830
Threads: 954
Joined: May 2006
#34
2022-12-13, 09:49 AM (This post was last modified: 2022-12-13, 09:50 AM by mvallevand.)
That is what I found interesting his laptop is listening on

2022-12-12 14:22:00.688 [DEBUG][11] address: 192.168.1.188

and the device responds on the same subnet C:\Program Files\Silicondust\HDHomeRun>hdhomerun_config.exe discover
hdhomerun device 20200EC0 found at 192.168.1.155

so you should be sending out discovery broadcasts to 192.168.1.255 as a minimum.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#35
2022-12-13, 03:42 PM
Verbose logs for latest NShared.dll.


Attached Files
.zip   logs-20221213-1040.zip (Size: 25 KB / Downloads: 2)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,830
Threads: 954
Joined: May 2006
#36
2022-12-13, 03:53 PM
What type of Ethernet card do you have in the laptop for 192.168.1.188 It isn't detecting it.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#37
2022-12-13, 04:33 PM
Attached is a snapshot of devices on this laptop.


Attached Files
.zip   4ScottLaptop Devices.zip (Size: 36.22 KB / Downloads: 4)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,830
Threads: 954
Joined: May 2006
#38
2022-12-15, 12:01 AM (This post was last modified: 2022-12-15, 12:02 AM by mvallevand.)
On a hunch I unplugged my network card and turned on wifi and NextPVR "skipped" my wifi device and there was no UDP discovery.

@JohnC if you plug in a network cable and use it instead of wifi NextPVR might be able to detect your device and then on the Settings General Page turn off the scan on startup which could disable it when you are wifi only.

Code:
2022-12-14 18:43:56.377    [VERBOSE][6]    About to attempt HDHR discovery via UDP
2022-12-14 18:43:56.418    [VERBOSE][6]    ...sending on device: Realtek PCIe GbE Family Controller [169.254.205.253]
2022-12-14 18:43:56.419    [VERBOSE][6]    ...sending on device: Realtek PCIe 2.5GbE Family Controller [172.16.3.3]  < static wired NIC no cable.
2022-12-14 18:43:56.827    [VERBOSE][6]    ...skipping non-Ethernet network device
2022-12-14 18:43:56.827    [VERBOSE][6]    ...skipping non-Ethernet network device
2022-12-14 18:43:56.827    [VERBOSE][6]    ...skipping non-Ethernet network device
2022-12-14 18:43:56.827    [VERBOSE][6]    ...sending on device: Bluetooth Device (Personal Area Network) #2 [169.254.246.43]
2022-12-14 18:43:56.827    [VERBOSE][6]    ...skipping non-Ethernet network device

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 856
Threads: 186
Joined: Jun 2015
#39
2023-01-05, 07:25 PM
(Long delay for this reply. Holidays intervened. My apologies.)

Good hunch. Unfortunately, the laptop is wifi-only with no socket for an ethernet cable. Maybe sub could add the ability to sense wifi networks(like HDHR? Maybe an option to NOT try discovery at app/service startup and just use a manually filled CAPTURE_SOURCE database table?)

JohnC
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,659
Threads: 767
Joined: Nov 2003
#40
2023-01-06, 07:56 PM
(2023-01-05, 07:25 PM)jcole998 Wrote: Maybe an option to NOT try discovery at app/service startup and just use a manually filled CAPTURE_SOURCE database table?)
FYI, setting <ScanDevicesAtStartup>false</ScanDevicesAtStartup> in config.xml will stop it from scanning devices at startup.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Automate Update Channels on Specific IPTV Device or Group of Devices taylormia 33 2,760 2024-11-15, 02:48 AM
Last Post: taylormia
  Settings section - Devices and Channels pages not loading kevwag 51 3,235 2024-08-10, 09:24 PM
Last Post: mvallevand
  npvr not detecting my devices dfauver 1 337 2024-08-03, 04:11 PM
Last Post: mvallevand
  No devices are currently active Arr0ws 2 502 2024-07-28, 01:28 PM
Last Post: Arr0ws
  Not finding any channels netsua 1 474 2023-11-20, 05:13 AM
Last Post: sub
  Fritz 6660, Sat>IP - no devices CableSignal 2 686 2023-09-14, 05:50 PM
Last Post: sub
  Satellite scan not finding BBC on UK Freesat smbunn 7 1,190 2023-05-03, 04:13 AM
Last Post: sub
  More Devices than Expected (HDHomerun Flex 4K) geobrick 21 4,918 2023-04-14, 01:59 PM
Last Post: mvallevand
Smile No hdhr devices on Windows 11 setup: Solved charlip 2 820 2023-02-19, 04:32 PM
Last Post: sub
  Clean install - No Devices in Backend Status and tuners are no responding dartheejit 2 1,625 2023-02-07, 09:34 AM
Last Post: dartheejit

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode