Forums » Tutorial and setups »
DVBSky S952 Installation Issue
Added by KenyBDG K. over 6 years ago
Hello everyone,
I'm trying to install new TVheadend instance with DVBSky S952 DVB-S2 PCIe card on Ubuntu 16.04 LTS. Unfortunately without success.
To install the card I'm used procedure from below webiste:
http://www.dvbsky.net/download/doc/Linux_driver_installation_Guide
during compile the source code: "make", I see some errors
scripts/Makefile.build:316: recipe for target '/home/media_build-bst-160430/v4l/msp3400-driver.o' failed make[3]: *** [/home/jumphost/media_build-bst-160430/v4l/msp3400-driver.o] Error 1 Makefile:1550: recipe for target '_module_/home/media_build-bst-160430/v4l' failed make[2]: *** [_module_/home/jumphost/media_build-bst-160430/v4l] Error 2 make[2]: Leaving directory '/usr/src/linux-headers-4.13.0-39-generic' Makefile:51: recipe for target 'default' failed make[1]: *** [default] Error 2 make[1]: Leaving directory '/home/jumphost/media_build-bst-160430/v4l' Makefile:26: recipe for target 'all' failed make: *** [all] Error 2
I've no idea what is wrong
dmesg | grep -i dvb
root@jumphost:/home/jumphost/media_build-bst-160430# dmesg | grep -i dvb [ 21.427384] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 21.427385] cx23885: cx23885[0]: cx23885 based dvb card [ 21.692092] cx23885: cx23885_dvb_register() dvb_register failed err = -22 [ 21.692094] cx23885: cx23885_dev_setup() Failed to register dvb on VID_C
dmesg | grep -i firmware
root@jumphost:/home/jumphost/media_build-bst-160430# dmesg | grep -i firmware [ 0.069510] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.073346] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge [ 21.398867] cx25840 12-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) [ 22.221581] usb 2-1.1: r8712u: Loading firmware from "rtlwifi/rtl8712u.bin"
lspci -vvvnn
Multimedia video controller [0400]: Conexant Systems, Inc. CX23885 PCI Video and Audio Decoder [14f1:8852] (rev 02) Subsystem: DVBSky S952 [4254:0952] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 17 Region 0: Memory at fb800000 (64-bit, non-prefetchable) [size=2M] Capabilities: [40] Express (v1) Endpoint, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ MaxPayload 128 bytes, MaxReadReq 512 bytes DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <2us, L1 <4us ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- Capabilities: [80] Power Management version 2 Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [90] Vital Product Data Product Name: " End Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [100 v1] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- AERCap: First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [200 v1] Virtual Channel Caps: LPEVC=0 RefClk=100ns PATEntryBits=1 Arb: Fixed+ WRR32+ WRR64+ WRR128- Ctrl: ArbSelect=WRR64 Status: InProgress- Port Arbitration Table [240] <?> VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans- Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256- Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01 Status: NegoPending- InProgress- Kernel driver in use: cx23885 Kernel modules: cx23885
Replies (21)
RE: DVBSky S952 Installation Issue - Added by saen acro over 6 years ago
dmesg |egrep "cx23885|cx25840|dvb|frontend"
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
root@jumphost:/home/jumphost# dmesg |egrep "cx23885|cx25840|dvb|frontend" [ 21.105869] cx23885: cx23885 driver version 0.0.4 loaded [ 21.105903] cx23885 0000:03:00.0: enabling device (0000 -> 0002) [ 21.105993] cx23885: CORE cx23885[0]: subsystem: 4254:0952, board: Hauppauge WinTV-HVR1255 [card=20,insmod option] [ 21.253561] cx23885: cx23885[0]: warning: unknown hauppauge model #0 [ 21.253562] cx23885: cx23885[0]: hauppauge eeprom: model=0 [ 21.255799] cx25840 12-0044: cx23885 A/V decoder found @ 0x88 (cx23885[0]) [ 22.009622] cx25840 12-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) [ 22.038295] cx23885: cx23885[0]: registered device video0 [v4l2] [ 22.038324] cx23885: cx23885[0]: registered device vbi0 [ 22.038406] cx23885: cx23885[0]: alsa: registered ALSA audio device [ 22.038408] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 22.038409] cx23885: cx23885[0]: cx23885 based dvb card [ 22.149699] cx23885: cx23885[0]: frontend initialization failed [ 22.149703] cx23885: cx23885_dvb_register() dvb_register failed err = -22 [ 22.149704] cx23885: cx23885_dev_setup() Failed to register dvb on VID_C [ 22.149708] cx23885: cx23885_dev_checkrevision() Hardware revision = 0xb0 [ 22.149713] cx23885: cx23885[0]/0: found at 0000:03:00.0, rev: 2, irq: 17, latency: 0, mmio: 0xfb800000
RE: DVBSky S952 Installation Issue - Added by saen acro over 6 years ago
there is no module at kernel
https://linuxtv.org/wiki/index.php/DVBSKY_S952
try this
sudo nano /etc/modeprobe.d/cx23885.conf
put inside as from this list card 50 https://linuxtv.org/downloads/v4l-dvb-apis/v4l-drivers/cx23885-cardlist.html
options cx23885 card=50 options CORE_cx23885[0]_dvb adapter_nr=0
next line is from this manual
https://ubuntuforums.org/showthread.php?t=1648472
try without it
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
I followed according to the manual, but still not working
root@jumphost:/home/jumphost# dmesg |egrep "cx23885|cx25840|dvb|frontend" [ 20.586532] cx23885: cx23885 driver version 0.0.4 loaded [ 20.586569] cx23885 0000:03:00.0: enabling device (0000 -> 0002) [ 20.586651] cx23885: CORE cx23885[0]: subsystem: 4254:0952, board: DVBSky S952 [card=50,insmod option] [ 20.815760] cx25840 12-0044: cx23885 A/V decoder found @ 0x88 (cx23885[0]) [ 21.560479] cx25840 12-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) [ 21.576551] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 21.576553] cx23885: cx23885[0]: cx23885 based dvb card [ 21.577821] cx23885: cx23885_dvb_register() dvb_register failed err = -22 [ 21.577823] cx23885: cx23885_dev_setup() Failed to register dvb adapters on VID_B [ 21.577824] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 21.577825] cx23885: cx23885[0]: cx23885 based dvb card [ 21.578897] cx23885: cx23885_dvb_register() dvb_register failed err = -22 [ 21.578899] cx23885: cx23885_dev_setup() Failed to register dvb on VID_C [ 21.578903] cx23885: cx23885_dev_checkrevision() Hardware revision = 0xb0 [ 21.578907] cx23885: cx23885[0]/0: found at 0000:03:00.0, rev: 2, irq: 17, la
Maybe it's due to many installation attempts ?
Below my home folder, I think that I should remove "media_build"
root@jumphost:/home/jumphost# ls -la total 11584 drwxr-xr-x 23 jumphost jumphost 4096 kwi 30 23:51 . drwxr-xr-x 4 root root 4096 kwi 29 22:41 .. -rw------- 1 jumphost jumphost 503 kwi 30 12:58 .bash_history -rw-r--r-- 1 jumphost jumphost 220 kwi 29 21:12 .bash_logout -rw-r--r-- 1 jumphost jumphost 3771 kwi 29 21:12 .bashrc drwx------ 20 jumphost jumphost 4096 kwi 30 11:12 .cache drwx------ 3 jumphost jumphost 4096 kwi 30 12:15 .compiz drwx------ 21 jumphost jumphost 4096 kwi 30 12:19 .config drwx------ 3 jumphost jumphost 4096 kwi 30 09:47 .dbus drwxr-xr-x 2 jumphost jumphost 4096 kwi 29 21:24 Desktop drwxr-xr-x 2 jumphost jumphost 4096 kwi 29 21:24 Documents drwxr-xr-x 2 jumphost jumphost 4096 kwi 30 22:55 Downloads -rw-r--r-- 1 jumphost jumphost 8980 kwi 29 21:12 examples.desktop drwx------ 2 jumphost jumphost 4096 kwi 29 22:13 .gconf drwx------ 3 jumphost jumphost 4096 kwi 30 09:36 .gnome drwx------ 3 jumphost jumphost 4096 kwi 30 23:51 .gnupg drwx------ 2 jumphost jumphost 4096 kwi 30 09:47 .gvfs -rw------- 1 jumphost jumphost 6520 kwi 30 23:51 .ICEauthority -rw-rw-r-- 1 jumphost jumphost 170900 gru 18 2013 kernel-3.12.5-dvbsky.patch -rw-rw-r-- 1 jumphost jumphost 40960 kwi 30 11:43 kernel-3.12.5-dvbsky.patch.tar.gz drwx------ 3 jumphost jumphost 4096 kwi 29 21:24 .local drwxr-xr-x 7 root root 4096 kwi 30 12:31 media_build -rw-rw-r-- 1 jumphost jumphost 11492823 kwi 30 11:43 media_build-bst-160430.tar.gz drwx------ 5 jumphost jumphost 4096 kwi 29 21:25 .mozilla drwxr-xr-x 2 jumphost jumphost 4096 kwi 29 21:24 Music drwxr-xr-x 2 jumphost jumphost 4096 kwi 29 21:24 Pictures drwx------ 3 jumphost jumphost 4096 kwi 30 09:36 .pki -rw-r--r-- 1 jumphost jumphost 655 kwi 29 21:12 .profile drwxr-xr-x 2 jumphost jumphost 4096 kwi 29 21:24 Public -rw-r--r-- 1 jumphost jumphost 0 kwi 29 21:54 .sudo_as_admin_successful drwxr-xr-x 2 jumphost jumphost 4096 kwi 29 21:24 Templates drwxrwxr-x 6 jumphost jumphost 4096 kwi 30 22:55 v4l-dvb drwxr-xr-x 2 jumphost jumphost 4096 kwi 29 21:24 Videos -rw------- 1 jumphost jumphost 107 kwi 30 23:51 .Xauthority -rw-rw-r-- 1 jumphost jumphost 53 kwi 30 09:34 .xsession -rw------- 1 jumphost jumphost 266 kwi 30 23:51 .xsession-errors -rw------- 1 jumphost jumphost 1447 kwi 30 23:50 .xsession-errors.old
RE: DVBSky S952 Installation Issue - Added by saen acro over 6 years ago
Update kernel, this will destroy modifications.
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
Update karnel finished for me no good :)... boot screen displayed a kernel panic message, so I decided install new ubuntu instance
After installation I executed command dmesg |egrep "cx23885|cx25840|dvb|frontend"
root@jumphost:/home/jumphost# dmesg |egrep "cx23885|cx25840|dvb|frontend" [ 12.299294] cx23885: cx23885 driver version 0.0.4 loaded [ 12.299410] cx23885: CORE cx23885[0]: subsystem: 4254:0952, board: DVBSky S952 [card=50,autodetected] [ 12.602387] cx25840 12-0044: cx23885 A/V decoder found @ 0x88 (cx23885[0]) [ 13.299016] cx25840 12-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) [ 13.314459] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 13.314461] cx23885: cx23885[0]: cx23885 based dvb card [ 13.928516] dvbdev: DVB: registering new adapter (cx23885[0]) [ 13.928519] cx23885 0000:03:00.0: DVB: registering adapter 0 frontend 0 (Montage Technology M88DS3103)... [ 13.956605] cx23885: DVBSky S952 port 1 MAC address: ff:ff:ff:ff:ff:ff [ 13.956607] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 13.956609] cx23885: cx23885[0]: cx23885 based dvb card [ 14.064542] dvbdev: DVB: registering new adapter (cx23885[0]) [ 14.064545] cx23885 0000:03:00.0: DVB: registering adapter 1 frontend 0 (Montage Technology M88DS3103)... [ 14.093183] cx23885: DVBSky S952 port 2 MAC address: ff:ff:ff:ff:ff:ff [ 14.093188] cx23885: cx23885_dev_checkrevision() Hardware revision = 0xb0 [ 14.093194] cx23885: cx23885[0]/0: found at 0000:03:00.0, rev: 2, irq: 17, latency: 0, mmio: 0xfb800000
I didn't install any drivers/patches, anything related with this DVBSky S952 card....
For me it's very strange.....
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
After instaling TVheadend, I executed command
dmesg |egrep "cx23885|cx25840|dvb|frontend"
There some issue with "Direct firmware load for dvb-demod-m88ds3103.fw failed with error -2"
[ 13.643715] cx23885: cx23885 driver version 0.0.4 loaded [ 13.643833] cx23885: CORE cx23885[0]: subsystem: 4254:0952, board: DVBSky S952 [card=50,autodetected] [ 13.920937] cx25840 12-0044: cx23885 A/V decoder found @ 0x88 (cx23885[0]) [ 14.581294] cx25840 12-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) [ 14.596743] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 14.596745] cx23885: cx23885[0]: cx23885 based dvb card [ 14.757543] dvbdev: DVB: registering new adapter (cx23885[0]) [ 14.757547] cx23885 0000:03:00.0: DVB: registering adapter 0 frontend 0 (Montage Technology M88DS3103)... [ 14.785737] cx23885: DVBSky S952 port 1 MAC address: ff:ff:ff:ff:ff:ff [ 14.785739] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 14.785740] cx23885: cx23885[0]: cx23885 based dvb card [ 14.894420] dvbdev: DVB: registering new adapter (cx23885[0]) [ 14.894424] cx23885 0000:03:00.0: DVB: registering adapter 1 frontend 0 (Montage Technology M88DS3103)... [ 14.922543] cx23885: DVBSky S952 port 2 MAC address: ff:ff:ff:ff:ff:ff [ 14.922548] cx23885: cx23885_dev_checkrevision() Hardware revision = 0xb0 [ 14.922552] cx23885: cx23885[0]/0: found at 0000:03:00.0, rev: 2, irq: 17, latency: 0, mmio: 0xfb800000 [ 2549.754121] m88ds3103 10-0068: Direct firmware load for dvb-demod-m88ds3103.fw failed with error -2 [ 2549.754124] m88ds3103 10-0068: firmware file 'dvb-demod-m88ds3103.fw' not found [ 2549.760287] cx23885 0000:03:00.0: DVB: adapter 1 frontend 0 frequency 0 out of range (950000..2150000) [ 2549.764313] m88ds3103 11-0068: Direct firmware load for dvb-demod-m88ds3103.fw failed with error -2 [ 2549.764316] m88ds3103 11-0068: firmware file 'dvb-demod-m88ds3103.fw' not found [ 2549.770469] cx23885 0000:03:00.0: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)
RE: DVBSky S952 Installation Issue - Added by saen acro over 6 years ago
Easy to solve
sudo wget -O /lib/firmware/dvb-demod-m88ds3103.fw https://github.com/OpenELEC/dvb-firmware/raw/master/firmware/dvb-demod-m88ds3103.fw
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
Now, the DVBs tuner gone :(, when I execute "dmesg |egrep "cx23885|cx25840|dvb|frontend" I received empty answer
Maybe the reason is that my card is "DVB-S2 Mystique SaTiX-S2 Sky Xpress DUAL" it's a clone DVBSky S952.
Previously, I used this card on Windows 10 + DVBViewer, and everything worked well ...obviously with DVBSky S952 drivers.
RE: DVBSky S952 Installation Issue - Added by saen acro over 6 years ago
Restart and post complete dmesg
for example in http://paste.ubuntu.com/
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
Before I collect complete dmesg I executed once again "dmesg |egrep "cx23885|cx25840|dvb|frontend" and .....
[ 10.606896] cx23885: cx23885 driver version 0.0.4 loaded [ 10.606993] cx23885: CORE cx23885[0]: subsystem: 4254:0952, board: DVBSky S952 [card=50,autodetected] [ 11.105395] cx25840 12-0044: cx23885 A/V decoder found @ 0x88 (cx23885[0]) [ 11.784359] cx25840 12-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) [ 11.799802] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 11.799803] cx23885: cx23885[0]: cx23885 based dvb card [ 11.801045] Modules linked in: r8712u(C) cx25840 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass cx23885(+) altera_ci crct10dif_pclmul crc32_pclmul tda18271 altera_stapl m88ds3103 tveeprom cx2341x videobuf2_dvb dvb_core ghash_clmulni_intel rc_core v4l2_common i2c_mux videobuf2_dma_sg videobuf2_memops videobuf2_v4l2 cryptd intel_cstate snd_hda_codec_hdmi videobuf2_core videodev snd_hda_codec_via snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep media snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi intel_rapl_perf eeepc_wmi snd_seq asus_wmi snd_seq_device input_leds wmi_bmof snd_timer serio_raw sparse_keymap mei_me mei snd soundcore shpchp lpc_ich mac_hid parport_pc ppdev lp parport autofs4 hid_generic nouveau i915 usbhid mxm_wmi hid ttm [ 11.801181] ? dvb_register+0x662/0x40c0 [cx23885] [ 11.801189] ? dvbsky_s952_portc_set_voltage+0xb0/0xb0 [cx23885] [ 11.801196] ? i2c_wait_done+0x20/0x60 [cx23885] [ 11.801202] ? i2c_sendbytes+0x142/0x360 [cx23885] [ 11.801230] cx23885_dvb_register+0x133/0x180 [cx23885] [ 11.801236] cx23885_dev_setup+0xb78/0xf60 [cx23885] [ 11.801242] cx23885_initdev+0x17a/0x320 [cx23885] [ 11.801297] cx23885_init+0x31/0x1000 [cx23885]
Below complete dmesg
[[https://paste.ubuntu.com/p/b5XGMjP63y/]]
RE: DVBSky S952 Installation Issue - Added by saen acro over 6 years ago
[ 11.784359] cx25840 12-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) [ 11.799802] cx23885: cx23885_dvb_register() allocating 1 frontend(s) [ 11.799803] cx23885: cx23885[0]: cx23885 based dvb card [ 11.801016] BUG: unable to handle kernel NULL pointer dereference at (null) [ 11.801030] IP: (null) [ 11.801034] PGD 0 [ 11.801034] P4D 0 [ 11.801042] Oops: 0010 [#1] SMP PTI [ 11.801045] Modules linked in: r8712u(C) cx25840 intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass cx23885(+) altera_ci crct10dif_pclmul crc32_pclmul tda18271 altera_stapl m88ds3103 tveeprom cx2341x videobuf2_dvb dvb_core ghash_clmulni_intel rc_core v4l2_common i2c_mux videobuf2_dma_sg videobuf2_memops videobuf2_v4l2 cryptd intel_cstate snd_hda_codec_hdmi videobuf2_core videodev snd_hda_codec_via snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep media snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi intel_rapl_perf eeepc_wmi snd_seq asus_wmi snd_seq_device input_leds wmi_bmof snd_timer serio_raw sparse_keymap mei_me mei snd soundcore shpchp lpc_ich mac_hid parport_pc ppdev lp parport autofs4 hid_generic nouveau i915 usbhid mxm_wmi hid ttm [ 11.801101] pata_acpi i2c_algo_bit drm_kms_helper r8169 syscopyarea sysfillrect sysimgblt mii fb_sys_fops drm wmi video [ 11.801114] CPU: 1 PID: 319 Comm: systemd-udevd Tainted: G C 4.13.0-36-generic #40~16.04.1-Ubuntu [ 11.801119] Hardware name: System manufacturer System Product Name/P8H61-M2 USB3, BIOS 0703 08/27/2012 [ 11.801123] task: ffff9036c0c12e80 task.stack: ffffa513c0f34000 [ 11.801127] RIP: 0010: (null) [ 11.801131] RSP: 0018:ffffa513c0f37828 EFLAGS: 00010202 [ 11.801135] RAX: 0000000000000000 RBX: ffff9036c46e971c RCX: ffffffffc0a19210 [ 11.801139] RDX: ffff9036bfc7c000 RSI: ffff9036c2266c28 RDI: ffff9036bfc7c000 [ 11.801143] RBP: ffffa513c0f37a20 R08: 0000000000000000 R09: 0000000000000000 [ 11.801147] R10: 0000000000000147 R11: 0000000000000144 R12: ffff9036c46e9740 [ 11.801151] R13: ffff9036c46e8000 R14: ffff9036bfda6000 R15: ffff9036c46e8860 [ 11.801156] FS: 00007f1cb45be8c0(0000) GS:ffff9036cfa80000(0000) knlGS:0000000000000000 [ 11.801161] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 11.801165] CR2: 0000000000000000 CR3: 0000000140092004 CR4: 00000000000606e0 [ 11.801169] Call Trace: [ 11.801181] ? dvb_register+0x662/0x40c0 [cx23885] [ 11.801189] ? dvbsky_s952_portc_set_voltage+0xb0/0xb0 [cx23885] [ 11.801196] ? i2c_wait_done+0x20/0x60 [cx23885] [ 11.801202] ? i2c_sendbytes+0x142/0x360 [cx23885] [ 11.801208] ? sched_clock+0x9/0x10 [ 11.801211] ? sched_clock+0x9/0x10 [ 11.801216] ? up+0x32/0x50 [ 11.801219] ? log_store+0x23f/0x2f0 [ 11.801224] ? vprintk_emit+0x2f9/0x3b0 [ 11.801230] cx23885_dvb_register+0x133/0x180 [cx23885] [ 11.801236] cx23885_dev_setup+0xb78/0xf60 [cx23885] [ 11.801242] cx23885_initdev+0x17a/0x320 [cx23885] [ 11.801248] local_pci_probe+0x4a/0xa0 [ 11.801252] pci_device_probe+0x159/0x1a0 [ 11.801256] driver_probe_device+0x2a7/0x450 [ 11.801261] __driver_attach+0xe2/0xf0 [ 11.801264] ? driver_probe_device+0x450/0x450 [ 11.801268] bus_for_each_dev+0x72/0xc0 [ 11.801272] driver_attach+0x1e/0x20 [ 11.801276] bus_add_driver+0x1f4/0x270 [ 11.801279] ? 0xffffffffc0a77000 [ 11.801283] driver_register+0x60/0xe0 [ 11.801286] ? 0xffffffffc0a77000 [ 11.801290] __pci_register_driver+0x4c/0x50 [ 11.801297] cx23885_init+0x31/0x1000 [cx23885] [ 11.801302] do_one_initcall+0x55/0x1b0 [ 11.801306] ? kfree+0x165/0x170 [ 11.801310] ? kfree+0x165/0x170 [ 11.801313] ? kmem_cache_alloc_trace+0x154/0x1b0 [ 11.801318] do_init_module+0x5f/0x209 [ 11.801324] load_module+0x196a/0x1d70 [ 11.801329] ? ima_post_read_file+0x7d/0xa0 [ 11.801333] SYSC_finit_module+0xe5/0x120 [ 11.801337] ? SYSC_finit_module+0xe5/0x120 [ 11.801342] SyS_finit_module+0xe/0x10 [ 11.801346] entry_SYSCALL_64_fastpath+0x24/0xab [ 11.801650] RIP: 0033:0x7f1cb344b4d9 [ 11.802201] RSP: 002b:00007ffe2d2f0478 EFLAGS: 00000246 ORIG_RAX: 0000000000000139 [ 11.802769] RAX: ffffffffffffffda RBX: 0000561b15312ac0 RCX: 00007f1cb344b4d9 [ 11.803346] RDX: 0000000000000000 RSI: 00007f1cb3941e23 RDI: 000000000000001f [ 11.803936] RBP: 0000561b1531b730 R08: 0000000000000000 R09: 0000000000000000 [ 11.804530] R10: 000000000000001f R11: 0000000000000246 R12: 0000561b15311598 [ 11.805126] R13: 0000000000000000 R14: 0000561b153116f0 R15: 0000000000000040 [ 11.805706] Code: Bad RIP value. [ 11.806267] RIP: (null) RSP: ffffa513c0f37828 [ 11.806804] CR2: 0000000000000000 [ 11.807336] ---[ end trace 575d8114789a4983 ]---
if not using this realtek usb wifi remove it
also if audio card not used stop it
There is in CPU video and Nvidia 8400/8500
disable CPU video
there is newer bios for your mobo also
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
unfortunately, this computer is 300km away, so remote update BIOS is not possible, also I don't know how to remove or switch off CPU Video, Audio
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
hehe I know that I can do it in BIOS but I asked about how to switch off from the ubuntu level ? the same as it can be done in Windows
RE: DVBSky S952 Installation Issue - Added by saen acro over 6 years ago
Haha even in windows cannot turn off device, you can "blacklist it".
Only on oldest Toshiba laptops can be done.
That's why there is a KVM/IPMI/AMT modules on server mobo's.
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
Do you think that the devices mentioned in previous post can cause problems with the DVB-S card?
RE: DVBSky S952 Installation Issue - Added by saen acro over 6 years ago
Not 100% sure but its recommended to disable sound card com/printer ports and any non used devices.
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
No Audio
No Wifi
No GPU on CPU
Below result of dmesg....
root@jumphost:/home/jumphost# dmesg |egrep "cx23885|cx25840|dvb|frontend" [ 17.804418] cx23885 driver version 0.0.4 loaded [ 17.804510] CORE cx23885[0]: subsystem: 4254:0952, board: DVBSky S952 [card=50,autodetected] [ 18.288109] cx25840 5-0044: cx23885 A/V decoder found @ 0x88 (cx23885[0]) [ 19.319147] cx25840 5-0044: loaded v4l-cx23885-avcore-01.fw firmware (16382 bytes) [ 19.334578] cx23885_dvb_register() allocating 1 frontend(s) [ 19.334580] cx23885[0]: cx23885 based dvb card [ 19.505798] DVB: registering new adapter (cx23885[0]) [ 19.505801] cx23885 0000:03:00.0: DVB: registering adapter 0 frontend 0 (Montage Technology M88DS3103)... [ 19.533865] cx23885_dvb_register() allocating 1 frontend(s) [ 19.533867] cx23885[0]: cx23885 based dvb card [ 19.637086] DVB: registering new adapter (cx23885[0]) [ 19.637089] cx23885 0000:03:00.0: DVB: registering adapter 1 frontend 0 (Montage Technology M88DS3103)... [ 19.665144] cx23885_dev_checkrevision() Hardware revision = 0xb0 [ 19.665149] cx23885[0]/0: found at 0000:03:00.0, rev: 2, irq: 17, latency: 0, mmio: 0xfb200000 [ 163.431916] m88ds3103 3-0068: downloading firmware from file 'dvb-demod-m88ds3103.fw' [ 164.370209] cx23885 0000:03:00.0: DVB: adapter 1 frontend 0 frequency 0 out of range (950000..2150000) [ 164.420963] m88ds3103 4-0068: downloading firmware from file 'dvb-demod-m88ds3103.fw' [ 165.359089] cx23885 0000:03:00.0: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)
root@jumphost:/home/jumphost# ls /dev/dvb adapter0 adapter1
I see DVB card in TV adapters on Tvheadend settings, but during scaning muxes there some issues
2018-05-05 18:42:59.310 mpegts: 11355V in HB - tuning on Montage Technology M88DS3103 #0 : DVB-S #0 2018-05-05 18:42:59.314 epggrab: 11355V in HB - registering mux for OTA EPG 2018-05-05 18:42:59.314 subscription: 0080: "scan" subscribing to mux "11355V", weight: 6, adapter: "Montage Technology M88DS3103 #0 : DVB-S #0", network: "HB", service: "Raw PID Subscription" 2018-05-05 18:43:00.333 linuxdvb: Montage Technology M88DS3103 #0 : DVB-S #0 - poll TIMEOUT 2018-05-05 18:43:00.361 linuxdvb: Montage Technology M88DS3103 #0 : DVB-S #0 - retune nodata 2018-05-05 18:43:07.992 linuxdvb: Montage Technology M88DS3103 #0 : DVB-S #0 - poll TIMEOUT 2018-05-05 18:43:08.412 linuxdvb: Montage Technology M88DS3103 #0 : DVB-S #0 - retune nodata 2018-05-05 18:43:09.309 mpegts: 11355V in HB - scan no data, failed 2018-05-05 18:43:09.309 subscription: 0080: "scan" unsubscribing
Below, complete dmesg
[[https://paste.ubuntu.com/p/mdvgCyRt2N/]]
RE: DVBSky S952 Installation Issue - Added by saen acro over 6 years ago
Fast question: Why adapters is not enabled on pictures?
Make revision of configuration in TVH
is dvb network attached to adapter and is adapter enabled
Probably firmware problem, use this with is distributed by DVBSky
is this device use USB tuners?
see lsusb
hint.
tree /dev/dvb
is better command then
ls /dev/dvb
RE: DVBSky S952 Installation Issue - Added by KenyBDG K. over 6 years ago
saen acro wrote:
Fast question: Why adapters is not enabled on pictures?
Make revision of configuration in TVH
is dvb network attached to adapter and is adapter enabled
Adapters are enabled, just I took screen shot before I enable adapters
Probably firmware problem, use this with is distributed by DVBSky
is this device use USB tuners?
see lsusb
No I don't have any tuners on USB
root@jumphost:/home/jumphost# lsusb Bus 002 Device 003: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 003: ID 0781:5572 SanDisk Corp. Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
hint.
tree /dev/dvb
is better command then
ls /dev/dvb
root@jumphost:/home/jumphost# lsusb
Bus 002 Device 003: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0781:5572 SanDisk Corp.
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
In my opinion, issue is still on the driver's side......but I'm not sure