Quantcast
Channel: Kodinerds.net - Deutschsprachiges Forum zum Kodi Entertainment Center
Viewing all articles
Browse latest Browse all 87137

SkyStar S2 wird nicht erkannt.

$
0
0
Hallo,
ich habe die Fragge schon im Ubuntuusers Forum gestellt, aber irgendwie komme ich nicht weiter.

ich versuche gerade mir einen TV Server zu bauen.
Als Betriebssystem kommt Ubuntu 16.04.3 in der ServerVersion zum Einsatz.
TVHeadend von hier deb dl.bintray.com/tvheadend/deb xenial stable-4.2
Nachdem ich keine Probleme mit einer SkyStar PCI Karte hatte und gelesen habe, daß auch die Sky Star S2 OOTB laufen soll, habe ich mir so eine Karte besorgt - und - sie läuft natürlich nicht.
Firmware habe ich für die S2 wie folgt installiert:wget github.com/OpenELEC/dvb-firmwa…b-fe-cx24120-1.20.58.2.fw -O /lib/firmware/dvb-fe-cx24120-1.20.58.2.fw


Quellcode

  1. uname -a
  2. Linux kellerkind 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux






Die normale Sky Star wird erkannt und läuft auch....

Quellcode

  1. dmesg | grep -i dvb
  2. [ 13.964436] DVB: registering new adapter (FlexCop Digital TV device)
  3. [ 14.176292] b2c2_flexcop_pci 0000:04:00.0: DVB: registering adapter 0 frontend 0 (Conexant CX24123/CX24109)...
  4. [ 14.176344] b2c2-flexcop: initialization of 'Sky2PC/SkyStar 2 DVB-S rev 2.8' at the 'PCI' bus controlled by a 'FlexCopIIb' complete
  5. [ 28.289486] b2c2_flexcop_pci 0000:04:00.0: DVB: adapter 0 frontend 0 frequency 0 out of range (950000..2150000)


Quellcode

  1. patrick@kellerkind:/$ lsmod
  2. Module Size Used by
  3. arc4 16384 0
  4. md4 16384 0
  5. nls_utf8 16384 1
  6. cifs 663552 2
  7. ccm 20480 0
  8. fscache 61440 1 cifs
  9. ppdev 20480 0
  10. gpio_ich 16384 0
  11. dell_wmi 16384 0
  12. sparse_keymap 16384 1 dell_wmi
  13. dcdbas 16384 0
  14. isl6421 16384 1
  15. cx24120 32768 0
  16. mt312 20480 0
  17. stv0297 20480 0
  18. snd_hda_codec_analog 16384 1
  19. snd_hda_codec_generic 77824 1 snd_hda_codec_analog
  20. bcm3510 20480 0
  21. lgdt330x 16384 0
  22. nxt200x 24576 0
  23. mt352 16384 0
  24. coretemp 16384 0
  25. snd_hda_intel 40960 0
  26. snd_hda_codec 135168 3 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec_analog
  27. snd_hda_core 73728 4 snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_hda_codec_analog
  28. kvm_intel 172032 0
  29. stv0299 20480 0
  30. snd_hwdep 16384 1 snd_hda_codec
  31. snd_pcm 106496 3 snd_hda_codec,snd_hda_intel,snd_hda_core
  32. kvm 544768 1 kvm_intel
  33. b2c2_flexcop_pci 16384 0
  34. b2c2_flexcop 32768 1 b2c2_flexcop_pci
  35. s5h1420 20480 1 b2c2_flexcop
  36. cx24113 20480 2 b2c2_flexcop
  37. parport_pc 32768 0
  38. cx24123 20480 2 b2c2_flexcop
  39. snd_timer 32768 1 snd_pcm
  40. parport 49152 2 ppdev,parport_pc
  41. snd 81920 7 snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_hda_codec_analog
  42. dvb_core 122880 3 stv0299,lgdt330x,b2c2_flexcop
  43. irqbypass 16384 1 kvm
  44. lpc_ich 24576 0
  45. joydev 20480 0
  46. input_leds 16384 0
  47. serio_raw 16384 0
  48. soundcore 16384 1 snd
  49. shpchp 36864 0
  50. 8250_fintek 16384 0
  51. mac_hid 16384 0
  52. ib_iser 49152 0
  53. rdma_cm 49152 1 ib_iser
  54. iw_cm 45056 1 rdma_cm
  55. ib_cm 45056 1 rdma_cm
  56. ib_sa 36864 2 rdma_cm,ib_cm
  57. ib_mad 49152 2 ib_cm,ib_sa
  58. ib_core 106496 6 rdma_cm,ib_cm,ib_sa,iw_cm,ib_mad,ib_iser
  59. ib_addr 16384 2 rdma_cm,ib_core
  60. iscsi_tcp 20480 0
  61. libiscsi_tcp 24576 1 iscsi_tcp
  62. libiscsi 53248 3 libiscsi_tcp,iscsi_tcp,ib_iser
  63. scsi_transport_iscsi 98304 4 iscsi_tcp,ib_iser,libiscsi
  64. autofs4 40960 2
  65. btrfs 991232 0
  66. raid10 49152 0
  67. raid456 110592 0
  68. async_raid6_recov 20480 1 raid456
  69. async_memcpy 16384 2 raid456,async_raid6_recov
  70. async_pq 16384 2 raid456,async_raid6_recov
  71. async_xor 16384 3 async_pq,raid456,async_raid6_recov
  72. async_tx 16384 5 async_pq,raid456,async_xor,async_memcpy,async_raid6_recov
  73. xor 24576 2 btrfs,async_xor
  74. raid6_pq 102400 4 async_pq,raid456,btrfs,async_raid6_recov
  75. libcrc32c 16384 1 raid456
  76. raid1 36864 0
  77. raid0 20480 0
  78. multipath 16384 0
  79. linear 16384 0
  80. hid_generic 16384 0
  81. usbhid 49152 0
  82. hid 118784 2 hid_generic,usbhid
  83. psmouse 131072 0
  84. ahci 36864 2
  85. libahci 32768 1 ahci
  86. i915 1208320 1
  87. e1000e 237568 0
  88. video 40960 2 i915,dell_wmi
  89. i2c_algo_bit 16384 1 i915
  90. ptp 20480 1 e1000e
  91. drm_kms_helper 155648 1 i915
  92. pps_core 20480 1 ptp
  93. syscopyarea 16384 1 drm_kms_helper
  94. sysfillrect 16384 1 drm_kms_helper
  95. sysimgblt 16384 1 drm_kms_helper
  96. fb_sys_fops 16384 1 drm_kms_helper
  97. drm 364544 3 i915,drm_kms_helper
  98. wmi 20480 1 dell_wmi
Alles anzeigen



Quellcode

  1. patrick@kellerkind:~$ lspci
  2. 00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
  3. 00:01.0 PCI bridge: Intel Corporation 4 Series Chipset PCI Express Root Port (rev 03)
  4. 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
  5. 00:02.1 Display controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
  6. 00:19.0 Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection (rev 02)
  7. 00:1a.0 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #4 (rev 02)
  8. 00:1a.1 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #5 (rev 02)
  9. 00:1a.2 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #6 (rev 02)
  10. 00:1a.7 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #2 (rev 02)
  11. 00:1b.0 Audio device: Intel Corporation 82801JD/DO (ICH10 Family) HD Audio Controller (rev 02)
  12. 00:1c.0 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 1 (rev 02)
  13. 00:1c.1 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 2 (rev 02)
  14. 00:1d.0 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #1 (rev 02)
  15. 00:1d.1 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #2 (rev 02)
  16. 00:1d.2 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #3 (rev 02)
  17. 00:1d.7 USB controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #1 (rev 02)
  18. 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a2)
  19. 00:1f.0 ISA bridge: Intel Corporation 82801JDO (ICH10DO) LPC Interface Controller (rev 02)
  20. 00:1f.2 RAID bus controller: Intel Corporation SATA Controller [RAID mode] (rev 02)
  21. 00:1f.3 SMBus: Intel Corporation 82801JD/DO (ICH10 Family) SMBus Controller (rev 02)
  22. 04:02.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card (rev 02)
Alles anzeigen


Jetzt die SkyStar S2

Quellcode

  1. patrick@kellerkind:~$ dmesg | grep -i dvb
  2. [ 14.476146] DVB: registering new adapter (FlexCop Digital TV device)
  3. [ 15.096987] cx24120: Conexant cx24120/cx24118 - DVBS/S2 Satellite demod/tuner

Quellcode

  1. patrick@kellerkind:~$ ls -a /dev/dvb
  2. ls: Zugriff auf '/dev/dvb' nicht möglich: Datei oder Verzeichnis nicht gefunden


Wenn ich die SkyStarS2 in meinen anderen PC mint Linux Mint 18 einbaue, wird sie von TVH erkannt.

Ich hoffe, ich habe jetzt beim Copy Paste die Meldungen nicht durcheinander gewürfelt.....


Wie sieht's aus ? Kann mir jemand helfen?

Gruß
Patrick

Viewing all articles
Browse latest Browse all 87137


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>