Posts: 696
Joined: May 2010
Reputation:
3
2013-03-17, 08:20
(This post was last modified: 2013-03-17, 08:22 by dhead.)
Ned, from your own reply I understand that you don't have a hardware issue but a software one.
Recommended hardware list would be great addition and should be added with regards to real world tests and price,
but LinuxTv wiki is the origin of authoritative in this matter,
if a device has open source drivers included in the main kernel tree then by all means it's supported by Linux.
As for the matter with your device, on its LinuxTv page stated that it is supported by main kernel, meaning you just need to download the firmware and that's it, so what's the problem ?
Trying to figure out what's going on a Linux system is a big headache for normal people.
For me it's an easy task to get an updated Arch Linux system with the latest 3.8 kernel from a clean sheet and have all the necessery firmware and configs set, but for 99.9% of the people I know this sounds like an unthinkable horror.
I love the appliance approach, to have a dedicated cheap device and openelec on raspberry pi is great but I think there's a place for a preconfigured image for cheap arm device like raspberry pi or pogoplug and even x86-64 with tvheadend, samba and a webgui for some configs and of course the latest kernel and firmware for every possible tv tuners with nothing else, no xbmc, no raid, no alsa.
Users should just download the image, flash to sd, insert to their device, add usb digital tv card and choose their location (for auto scanning frequencies) on the webgui and that's it.
Everything should be auto configured, plug&play, auto discovered services, nothing that even mentioning setting ip, users, passwords, smb, shares. installing drivers or firmware.
Posts: 31,445
Joined: Jan 2011
Believe me, I've spent days on this. Between kernels 3.2 and 3.6, the driver (and possibly others) was either removed or botched. There's threads all over raspberrypi.org, Raspbmc's forums, and more, about this issue.
I don't know how it is for DVB, but for ATSC we have very few USB tuners on the market, and there is very little attention paid to the ATSC side of things. I've used this USB tuner before with TVHeadend a while ago, and it did work at one point. I've set up TVheadened a few times, both for older linux systems (hardy) where I had to manually install the driver, and where it worked "out of the box". Right now, the 950Q is a clusterfuck. There are already bug reports filed, and I think OpenELEC might have it working (it's finally seen with OpenELEC, but still not scanning).
So while for DVB I'm sure LinuxTV is the authority, and most people won't even have to worry, that's simply not the case for people in North America using ATSC.
/rant
But yes, the idea is to have some examples or something that will let newbies get things going easily. For some that might mean very specific hardware recommendations, but for others it might be very broad and generic recommendations. I'm just tired of pointing people to five different websites in order to watch TV in XBMC (just talking about the most basic steps, getting it up and running, nothing fancy).
Posts: 31,445
Joined: Jan 2011
dhead, I've finally dug my PogoPlug out from a pile of junk and have gotten it working again. I'm going to try to tackle your recommendations for the guide tonight, format your instructions, that is, but yeah, this looks to be our winner for kick-ass-easy OTA "standalone" device for everyone :D
Posts: 31,445
Joined: Jan 2011
Alright, I'm not understanding the kernel version stuff. Using the instructions from archlinuxarm.org and updating everything seems to give me kernel 2.6, which you say is pretty much dead at this point. Is there another site or set of instructions that users should use for this pre-prep that would give them a newer kernel?
Posts: 31,445
Joined: Jan 2011
Code:
[root@alarm ~]# uname -r
2.6.31.6_SMP_820
PogoPlug v3 P-21
PLX/Oxford Semiconductor NAS7820 SoC
http://archlinuxarm.org/platforms/armv6/...provideov3
Did "pacman -Syu" to update everything after install
Posts: 31,445
Joined: Jan 2011
Yeah, reading the archlinuxarm forums, and my group of hardware is currently stuck on 2.6. I'll make a split page for 2.6 on the wiki, and use your instructions as the default, since I assume it's not an issue for most pogoplug devices that can be bought today.
Posts: 696
Joined: May 2010
Reputation:
3
For Pogoplug v3 I think 2.6 kernel is a dead end, this is what happens when companies are not open source friendly and put nda on everything.
I'm not sure if it possible to compile an update v4l-dvb for this device.
For the much older Marvell based Pogoplug v2 there is an updated 3.8.x kernel and the path to install it is just to run "# pacman -Sy linux-kirkwood".
Posts: 31,445
Joined: Jan 2011
Oh no, it works fine. That's how that original set of instructions showed up on the wiki in the first place :)
It just sounds like this specific situation (my pogoplug) isn't something to recommend for the masses.
Posts: 696
Joined: May 2010
Reputation:
3
Exept for kernel version the biggest issue with Pogoplug v3 regarding Arch Linux is that Arch moved to systemd, so packages that need startup script like system services will not work without a proper script.
So for a novice user it may not be wised to update some packages on Pogoplug v3 Arch Linux device.
Posts: 2
Joined: Apr 2013
Reputation:
0
Hi,
Two day newbie here, just thought I would share my setup experiences so far. Sorry if this isn't the correct place to do this.
Country:
- UK
Service:
- freesat on Astra 28.2E
Hardware:
- 1 used dell 755SFF E8400 3Ghz, 4GB ram, 500GB hd (£65). I have added a vsx HD5450 1GB graphics card (£23) and a Tevii 464 dvb-s2 sat card (£50). Total £138
- xbox 360 pad (already had this)
Software:
- Windows 7 pro
- nextpvr 2.6.2 with patches
- xbmc 12.2pre-20130410
Problems I have encountered with xbmc:
- live tv, pvr; If you pause the stream, wait a while for the buffer to build up, press play and then fast forward until you are at the point where you would be watching in real-time the picture will freeze and xbmc hangs.
- Pausing live tv and changing channels occasionally causes the nextpvr service to lock up. To recover from this I have to restart the nextpvr service.
Problems I have encountered with nextpvr:
- EPG country specific setup information is hard to find - not sure how to do this yet; still reading up. I think I need to pay for digiguide and convert this with xmltv; possibly the only viable solution for the uk?
- Channels - The scan produced duplicate channels due to regional specific variations. I know I need to remove some, but I have found that there are quality differences with the streams - Is there a channel signal strength meter hidden away somewhere or even a bitrate meter?
Problems I have encountered with the hardware:
- AMD drivers 13.1 / dell optiplex 755 dont play nice and cause BSOD on installation. It's working now; I am now bald though!
Overall, I am very happy with the xbmc / nextpvr solution and thank all the developers / testers and wiki contributers for their hard work.
Posts: 31,445
Joined: Jan 2011
Awesome feedback! Thank you for taking the time to write this!