Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problems with kernel upgrade - Intel i810 won't start
Date: Sat, 08 Nov 2008 04:25:25
Message-Id: 5bdc1c8b0811072025w16eddc04ka13419c4b7399395@mail.gmail.com
In Reply to: Re: [gentoo-user] problems with kernel upgrade - Intel i810 won't start by Andrey Falko
1 On Fri, Nov 7, 2008 at 8:16 PM, Andrey Falko <ma3oxuct@×××××.com> wrote:
2 > On Fri, Nov 7, 2008 at 7:51 PM, Mark Knecht <markknecht@×××××.com> wrote:
3 >>
4 >> On Fri, Nov 7, 2008 at 6:51 PM, Mark Knecht <markknecht@×××××.com> wrote:
5 >> > On Fri, Nov 7, 2008 at 6:30 PM, Andrey Falko <ma3oxuct@×××××.com> wrote:
6 >> >>
7 >> >>
8 >> >> On Fri, Nov 7, 2008 at 6:21 PM, Mark Knecht <markknecht@×××××.com>
9 >> >> wrote:
10 >> >>>
11 >> >>> Hi,
12 >> >>> It's been a long, long, long time since I've updated any kernels
13 >> >>> but my wife's machine finally came up for review so I got started.
14 >> >>> I've built and booted 2.6.25-gentoo-r8 but unfortunately I'm having
15 >> >>> some trouble with the video driver. Note that this machine has run
16 >> >>> Gentoo for a long time but last used a 2.6.20 kernel.
17 >> >>>
18 >> >>> When starting gdm I get a text screen telling me the X server
19 >> >>> failed and showing these messages in the Xorg log file:
20 >> >>>
21 >> >>> dragonfly ~ # cat /var/log/Xorg.0.log | grep EE
22 >> >>> Current Operating System: Linux dragonfly 2.6.25-gentoo-r8 #4 SMP
23 >> >>> PREEMPT Fri Nov 7 16:23:23 PST 2008 i686
24 >> >>> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
25 >> >>> (II) Loading extension MIT-SCREEN-SAVER
26 >> >>> (EE) Failed to load module "i810" (module does not exist, 0)
27 >> >>> (EE) No drivers available.
28 >> >>> dragonfly ~ #
29 >> >>>
30 >> >>>
31 >> >>>
32 >> >>
33 >> >> Did you do something like this?:
34 >> >>
35 >> >> emerge x11-drivers/xf86-video-i810
36 >> >>
37 >> >> or this:
38 >> >>
39 >> >> add VIDEO_CARDS="i810" to make.conf
40 >> >> then emerge -DuavN xorg-x11
41 >> >>
42 >> >
43 >> > I do have the VIDEO_CARDS="i810" in make.conf but I haven't rebuilt
44 >> > xorg-x11. Is that generally required when doing a kernel change these
45 >> > days?
46 >> >
47 >> > I'm pretty sure the driver I loaded was from the kernel, not from X11
48 >> > so that could easily be the problem.
49 >> >
50 >> > Let me work on it.
51 >> >
52 >> > Thanks,
53 >> > Mark
54 >> >
55 >>
56 >> Hi Andrey,
57 >> OK, I got it going. Thanks for your help. I had to change the
58 >> VIDEO_CARDS setting to "intel", not the "i810" like it used to be, and
59 >> then emerge xorg-server.
60 >>
61 >> Again, thanks for the pointer.
62 >>
63 >> Cheers,
64 >> Mark
65 >>
66 >
67 >
68 > Cool. Good digging around on your part!
69 >
70
71 Yeah. Weird stuff. I looked in the install documents where it explains
72 you have to use the VIDEO_CARDS= statement and couldn't find any
73 pointer to pages that list what video cards are supported and how to
74 get them. Eentually I just looked at the use flags for the xorg-server
75 package and found the i810 isn't there anymore so I tried the intel
76 flag and now it works.
77
78 It shouldn't be so random! I pity new folks coming along these days.
79 I'm not a sys admin at all. No IT degree. Don't run a Fortune 500
80 company. Not a Comp Sci grad. I used to find what I was looking for
81 pretty quickly in the Gentoo docs but it seems harder these days.
82
83 Anyway, thanks SO much for pointing me in the right direction. The
84 wife has her machine back and I can sleep tonight.
85
86 Cheers,
87 Mark

Replies

Subject Author
Re: [gentoo-user] problems with kernel upgrade - Intel i810 won't start Momesso Andrea <momesso.andrea@×××××.com>