Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

13.11.2006, 18:14

[gelöst] Xorg7.1 i810 xserver läuft nicht

Hallo Leute

habe hier ein Riesenproblem!
Ich habe die Xorg mit Xorg -configure und xorgconfig versucht zu erstellen und erhalte immer die folgende Fehlermeldung:

Quellcode

1
2
3
4
5
6
7
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found 
(EE) I810(0): unkown type(0xffffffff)=0xff
(EE) I810(0): VBE initzialization failed.
(EE) Screen(s) found, but none have a usable configuration

Fatal server error:
no screens found


Wäre super wenn mir jemand helfen könnte!
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »antivalent« (27.11.2006, 12:53)


2

13.11.2006, 18:21

poste mal deine xorg.conf
vielleicht kann man da per Hand was nachhelfen ^^

3

13.11.2006, 20:24

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/CID/"
	FontPath     "/usr/share/fonts/100dpi/"
	FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "glx"
	Load  "extmod"
	Load  "xtrap"
	Load  "record"
	Load  "dbe"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/psaux"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "i810"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

4

13.11.2006, 21:04

Hast Du überhaupt die Treiber im Kernel?
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

5

13.11.2006, 21:19

Die Treiber sind nicht explizit im Kernel (da Experimental). Aber nachdem ich xorg-x11 emerged habe, wurden auch die i810-Treiber emerged. "modprobe i810" macht auch keine Probleme.

Ausserdem ist mir aufgefallen, dass es irgendwie egal ist, welchen Treiber ich reinschreibe, er will nicht starten. Weder bei "Standard VGA" noch bei "Vesa". Kann es sein, dass es an der 7.x er (modularen) Version von Xorg liegt? Bei meinem letzten aufsetzen von Gentoo (vor etwa einem Jahr) lief zumindest der Vesa-Treiber einwandfrei und ich konnte den X-Server starten (also den X-Server 6.8 glaube ich)...

Achja, ich habe ein IBM X41. Leider läuft auch nichts, wenn ich diverse xorg-Konfigurationen von anderen X41-Usern benutze.

Danke schon mal!
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

6

13.11.2006, 21:24

Du hattest also mal ein laufendes System, jetzt funzt aber nicht mal vesa???
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

7

13.11.2006, 21:29

Ja, ganz genau... Ich wollte das System komplett neu aufsetzen und wäre nie auf den Gedanken gekommen, dass der X-Server jetzt so viel Ärger macht...
Ich habe Genkernel für meine Kernel-Konfiguration benutzt, kann es irgendwie daran liegen?

Den Fehler mit dem "unknown type" von oben kriege ich auch beispielsweise bei dem "Standard VGA"-Treiber...
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

8

14.11.2006, 09:30

Ich persöhnlich bevorzuge einen individuellen Kernel ... ist aber auch eher emotional begründet ...

Kannst Du mal einen Individualkernel mit Intel 810-Treiber bauen?
Meine Rechtschreibfehler sind gewollt und unterliegen dem Copyright des Verfassers, es sei denn, sie sind explizit unter die GPL gestellt .....

Außerdem sind sie ein Ausdruck der Persönlichkeit des Schreibers!

9

14.11.2006, 12:14

habe ich halt noch nie gemacht!
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

10

14.11.2006, 12:32

hat nicht jemand auch ne idee woran es liegen könnte ohne einen Kernel selber backen zumüssen?
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

11

16.11.2006, 01:13

hi

genau damit hab ich mich auch gerade erst rumgeschlagen. Es hat eben im Kernel diese Experimental Driver für i810. Die müssen sicher mal draussen bleiben.
mi dmesg hab ich dann nachgeschaut, welche Treiber bei mir geladen wurden und da sah ich, dass 2 Treiber geladen sind. Das war bei mir der Fehler. Also Kernel neu kompiliert
und nur einen Treiber gewählt. Nus vesa oder vga, weiss es auch nicht mehr so genau. Es hat ja auch noch ein anderes i810 Modul(weiss aber nicht mehr so genau wo)....

12

16.11.2006, 21:16

Hi Leute jetzt mal noch die Fehlermeldung bzgl der Vesa Treiber:

Quellcode

1
2
3
4
5
(EE) VESA(0): unkown type(0xffffffff)=0xff
(EE) Screen(s) found, but none have a usable configuration

Fatal server error:
no screens found


@redeye83: wäre super wenn du dass noch ein bisschen genauer hinkriegst.
Ich habe versucht alle Treiber rauszunehmen hat nur leider nicht geklappt.


Warum geht denn modprobe vesa schief?
Treiber sind installiert! Was kann ich tun?

Kriege hier langsamne Krise!

Mfg
und Danke an Alle die helfen können!
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

13

17.11.2006, 01:45

kannst du mal posten, was bei "dmesg" rauskommt??? Denn beim richtig geladenem Treiber sollte xorg die Konfiguration selbst hinkriegen....

ach ja, hast du in make.conf INPUT_DEVICE und VIDEO_CARD(oder so ähnlich) gesetzt??

14

17.11.2006, 14:44

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
Linux version 2.6.18-gentoo-r2 (root@localhost) (gcc version 4.1.1 (Gentoo 4.1.1)) #1 SMP Thu Nov 16 22:58:24 MET 2006
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
 BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000d0000 - 00000000000d4000 (reserved)
 BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001f6e0000 (usable)
 BIOS-e820: 000000001f6e0000 - 000000001f6f5000 (ACPI data)
 BIOS-e820: 000000001f6f5000 - 000000001f700000 (ACPI NVS)
 BIOS-e820: 000000001f700000 - 0000000020000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000f0008000 - 00000000f000c000 (reserved)
 BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
 BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
 BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
502MB LOWMEM available.
On node 0 totalpages: 128736
  DMA zone: 4096 pages, LIFO batch:0
  Normal zone: 124640 pages, LIFO batch:31
DMI present.
ACPI: RSDP (v002 IBM                                   ) @ 0x000f6c10
ACPI: XSDT (v001 IBM    TP-74    0x00002010  LTP 0x00000000) @ 0x1f6e4780
ACPI: FADT (v003 IBM    TP-74    0x00002010 IBM  0x00000001) @ 0x1f6e4800
ACPI: SSDT (v001 IBM    TP-74    0x00002010 MSFT 0x0100000e) @ 0x1f6e49b4
ACPI: ECDT (v001 IBM    TP-74    0x00002010 IBM  0x00000001) @ 0x1f6f4d61
ACPI: TCPA (v001 IBM    TP-74    0x00002010 PTL  0x00000001) @ 0x1f6f4db3
ACPI: MADT (v001 IBM    TP-74    0x00002010 IBM  0x00000001) @ 0x1f6f4de5
ACPI: MCFG (v001 IBM    TP-74    0x00002010 IBM  0x00000001) @ 0x1f6f4e3f
ACPI: BOOT (v001 IBM    TP-74    0x00002010  LTP 0x00000001) @ 0x1f6f4fd8
ACPI: DSDT (v001 IBM    TP-74    0x00002010 MSFT 0x0100000e) @ 0x00000000
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 6:13 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 30000000 (gap: 20000000:c0000000)
Detected 1496.341 MHz processor.
Built 1 zonelists.  Total pages: 128736
Kernel command line: video=vesafb-tng vga=0x318 splash=silent root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda4 udev
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 8192 bytes)
Speakup v-2.00 CVS: Tue Aug 1 11:16:55 EDT 2006 : initialized
Console: colour dummy device 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 504332k/514944k available (2318k kernel code, 10096k reserved, 594k data, 228k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 2995.09 BogoMIPS (lpj=14975489)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000180 00000000 00000000
CPU: After vendor identify, caps: afe9fbff 00100000 00000000 00000000 00000180 00000000 00000000
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: After all inits, caps: afe9fbff 00100000 00000000 00000040 00000180 00000000 00000000
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 16k freed
ACPI: Core revision 20060707
CPU0: Intel(R) Pentium(R) M processor 1.50GHz stepping 08
Total of 1 processors activated (2995.09 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Brought up 1 CPUs
migration_cost=0
checking if image is initramfs... it is
Freeing initrd memory: 2179k freed
NET: Registered protocol family 16
EISA bus registered
ACPI: bus type pci registered
PCI: Using MMCONFIG
Setting up standard PCI resources
ACPI: Found ECDT
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
Boot video device is 0000:00:02.0
PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
PCI quirk: region 1180-11bf claimed by ICH6 GPIO
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.2
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Embedded Controller [EC] (gpe 28) interrupt mode.
ACPI: Power Resource [PUBS] (on)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 11 devices
SCSI subsystem initialized
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
PCI: Bridge: 0000:00:1c.0
  IO window: disabled.
  MEM window: a0100000-a01fffff
  PREFETCH window: disabled.
PCI: Bus 5, cardbus bridge: 0000:04:00.0
  IO window: 00003000-000030ff
  IO window: 00003400-000034ff
  PREFETCH window: d0000000-d1ffffff
  MEM window: a2000000-a3ffffff
PCI: Bridge: 0000:00:1e.0
  IO window: 3000-6fff
  MEM window: a0200000-afffffff
  PREFETCH window: d0000000-d7ffffff
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 20 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1c.0 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 16 (level, low) -> IRQ 17
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 16384 bind 8192)
TCP reno registered
Simple Boot Flag at 0x35 set to 0x1
squashfs: version 3.1 (2006/08/19) Phillip Lougher
SGI XFS with ACLs, security attributes, realtime, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
Initializing Cryptographic API
io scheduler noop registered
io scheduler deadline registered (default)
PCI: Setting latency timer of device 0000:00:1c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.0:pcie00]
Allocate Port Service[0000:00:1c.0:pcie02]
Allocate Port Service[0000:00:1c.0:pcie03]
initialized device: /dev/synth, node ( MAJOR 10, MINOR 25 )
vesafb: framebuffer at 0xc0000000, mapped to 0xe0080000, using 6144k, total 7872k
vesafb: mode is 1024x768x32, linelength=4096, pages=1
vesafb: protected mode interface info at 00ff:44f0
vesafb: scrolling: redraw
vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
ACPI: PCI Interrupt 0000:00:1e.3[B] -> GSI 23 (level, low) -> IRQ 18
PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ide0: I/O resource 0x1F0-0x1F7 not free.
ide0: ports already in use, skipping probe
Probing IDE interface ide1...
input: AT Translated Set 2 keyboard as /class/input/input0
IBM TrackPoint firmware: 0x0e, buttons: 3/3
input: TPPS/2 IBM TrackPoint as /class/input/input1
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
EISA: Probing bus 0 at eisa.0
Cannot allocate resource for EISA slot 1
Cannot allocate resource for EISA slot 2
Cannot allocate resource for EISA slot 3
Cannot allocate resource for EISA slot 4
Cannot allocate resource for EISA slot 5
Cannot allocate resource for EISA slot 6
EISA: Detected 0 cards.
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI Shortcut mode
Freeing unused kernel memory: 228k freed
Time: tsc clocksource has been installed.
usbcore: registered new driver usbfs
usbcore: registered new driver hub
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 19 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 19, io mem 0xa0040000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 17, io base 0x00001820
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 20, io base 0x00001840
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 21, io base 0x00001860
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1d.3: irq 19, io base 0x00001880
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
sl811: driver sl811-hcd, 19 May 2005
ieee1394: Initialized config rom entry `ip1394'
ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
ieee1394: sbp2: Try serialize_io=0 for better performance
usb 4-1: new full speed USB device using uhci_hcd and address 2
libata version 2.00 loaded.
usb 4-1: configuration #1 chosen from 1 choice
ahci 0000:00:1f.2: version 2.0
ahci: probe of 0000:00:1f.2 failed with error -12
ata_piix 0000:00:1f.2: version 2.00
ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: SATA max UDMA/133 cmd 0x1F0 ctl 0x3F6 bmdma 0x1810 irq 14
scsi0 : ata_piix
ata1.00: ATA-6, max UDMA/100, 78140160 sectors: LBA 
ata1.00: ata1: dev 0 multi count 16
ata1.00: applying bridge limits
ata1.00: configured for UDMA/100
  Vendor: ATA       Model: HTC426040G9AT00   Rev: 00P4
  Type:   Direct-Access                      ANSI SCSI revision: 05
SCSI device sda: 78140160 512-byte hdwr sectors (40008 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 78140160 512-byte hdwr sectors (40008 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
 sda: sda1 sda2 sda3 sda4
sd 0:0:0:0: Attached scsi disk sda
ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
scsi1 : ata_piix
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
md: raid10 personality registered for level 10
JFS: nTxBlock = 3960, nTxLock = 31680
Intel(R) PRO/1000 Network Driver - version 7.1.9-k4
Copyright (c) 1999-2006 Intel Corporation.
ReiserFS: sda4: found reiserfs format "3.6" with standard journal
ReiserFS: sda4: using ordered data mode
ReiserFS: sda4: journal params: device sda4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: sda4: checking transaction log (sda4)
ReiserFS: sda4: Using r5 hash to sort names
Adding 1004052k swap on /dev/sda3.  Priority:-1 extents:1 across:1004052k
Real Time Clock Driver v1.12ac
tg3.c:v3.65 (August 07, 2006)
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:02:00.0 to 64
eth0: Tigon3 [partno(BCM95751M) rev 4101 PHY(5750)] (PCI Express) 10/100/1000BaseT Ethernet 00:0a:e4:3b:e5:eb
eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1] 
eth0: dma_rwctrl[76180000] dma_mask[64-bit]
Yenta: CardBus bridge found at 0000:04:00.0 [1014:0555]
Yenta: ISA IRQ mask 0x04b8, PCI irq 17
Socket status: 30000006
pcmcia: parent PCI bridge I/O window: 0x3000 - 0x6fff
cs: IO port probe 0x3000-0x6fff: clean.
pcmcia: parent PCI bridge Memory window: 0xa0200000 - 0xafffffff
pcmcia: parent PCI bridge Memory window: 0xd0000000 - 0xd7ffffff
ieee80211_crypt: registered algorithm 'NULL'
ieee80211: 802.11 data/management/control stack, git-1.1.13
ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.1.2km
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ACPI: PCI Interrupt 0000:04:02.0[A] -> GSI 21 (level, low) -> IRQ 22
ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
ipw2200: ipw2200-bss.fw request_firmware failed: Reason -2
ipw2200: Unable to load firmware: -2
ipw2200: failed to register network device
ipw2200: probe of 0000:04:02.0 failed with error -5
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
Bluetooth: Core ver 2.10
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: HCI USB driver ver 2.9
usbcore: registered new driver hci_usb
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

15

17.11.2006, 14:48

@redeye83

und ja ich habe allerdings nur VIDEO_CARDS="i810" gesetzt!


Ach und modprobe vesa liefert mir Fatal: Module vesa not found. Vesa aber installiert.
und die Vga und i810 habe ich entfernt.

Danke für die Hilfe
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »antivalent« (17.11.2006, 15:06)


16

17.11.2006, 14:54

Wenn er das vesa Modul nicht findet, dann ist es auch nicht installiert worden.
Im Kernel aktiviert, modules_install danach gemacht?
Das vesa Kernel-Modul (welche man mit modprobe läd) ist ein anderes, wie das Modul von xorg.

Vorhandene Kernel-Module:

Quellcode

1
find /lib/modules/`uname -r` -name "*.ko" -printf %f\\n | sed s/.ko//g | sort
"Erst nachdem wir alles verloren haben, haben wir die Freiheit, alles zu tun."
"It's only after we've lost everything, that we're free to do anything!"

Jabber: Die ID kann via PN erfragt werden.

17

18.11.2006, 00:15

also ich hab jetzt endlich mal nachschauen können. In der Kernelconfig hab ich folgendes betreffend der i810 graka:

Character devices:
- Direct Rendering Manager
-/dev/agpgart(AGP)
-Intel I810

Graphics support: VESA VGA graphics support

dmesg siehts eigentlich gut aus mit der Graka.

in der xorg.conf wird der Standard VGA Treiber verwendet

Was kommt denn jetzt noch für ein Fehler???

18

18.11.2006, 11:40

also die Fehlermeldungen bzgl. der vesa und i810 haben sich leider nicht verändert.
Wenn aber in der Xorg der Standard VGA benutzt wird bekomme ich, dass die
Given depth (16) nicht unterstützt wird, setze ich das anders schmiert er ab!
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2

19

18.11.2006, 20:40

http://www.gentoo.de/doc/de/xorg-config.xml

hast du nahc diesem howto gearbeitet? falls nein, versuch mal die xorg.conf nach diesem howto zu generieren.

ach ja, welche graka hast du eigentlihc???

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »redeye83« (18.11.2006, 20:40)


20

18.11.2006, 21:25

@redeye: das ist meine Grafikkarte

Intel Graphics Media Accelerator 900

This is an Intel video adapter
[edit]
Features

* Integrated into the following chipsets:
o Intel 910GML
o Intel 915GM
* PCI ID: 8086:2592
* Uses up to 128MB of main memory

und ja nachdem HowTo habe ich die ganze Zeit gearbeitet, ich habe es mittlerweile auch mit nem älteren Kernel (vanilla) versucht, exakt dieselben Fehlermeldungen.
Die Einträge in der make.conf habe ich auch weggelassen!
Thinkpad T61
Intel Core Duo 2.00 GHz
KDE
linux-2.6.28-gentoo-r5/ gcc-4.1.2