From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 25.mail-out.ovh.net ([91.121.27.228]) by www.linuxtv.org with smtp (Exim 4.63) (envelope-from ) id 1KMgkz-00034s-UK for linux-dvb@linuxtv.org; Sat, 26 Jul 2008 12:12:11 +0200 To: linux-dvb@linuxtv.org MIME-Version: 1.0 Date: Sat, 26 Jul 2008 12:12:05 +0200 From: Message-ID: <79f0acaaea6b28d826d7adfc57913eff@localhost> Subject: [linux-dvb] Fwd: Technotrend 3650 and Ubuntu Heron List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0993502814==" Mime-version: 1.0 Sender: linux-dvb-bounces@linuxtv.org Errors-To: linux-dvb-bounces+mchehab=infradead.org@linuxtv.org List-ID: --===============0993502814== Content-Type: multipart/alternative; boundary="=_815204511a03dbb397b9cb45f710e32c" --=_815204511a03dbb397b9cb45f710e32c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit So I give it one more try, in the hope to find a solution. -------- Original Message -------- SUBJECT: Technotrend 3650 and Ubuntu Heron DATE: Wed, 23 Jul 2008 10:27:58 +0200 FROM: TO: linux-dvb@linuxtv.org So thats where I am now. Anyone a last tip before I give up Linux? lsmod | grep dvb shows there are no modules running (that is what he asks you about) the drivers are compiled on: /home/alain/3650/multiproto/ from there I do make install and it seems to work.. insmod dvb-core.ko works.... insmod dvb-pll.ko doen't work (and with lsmod I have proved it is not already loaded somehow) root@TELEVISION:~/3650/multiproto/v4l# insmod ./dvb-core.ko root@TELEVISION:~/3650/multiproto/v4l# lsmod | grep dvb dvb_core 89212 0 root@TELEVISION:~/3650/multiproto/v4l# insmod ./dvb-pll.ko insmod: error inserting './dvb-pll.ko': -1 Unknown symbol in module -------- Original Message -------- SUBJECT: Technotrend 3650 and Ubuntu Heron DATE: Sat, 19 Jul 2008 09:46:28 +020 Hi Daniel, thanks for the good tip. I succeeded with the make but get stuck here now alain@TELEVISION:~/3650/multiproto/v4l$ sudo insmod dvb-pll.ko [sudo] password for alain: insmod: error inserting 'dvb-pll.ko': -1 Unknown symbol in module Even editing the stbalgo.c didn't help. Applying the patch with the include of the sound driver is done allready. Anyone another idea or maybe the complied files? Thanks. Alain -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.linuxtv.org/pipermail/linux-dvb/attachments/20080719/8cb40f8e/attachment-0001.htm [1] ------------------------------ Message: 5 Date: Fri, 18 Jul 2008 20:59:27 +0200 From: Subject: Re: [linux-dvb] Technotrend TT3650 S2 USB and multiproto (Daniel Hellstr?m) To: linux-dvb@linuxtv.org [3] Message-ID: Content-Type: text/plain; charset="UTF-8" Tjanks Daniel. So I succeeded with the make and I'm here now: On Fri, 18 Jul 2008 17:04:03 +0200, linux-dvb-request@linuxtv.org [4] wrote: Send linux-dvb mailing list submissions to linux-dvb@linuxtv.org [3] To subscribe or unsubscribe via the World Wide Web, visit http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb [5] or, via email, send a message with subject or body 'help' to linux-dvb-request@linuxtv.org [4] You can reach the person managing the list at linux-dvb-owner@linuxtv.org [6] When replying, please edit your Subject line so it is more specific than "Re: Contents of linux-dvb digest..." ------------------------------ Message: 8 Date: Fri, 18 Jul 2008 14:22:39 +0000 (UTC) From: Daniel Hellstr?m Subject: Re: [linux-dvb] Technotrend TT3650 S2 USB and multiproto To: linux-dvb@linuxtv.org [3] Message-ID: Content-Type: text/plain; charset=utf-8 satfans.be> writes: Hi, I'm trying to use my DVB S2 USB with Ubuntu8.04 and MyTheatre. I found an how to [url]http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_S2-3650_CI [9][/url] But I get stuck with the fail of the make. It claims about the audio driver? [QUOTE]make[2]: Entering directory `/usr/src/linux-headers-2.6.24-19-generic' ? CC [M]? /home/alain/3650/multiproto/v4l/em28xx-audio.o Just add the line "#include " above the line that says "#include in the em28xx-audio.c file and run make again and it should succed. It solved the problem for me on heron. Links: ------ [1] http://www.linuxtv.org/pipermail/linux-dvb/attachments/20080719/8cb40f8e/attachment-0001.htm [2] mailto:alain@satfans.be [3] mailto:linux-dvb@linuxtv.org [4] mailto:linux-dvb-request@linuxtv.org [5] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb [6] mailto:linux-dvb-owner@linuxtv.org [7] mailto:dvenion@hotmail.com [8] mailto:loom.20080718T141911-959@post.gmane.org [9] http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_S2-3650_CI --=_815204511a03dbb397b9cb45f710e32c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

So I give it one more try, in the hope to find a solution.



-------- Original Message --------

Subject: Technotrend 3650 and Ubuntu Heron
Date: Wed, 23 Jul 2008 10:27:58 +0200
From:  
To: linux-dvb@linuxtv.org

So that’s where I am now.

Anyone a last tip before I give up Linux?

 

lsmod | grep dvb

shows there are no modules running (that is what he asks you about)

the drivers are compiled on:
/home/alain/3650/multiproto/

from there I do make install
and it seems to work..

 insmod dvb-core.ko    works....


insmod dvb-pll.ko  doen't work (and with lsmod I have proved it is not already loaded somehow)

root@TELEVISION:~/3650/multiproto/v4l# insmod ./dvb-core.ko
root@TELEVISION:~/3650/multiproto/v4l# lsmod | grep dvb
dvb_core           &= nbsp;   89212  0
root@TELEVISION:~/3650/multiproto/v4l# insmod ./dvb-pll.ko
insmod: error inserting './dvb-pll.ko': -1 Unknown symbol in module

 

-------- Original Message -------- SUBJECT: Technotrend 3650 and Ubuntu Heron DATE: = Sat, 19 Jul 2008 09:46:28 +020 Hi Daniel, thanks for the good tip. I succeeded w= ith the make but get stuck here now alain@TELEVISION:~/3650/multiproto/v4l$ sud= o insmod dvb-pll.ko [sudo] password for alain: insmod: error inserting 'dvb-pll.ko': -1 Unknown symbol in module Even editing the stbalgo.c didn't help. Applying the patch with the include of the sound driver is done allre= ady. Anyone another idea or maybe the complied files? Thanks. Alain ------------= -- next part -------------- An HTML attachment was scrubbed... URL: http://www.linuxtv.org/piperma= il/linux-dvb/attachments/20080719/8cb40f8e/attachment-0001.htm

 

------------------------------ Message: 5 Date: Fri, 18 Jul 2008 20:59:27 +0200 From: <alain@satfans.be> Subject:= Re: [linux-dvb] Technotrend TT3650 S2 USB and multiproto (Daniel Hellstr?m) To: linux-dvb@linuxtv.org<= span> Message-ID: <1e5614ef18e9000783d66e7bbd9586fd@localhost> Content-Type: text/plain= ; charset=3D"UTF-8" Tjanks Daniel. So I succeeded with the make and= I'm here now: On Fri, 18 Jul 2008 17:04:03 +0200, linux-dvb-request@linuxtv.org wrote:

Send linux-dvb mailing list submissions to

linux-dvb@linuxtv.org

To subscribe or unsubscribe via the World Wide Web, visit

http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

or, via email, send a message with subject or body 'help' to

linux-dvb-request@l= inuxtv.org

You can reach the person managing the list at

linux-dvb-owner@l= inuxtv.org

When replying, please edit your Subject line so it is more specific

than "Re: Contents of linux-dvb digest..."

------------------------------=20

Message: 8

Date: Fri, 18 Jul 2008 14:22:39 +0000 (UTC)

From: Daniel Hellstr?m <dvenion@hotmail.com>

Subject: Re: [linux-dvb] Technotrend TT3650 S2 USB and multiproto

To: linux-dvb@li= nuxtv.org

Message-ID: <loom.20080718T141911-959@post.gmane.org>

Content-Type: text/plain; charset=3Dutf-8

satfans.be> writes:

Hi,

I'm trying to use my DVB S2 USB with Ubuntu8.04 and MyTheatre.

I found an how to

[url]http://www.linuxtv.org/w= iki/index.php/TechnoTrend_TT-connect_S2-3650_CI[/url]

But I get stuck with the fail of the make.

It claims about the audio driver?

[QUOTE]make[2]: Entering directory

`/usr/src/linux-headers-2.6.24-19-generic'

? CC [M]? /home/alain/3650/multiproto/v4l/em28xx-audio.o

Just add the line "#include " above the line that says

"#include

in the em28xx-audio.c file and run make again and it

should

succed. It solved the problem for me on heron.

 

--=_815204511a03dbb397b9cb45f710e32c-- --===============0993502814== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-dvb mailing list linux-dvb@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb --===============0993502814==--