View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 3 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sat Oct 27, 2007 3:35 pm 
Offline
Joined: Wed Jan 18, 2006 8:36 pm
Posts: 199
I was trying to recompile mplayer and it appears I am missing some header files (i.e. broken symbolic links) in the /usr/src/linux-headers-2.6.18-chw-13/include/linux/dvb directory:
Code:
# cd /usr/src/linux-headers-2.6.18-chw-13/include/linux/dvb
# ls -l
-rw-r--r-- 1 root src 160 Feb 23  2007 Kbuild
lrwxrwxrwx 1 root src  58 Sep  9 21:36 audio.h -> /root/v4l-dvb-1387dc197077/linux/include/linux/dvb/audio.h
lrwxrwxrwx 1 root src  55 Sep  9 21:36 ca.h -> /root/v4l-dvb-1387dc197077/linux/include/linux/dvb/ca.h
lrwxrwxrwx 1 root src  48 Sep  9 21:36 compat.h -> /root/v4l-dvb-1387dc197077/linux/../v4l/compat.h
-rw-r--r-- 1 root src   0 Sep  8 16:52 config-compat.h
lrwxrwxrwx 1 root src  56 Sep  9 21:36 dmx.h -> /root/v4l-dvb-1387dc197077/linux/include/linux/dvb/dmx.h
lrwxrwxrwx 1 root src  61 Sep  9 21:36 frontend.h -> /root/v4l-dvb-1387dc197077/linux/include/linux/dvb/frontend.h
lrwxrwxrwx 1 root src  56 Sep  9 21:36 net.h -> /root/v4l-dvb-1387dc197077/linux/include/linux/dvb/net.h
lrwxrwxrwx 1 root src  56 Sep  9 21:36 osd.h -> /root/v4l-dvb-1387dc197077/linux/include/linux/dvb/osd.h
lrwxrwxrwx 1 root src  60 Sep  9 21:36 version.h -> /root/v4l-dvb-1387dc197077/linux/include/linux/dvb/version.h
lrwxrwxrwx 1 root src  58 Sep  9 21:36 video.h -> /root/v4l-dvb-1387dc197077/linux/include/linux/dvb/video.h

Anyone know where I can get these for the KnoppMyth kernel?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 27, 2007 4:01 pm 
Offline
Joined: Sun May 27, 2007 11:22 am
Posts: 16
borrowed from roo's guide.

wget ftp://knoppmyth.net/R5/linux-source-2.6 ... om_all.deb
su
dpkg -i linux-source-2.6.18-chw-13_2.6.18-chw-13-10.00.Custom_all.deb
cd /usr/src
tar xjvf linux-source-2.6.18-chw-13.tar.bz2
cd /usr/src/linux-source-2.6.18-chw-13
cp /boot/config-2.6.18-chw-13 .config
echo Compiling the kernel
make
#Wait a while for compile
make modules
# backup the modules directory just in case. You can delete it if everything goes OK.
mkdir /lib/modules/2.6.18-chw-13.backup
cp -av /lib/modules/2.6.18-chw-13 /lib/modules/2.6.18-chw-13.backup
make modules_install

# change the main source symlink to point at the sources
cd /usr/src
rm linux
ln -sf linux-source-2.6.18-chw-13 linux
# ln -s linux-headers-2.6.18-chw-13 linux # this is what the original linux link points to
ln -sf linux-source-2.6.18-chw-13 /lib/modules/2.6.18-chw-13/source


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 29, 2007 10:55 pm 
Offline
Joined: Sat Sep 02, 2006 1:46 pm
Posts: 44
A solution to this problem is also discussed here: http://mysettopbox.tv/phpBB2/viewtopic.php?t=16434


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu