public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] Fwd: Technotrend 3650 and Ubuntu Heron
@ 2008-07-26 10:12 alain
  0 siblings, 0 replies; 2+ messages in thread
From: alain @ 2008-07-26 10:12 UTC (permalink / raw)
  To: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 3998 bytes --]



 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\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   

  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

[-- Attachment #1.2: Type: text/html, Size: 10784 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] 2+ messages in thread
* [linux-dvb] Fwd: Technotrend 3650 and Ubuntu Heron
@ 2008-07-19  8:02 alain
  0 siblings, 0 replies; 2+ messages in thread
From: alain @ 2008-07-19  8:02 UTC (permalink / raw)
  To: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 583 bytes --]


 -------- 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  

[-- Attachment #1.2: Type: text/html, Size: 1212 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] 2+ messages in thread

end of thread, other threads:[~2008-07-26 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26 10:12 [linux-dvb] Fwd: Technotrend 3650 and Ubuntu Heron alain
  -- strict thread matches above, loose matches on Subject: below --
2008-07-19  8:02 alain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox