Oct 9 2010, 03:22 PM
Post
#1
|
|
|
Enthusiast Group: Members Posts: 6,630 Joined: 10-July 03 From: Canberra Member No.: 38 Card: None |
Hi Guys,
We have a couple of reports from Linux users about having the Quad DVB-T tuner card working under Linux. So, if any one who has got the card and wants to try under Linux, please let us know how it goes. You will need to download this May also want to read this post http://www.dtvforum.info/index.php?showtop...p;#entry1623391 Cheers Renura -------------------- Renura Enterprises Pty Ltd - Owner of DigitalNow and MediaNow- Importers, Distributors and Retailers of Digital TV and other Digital Multimedia Solutions
|
|
|
|
![]() |
Sep 28 2011, 10:47 AM
Post
#2
|
|
|
Be nice to me, I am new. Group: New Members Posts: 2 Joined: 28-September 11 Member No.: 14,572 Card: None |
Hi magic, thanks so much for putting this script and repo together!
Even though all the information was floating around, it was quite hit-and-miss for n00bs like me who don't understand what we're doing I've had my Quad working a few times but was always inconsistent at getting it working again with each kernel update, so a 'wrapped' solution like this is great. This post is really just to document an issue I had using the script (as-of today 2011/09/28 ~10am AEST.). Following the instructions at https://bitbucket.org/themagicpudding/rtl2832_2836_2840. I receive an error building cx23885 driver in v4l (I hope the terminology is correct?); QUOTE ../../../staging/altera-stapl/altera.h: No such file or directory .It seems that the file altera.h is located in /media_build/linux/drivers/staging/altera-stapl/altera.h. cx23885-cards.c includes altera.h via the relative path (../../../staging/altera-stapl/altera.h), which is "correct" relative to one of it's locations; /media_build/linux/drivers/media/video/cx23885/cx23885-cards.c However cx23885-cards.c is actually being built(?) from /media_build/v4l/cx23885-cards.c (I guess the sources are copied here for building?), where the relative path is invalid. I hacked /media_build/v4l/cx23885-cards.c with an absolute path to altera.h to be safe. This allowed everything to build without errors. As I understand this is probably just an issue with the current cx23885 driver in v4l repo, so nothing to do with your (I guess?). But I do wonder if something is wrong with the file structure in my build? Or something along those lines? Unrelated to all that (I think), I eventually receive the "Hmm... distro kernel with a non-standard place for module backports detected." message. Eventually followed by; QUOTE FATAL: Error inserting dvb_usb_rtl2832u (/lib/modules/2.6.38-11-generic/kernel/drivers/media/dvb/dvb-usb/dvb-usb-rtl2832u.ko): Invalid argument uname -a gives; QUOTE Linux tv 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:17:25 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux I haven't researched this at all yet so only mentioning for the record Thanks again magic, and everyone else here! |
|
|
|
Sep 28 2011, 06:21 PM
Post
#3
|
|
|
Participant Group: New Members Posts: 25 Joined: 24-February 11 From: Victoria Member No.: 14,102 Card: None |
Hi James,
Try the updated version like this (in a fresh check-out): CODE hg clone -b current https://bitbucket.org/themagicpudding/rtl2832_2836_2840 current cd current sudo bash rtl2832build Hope that helps. |
|
|
|
Oct 21 2011, 02:16 AM
Post
#4
|
|
|
Be nice to me, I am new. Group: New Members Posts: 4 Joined: 21-October 11 Member No.: 14,622 Card: None |
CODE hg clone -b current https://bitbucket.org/themagicpudding/rtl2832_2836_2840 current cd current sudo bash rtl2832build Hi magic, I've just upgraded from 10.10 to 11.04, but cannot build the modules. I'm quite certain the reason is that I have a server version of Ubuntu 11.04 64-bit installed. So, my kernel version is 2.6.38-11-server instead of 2.6.38-11-generic. Any idea what needs to be changed to get this working? Here's what happens when I attempt to build it. CODE eff@radagast:~/current$ sudo bash rtl2832build * fetching all the linuxtv stuff... Cloning into media_build... remote: Counting objects: 1180, done. remote: Compressing objects: 100% (428/428), done. remote: Total 1180 (delta 743), reused 1134 (delta 713) Receiving objects: 100% (1180/1180), 306.70 KiB | 94 KiB/s, done. Resolving deltas: 100% (743/743), done. Checking if the needed tools for Ubuntu 11.04 are available Needed package dependencies are met. * adding rtl2832 drivers to linuxtv source... * Adding rtl2832u files to Makefile... * Adding rtl2832u to Kconfig * Updating version file with running kernel version (2.6.38-11-server)... * Enabling kernel module in the build... * building the modules... make -C /home/eff/current/media_build/v4l make[1]: Entering directory `/home/eff/current/media_build/v4l' scripts/make_makefile.pl make[2]: Entering directory `/home/eff/current/media_build/linux' Applying patches for kernel 2.6.38-11-server patch -s -f -N -p1 -i ../backports/api_version.patch patch -s -f -N -p1 -i ../backports/no_atomic_include.patch patch -s -f -N -p1 -i ../backports/v4l2-compat-timespec.patch patch -s -f -N -p1 -i ../backports/v2.6.38_use_getkeycode_new_setkeycode_new.patch Patched drivers/media/dvb/dvb-core/dvbdev.c Patched drivers/media/video/v4l2-dev.c Patched drivers/media/rc/rc-main.c make[2]: Leaving directory `/home/eff/current/media_build/linux' ./scripts/make_kconfig.pl /lib/modules/2.6.38-11-server/build /lib/modules/2.6.38-11-server/build Preparing to compile for kernel version 2.6.38 ***WARNING:*** You do not have the full kernel sources installed. This does not prevent you from building the v4l-dvb tree if you have the kernel headers, but the full kernel source may be required in order to use make menuconfig / xconfig / qconfig. If you are experiencing problems building the v4l-dvb tree, please try building against a vanilla kernel before reporting a bug. Vanilla kernels are available at http://kernel.org. On most distros, this will compile a newly downloaded kernel: cp /boot/config-`uname -r` <your kernel dir>/.config cd <your kernel dir> make all modules_install install Please see your distro's web site for instructions to build a new kernel. WARNING: This is the V4L/DVB backport tree, with experimental drivers backported to run on legacy kernels from the development tree at: http://git.linuxtv.org/media-tree.git. It is generally safe to use it for testing a new driver or feature, but its usage on production environments is risky. Don't use it in production. You've been warned. VIDEO_TIMBERDALE: Requires at least kernel 2.6.39 RADIO_TIMBERDALE: Requires at least kernel 2.6.39 RADIO_WL1273: Requires at least kernel 2.6.39 DVB_FIREDTV: Requires at least kernel 3.0.0 File not found: ./../linux/drivers/misc/altera-stapl/Kconfig at ./scripts/make_kconfig.pl line 284, <GEN58> line 14. make[1]: Leaving directory `/home/eff/current/media_build/v4l' make[1]: Entering directory `/home/eff/current/media_build/v4l' ./scripts/make_myconfig.pl make[1]: Leaving directory `/home/eff/current/media_build/v4l' make[1]: Entering directory `/home/eff/current/media_build/v4l' perl scripts/make_config_compat.pl /lib/modules/2.6.38-11-server/build ./.myconfig ./config-compat.h make -C firmware prep creating symbolic links... make[2]: Entering directory `/home/eff/current/media_build/v4l/firmware' make[2]: Leaving directory `/home/eff/current/media_build/v4l/firmware' make -C firmware make[2]: Entering directory `/home/eff/current/media_build/v4l/firmware' CC ihex2fw find: `../linux/drivers/misc': No such file or directory ln: missing file operand Try `ln --help' for more information. make[1]: *** [links] Error 123 make[1]: *** Waiting for unfinished jobs.... Generating vicam/firmware.fw Generating dabusb/firmware.fw Generating dabusb/bitstream.bin Generating cpia2/stv0672_vp4.bin Generating ttusb-budget/dspbootcode.bin Generating av7110/bootcode.bin make[2]: Leaving directory `/home/eff/current/media_build/v4l/firmware' make[1]: Leaving directory `/home/eff/current/media_build/v4l' make: *** [all] Error 2 * installing the modules... make -C /home/eff/current/media_build/v4l install make[1]: Entering directory `/home/eff/current/media_build/v4l' Removing obsolete files from /lib/modules/2.6.38-11-server/kernel/drivers/media/IR/keymaps: Removing obsolete files from /lib/modules/2.6.38-11-server/kernel/drivers/media/video: Removing obsolete files from /lib/modules/2.6.38-11-server/kernel/drivers/media/dvb/cinergyT2: Removing obsolete files from /lib/modules/2.6.38-11-server/kernel/drivers/media/common: Removing obsolete files from /lib/modules/2.6.38-11-server/kernel/drivers/media/dvb/frontends: Removing obsolete files from /lib/modules/2.6.38-11-server/kernel/drivers/media/IR: Installing kernel modules under /lib/modules/2.6.38-11-server/kernel/drivers/media/: /sbin/depmod -a 2.6.38-11-server make -C firmware install make[2]: Entering directory `/home/eff/current/media_build/v4l/firmware' Installing firmwares at /lib/firmware: vicam/firmware.fw dabusb/firmware.fw dabusb/bitstream.bin ttusb-budget/dspbootcode.bin cpia2/stv0672_vp4.bin av7110/bootcode.bin dvb-fe-bcm3510-01.fw dvb-fe-or51132-qam.fw dvb-fe-or51132-vsb.fw dvb-fe-or51211.fw dvb-fe-xc5000-1.6.114.fw dvb-ttpci-01.fw-261a dvb-ttpci-01.fw-261b dvb-ttpci-01.fw-261c dvb-ttpci-01.fw-261d dvb-ttpci-01.fw-261f dvb-ttpci-01.fw-2622 dvb-usb-avertv-a800-02.fw dvb-usb-bluebird-01.fw dvb-usb-dib0700-1.20.fw dvb-usb-dibusb-5.0.0.11.fw dvb-usb-dibusb-6.0.0.8.fw dvb-usb-dtt200u-01.fw dvb-usb-terratec-h5-drxk.fw dvb-usb-terratec-h7-az6007.fw dvb-usb-terratec-h7-drxk.fw dvb-usb-umt-010-02.fw dvb-usb-vp702x-01.fw dvb-usb-vp7045-01.fw dvb-usb-wt220u-01.fw dvb-usb-wt220u-02.fw v4l-cx231xx-avcore-01.fw v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx23885-avcore-01.fw v4l-cx23885-enc.fw v4l-cx25840.fw make[2]: Leaving directory `/home/eff/current/media_build/v4l/firmware' make[1]: Leaving directory `/home/eff/current/media_build/v4l' * loading the dvb_usb_rtl2832u module... FATAL: Module dvb_usb_rtl2832u not found. Hopefully a list of adapters follows: ls: cannot access /dev/dvb: No such file or directory --- All done --- Cheers. |
|
|
|
renura DigitalNow Quad DVB-T Tuner Card and Linux Oct 9 2010, 03:22 PM
DrP Watchout applying automatic updates to linux. Unt... Oct 10 2010, 08:33 AM
tailend I have just had a go compiling the driver on Ubunt... Oct 11 2010, 04:13 PM
DrP I too found that when built against 64 bit linux i... Oct 11 2010, 04:29 PM
tailend I looked for a more recent version of the driver w... Oct 13 2010, 05:23 PM
renura QUOTE (tailend @ Oct 13 2010, 06:23 PM) I... Oct 13 2010, 06:32 PM
tailend I switched my Ubuntu system to 32 bit and recompil... Oct 17 2010, 11:00 PM
renura QUOTE (tailend @ Oct 18 2010, 12:00 AM) I... Oct 18 2010, 07:13 AM
renura Those interested might like to know that there is ... Nov 16 2010, 06:23 PM
lyricnz QUOTE (renura @ Nov 16 2010, 07:23 PM) We... Nov 19 2010, 10:44 AM
gaspo100 QUOTE (renura @ Nov 16 2010, 04:23 PM) We... Dec 10 2010, 02:28 PM
renura QUOTE (gaspo100 @ Dec 10 2010, 03:28 PM) ... Dec 10 2010, 07:31 PM
renura Hi Guys,
One of our customers has modified the co... Dec 22 2010, 12:55 PM
lyricnz QUOTE (renura @ Dec 22 2010, 01:55 PM) On... Dec 23 2010, 10:35 AM
themagicpudding G'day Linux people,
In case it helps, here... Feb 24 2011, 09:55 AM
renura QUOTE (themagicpudding @ Feb 24 2011, 10... Feb 24 2011, 02:08 PM
DrP QUOTE (themagicpudding @ Feb 24 2011, 09... Feb 25 2011, 05:03 AM
themagicpudding All I have heard is a confirmation email from Renu... Feb 25 2011, 01:38 PM
tailend I am trying to compile for 2.6.38-8-generic kernel... Apr 30 2011, 03:53 PM
renura QUOTE (tailend @ Apr 30 2011, 03:53 PM) I... Apr 30 2011, 05:26 PM
tailend QUOTE (renura @ Apr 30 2011, 06:26 PM) Di... Apr 30 2011, 06:54 PM

dayswaste QUOTE (tailend @ Apr 30 2011, 06:24 PM) e... May 5 2011, 10:43 PM

dayswaste QUOTE (dayswaste @ May 5 2011, 10:13 PM) ... May 5 2011, 10:56 PM
themagicpudding QUOTE (renura @ Apr 30 2011, 06:26 PM) Di... May 12 2011, 02:38 PM
themagicpudding QUOTE (renura @ Apr 30 2011, 06:26 PM) Di... May 12 2011, 02:52 PM
flunky [quote name='themagicpudding' date='Ma... May 23 2011, 08:30 PM
renura Look also here
https://www.turnovfree.net/~stybla... May 24 2011, 09:05 AM
hughhalf Hiya,
Can confirm the card running on Ubuntu Serv... May 31 2011, 03:28 PM
renura QUOTE (hughhalf @ May 31 2011, 03:28 PM) ... Jun 1 2011, 08:36 AM
lyricnz I must add my name to the chorus of frustration wi... Jun 1 2011, 01:49 PM
renura QUOTE (lyricnz @ Jun 1 2011, 01:49 PM) I ... Jun 4 2011, 03:10 PM
flunky QUOTE (renura @ Jun 4 2011, 03:10 PM) Unf... Jun 16 2011, 11:32 PM
flunky See also http://www.linuxtv.org/wiki/index.php/Rea... Jun 17 2011, 05:19 PM
dayswaste So the consensus is if you are running a kernel ve... Jun 2 2011, 08:55 PM
hughhalf Hiya
Flunky had asked for some sample lspci outpu... Jun 19 2011, 03:36 PM
HTPC_Freak I can confirm I have this card working in Ubuntu 1... Jul 10 2011, 08:57 AM
dayswaste Thanks HTPC_Freak.
After seeing your post on Satu... Jul 12 2011, 11:03 PM
themagicpudding Thanks for inspiring me HTPC_Freak.
In case anyon... Aug 29 2011, 12:53 AM
therat Many thanks for providing that info.
cheers Jul 10 2011, 12:35 PM
Flakheart I am totally new to linux and use PC-LinuxOS 32 bi... Aug 25 2011, 02:47 PM
Flakheart I'll give and and stick to windows as my kerne... Aug 29 2011, 03:28 PM
themagicpudding Hi all,
I've done some work on the Realtek so... Sep 15 2011, 12:22 AM
themagicpudding I've sped up the build process and made it a b... Sep 15 2011, 06:36 PM
renura @themagicpudding
looks like you are on a roll here... Sep 15 2011, 06:57 PM
themagicpudding In case anyone used it and noticed the remote wasn... Sep 16 2011, 01:27 AM
Scott Waller Hi magicpudding,
Thanks so much for this. I have... Sep 16 2011, 10:54 AM
Scott Waller OK
Sorry magicpudding, I cracked it.
I updated t... Sep 16 2011, 12:34 PM
themagicpudding Good to hear - trying a newer kernel version was g... Sep 16 2011, 12:54 PM
Scott Waller Just ran it with kernel 3.0.4-030004-generic
All ... Sep 16 2011, 01:02 PM
Scott Waller I can report that themagicpudding's solution w... Sep 17 2011, 01:31 PM
themagicpudding Glad to hear you're having some level of succe... Sep 19 2011, 09:16 PM
Scott Waller OK I'll take those ideas on board. I have som... Sep 19 2011, 10:20 PM
themagicpudding I don't use the the Quad's remote for my m... Sep 19 2011, 11:06 PM
Scott Waller Thanks for that, but it didn't help. Even in ... Sep 21 2011, 11:29 AM
Scott Waller Hi themagicpudding,
I am wondering if you could p... Sep 21 2011, 10:32 PM
themagicpudding @Scot Waller
Do you get all the keys correctly re... Sep 23 2011, 02:35 PM
Scott Waller Well today I tested the quad card at work. We hav... Sep 23 2011, 02:35 PM
themagicpudding I'd give the Windows install a go for verifica... Sep 23 2011, 02:48 PM
therat The Quad can have those sort of problems with Giga... Sep 23 2011, 03:22 PM
themagicpudding Of course I meant "Gigabyte" motherboard... Sep 23 2011, 03:39 PM
Scott Waller That's exactly the board I have, even with AMD... Sep 23 2011, 03:54 PM
themagicpudding Even with the latest BIOS from Gigabyte my mythtv ... Sep 23 2011, 05:44 PM
Scott Waller QUOTE (themagicpudding @ Sep 23 2011, 05... Sep 24 2011, 10:44 AM
therat As I now understand it, Gigabyte have finally reso... Sep 23 2011, 05:45 PM
themagicpudding Thanks for that information therat.
What should w... Sep 23 2011, 08:09 PM
therat I'm not exactly sure what the technical detail... Sep 23 2011, 09:12 PM
themagicpudding Cool - thanks for the suggestion.
I've emaile... Sep 23 2011, 10:15 PM
Scott Waller Also "themagicpudding"
The new Ubuntu k... Sep 24 2011, 11:49 AM
themagicpudding Glad to hear the avoiding of adapter0 trick helped... Sep 26 2011, 12:12 PM
flunky QUOTE (Scott Waller @ Sep 24 2011, 11:49 ... Sep 27 2011, 08:15 PM
Scott Waller Hi everyone,
Have dedicated today to try and solv... Sep 27 2011, 03:26 PM
themagicpudding I'm not sure but it could well be __because__ ... Sep 27 2011, 06:23 PM
Scott Waller QUOTE (themagicpudding @ Sep 27 2011, 06... Sep 27 2011, 09:02 PM
Scott Waller OK so I figured it out, and now have a working rem... Sep 27 2011, 06:35 PM
Scott Waller Sure Flunky
sources.list
CODE# deb cdrom:[Mythbu... Sep 27 2011, 08:41 PM
JamesLaugesen QUOTE (themagicpudding @ Sep 28 2011, 06... Oct 9 2011, 07:49 PM

Scott Waller QUOTE (JamesLaugesen @ Oct 9 2011, 07:49 ... Oct 10 2011, 01:15 PM
Scott Waller QUOTE (slith @ Oct 21 2011, 02:16 AM) Hi ... Oct 21 2011, 09:20 AM
slith QUOTE (Scott Waller @ Oct 21 2011, 10:20 ... Oct 22 2011, 02:49 PM
themagicpudding QUOTE (slith @ Oct 22 2011, 03:49 PM) You... Oct 27 2011, 12:39 PM
Scott Waller Hi All,
Got this response from Gigabyte re Firmwa... Sep 30 2011, 03:25 PM
renura QUOTE (Scott Waller @ Sep 30 2011, 03:25 ... Sep 30 2011, 05:14 PM
themagicpudding Hi all.
I might be getting further with Gigabyte.... Oct 2 2011, 10:21 PM
themagicpudding Or maybe not. All I'm hearing are reasons to ... Oct 3 2011, 08:53 PM
Scott Waller QUOTE (themagicpudding @ Oct 3 2011, 08:5... Oct 4 2011, 04:25 PM
Scott Waller Hi All,
I have grabbed a ASUS MB to finally put t... Oct 19 2011, 07:47 AM
Scott Waller Hi again folks,
I got it working by manually runn... Oct 19 2011, 09:57 AM
Scott Waller Hi guys,
Just reporting back on my experiences wi... Oct 20 2011, 01:51 PM
slith Hi magic,
I just upgraded another MythTV box usin... Oct 30 2011, 11:01 PM
old_codger Hi fellas... new user around here. Great board
A... Nov 11 2011, 12:00 AM
Scott Waller QUOTE (old_codger @ Nov 11 2011, 12:00 AM... Nov 11 2011, 07:17 AM
old_codger QUOTE (Scott Waller @ Nov 11 2011, 07:17 ... Nov 12 2011, 06:56 AM
Scott Waller QUOTE (old_codger @ Nov 12 2011, 06:56 AM... Nov 12 2011, 11:55 AM
old_codger QUOTE (Scott Waller @ Nov 12 2011, 11:55 ... Nov 13 2011, 12:07 AM
ccss QUOTE (old_codger @ Nov 13 2011, 01:07 AM... Nov 13 2011, 05:41 AM
old_codger OK! I removed the old modules, removed the ... Nov 13 2011, 08:38 AM
old_codger OK! I've done the various stages of runnin... Nov 14 2011, 02:30 AM![]() ![]() |
|
Lo-Fi Version | Time is now: 26th May 2013 - 09:23 AM |