SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Linux
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 02-06-2017, 07:22 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
I get nothing for lsmod.

But within the docker it seems like some of the firewire packages are installed:

Code:
root@Hoylake:/# apt list --installed |grep 1394

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libavc1394-0/now 0.5.4-4 amd64 [installed,local]
libdc1394-22/now 2.2.4-1 amd64 [installed,local]
libraw1394-11/now 2.1.1-2 amd64 [installed,local]
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #22  
Old 02-06-2017, 08:19 AM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by wayner View Post
I get nothing for lsmod.

But within the docker it seems like some of the firewire packages are installed:

Code:
root@Hoylake:/# apt list --installed |grep 1394

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libavc1394-0/now 0.5.4-4 amd64 [installed,local]
libdc1394-22/now 2.2.4-1 amd64 [installed,local]
libraw1394-11/now 2.1.1-2 amd64 [installed,local]
Right, that's what I was referring to earlier. The appropriate packages are in the recent docker containers - but it still requires the /dev/fw node to be created and managed by the drivers IN the unraid kernel. I did some talking to Neil (they guy who builds the unRAID DVB kernels) about adding firewire drivers to it, so at some point, we may have a solution - I just need to learn how a kernel is built, and how to add that to it.... ;-)
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room

Last edited by Fuzzy; 02-06-2017 at 08:25 AM.
Reply With Quote
  #23  
Old 02-06-2017, 08:43 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
I think there may be one more package - something like lib1394-tools that provides the panelctl program that gentuner uses for firewire.

One problem may be that a lot of the firewire stuff in linux isn't being updated as firewire is kind of dying out. When you search for firewire and linux you can see people having issues with getting their hardware working when they upgrade to newer distros.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #24  
Old 02-06-2017, 08:45 AM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
I don't believe you need gentuner to use firewire control with sage. I think firewire control is built into sage, and it would be talking directly to the /dev/fw node itself. WRX4ME would know better though.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #25  
Old 02-06-2017, 08:49 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Your probably right as that is what it sounded like in his post yesterday when he got it working, it just appeared as a tuning option. That makes it somewhat easier than Win where you had to use EXEmultituner along with the channel.exe (or channelw.exe) program for actually changing channels.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #26  
Old 02-06-2017, 10:46 AM
Wrx4me Wrx4me is offline
Sage Advanced User
 
Join Date: Feb 2005
Location: New York
Posts: 117
Correct, gentuner is not needed for the firewall tuning option in Linux I think it communicates directly with dev/fw* as Fuzzy mentioned.
Reply With Quote
  #27  
Old 02-06-2017, 10:57 AM
Wrx4me Wrx4me is offline
Sage Advanced User
 
Join Date: Feb 2005
Location: New York
Posts: 117
Quote:
Originally Posted by Fuzzy View Post
Do you happen to know what would need to be added to the kernel to get firewire support at the server level? It may be possible to get the linuxserver.io guys to add it into their kernels.
I am not sure but I believe regular Slackware distros (which unRAID is built on) has firewire1394 drivers enabled in their Kernel, maybe looking at what's included there could help.

Last edited by Wrx4me; 02-06-2017 at 11:04 AM.
Reply With Quote
  #28  
Old 02-06-2017, 12:27 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Quote:
Originally Posted by Wrx4me View Post
Correct, gentuner is not needed for the firewall tuning option in Linux I think it communicates directly with dev/fw* as Fuzzy mentioned.
Can you specify parameters like the ID for your box? In Windows there were two ways to do this - either a device number created by the OS that was something like 1,2,3,4 or a longer ID called a UniqueID that was about an 8 digit hex number. I always found using the UniqueID preferable as the other numbers could occasionally change on you and you would be tuning the wrong box.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #29  
Old 02-06-2017, 12:52 PM
Wrx4me Wrx4me is offline
Sage Advanced User
 
Join Date: Feb 2005
Location: New York
Posts: 117
My firewire shows up in the tuning selection screen with a long OS assigned Hex number after the word Firewire.
But even if you had to control multiple boxes wouldn't you need individual firewire cables attached to each box going to separate firewire ports on your server? You can add them one after the other to keep track of things.
Reply With Quote
  #30  
Old 02-06-2017, 12:57 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Ok, that sounds easy enough. That sounds kind of like the HD-PVR which gets an 8 digit Hex number assigned although it isn't clear to me if that number comes from the device itself or from the OS.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #31  
Old 02-06-2017, 01:19 PM
Wrx4me Wrx4me is offline
Sage Advanced User
 
Join Date: Feb 2005
Location: New York
Posts: 117
Now I think about it I am not sure if it is OS assigned or from the device being detected. I will take a closer look at the #'s when I get home later.
Reply With Quote
  #32  
Old 02-06-2017, 01:31 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by Wrx4me View Post
I am not sure but I believe regular Slackware distros (which unRAID is built on) has firewire1394 drivers enabled in their Kernel, maybe looking at what's included there could help.
I can't really verify (since I don't have a firewire port), but based on Wayner NOT having a /dev/fw node, I'm guessing it is not enabled in the kernel shipping with unRAID. If you check modules.builtin on your host, I think you'll find the list quite a bit shorter than most distros. I have a feeling for simplicity, speed, and footprint, limetech has slimmed down the kernel as much as possible.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #33  
Old 02-06-2017, 03:04 PM
Wrx4me Wrx4me is offline
Sage Advanced User
 
Join Date: Feb 2005
Location: New York
Posts: 117
Quote:
Originally Posted by Fuzzy View Post
I can't really verify (since I don't have a firewire port), but based on Wayner NOT having a /dev/fw node, I'm guessing it is not enabled in the kernel shipping with unRAID. If you check modules.builtin on your host, I think you'll find the list quite a bit shorter than most distros. I have a feeling for simplicity, speed, and footprint, limetech has slimmed down the kernel as much as possible.
That's exactly my understanding about the unRAID packaging, firewire drivers happened to be one of the items not supported.
Reply With Quote
  #34  
Old 02-06-2017, 04:38 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Fuzzy View Post
I can't really verify (since I don't have a firewire port), but based on Wayner NOT having a /dev/fw node, I'm guessing it is not enabled in the kernel shipping with unRAID. If you check modules.builtin on your host, I think you'll find the list quite a bit shorter than most distros. I have a feeling for simplicity, speed, and footprint, limetech has slimmed down the kernel as much as possible.
Quote:
Originally Posted by Wrx4me View Post
That's exactly my understanding about the unRAID packaging, firewire drivers happened to be one of the items not supported.
But you'd think it would be enabled in the LIbreElec kernel, no? the unRAID kernel is very lean, but the LibreElec kernel is a media kernel (I have to use it for the hdpvr) and I'd be surprised if it didn't have firewire enabled.
Reply With Quote
  #35  
Old 02-06-2017, 06:39 PM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by stuckless View Post
But you'd think it would be enabled in the LIbreElec kernel, no? the unRAID kernel is very lean, but the LibreElec kernel is a media kernel (I have to use it for the hdpvr) and I'd be surprised if it didn't have firewire enabled.
If one of you linux heavies can determine exactly what options need to be done in the kernel to get it going, than Neil (CHBMB) said he'd have no problem enabling it in future builds (his build scripts are on github, so if you can determine what needs done, you can can create an issue there (or even a pull request if you feel extra helpful).
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firewire channel changing derfel Hardware Support 1 01-29-2011 09:32 AM
Possible to use STB Firewire for channel changing only? rob.sfo Hardware Support 30 12-15-2009 09:25 PM
Channel changing via Firewire showson1 Hardware Support 1 10-15-2008 02:08 PM
Firewire channel changing gjvrieze Hardware Support 4 07-07-2008 03:05 PM
HD-PVR: Firewire channel changing? deria Hardware Support 5 06-03-2008 12:22 PM


All times are GMT -6. The time now is 05:06 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.