Not sure if someone else has run into this or perhaps you can point me in the right direction...
I'm trying to switch my main system from Windows to Linux. The Ceton card works fine in Windows, so not likely to be a hardware issue.
The driver compiles fine (with fix for SUBDIRS issue in Makefile or using the JamesRHarris fork). For some reason, "make install" did not work correctly -- it copied the driver into /lib/modules/5.4.75, even though the kernel I'm running is 5.4.0-65. Not sure what that's about, but no big deal, I just moved the .ko to the right place and re-ran depmod. After that, I could modprobe the driver just fine.
According to dmesg, the network device was renamed from ctn0 to enp5s0. And the 192.168.200.1 IP address was not set by default, which I did not expect. The first I understand, but I was kind of expecting the IP address to be set automatically, but perhaps not. The provided instructions suggest I can give it a static IP address, so I assigned 192.168.200.2.
I can ping that IP address, but if I try browsing to that IP, then the connection is refused.
As suggested in the README, I try using mplayer to render the stream. That just hangs with this:
Playing /dev/ceton/ctn91xx_mpeg0_0.
Cache fill: 0.00% (0 bytes)
Not sure if someone else has run into this or perhaps you can point me in the right direction...
I'm trying to switch my main system from Windows to Linux. The Ceton card works fine in Windows, so not likely to be a hardware issue.
The driver compiles fine (with fix for SUBDIRS issue in Makefile or using the JamesRHarris fork). For some reason, "make install" did not work correctly -- it copied the driver into /lib/modules/5.4.75, even though the kernel I'm running is 5.4.0-65. Not sure what that's about, but no big deal, I just moved the .ko to the right place and re-ran depmod. After that, I could modprobe the driver just fine.
According to dmesg, the network device was renamed from ctn0 to enp5s0. And the 192.168.200.1 IP address was not set by default, which I did not expect. The first I understand, but I was kind of expecting the IP address to be set automatically, but perhaps not. The provided instructions suggest I can give it a static IP address, so I assigned 192.168.200.2.
I can ping that IP address, but if I try browsing to that IP, then the connection is refused.
As suggested in the README, I try using mplayer to render the stream. That just hangs with this:
Likewise with just trying to use cat. No data.
The only clue is a message from dmesg:
That message repeats forever, every 6 or 12 seconds.
Any ideas on how to debug this issue?
Thanks in advance.