pctv hd stick 801e se on porteus slackware

Here you can post about your various experiences with PC hardware. You can also post about hardware that is not compatible with the linux kernel or not recommended for use with Porteus.
User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

pctv hd stick 801e se on porteus slackware

Post#1 by francois » 14 Feb 2017, 03:44

pctv hd stick 801e se supports ATSC (i.e. OTA Digital TV) and analog NTSC porteus 3.2.2 or slackware 14..2.
*** IN PROGRESS***
It is not easy to find a thoroughful guide to the installation of the pctv hd stick 801e se on the net for linux and to get it to go with the eventual necessary software. The installation is described in the following lines for the hardware, but also software to get a better video experience. Eventually, the sofware part might be moved into another thread.

1.0 Installing firmware:
https://www.linuxtv.org/wiki/index.php/ ... %28801e%29

Code: Select all

 wget http://www.kernellabs.com/firmware/dib0700/dvb-usb-dib0700-1.20.fw
 wget http://www.steventoth.net/linux/xc5000/HVR-12x0-14x0-17x0_1_25_25271_WHQL.zip
 wget http://www.steventoth.net/linux/xc5000/extract.sh
 sh extract.sh
sudo cp dvb-fe-xc5000-1.1.fw /lib/firmware
sudo cp dvb-usb-dib0700-1.20.fw /lib/firmware
2.0 Getting it to work with some software:
. kaffeine is my favorite, though on porteus some libraries are in vlc, but maybe they are not so many.

3.0 The antenna
Prendre son temps, profiter de celui qui passe.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

pctv hd stick 801e se on porteus slackware

Post#2 by francois » 17 Feb 2017, 01:33

1.0 kaffeine
https://blogs.s-osg.org/watching-digita ... -kaffeine/
https://www.linuxtv.org/wiki/index.php/Kaffeine
This is the easiest to set tv interface. No command line needed. For Montreal choose Toronto, with which I get 8 different channel with a small antenna.

Kaffeine could be build thru usm as vlc is needed as dependency, it is better to build it before building kaffeine. Maybe building it from source would provide a lighter package.

.Open the kaffeine interface
.Select television > configure television > device 1 (in my case Samsung s5H1411 QAM/8VSB Frontend) > source (ca-on-Toronto) > OK
..ca-on-Toronto is the nearest to my city, I wonder why there is no Montreal :evil:
..Select television > channels > start scan > add filtered

Getting it to go with pinnacle usb receiver under porteus slackware was inspired by some examples :
in english with a US example https://ubuntuforums.org/archive/index. ... 73600.html
french with a France example http://debian-facile.org/utilisateurs:s ... stick-330e

2.0 Live TV and videorecording using kodi PVR addon, tvheadend and an .
http://kodi.wiki/view/PVR
- very well written guide to live TV and videorecording for linux:
http://lifehacker.com/5981757/how-to-wa ... dia-center

2.1 TVHEADEND (how to install your pctv hd stick, etc.)
https://tvheadend.org/projects/tvheaden ... tial_setup
http://kodi.wiki/view/Tvheadend

Code: Select all

usm -g tvheadend
Create /etc/udev/rules.d/15-dvb.rules, containing the line:
https://tvheadend.org/boards/5/topics/2670

Code: Select all

SUBSYSTEM=="dvb", ACTION=="add", MODE="0666"
***libgsasl-1.8.0-x86_64-1_SBo package maybe needed***
In web browser open the following link and install your card:
http://localhost:9981

TVheadend is provided by slackonly only for slackware 14.2 or porteus 3.2.2.

2.2 Set Up kodi’s PVR Add-On.
Whitson Gordon really simplifies the procedure provided on the kodi.wiki:
http://kodi.wiki/view/PVR
Citation, to be adapted to kodi, from Whitson Gordon:
http://lifehacker.com/5981757/how-to-wa ... dia-center
Open up kodi and head to Settings > Add-Ons > Disabled Add-Ons. Head to PVR Clients, and select the one for your program (in this case, either NextPVR or Tvheadend). Choose Enable.
Next, go to Configure. Most of the default settings should work fine here, but if your backend has a username or password, type those in now. If your backend supports Timeshifting (rewinding or pausing live TV), enable it under the “Advanced” tab.
Go back to kodi’s Settings and choose Live TV. Under General, check the Enabled box, and tweak any other settings you want here. I generally like to go to Playback and uncheck Start Playback Minimized.
If you go back to the main menu, you should see a new section called “Live TV” where you can watch shows, see an episode guide, and set up recordings. Congratulations! You’ve got kodi working as a PVR.


2.3 OTA (Over The Air) EPG.
http://www.nextpvr.com/nwiki/pmwiki.php ... ration.EPG
http://kodi.wiki/view/Add-on:TV_Guide
webgrabplus
http://www.webgrabplus.com/documentation/quick-start

TV hebdo
http://www.tvhebdo.com/
https://github.com/awiouy/webgrabplus/b ... annels.xml

3.0 Other interfaces: kaffeine, gplayer or mplayer, VLC.
Arch linux wiki covers accurately a few interfaces.
https://wiki.archlinux.org/index.php/DVB-T#Scanning
**to be explained
3.01 Testing, scanning with your card and building config files for some interface (here or elsewhere).
Install packages from usm; mercurial, v4-utils, vlc and from pkgs.org: dvb-apps (slackware), w-scan (debian). Maybe needed the equivalent of firmware-linux-nonfree debian:
https://freeslack.net/dokuwiki/doku.php ... kware_14.2
w_scan syntax:
https://www.linuxtv.org/wiki/index.php/W_scan

3.1 GPLAYER in Canada. ** update with arch wiki
For gplayer (xfce included multimedia platform)

Code: Select all

w_scan -fa -A1 -cCA -M >  /etc/mplayer/channels.conf
Wait until it finishes, which could be long.
Start gplayer:

Code: Select all

mplayer dvb://
Changing channels:

3.2 VLC in Canada.

Code: Select all

scan /usr/share/dvb/atsc/us-ATSC-center-frequencies-8VSB -o zap | tee channels.conf
vlc channels.conf

***in construction***
Prendre son temps, profiter de celui qui passe.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

pctv hd stick 801e se on porteus slackware

Post#3 by francois » 17 Oct 2017, 17:35

I have updated and rearranged some information in this thread, mainly pertinent to the software interface kaffeine.
Prendre son temps, profiter de celui qui passe.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

pctv hd stick 801e se on porteus slackware

Post#4 by francois » 15 Jul 2022, 11:14

With the price of cable TV being a big share of the budget, HDTV which is free seems to be a very good option. So I am reviving this thread.

Kaffeine seems no more updated. I will have to find another way to be able to use my old pinnacle hdtv dongle.

Anyone using HDTV dongle, suggestions will be appreciated.

Thanks.
Prendre son temps, profiter de celui qui passe.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

pctv hd stick 801e se on porteus slackware

Post#5 by beny » 15 Jul 2022, 17:34


User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

pctv hd stick 801e se on porteus slackware

Post#6 by francois » 15 Jul 2022, 18:18

I went for a debian install;
-Kaffeine is still there
- I had to install the Pinnacle dongle firmware.

In kaffeine, impossible for now to find channels with the scan. I will have to troubleshoot the usb hdtv with 3.01 as in the first post.

Thank you beny. I will look at your kaffeine slackware package.
: )
Prendre son temps, profiter de celui qui passe.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

pctv hd stick 801e se on porteus slackware

Post#7 by beny » 15 Jul 2022, 19:21

Code: Select all

   guest@porteus:~$ sudo modinfo /lib/modules/5.18.8-porteus/kernel/drivers/media/usb/dvb-usb/dvb-usb-dib0700.ko
filename:       /lib/modules/5.18.8-porteus/kernel/drivers/media/usb/dvb-usb/dvb-usb-dib0700.ko
license:        GPL
version:        1.0
description:    Driver for devices based on DiBcom DiB0700 - USB bridge
author:         Patrick Boettcher <patrick.boettcher@posteo.de>
firmware:       dvb-usb-dib0700-1.20.fw
srcversion:     7E51488941E174251773B4F
alias:          usb:v045Ep02D5d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v147Fp2758d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1FAAd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2013p1FAAd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2013p025Dd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2013p025Cd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0FD9p003Fd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1F9Cd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1E6Ed*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p023Ed*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p023Dd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1660p1921d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v14F7p0004d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1BB4d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1BB2d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p2384d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1FA8d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p2383d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0FD9p0011d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1FA0d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p0248d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p0245d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1E59p0002d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1554p5010d[0-2]*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1554p5010d3[0-9A-E]*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1554p5010d3F00dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1F90d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1F98d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0CCDp00ABd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1E80d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2013p0248d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2013p0245d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p0243d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1164p1E8Cd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1164p1EFCd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0CCDp10A1d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0CCDp10A0d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0413p60F6d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0FD9p0020d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0FD9p0021d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1164p0871d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040pB210d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040pB200d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1164p2EDCd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1415p0003d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0CCDp0081d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0CCDp0062d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p023Bd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p023Ad*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0B05p1736d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1164p1F08d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1044p7002d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040p8400d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040p5200d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0413p6F01d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0CCDp0078d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0CCDp0060d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1164p1EDCd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p0237d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p0236d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p022Ed*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0CCDp0058d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040p7080d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040p7070d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0B05p173Fd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0B05p171Fd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v05D8p810Fd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1044p7001d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v07CApB568d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v185Bp1E80d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p0229d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1EBEd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p0228d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1EBCd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1EF0d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040p9580d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0CCDp005Ad*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2304p022Cd*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v07CApB808d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040p7060d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v0413p6F00d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v1584p6003d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v185Bp1E78d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v07CApA807d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040p7050d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040p9950d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v2040p9941d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1E78d*dc*dsc*dp*ic*isc*ip*in*
alias:          usb:v10B8p1E14d*dc*dsc*dp*ic*isc*ip*in*
depends:        dib7000m,dib9000,dibx000_common,dvb-usb,dib0090,dib0070,dib3000mc
retpoline:      Y
intree:         Y
name:           dvb_usb_dib0700
vermagic:       5.18.8-porteus SMP preempt mod_unload 
sig_id:         PKCS#7
signer:         Build time autogenerated kernel key
sig_key:        10:03:61:2F:2A:83:A6:95:2C:30:3D:7A:EB:D8:B3:74:B2:6A:01:A1
sig_hashalgo:   sha1
signature:      8D:1B:40:8B:D0:C3:68:5C:1F:80:FB:DB:E6:F2:6C:FE:1D:77:3E:2A:
		8A:AA:5B:73:69:9C:23:D3:42:65:86:0A:10:63:3F:B5:9D:97:7F:59:
		F0:7B:07:14:62:05:6A:4E:2F:CC:BE:F8:94:6C:FA:1C:ED:B7:E4:4A:
		A3:33:DC:FF:29:CE:89:6E:1D:47:26:6B:F5:2D:39:C5:52:E1:A2:27:
		F3:A6:0F:85:C3:8F:25:87:9F:95:96:75:36:DC:46:5C:A3:7B:97:EE:
		85:01:DD:5E:4A:1C:A8:7F:8A:8C:66:25:A3:A0:9A:53:00:14:47:0A:
		BA:92:96:7E:55:54:49:7B:F5:CE:21:FF:3D:6E:39:F8:8C:06:45:6C:
		27:58:F3:50:6F:3F:1D:67:E4:B1:E3:F8:15:6C:70:22:8D:0D:8D:38:
		A6:BC:9E:55:D7:85:4E:31:3C:C3:E1:32:E7:D0:83:F8:61:8E:30:EB:
		41:D6:7C:6F:BE:EB:6D:E2:9A:74:C9:9B:06:16:C8:2F:78:01:A9:21:
		56:FD:3C:1C:FB:78:75:D1:D1:7F:B0:D3:A8:F3:D7:89:21:2F:B7:4A:
		D4:2A:32:53:63:77:D8:D1:D1:12:33:90:53:77:D7:76:FC:32:0D:9F:
		64:F4:EF:13:6E:10:B4:20:3F:38:33:F4:38:4A:6D:D1:00:00:0C:C0:
		84:AB:0F:2B:49:A1:F7:D0:15:62:FB:7A:EF:CC:51:CC:3E:02:70:96:
		AC:DC:D6:24:3E:8F:4C:31:16:BF:D6:05:E0:9F:B2:CB:15:C0:72:E3:
		25:F0:07:DE:97:43:07:2A:77:D9:F8:ED:5C:FC:67:6B:9E:ED:FE:BA:
		9F:C1:63:83:C3:55:27:DE:9E:45:77:42:85:17:D9:4C:20:78:31:02:
		2E:AE:C6:5B:06:64:EF:BA:AC:37:54:51:FF:33:56:88:0D:6E:A5:27:
		E1:DB:75:78:02:F2:7A:A7:05:94:45:71:F0:DE:BB:29:D8:D6:45:8E:
		9C:96:F0:4C:E0:DB:A0:1F:1F:88:47:11:78:46:D4:AA:9C:DF:7A:D6:
		B4:A8:F8:40:62:B7:BF:74:F6:E5:C8:30:A9:DA:47:7E:18:09:C1:EE:
		A5:5B:1C:F4:C8:CD:28:A3:75:BE:36:A0:85:C6:CC:5E:EF:A1:24:E7:
		15:81:E6:4F:7C:7D:E9:79:90:77:48:EB:7B:76:AF:D7:72:FD:E8:43:
		C2:8E:56:D5:2D:C9:DD:E3:80:6F:C5:8C:45:79:C6:6A:F7:C7:14:F3:
		24:49:51:7A:CD:68:3C:1F:D8:38:7C:A4:0D:E3:57:14:1C:B2:54:4B:
		DF:F7:BF:8A:81:E5:86:F7:B7:2A:B3:79
parm:           force_lna_activation:force the activation of Low-Noise-Amplifier(s) (LNA), if applicable for the device (default: 0=automatic/off). (int)
parm:           debug:set debugging level (1=info,2=fw,4=fwdata,8=data (or-able)). (debugging is not enabled) (int)
parm:           nb_packet_buffer_size:Set the dib0700 driver data buffer size. This parameter corresponds to the number of TS packets. The actual size of the data buffer corresponds to this parameter multiplied by 188 (default: 21) (int)
parm:           adapter_nr:DVB adapter numbers (array of short)
guest@porteus:~$ 

                                                 
all inside the new porteus version look also at depend modules

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

pctv hd stick 801e se on porteus slackware

Post#8 by francois » 23 Jan 2023, 05:09

Hello beny. This last post of yours helped me with the ubuntu version and it works. I was too busy on other matters to get back to my HDTV pinnacle stick. It works, though I will have to get or build a better antenna. I get 7 channels.

I will have to change my first post as there is a little change in the syntax when someone downloads the necessary firmware dvb-usb-dib0700-1.20.fw.

Your link to the kaffeine.master is not good. I will change it, if you don't mind. Unless you meant another package. Was it the appimage?
https://github.com/appimage-packages/kaffeine

However, There is an error building the appimage. Once downloaded I unzipped I tried:

Code: Select all

root@porteus:/usr/share/appimages/kaffeine-master# ls
Gemfile  JenkinsFile  README.md  Recipe.erb  data/  deploy.rb*  setup.sh*
root@porteus:/usr/share/appimages/kaffeine-master# 
root@porteus:/usr/share/appimages/kaffeine-master# ./setup.sh
/usr/share/appimages/kaffeine-master
./setup.sh: line 24: cd: /in/: No such file or directory
In setup.sh the code is:

Code: Select all

cd /in/ && rspec appimage-template/spec/recipe_rspec.rb --fail-fast
Prendre son temps, profiter de celui qui passe.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

pctv hd stick 801e se on porteus slackware

Post#9 by beny » 23 Jan 2023, 17:05

hi francois, i have a huppage nova-t usb device, well in italy now with this device no channel scan because the system is changed to mpeg4,but kaffeine match the device and if you have a mux list of your area kaffeine scan all muxes and link the channel to a list,well i have used kaffeine for a long time in the past with sat receiver and it work well,is strange that the package do not work.i have to upload again the package ok the link adress later...
https://www.mediafire.com/file/nob8nj7u ... 4.tgz/file you need also a lib of vlc so i think you need also vlc on your system

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

pctv hd stick 801e se on porteus slackware

Post#10 by francois » 24 Feb 2023, 12:17

@beny:
I have installed kaffeine 14.2 slackware. Is it what you have done?

Missing library was:
libQt4 or something like that, so I provided qt4-4.8.7-x86_64-2salix15.0.xzm

New error message is:

Code: Select all

root@porteus:/home/guest# kaffeine
kaffeine: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
root@porteus:/home/guest# getmod  -m libidn11
Reading Package Lists...Done
No such package: libidn11
I wonder with which package it comes?

Is it kaffeine 14.2 that you have?
Prendre son temps, profiter de celui qui passe.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

pctv hd stick 801e se on porteus slackware

Post#11 by beny » 24 Feb 2023, 13:44

no is a git version, when you have an index of the local station you can put into the scan directory,but first of all you have to grab the firmware and plug in the receiver check if dmesg see your device and after this you can play with the tuner scan,you can configure the device via television configure.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

pctv hd stick 801e se on porteus slackware

Post#12 by francois » 24 Feb 2023, 14:17

@beny:
Sorry if I am slow on this one. Let's say that it is not my priority actually. I am in the process of converting from porteus 4.2 to 5.0. I have tried git, but I think that I did it the wrong way. I will retry in the next few weeks with git.

Would there be a way to git, and to convert the resulting slackware install into a module without affecting the file structure of my changes folder?

Thanks.
Prendre son temps, profiter de celui qui passe.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

pctv hd stick 801e se on porteus slackware

Post#13 by beny » 24 Feb 2023, 16:13

when you have a xzm package and a software that work only in plasma-kde,the file structure of what,you have to do the Ed_P way of store changes when you make some changes save it in a module,if you need it, load it or not,ok good luck for the transition

Post Reply