* [linux-dvb] Technotrend 3650 and Ubuntu Heron
@ 2008-07-23 8:27 alain
2008-07-23 12:53 ` Dominik Kuhlen
0 siblings, 1 reply; 4+ messages in thread
From: alain @ 2008-07-23 8:27 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 3749 bytes --]
So that\x19s 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
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
[-- Attachment #1.2: Type: text/html, Size: 10197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Technotrend 3650 and Ubuntu Heron
2008-07-23 8:27 [linux-dvb] Technotrend 3650 and Ubuntu Heron alain
@ 2008-07-23 12:53 ` Dominik Kuhlen
0 siblings, 0 replies; 4+ messages in thread
From: Dominik Kuhlen @ 2008-07-23 12:53 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 922 bytes --]
Hi,
On Wednesday 23 July 2008, alain@satfans.be wrote:
>
> So that\x19s 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
type
dmesg
to get the unknown symbol name.
this normally leads to the required module.
---snip--
Dominik
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* [linux-dvb] Technotrend 3650 and Ubuntu Heron
@ 2008-07-25 5:55 alain
0 siblings, 0 replies; 4+ messages in thread
From: alain @ 2008-07-25 5:55 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 405 bytes --]
this is what the end of the answer gives, or do you need more.
Thanks.
22, running e2fsck is recomended
[ 4138,716183] dvb_pll: Unknown symbol 12c_transfer
[ 4508,603967] dvb_pll: Unknown symbol 12c_transfer
[ 4861,755297] dvb_pll: Unknown symbol 12c_transfer
I still don't know how to answer on these mailing lists.
Can't this be done in a board?
Thanks
Alain
[-- Attachment #1.2: Type: text/html, Size: 562 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Technotrend 3650 and Ubuntu Heron
@ 2008-07-26 10:22 Alain Satfans
0 siblings, 0 replies; 4+ messages in thread
From: Alain Satfans @ 2008-07-26 10:22 UTC (permalink / raw)
To: linux-dvb
[-- Attachment #1.1: Type: text/plain, Size: 1659 bytes --]
Thanks Dominik
this is what the end of the answer gives, or do you need more.
Thanks.
22, running e2fsck is recomended
[ 4138,716183] dvb_pll: Unknown symbol 12c_transfer
[ 4508,603967] dvb_pll: Unknown symbol 12c_transfer
[ 4861,755297] dvb_pll: Unknown symbol 12c_transfer
I still don't know how to answer on these mailing lists.
Can't this be done in a board?
Thanks
Alain
Message: 5
Date: Wed, 23 Jul 2008 14:53:19 +0200
From: Dominik Kuhlen <dkuhlen@gmx.net>
Subject: Re: [linux-dvb] Technotrend 3650 and Ubuntu Heron
To: linux-dvb@linuxtv.org
Message-ID: <200807231453.19124.dkuhlen@gmx.net>
Content-Type: text/plain; charset="utf-8"
Hi,
On Wednesday 23 July 2008, alain@satfans.be wrote:
>
> 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 89212 0
> root@TELEVISION:~/3650/multiproto/v4l# insmod ./dvb-pll.ko
> insmod: error inserting './dvb-pll.ko': -1 Unknown symbol in module
type
dmesg
to get the unknown symbol name.
this normally leads to the required module.
---snip--
Dominik
-------------- next part --------------
[-- Attachment #1.2: Type: text/html, Size: 11847 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-07-26 10:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-23 8:27 [linux-dvb] Technotrend 3650 and Ubuntu Heron alain
2008-07-23 12:53 ` Dominik Kuhlen
-- strict thread matches above, loose matches on Subject: below --
2008-07-25 5:55 alain
2008-07-26 10:22 Alain Satfans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox