Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] emerge -eav system failed with ati-drivers
Date: Sun, 21 Jun 2009 23:13:08
Message-Id: 5bdc1c8b0906211613h1a70724buf3522de59b189fdd@mail.gmail.com
In Reply to: Re: [gentoo-amd64] emerge -eav system failed with ati-drivers by David Fellows
1 On Sun, Jun 21, 2009 at 4:05 PM, David Fellows<fellows@×××.ca> wrote:
2 > On Sun, 21 Jun 2009 17:55:15 -0400
3 > "John P. Burkett" wrote -
4 >> Drake Donahue wrote:
5 >> > Burkett asked:
6 >> >
7 >> > Should I back up any particular files before doing "emerge
8 >> > =sys-kernel/gentoo-sources-2.6.22-r2"? You will simply be restoring the
9 >> > bits that depclean removed.
10 >> >
11 >> > No files should need to backed up.
12 >>
13 >> Thank you David.  Doing
14 >> emerge =sys-kernel/gentoo-sources-2.6.22-r2
15 >> produced the following response
16 >> emerge: there are no ebuilds to satisfy
17 >> "=sys-kernel/gentoo-sources-2.6.22-r2"
18 >
19 > That is true. 2.6.22 has been removed from the portage tree. Your choices are:
20 > 1) to find some one who still has the 2.6.22-r2 ebuild and the corrresponding
21 >   sources and patches and create an overlay from them, then use that to
22 >   emerge from.
23 >
24 > 2) find someone who still has the top level Makefile from 2.6.22-r2 who will
25 >   send it to you. And hope that that is all you are missing.
26 >
27 > 3) Upgrade to a newer kernel. Presumably the latest stable that is compatible
28 >   with your desired driver version.
29 >
30 > Realistically 3 is your only reasonable option.  The downside is you will have
31 > to do a kernel configuration that is consistent with your existing
32 > configuration.
33 >
34 > You will want to read the kernel upgrade guide first.
35 >  http://www.gentoo.org/doc/en/kernel-upgrade.xml
36 >
37 > Remember that emerging a kernel source only installs the source files.
38 > Compiling the kernel is another step.  You may already have a suitable kernel
39 > source emerged. eselect kernel list will show which are emerged as will
40 >  ls -l /usr/src
41 >
42 >>
43 >> I also tried
44 >> emerge -s gentoo-sources-2.6.22-r2-osmp
45 >> and a few other variations without finding any ebuilds.
46 >
47 > The osmp is a local identifying tag specified by the person that built
48 > your kernel. The smp probably means symetric multiprocessor. No idea
49 > what the o stands for.
50 >
51 >>
52 >> Ideas about how to emerge the sources would be very welcome.
53 >>
54 >
55 >
56 > Dave F
57
58 I haven't followed this thread so I'll reread it to get caught up.
59 However I've found with ati-drivers that you have to be VERY careful.
60 I have two Asus Pundit-R boxes which use the ATI driver so that I can
61 get video out on s-video. The problem is that I'm stuck - to the best
62 of my knowledge - with the following pair:
63
64 myth12 ~ # eix -Ic ati-drivers
65 [D] x11-drivers/ati-drivers (8.28.8-r1@05/19/07 -> (~)8.28.8!s): Ati
66 precompiled drivers for recent chipsets
67 myth12 ~ # uname -a
68 Linux myth12 2.6.19-gentoo-r5 #2 PREEMPT Sat May 19 17:55:30 PDT 2007
69 i686 Intel(R) Celeron(R) CPU 2.26GHz GenuineIntel GNU/Linux
70 myth12 ~ #
71
72 The issue is that ATI dropped support for my onboard video chip with
73 anything later than 8.28.8 and that won't work with anything newer
74 than 2.6.19.
75
76 Portage removed everything from my system at one point so I had to dig
77 around for a while to get copies and then masked everything higher to
78 stop updates.
79
80 If that kernel/driver pair would do you any good - doubtful - then let me know.
81
82 Cheers,
83 Mark