You are not logged in.
Today I reinstall my Arch. I choose i686 arch. I had installed only base and base-devel according to Beginner's Guide. After reboot laptop I can see booting informations until daemons start. I can see only three daemons start. Then internal LCD switch off. No promt, nothing.
But when I connected external LCD when internal LCD switch off external LCD switch on and I can see the others daemons start. The I see promt but only external LCD.
This is fresh instalation.
I thing there is some problem .
How can I resolve this problem?
The last information which I can see is Waiting for udev uevents.
Last edited by funny (2012-10-24 12:40:38)
Offline
check your install media (iso) md5sum if you haven't already.
if that's too much trouble for you download again and burn a new one.
then start over and see what happens.
Linux only since 2002! Arch Linux only since 2010!
UEFI booting an intel based system trouble free since 2016!
Offline
Install media (iso) is OK. I useed it for install one month ago and it was ok.
I have the same problem on my old intalation after update. I did know how can I resolve this problem then I reinstall system.
It seems to be the same problem as https://bbs.archlinux.org/viewtopic.php?id=98474 but no solutin for me.
Offline
there is a new install media out now released this month.
I would try again with the new iso and see what happens.
I just used it myself to reinstall and things went much smoother than the previous iso.
Linux only since 2002! Arch Linux only since 2010!
UEFI booting an intel based system trouble free since 2016!
Offline
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
luvfree: I know that there is new install media. I have it. I used it for this and before this instalation.
DSpider: I try both. The first time I add nomodeset to the end of line where is INITRD ../initramfs-linux.img. No solution. Them I try add video=SVIDEO-1:d at the same line as first time. No solution.
Offline
How about early KMS? Did you try that?
Offline
yes. I have intel_agp.conf and i915.conf at /etc/modules-load.d/
Last edited by funny (2012-10-01 05:28:14)
Offline
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
No. I use syslinux
Offline
Post your syslinux.cfg.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/sda3 ro i915.modeset=1 intel_agp
INITRD ../initramfs-linux.img
Offline
And you tried "nomodeset" with that??
Duplicate the entry with just the basics:
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/sda3 ro i915.modeset=1 intel_agp
INITRD ../initramfs-linux.img
LABEL arch_simple
MENU LABEL Arch Linux (Simple)
LINUX ../vmlinuz-linux
APPEND root=/dev/sda3 ro
INITRD ../initramfs-linux.img
LABEL arch_simple_no_kms
MENU LABEL Arch Linux (Simple, nomodeset)
LINUX ../vmlinuz-linux
APPEND root=/dev/sda3 ro nomodeset
INITRD ../initramfs-linux.img
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Yes. I used it. If I try it, the internal LCD is OK I mean it doesnt switch off. But X server doesnt work.
This is my Xorg.0.log :
[ 13.594]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 13.594] X Protocol Version 11, Revision 0
[ 13.594] Build Operating System: Linux 3.4.8-1-ARCH i686
[ 13.594] Current Operating System: Linux minthe 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 13:04:04 UTC 2012 i686
[ 13.594] Kernel command line: root=/dev/sda3 ro nomodeset initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
[ 13.594] Build Date: 27 August 2012 08:08:29AM
[ 13.594]
[ 13.594] Current version of pixman: 0.26.2
[ 13.594] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 13.594] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 13.594] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 2 20:07:00 2012
[ 13.642] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 13.654] (==) No Layout section. Using the first Screen section.
[ 13.654] (==) No screen section available. Using defaults.
[ 13.654] (**) |-->Screen "Default Screen Section" (0)
[ 13.654] (**) | |-->Monitor "<default monitor>"
[ 13.655] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 13.655] (==) Automatically adding devices
[ 13.655] (==) Automatically enabling devices
[ 13.666] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 13.666] Entry deleted from font path.
[ 13.666] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 13.666] Entry deleted from font path.
[ 13.666] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 13.666] Entry deleted from font path.
[ 13.666] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 13.666] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 13.667] Entry deleted from font path.
[ 13.667] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 13.667] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/
[ 13.667] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 13.667] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 13.667] (II) Loader magic: 0x82225a0
[ 13.667] (II) Module ABI versions:
[ 13.667] X.Org ANSI C Emulation: 0.4
[ 13.667] X.Org Video Driver: 12.1
[ 13.667] X.Org XInput driver : 16.0
[ 13.667] X.Org Server Extension : 6.0
[ 13.668] (--) PCI:*(0:0:2:0) 8086:0046:1028:0428 rev 2, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00008080/8
[ 13.668] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 13.668] (II) LoadModule: "extmod"
[ 13.669] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 13.676] (II) Module extmod: vendor="X.Org Foundation"
[ 13.676] compiled for 1.12.4, module version = 1.0.0
[ 13.676] Module class: X.Org Server Extension
[ 13.676] ABI class: X.Org Server Extension, version 6.0
[ 13.676] (II) Loading extension MIT-SCREEN-SAVER
[ 13.676] (II) Loading extension XFree86-VidModeExtension
[ 13.676] (II) Loading extension XFree86-DGA
[ 13.676] (II) Loading extension DPMS
[ 13.676] (II) Loading extension XVideo
[ 13.676] (II) Loading extension XVideo-MotionCompensation
[ 13.676] (II) Loading extension X-Resource
[ 13.676] (II) LoadModule: "dbe"
[ 13.685] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 13.695] (II) Module dbe: vendor="X.Org Foundation"
[ 13.695] compiled for 1.12.4, module version = 1.0.0
[ 13.695] Module class: X.Org Server Extension
[ 13.695] ABI class: X.Org Server Extension, version 6.0
[ 13.695] (II) Loading extension DOUBLE-BUFFER
[ 13.695] (II) LoadModule: "glx"
[ 13.695] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 13.708] (II) Module glx: vendor="X.Org Foundation"
[ 13.708] compiled for 1.12.4, module version = 1.0.0
[ 13.708] ABI class: X.Org Server Extension, version 6.0
[ 13.708] (==) AIGLX enabled
[ 13.708] (II) Loading extension GLX
[ 13.708] (II) LoadModule: "record"
[ 13.708] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 13.709] (II) Module record: vendor="X.Org Foundation"
[ 13.709] compiled for 1.12.4, module version = 1.13.0
[ 13.709] Module class: X.Org Server Extension
[ 13.709] ABI class: X.Org Server Extension, version 6.0
[ 13.709] (II) Loading extension RECORD
[ 13.709] (II) LoadModule: "dri"
[ 13.709] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 13.718] (II) Module dri: vendor="X.Org Foundation"
[ 13.718] compiled for 1.12.4, module version = 1.0.0
[ 13.718] ABI class: X.Org Server Extension, version 6.0
[ 13.718] (II) Loading extension XFree86-DRI
[ 13.718] (II) LoadModule: "dri2"
[ 13.719] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 13.725] (II) Module dri2: vendor="X.Org Foundation"
[ 13.725] compiled for 1.12.4, module version = 1.2.0
[ 13.725] ABI class: X.Org Server Extension, version 6.0
[ 13.725] (II) Loading extension DRI2
[ 13.725] (==) Matched intel as autoconfigured driver 0
[ 13.725] (==) Matched vesa as autoconfigured driver 1
[ 13.725] (==) Matched fbdev as autoconfigured driver 2
[ 13.725] (==) Assigned the driver to the xf86ConfigLayout
[ 13.725] (II) LoadModule: "intel"
[ 13.738] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 13.756] (II) Module intel: vendor="X.Org Foundation"
[ 13.756] compiled for 1.12.4, module version = 2.20.8
[ 13.756] Module class: X.Org Video Driver
[ 13.756] ABI class: X.Org Video Driver, version 12.1
[ 13.756] (II) LoadModule: "vesa"
[ 13.756] (WW) Warning, couldn't open module vesa
[ 13.756] (II) UnloadModule: "vesa"
[ 13.756] (II) Unloading vesa
[ 13.756] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 13.756] (II) LoadModule: "fbdev"
[ 13.757] (WW) Warning, couldn't open module fbdev
[ 13.757] (II) UnloadModule: "fbdev"
[ 13.757] (II) Unloading fbdev
[ 13.757] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 13.757] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
Haswell Server (GT2+), Haswell SDV Desktop (GT1),
Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
Haswell ULT Server (GT1), Haswell ULT Server (GT2),
Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
ValleyView PO board
[ 13.758] (++) using VT number 7
[ 13.764] (EE) No devices detected.
[ 13.764]
[ 13.764]
Fatal server error:
[ 13.764] no screens found
[ 13.764]
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 13.764] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 13.764]
Offline
And you of course have installed xf86-video-intel right?
Edit: Sorry, I just read the full log, instead of just the last error-message about no screens found...
Edit2: I can see from the log that you used nomodeset, but KMS is mandatory for xf86-video-intel... Check the intel page of the arch wiki for troubleshooting...
Last edited by mhertz (2012-10-03 03:17:12)
Offline
I tried everything from intel troubleshooting (section Blank screen during boot, when "Loading modules"), but nothing solution of my problem.
Offline
So I tried two methods:
The first time I have a i915 on modules at /etc/mkinitcpio.conf then I made mkinitcpio -p linux.
I see black screen, when kernel is loading. I tried add one of i915, intel_agp, video=SVIDEO-1:d to /boot/syslinux/syslinux.cfg. No solution. Then I try add combination of them but no solution. At the end I add all of them. But no solution.
The second time I have no i915 modules at /etc/mkinitcpio.conf then I made mkinitcpio -p linux. I add i915.conf and intel_agp.conf to /etc/modules-load.d/
I see black screnn when modules are loading. I tried everything from method one. No solution.
Why it doesnt work? When I switch off KMS (add i915.modeset=0 or nomodeset) to /boot/syslinux/syslinux.cfg Xserver doesnt works.
Offline
KMS is mandatory according to the Intel wiki article.
Which Intel integrated graphics (CPU model) to do you have?
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
Please post the output of $ lspci -vv
Offline
Do you have any kind of xorg.conf or config fragments under /etc/X11/xorg.conf.d/?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
From the sound of it, then you need kms disabled(nomodeset) for screen to not go off, but intel's driver wont work without kms unfortunetly...
Not ideel, but install xf86-video-vesa and uninstall xf86-video-intel(or add a config-file to favor vesa under /etc/X11/xorg.conf.d)...
Maybe you can find an older intel driver that does work with kms off ?
Offline
Not sure this is relevant but whereas you have
[ 13.756] (II) Module intel: vendor="X.Org Foundation"
[ 13.756] compiled for 1.12.4, module version = 2.20.8
I have module version 2.20.9. (But maybe there's been an update since you posted.)
Also, my machine doesn't try to load vesa or fbdev. But it doesn't seem that should matter since you don't have them installed.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
I had what sounds like the exact problem with my laptop today after upgrading xf86-video-intel from 2.20.9-1 to 2.20.9-2. No combination of modeset or nomodeset worked. Downgrading the package back to 2.20-9-1 made the display work again. I suspect this is not precisely your problem because the dates don't work with your original post (the -2 package was released today), but maybe downgrading the driver to a previous version may help.
As an aside, the previous upgrade from 2.20.8-1 to 2.20.9-1 required me to start specifying nomodeset on this machine. Prior to that I never had to do it. So maybe look for package 2.20.8-1 or earlier.
EDIT: Disregard this idea. In looking at the XORG log file I see that it does not actually work. XORG throws a version mismatch error and then falls back to the next best driver, VESA on my system. It just appears to work since the machine boots up.
Last edited by ajbibb (2012-10-16 23:47:58)
Offline
WonderWoofy:
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
Subsystem: Dell Device 0428
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
Subsystem: Dell Device 0428
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 41
Region 0: Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 8080 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
Subsystem: Dell Device 0428
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 43
Region 0: Memory at f7d70000 (64-bit, non-prefetchable) [size=16]
Capabilities: <access denied>
Kernel driver in use: mei
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
Subsystem: Dell Device 0428
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at f7d50000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
Subsystem: Dell Device 0428
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 44
Region 0: Memory at f7d40000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00007000-00007fff
Memory behind bridge: f6900000-f7cfffff
Prefetchable memory behind bridge: 00000000f7e00000-00000000f7ffffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 00006000-00006fff
Memory behind bridge: f5500000-f68fffff
Prefetchable memory behind bridge: 00000000fc000000-00000000fc1fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=03, subordinate=04, sec-latency=0
I/O behind bridge: 00002000-00003fff
Memory behind bridge: f0400000-f2cfffff
Prefetchable memory behind bridge: 00000000fc200000-00000000fc3fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 05) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=05, subordinate=0a, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: f4100000-f54fffff
Prefetchable memory behind bridge: 00000000fc400000-00000000fc5fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 05) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: f2d00000-f40fffff
Prefetchable memory behind bridge: 00000000fc600000-00000000fc7fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
Subsystem: Dell Device 0428
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 17
Region 0: Memory at f7d30000 (32-bit, non-prefetchable) [size=1K]
Capabilities: <access denied>
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: <access denied>
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
Subsystem: Dell Device 0428
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: <access denied>
Kernel driver in use: lpc_ich
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
Subsystem: Dell Device 0428
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 40
Region 0: I/O ports at 8070 [size=8]
Region 1: I/O ports at 8060 [size=4]
Region 2: I/O ports at 8050 [size=8]
Region 3: I/O ports at 8040 [size=4]
Region 4: I/O ports at 8020 [size=32]
Region 5: Memory at f7d20000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
Subsystem: Dell Device 0428
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin C routed to IRQ 18
Region 0: Memory at f7d10000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 8000 [size=32]
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
Subsystem: Dell Device 0428
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin C routed to IRQ 18
Region 0: Memory at f7d00000 (64-bit, non-prefetchable) [size=4K]
Capabilities: <access denied>
Kernel driver in use: intel ips
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)
Subsystem: Intel Corporation Centrino Advanced-N 6200 2x2 AGN
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 42
Region 0: Memory at f5500000 (64-bit, non-prefetchable) [size=8K]
Capabilities: <access denied>
Kernel driver in use: iwlwifi
03:00.0 SD Host controller: Ricoh Co Ltd MMC/SD Host Controller (rev 03) (prog-if 01)
Subsystem: Dell Device 0428
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 0: Memory at f2c40000 (32-bit, non-prefetchable) [size=256]
Capabilities: <access denied>
Kernel driver in use: sdhci-pci
03:00.4 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 PCIe IEEE 1394 Controller (rev 03) (prog-if 10 [OHCI])
Subsystem: Dell Device 0428
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin C routed to IRQ 16
Region 0: Memory at f2c00000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: firewire_ohci
0b:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5761e Gigabit Ethernet PCIe (rev 10)
Subsystem: Dell Device 0428
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 45
Region 0: Memory at f2d10000 (64-bit, non-prefetchable) [size=64K]
Region 2: Memory at f2d00000 (64-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>
Kernel driver in use: tg3
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
Subsystem: Intel Corporation Device 8086
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
Subsystem: Intel Corporation Device 8086
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
Subsystem: Intel Corporation Device 8086
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
Subsystem: Intel Corporation Device 8086
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
Subsystem: Intel Corporation Device 8086
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
Subsystem: Intel Corporation Device 8086
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
I have xf86-video-intel 2.20.9-1 (last version) and the same problem with version before this.
Offline
Did you try adding i915.modeset=1 to the syslinux.cfg APPEND line? I see you mentioned you added i915, but not the modeset part.
BTW, I just wanted to make sure you actually had an intel card and that the module was loading at all.
Last edited by WonderWoofy (2012-10-15 05:29:27)
Offline