Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 22nd September 2006, 06:53 PM
maffioso Offline
Registered User
 
Join Date: Sep 2006
Posts: 27
install kernel-headers??

hello,

this is maybe a very basic question but i'am a little bit confused.
What is the difference between kernel-header and kernel-source?
Is it necessary that you install the kernel-headers and what can you do more with
this kernel-headers??

I need this info because i'am trying to installl dvb-drivers and in the makefile i have
to link to the kernel-header. I first linked to the kernel-source but this didn't work so
maybe this could be the problem.
Please help me. I need to install the dvb-drivers because otherwise i can't use may
tv-card that i just bought.

Cheers
Reply With Quote
  #2  
Old 22nd September 2006, 07:30 PM
glussier Offline
Registered User
 
Join Date: Mar 2004
Location: Montreal, PQ, Canada
Posts: 139
Open a terminal:


su

yum install kernel-devel-$(uname -r)
Reply With Quote
  #3  
Old 22nd September 2006, 07:39 PM
maffioso Offline
Registered User
 
Join Date: Sep 2006
Posts: 27
Thanks for your quick reply.

I already did that but i have to link too the place where this package is installed.
How can i find out where it is standing?

CHeers
Reply With Quote
  #4  
Old 22nd September 2006, 07:49 PM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,076
DVB drivers are alredy installed in standard Fedora kernels. What type of DVB card do you have and what problems do you have with it?
Reply With Quote
  #5  
Old 22nd September 2006, 08:37 PM
glussier Offline
Registered User
 
Join Date: Mar 2004
Location: Montreal, PQ, Canada
Posts: 139
I think that I didn't read properly the first time, and that I replied to the message's title.

v4l is not loaded by default in the Module section of the /etc/X11/xorg.conf file. Your problem might be that you only have to add Load "v4l" in the /etc/X11/xorg.conf file.
Reply With Quote
  #6  
Old 22nd September 2006, 10:37 PM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,076
I believe the v4l Xorg driver is for analog TV cards, not DVB cards. At least my Terratec DVB-C card works without it.
Reply With Quote
  #7  
Old 22nd September 2006, 11:07 PM
glussier Offline
Registered User
 
Join Date: Mar 2004
Location: Montreal, PQ, Canada
Posts: 139
Thanks for the info, I didn't know that...
Reply With Quote
  #8  
Old 23rd September 2006, 11:41 AM
maffioso Offline
Registered User
 
Join Date: Sep 2006
Posts: 27
Thans for the information,

this i very good and fast information.
For replying on Markkuk's reply: i'am running fedora Core 5 and i have the
airstar2 TV-card in my computer.
I also thougt that the DVB-drivers where installed but i wanted to be sure so i downloaded the DVB-driver-packet from the website but every time when i tried to install(compile) i had this errrors:

[root@localhost DVB]# make
cat: CVS/Root: No such file or directory
(cd driver; make)
make[1]: Entering directory `/usr/local/src/DVB/driver'
Makefile:102: /lib/modules/2.6.17-1.2187_FC5/build/Rules.make: No such file or directory
make[1]: *** No rule to make target `/lib/modules/2.6.17-1.2187_FC5/build/Rules.make'. Stop.
make[1]: Leaving directory `/usr/local/src/DVB/driver'
make: *** [dvb] Error 2
[root@localhost DVB]#

I already installed the kernel-headers but it's not helping.
What to you thing and i was also wondering what the v4l-drivers are??
But you said they are for analogTV?


CHeers
Reply With Quote
  #9  
Old 23rd September 2006, 01:25 PM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,076
Have you actually tried to use the drivers included in the kernel? Is the card detected? Is there a /dev/dvb/adapter0 directory?
Reply With Quote
  #10  
Old 23rd September 2006, 07:13 PM
maffioso Offline
Registered User
 
Join Date: Sep 2006
Posts: 27
Hoi,

yes the driver who are included in the kernel are working because i installed the dvb-apps directory. I did a scan with the scan-application and i had 31 active channels.
And indeed, i also have the adapter0-directory.
The only problem with this kernel-included-drivers is that if you want to install the VDR-application, the VDR-directory have to be in the same directory as the directory
where the dvb-drivers are installed.
Thus i thought to put the dvb-directory in /usr/local/src and put the VDR-directory there too. Otherwise you have to work with symbolic links and i don't know what link i should make to point to the dvb-included-drivers?

Cheers
Reply With Quote
  #11  
Old 23rd September 2006, 10:46 PM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,076
VDR is available from the Livna repository. Configure it and you can install VDR by "yum install vdr" without compiling anything.
Reply With Quote
  #12  
Old 24th September 2006, 05:55 AM
maffioso Offline
Registered User
 
Join Date: Sep 2006
Posts: 27
Good,

but can you give me a little explenation about the configuration off livna.
Do i have to put some extra file in /etc/yum.repos.d and what should i put there?
And there where sometimes issues with an other file and Livna.
Before I already had a lot of troubles with yum so i don't want to have it again.
So, could you please explain this a little bit more in detail.
Thanks warmly and for your help!!

Best Regards
Reply With Quote
  #13  
Old 24th September 2006, 06:09 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Quote:
Originally Posted by maffioso
Good,

but can you give me a little explenation about the configuration off livna.
Do i have to put some extra file in /etc/yum.repos.d and what should i put there?
And there where sometimes issues with an other file and Livna.
Before I already had a lot of troubles with yum so i don't want to have it again.
So, could you please explain this a little bit more in detail.
Thanks warmly and for your help!!

Best Regards
Hello:
To enable and configure the livna repo there is an excellent guide here
http://stanton-finley.net/fedora_cor...notes.html#Yum

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #14  
Old 24th September 2006, 10:54 AM
markkuk Offline
Registered User
 
Join Date: Apr 2005
Location: Finland
Posts: 5,076
Quote:
Originally Posted by maffioso
but can you give me a little explenation about the configuration off livna.
All you have to do is explained on the Livna configuration page.
The Stanton Finley guide suggested by Seve configures a lot of additional repositories and may lead to package conflicts you wanted to avoid.
Reply With Quote
Reply

Tags
install, kernelheaders

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i install kernel headers? rmhiggins Using Fedora 24 24th July 2009 12:50 PM
yum install kernel-headers and kernel-devel without internet access faichiu Using Fedora 4 29th April 2009 03:16 AM
Howto compile modules which need kernel headers that are not included in kernel-devel raoul Guides & Solutions (No Questions) 2 31st March 2006 11:44 PM
yum install kernel-devel gives me wrong version of headers? icthy Using Fedora 5 21st February 2006 10:17 PM
how to install kernel headers ? voam Using Fedora 4 5th September 2005 07:38 AM


Current GMT-time: 06:58 (Monday, 20-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat