You are not logged in.
Hello everyone, is the first time in this forum, but i use Arch by a few years (i excuse in advance for my bad english).
My problem is similar to this one: https://bbs.archlinux.org/viewtopic.php?id=182244
but this not solved my problem.
I tried a lot of other topic in this forum but no one solved my problem.
I instaled arch in a old pc, with a intel motherboard and a radeon 9200 graphic card. I always intalled arch on pc with nvidia or intel cards, but i followed the ati guide on the wiki, and i have installed radeon driver.
The problem is that i can't boot up without "nomodeset" in bootloader's kernel line, because if i boot without it, the screen goes black after boot.
I think when kms is enabled, because i see some lines, like /dev/sdb1 clean ecc, the fonts changed and then the screen goes black, but backlighted.
In this case, i can't also get Xorg.log, i don't know why! i need to force shutdown.
I also tried to add radeon to MODULES in mkinitcpio , but i still had the same problem.
Some log files, with nomodeset:
Xorg.0.log
[ 11.661]
X.Org X Server 1.18.0
Release Date: 2015-11-09
[ 11.662] X Protocol Version 11, Revision 0
[ 11.663] Build Operating System: Linux 4.2.3-1-ARCH i686
[ 11.663] Current Operating System: Linux Roberto-NAS 4.3.3-2-ARCH #1 SMP PREEMPT Wed Dec 23 20:25:12 CET 2015 i686
[ 11.663] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6902c4f7-040e-4d55-9ad6-82a8f6695bb7 rw quiet video=SVIDEO-1:d nomodeset
[ 11.664] Build Date: 18 November 2015 08:09:07AM
[ 11.664]
[ 11.664] Current version of pixman: 0.32.8
[ 11.664] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 11.664] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11.664] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 9 15:21:22 2016
[ 11.682] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 11.683] (==) No Layout section. Using the first Screen section.
[ 11.683] (==) No screen section available. Using defaults.
[ 11.683] (**) |-->Screen "Default Screen Section" (0)
[ 11.683] (**) | |-->Monitor "<default monitor>"
[ 11.690] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 11.690] (==) Automatically adding devices
[ 11.690] (==) Automatically enabling devices
[ 11.690] (==) Automatically adding GPU devices
[ 11.690] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 11.708] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 11.708] Entry deleted from font path.
[ 11.709] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 11.709] Entry deleted from font path.
[ 11.709] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 11.709] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 11.709] Entry deleted from font path.
[ 11.709] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 11.709] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/
[ 11.709] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 11.709] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 11.709] (II) Loader magic: 0x82a16c0
[ 11.709] (II) Module ABI versions:
[ 11.709] X.Org ANSI C Emulation: 0.4
[ 11.709] X.Org Video Driver: 20.0
[ 11.709] X.Org XInput driver : 22.1
[ 11.709] X.Org Server Extension : 9.0
[ 11.711] (++) using VT number 7
[ 11.711] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 11.713] (--) PCI:*(0:1:0:0) 1002:5961:174b:7c13 rev 1, Mem @ 0xe8000000/134217728, 0xf8500000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
[ 11.713] (--) PCI: (0:1:0:1) 1002:5941:174b:7c12 rev 1, Mem @ 0xf0000000/134217728, 0xf8510000/65536
[ 11.713] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 11.713] (II) LoadModule: "glx"
[ 11.719] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 11.833] (II) Module glx: vendor="X.Org Foundation"
[ 11.833] compiled for 1.18.0, module version = 1.0.0
[ 11.833] ABI class: X.Org Server Extension, version 9.0
[ 11.834] (==) AIGLX enabled
[ 11.834] (==) Matched ati as autoconfigured driver 0
[ 11.834] (==) Matched modesetting as autoconfigured driver 1
[ 11.834] (==) Matched fbdev as autoconfigured driver 2
[ 11.834] (==) Matched vesa as autoconfigured driver 3
[ 11.834] (==) Assigned the driver to the xf86ConfigLayout
[ 11.834] (II) LoadModule: "ati"
[ 11.849] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 11.859] (II) Module ati: vendor="X.Org Foundation"
[ 11.859] compiled for 1.18.0, module version = 7.6.1
[ 11.859] Module class: X.Org Video Driver
[ 11.859] ABI class: X.Org Video Driver, version 20.0
[ 11.859] (II) LoadModule: "radeon"
[ 11.859] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 11.885] (II) Module radeon: vendor="X.Org Foundation"
[ 11.885] compiled for 1.18.0, module version = 7.6.1
[ 11.885] Module class: X.Org Video Driver
[ 11.885] ABI class: X.Org Video Driver, version 20.0
[ 11.885] (II) LoadModule: "modesetting"
[ 11.885] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 11.887] (II) Module modesetting: vendor="X.Org Foundation"
[ 11.887] compiled for 1.18.0, module version = 1.18.0
[ 11.887] Module class: X.Org Video Driver
[ 11.887] ABI class: X.Org Video Driver, version 20.0
[ 11.887] (II) LoadModule: "fbdev"
[ 11.887] (WW) Warning, couldn't open module fbdev
[ 11.887] (II) UnloadModule: "fbdev"
[ 11.887] (II) Unloading fbdev
[ 11.887] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 11.887] (II) LoadModule: "vesa"
[ 11.888] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 11.897] (II) Module vesa: vendor="X.Org Foundation"
[ 11.898] compiled for 1.18.0, module version = 2.3.4
[ 11.898] Module class: X.Org Video Driver
[ 11.898] ABI class: X.Org Video Driver, version 20.0
[ 11.898] (II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
[...edited]
HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[ 11.904] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 11.904] (II) VESA: driver for VESA chipsets: vesa
[ 11.938] (II) [KMS] drm report modesetting isn't supported.
[ 11.938] (EE) open /dev/dri/card0: No such file or directory
[ 11.938] (WW) Falling back to old probe method for modesetting
[ 11.938] (EE) open /dev/dri/card0: No such file or directory
[ 11.938] (EE) Screen 0 deleted because of no matching config section.
[ 11.938] (II) UnloadModule: "radeon"
[ 11.938] (EE) Screen 0 deleted because of no matching config section.
[ 11.938] (II) UnloadModule: "modesetting"
[ 11.938] (II) Loading sub module "vbe"
[ 11.938] (II) LoadModule: "vbe"
[ 11.939] (II) Loading /usr/lib/xorg/modules/libvbe.so
[ 11.940] (II) Module vbe: vendor="X.Org Foundation"
[ 11.940] compiled for 1.18.0, module version = 1.1.0
[ 11.940] ABI class: X.Org Video Driver, version 20.0
[ 11.940] (II) Loading sub module "int10"
[ 11.940] (II) LoadModule: "int10"
[ 11.940] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 11.941] (II) Module int10: vendor="X.Org Foundation"
[ 11.942] compiled for 1.18.0, module version = 1.0.0
[ 11.942] ABI class: X.Org Video Driver, version 20.0
[ 11.942] (II) VESA(0): initializing int10
[ 11.943] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 11.944] (II) VESA(0): VESA BIOS detected
[ 11.944] (II) VESA(0): VESA VBE Version 2.0
[ 11.944] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[ 11.944] (II) VESA(0): VESA VBE OEM: ATI RADEON 9200
[ 11.944] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 11.944] (II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
[ 11.944] (II) VESA(0): VESA VBE OEM Product: V280
[ 11.944] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[ 12.142] (II) VESA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 12.142] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[ 12.142] (==) VESA(0): RGB weight 888
[ 12.142] (==) VESA(0): Default visual is TrueColor
[ 12.142] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 12.142] (II) Loading sub module "ddc"
[ 12.142] (II) LoadModule: "ddc"
[ 12.142] (II) Module "ddc" already built-in
[ 12.189] (II) VESA(0): VESA VBE DDC supported
[ 12.189] (II) VESA(0): VESA VBE DDC Level 2
[ 12.189] (II) VESA(0): VESA VBE DDC transfer in appr. 2 sec.
[ 12.905] (II) VESA(0): VESA VBE DDC read successfully
[ 12.906] (II) VESA(0): Manufacturer: ADI Model: cf50 Serial#: 1056
[ 12.906] (II) VESA(0): Year: 2002 Week: 51
[ 12.906] (II) VESA(0): EDID Version: 1.1
[ 12.906] (II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
[ 12.906] (II) VESA(0): Sync: Separate
[ 12.906] (II) VESA(0): Max Image Size [cm]: horiz.: 30 vert.: 22
[ 12.906] (II) VESA(0): Gamma: 2.20
[ 12.906] (II) VESA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 12.906] (II) VESA(0): redX: 0.600 redY: 0.345 greenX: 0.300 greenY: 0.575
[ 12.906] (II) VESA(0): blueX: 0.150 blueY: 0.130 whiteX: 0.300 whiteY: 0.330
[ 12.906] (II) VESA(0): Supported established timings:
[ 12.906] (II) VESA(0): 720x400@70Hz
[ 12.906] (II) VESA(0): 640x480@60Hz
[ 12.906] (II) VESA(0): 640x480@67Hz
[ 12.906] (II) VESA(0): 640x480@72Hz
[ 12.906] (II) VESA(0): 640x480@75Hz
[ 12.906] (II) VESA(0): 800x600@56Hz
[ 12.906] (II) VESA(0): 800x600@60Hz
[ 12.906] (II) VESA(0): 800x600@72Hz
[ 12.906] (II) VESA(0): 800x600@75Hz
[ 12.907] (II) VESA(0): 832x624@75Hz
[ 12.907] (II) VESA(0): 1024x768@60Hz
[ 12.907] (II) VESA(0): 1024x768@70Hz
[ 12.907] (II) VESA(0): 1024x768@75Hz
[ 12.907] (II) VESA(0): Manufacturer's mask: 0
[ 12.907] (II) VESA(0): Supported detailed timing:
[ 12.907] (II) VESA(0): clock: 65.0 MHz Image Size: 304 x 228 mm
[ 12.907] (II) VESA(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 10
[ 12.907] (II) VESA(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
[ 12.907] (II) VESA(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 61 kHz, PixClock max 75 MHz
[ 12.907] (II) VESA(0): Serial No: 251TU0300420
[ 12.907] (II) VESA(0): Monitor name: ADI SD-522P
[ 12.907] (II) VESA(0): EDID (in hex):
[ 12.907] (II) VESA(0): 00ffffffffffff00048950cf20040000
[ 12.907] (II) VESA(0): 330c0101681e1678e89d9e99584c9326
[ 12.907] (II) VESA(0): 214c54bfee0001010101010101010101
[ 12.907] (II) VESA(0): 01010101010164190040410026301888
[ 12.907] (II) VESA(0): 360030e4100a0018000000fd00384b1f
[ 12.907] (II) VESA(0): 3d07000a202020202020000000ff0032
[ 12.907] (II) VESA(0): 35315455303330303432300a000000fc
[ 12.907] (II) VESA(0): 004144492053442d35323250200a00c9
[ 12.907] (II) VESA(0): EDID vendor "ADI", prod id 53072
[ 12.907] (II) VESA(0): Using EDID range info for horizontal sync
[ 12.907] (II) VESA(0): Using EDID range info for vertical refresh
[ 12.907] (II) VESA(0): Printing DDC gathered Modelines:
[ 12.907] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 12.907] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 12.907] (II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 12.907] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 12.907] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
[ 12.907] (II) VESA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 12.907] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 12.907] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 12.907] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
[ 12.907] (II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 12.907] (II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 12.907] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 12.907] (II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 12.907] (II) VESA(0): Searching for matching VESA mode(s):
[ 12.912] Mode: 6a (800x600)
[ 12.912] ModeAttributes: 0x1b
[ 12.912] WinAAttributes: 0x7
[..... edited]
[ 13.125] (II) VESA(0): Total Memory: 256 64KB banks (16384kB)
[ 13.125] (II) VESA(0): <default monitor>: Using hsync range of 31.00-61.00 kHz
[ 13.125] (II) VESA(0): <default monitor>: Using vrefresh range of 56.00-75.00 Hz
[ 13.126] (II) VESA(0): <default monitor>: Using maximum pixel clock of 75.00 MHz
[ 13.126] (WW) VESA(0): Unable to estimate virtual size
[ 13.126] (II) VESA(0): Not using built-in mode "1280x1024" (no mode of this name)
[ 13.126] (II) VESA(0): Not using built-in mode "640x400" (no mode of this name)
[ 13.126] (II) VESA(0): Not using built-in mode "640x350" (no mode of this name)
[ 13.126] (II) VESA(0): Not using built-in mode "512x384" (no mode of this name)
[ 13.126] (II) VESA(0): Not using built-in mode "400x300" (no mode of this name)
[ 13.126] (II) VESA(0): Not using built-in mode "320x240" (no mode of this name)
[ 13.126] (II) VESA(0): Not using built-in mode "320x200" (no mode of this name)
[ 13.126] (--) VESA(0): Virtual size is 1024x768 (pitch 1024)
[ 13.126] (**) VESA(0): *Built-in mode "1024x768"
[ 13.126] (**) VESA(0): *Built-in mode "800x600"
[ 13.126] (**) VESA(0): *Built-in mode "640x480"
[ 13.126] (**) VESA(0): Display dimensions: (300, 220) mm
[ 13.126] (**) VESA(0): DPI set to (86, 88)
[ 13.126] (**) VESA(0): Using "Shadow Framebuffer"
[ 13.126] (II) Loading sub module "shadow"
[ 13.126] (II) LoadModule: "shadow"
[ 13.126] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 13.127] (II) Module shadow: vendor="X.Org Foundation"
[ 13.127] compiled for 1.18.0, module version = 1.1.0
[ 13.127] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.127] (II) Loading sub module "fb"
[ 13.127] (II) LoadModule: "fb"
[ 13.128] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 13.129] (II) Module fb: vendor="X.Org Foundation"
[ 13.129] compiled for 1.18.0, module version = 1.0.0
[ 13.129] ABI class: X.Org ANSI C Emulation, version 0.4
[ 13.130] (==) Depth 24 pixmap format is 32 bpp
[ 13.130] (II) Loading sub module "int10"
[ 13.130] (II) LoadModule: "int10"
[ 13.130] (II) Loading /usr/lib/xorg/modules/libint10.so
[ 13.130] (II) Module int10: vendor="X.Org Foundation"
[ 13.130] compiled for 1.18.0, module version = 1.0.0
[ 13.130] ABI class: X.Org Video Driver, version 20.0
[ 13.130] (II) VESA(0): initializing int10
[ 13.131] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[ 13.131] (II) VESA(0): VESA BIOS detected
[ 13.131] (II) VESA(0): VESA VBE Version 2.0
[ 13.131] (II) VESA(0): VESA VBE Total Mem: 16384 kB
[ 13.131] (II) VESA(0): VESA VBE OEM: ATI RADEON 9200
[ 13.131] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[ 13.131] (II) VESA(0): VESA VBE OEM Vendor: ATI Technologies Inc.
[ 13.131] (II) VESA(0): VESA VBE OEM Product: V280
[ 13.131] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
[ 13.131] (II) VESA(0): virtual address = 0xb5841000,
physical address = 0xe8000000, size = 16777216
[ 13.132] (II) VESA(0): Setting up VESA Mode 0x123 (1024x768)
[ 13.132] (II) VESA(0): VBESetVBEMode failed, mode set without customized refresh.
[ 13.475] (==) VESA(0): Default visual is TrueColor
[ 13.478] (==) VESA(0): Backing store enabled
[ 13.479] (==) VESA(0): DPMS enabled
[ 13.479] (==) RandR enabled
[ 13.492] (II) AIGLX: Screen 0 is not DRI2 capable
[ 13.492] (EE) AIGLX: reverting to software rendering
[ 14.302] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 14.304] (II) AIGLX: Loaded and initialized swrast
[ 14.304] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 14.563] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 14.564] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 14.564] (II) LoadModule: "evdev"
[ 14.564] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 14.596] (II) Module evdev: vendor="X.Org Foundation"
[ 14.596] compiled for 1.18.0, module version = 2.10.1
[ 14.596] Module class: X.Org XInput Driver
[ 14.596] ABI class: X.Org XInput driver, version 22.1
[ 14.596] (II) Using input driver 'evdev' for 'Power Button'
[ 14.596] (**) Power Button: always reports core events
[ 14.596] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 14.596] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 14.596] (--) evdev: Power Button: Found keys
[ 14.596] (II) evdev: Power Button: Configuring as keyboard
[ 14.597] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event3"
[ 14.597] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 14.597] (**) Option "xkb_rules" "evdev"
[ 14.598] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 14.598] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 14.598] (II) Using input driver 'evdev' for 'Power Button'
[ 14.598] (**) Power Button: always reports core events
[ 14.598] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 14.598] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 14.598] (--) evdev: Power Button: Found keys
[ 14.598] (II) evdev: Power Button: Configuring as keyboard
[ 14.598] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4/event2"
[ 14.598] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 14.598] (**) Option "xkb_rules" "evdev"
[ 14.600] (II) config/udev: Adding input device BTC USB Multimedia Cordless Kit (/dev/input/event0)
[ 14.600] (**) BTC USB Multimedia Cordless Kit : Applying InputClass "evdev keyboard catchall"
[ 14.600] (II) Using input driver 'evdev' for 'BTC USB Multimedia Cordless Kit '
[ 14.600] (**) BTC USB Multimedia Cordless Kit : always reports core events
[ 14.600] (**) evdev: BTC USB Multimedia Cordless Kit : Device: "/dev/input/event0"
[ 14.600] (--) evdev: BTC USB Multimedia Cordless Kit : Vendor 0x3f0 Product 0x50c
[ 14.600] (--) evdev: BTC USB Multimedia Cordless Kit : Found keys
[ 14.600] (II) evdev: BTC USB Multimedia Cordless Kit : Configuring as keyboard
[ 14.600] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/0003:03F0:050C.0001/input/input2/event0"
[ 14.600] (II) XINPUT: Adding extended input device "BTC USB Multimedia Cordless Kit " (type: KEYBOARD, id 8)
[ 14.600] (**) Option "xkb_rules" "evdev"
[ 14.602] (II) config/udev: Adding input device BTC USB Multimedia Cordless Kit (/dev/input/event1)
[ 14.602] (**) BTC USB Multimedia Cordless Kit : Applying InputClass "evdev pointer catchall"
[ 14.602] (**) BTC USB Multimedia Cordless Kit : Applying InputClass "evdev keyboard catchall"
[ 14.602] (II) Using input driver 'evdev' for 'BTC USB Multimedia Cordless Kit '
[ 14.602] (**) BTC USB Multimedia Cordless Kit : always reports core events
[ 14.602] (**) evdev: BTC USB Multimedia Cordless Kit : Device: "/dev/input/event1"
[ 14.602] (--) evdev: BTC USB Multimedia Cordless Kit : Vendor 0x3f0 Product 0x50c
[ 14.602] (--) evdev: BTC USB Multimedia Cordless Kit : Found 3 mouse buttons
[ 14.602] (--) evdev: BTC USB Multimedia Cordless Kit : Found scroll wheel(s)
[ 14.602] (--) evdev: BTC USB Multimedia Cordless Kit : Found relative axes
[ 14.602] (--) evdev: BTC USB Multimedia Cordless Kit : Found x and y relative axes
[ 14.602] (--) evdev: BTC USB Multimedia Cordless Kit : Found absolute axes
[ 14.602] (II) evdev: BTC USB Multimedia Cordless Kit : Forcing absolute x/y axes to exist.
[ 14.602] (--) evdev: BTC USB Multimedia Cordless Kit : Found keys
[ 14.602] (II) evdev: BTC USB Multimedia Cordless Kit : Configuring as mouse
[ 14.602] (II) evdev: BTC USB Multimedia Cordless Kit : Configuring as keyboard
[ 14.602] (II) evdev: BTC USB Multimedia Cordless Kit : Adding scrollwheel support
[ 14.602] (**) evdev: BTC USB Multimedia Cordless Kit : YAxisMapping: buttons 4 and 5
[ 14.602] (**) evdev: BTC USB Multimedia Cordless Kit : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 14.602] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/0003:03F0:050C.0002/input/input3/event1"
[ 14.602] (II) XINPUT: Adding extended input device "BTC USB Multimedia Cordless Kit " (type: KEYBOARD, id 9)
[ 14.602] (**) Option "xkb_rules" "evdev"
[ 14.603] (II) evdev: BTC USB Multimedia Cordless Kit : initialized for relative axes.
[ 14.603] (WW) evdev: BTC USB Multimedia Cordless Kit : ignoring absolute axes.
[ 14.603] (**) BTC USB Multimedia Cordless Kit : (accel) keeping acceleration scheme 1
[ 14.603] (**) BTC USB Multimedia Cordless Kit : (accel) acceleration profile 0
[ 14.603] (**) BTC USB Multimedia Cordless Kit : (accel) acceleration factor: 2.000
[ 14.603] (**) BTC USB Multimedia Cordless Kit : (accel) acceleration threshold: 4
[ 14.604] (II) config/udev: Adding input device BTC USB Multimedia Cordless Kit (/dev/input/mouse0)
[ 14.604] (II) No input driver specified, ignoring this device.
[ 14.604] (II) This device may have been added with another device file.
[ 14.605] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 14.605] (II) No input driver specified, ignoring this device.
[ 14.605] (II) This device may have been added with another device file.lspci -k
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
Subsystem: Hewlett-Packard Company d330 uT
Kernel driver in use: agpgart-intel
Kernel modules: intel_agp
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P AGP Bridge (rev 02)
Kernel modules: shpchp
00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev 02)
00:1d.0 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
Subsystem: Hewlett-Packard Company d530 CMT (DG746A)
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.1 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
Subsystem: Hewlett-Packard Company d530 CMT (DG746A)
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.2 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
Subsystem: Hewlett-Packard Company d530 CMT (DG746A)
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00:1d.7 USB controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
Subsystem: Hewlett-Packard Company d530 CMT (DG746A)
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
Kernel modules: shpchp
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
Kernel driver in use: lpc_ich
Kernel modules: intel_rng, lpc_ich
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
Subsystem: Hewlett-Packard Company d530 CMT (DG746A)
Kernel driver in use: ata_piix
Kernel modules: ata_piix, pata_acpi, ata_generic
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02)
Subsystem: Hewlett-Packard Company d530 CMT (DG746A)
Kernel driver in use: ata_piix
Kernel modules: ata_piix, pata_acpi, ata_generic
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
Subsystem: Hewlett-Packard Company d330 uT
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
Subsystem: Hewlett-Packard Company d330 uT
Kernel driver in use: snd_intel8x0
Kernel modules: snd_intel8x0
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV280 [Radeon 9200] (rev 01)
Subsystem: PC Partner Limited / Sapphire Technology Radeon 9200
Kernel modules: radeon
01:00.1 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] RV280 [Radeon 9200] (Secondary) (rev 01)
Subsystem: PC Partner Limited / Sapphire Technology Radeon 9200
05:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5782 Gigabit Ethernet (rev 03)
Subsystem: Hewlett-Packard Company d530 CMT (DG746A)
Kernel driver in use: tg3
Kernel modules: tg3
05:09.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev 46)
Subsystem: VIA Technologies, Inc. Device e8e9
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohcidmesg
# dmesg | grep radeon
[ 9.342534] [drm] VGACON disable radeon kernel modesetting.
[ 9.342568] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
# dmesg | grep agp
[ 8.169046] Linux agpgart interface v0.103
[ 8.271144] agpgart-intel 0000:00:00.0: Intel 865 Chipset
[ 8.281275] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xe4000000
#dmesg | grep modeset
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=6902c4f7-040e-4d55-9ad6-82a8f6695bb7 rw quiet video=SVIDEO-1:d nomodeset
[ 9.342534] [drm] VGACON disable radeon kernel modesetting.I don't know what can i do to makes radeon drivers work!
I actually use vesa, but is soooo slow!
Thanks a lot in advance for your help!
Offline
we need an xorg logfile from booting WITHOUT nomodeset .
boot without that on kernel line,wait for screen to go black.
then reboot with nomodeset and look for /var/log/Xorg.1.log .
Post that file.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I know we need that, but i can't found that file
I already tried to do that but when i reboot i can found just Xorg.0.log or Xorg.0.log.old (related both at the boot with nomodeset) and i don't know why! ![]()
$ ls /var/log
btmp journal old slim.log Xorg.0.log
faillog lastlog pacman.log wtmp Xorg.0.log.oldEDIT: i tried to add radeon on MODULES in mkinitcpio and i noticed that now i got the backlighted black screen just after grub (i can't see /dev/sdb1 clean ecc) while before i can see it, and then the screen turn black.
EDIT #2: It seems not boot up at all when i enable kms... i don't know why! any ideas?
Last edited by luca.bat.94 (2016-01-10 16:10:30)
Offline
I'm 95% sure kms is enabled on AL live iso, could you try booting with that ?
If that works, atleast we can be relatively sure it's not a hardware problem.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
It is the 304.xx driver?
Have you seen this https://bugs.archlinux.org/task/47092 ?
I have a GeForce 6150SE, so........ black screen after the latest updates, no GUI... did not tried solutions yet (downgrade?)
Last edited by luuuciano (2016-01-10 21:31:24)
I arch, you arch, he arch, she arch, we arch, they arch...
Offline
Yes, to see something and use the AL live iso I needed to add nomodesetting in kernel line... Also the live gives me that problem!
I have also windows xp installed on it and work properly... May be an hardware problem?
@luuuciano, I have an ati gpu, not an Nvidia one, I'm sorry!
Last edited by luca.bat.94 (2016-01-10 23:00:00)
Offline
More likely it's just a bug in the KMS code. Try different kernel versions - old packages from /var/cache/pacman/pkg, the linux-lts package or linux from testing repo.
Google around, maybe others have similar issues with this card on this kernel version.
Would you be able to ssh into this box when the screen is blank?
And of course you can keep using nomodesetting and the vesa driver if performance is sufficient.
Offline
I looked up the radeon 9200 , and it is an AGP card.
A possible cause of your problems could be that intel_agp is not loaded automagickally before radeon and this makes radeon driver fail.
Please post full dmesg (or journalctl -b) from a successfull boot.
lspci -k may also help.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
@mich41 I already tried to install linux-lts, but same problem! I can't ssh while the screen is blank ; I also tried to add a radeon configuration to xorg.conf and when freeze i see some vertical white lines in the screen in a black background.
@Lone_wolf lspci -k is already posted in the first post. Unfortunately i'm not able to reach the pc until Thursday evening. i posted it before i can.
I really appreciate your help! Thanks to everyone!
Offline
@mich41 I already tried to install linux-lts, but same problem! I can't ssh while the screen is blank ; I also tried to add a radeon configuration to xorg.conf and when freeze i see some vertical white lines in the screen in a black background.
So it seems that loading the radeon driver causes the system to hang?
Try the oldest kernel you can find in /var/cache/pacman/pkg on any of your machines.
Offline
Here the dmesg from a successful boot with nomodeset
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.15-1-lts (builduser@andyrtr) (gcc version 5.3.0 (GCC) ) #1 SMP Tue Dec 15 21:18:05 CET 2015
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[ 0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[ 0.000000] SMBIOS 2.3 present.
[ 0.000000] DMI: Hewlett-Packard HP d530 CMT(DG062A)/085Ch, BIOS 786B2 v1.11 07/10/2003
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-DFFFF write-protect
[ 0.000000] E0000-EFFFF write-back
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask FC0000000 write-back
[ 0.000000] 1 base 0FEDA0000 mask FFFFE0000 write-back
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] e820: update [mem 0x40000000-0xfed9ffff] usable ==> reserved
[ 0.000000] found SMP MP-table at [mem 0x000faa60-0x000faa6f] mapped at [c00faa60]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[ 0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
[ 0.000000] [mem 0x37000000-0x373fffff] page 4M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x36ffffff]
[ 0.000000] [mem 0x00100000-0x003fffff] page 4k
[ 0.000000] [mem 0x00400000-0x36ffffff] page 4M
[ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
[ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
[ 0.000000] BRK [0x017f6000, 0x017f6fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x3789e000-0x37c46fff]
[ 0.000000] Allocated new RAMDISK: [mem 0x37455000-0x377fd937]
[ 0.000000] Move RAMDISK from [mem 0x3789e000-0x37c46937] to [mem 0x37455000-0x377fd937]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000EA410 000014 (v00 COMPAQ)
[ 0.000000] ACPI: RSDT 0x00000000000E5E40 000084 (v01 COMPAQ CPQ0064 20030710 00000000)
[ 0.000000] ACPI: FACP 0x00000000000E5EF8 000074 (v01 COMPAQ SPRINGD 00000001 00000000)
[ 0.000000] ACPI: DSDT 0x00000000000E6008 000D7D (v01 COMPAQ DSDT 00000001 MSFT 0100000E)
[ 0.000000] ACPI: FACS 0x00000000000E5E00 000040
[ 0.000000] ACPI: SSDT 0x00000000000E6D85 0005FE (v01 COMPAQ PROJECT 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E7383 00053A (v01 COMPAQ CORE_PNP 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E78BD 0001F2 (v01 COMPAQ CORE_UTL 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E7AAF 00032E (v01 COMPAQ VILLTBL1 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E7DDD 00053F (v01 COMPAQ LGCYLITE 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E831C 000167 (v01 COMPAQ UART2 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E8483 00014E (v01 COMPAQ FLOPPY 00000001 MSFT 0100000E)
[ 0.000000] ACPI: APIC 0x00000000000E5F6C 000068 (v01 COMPAQ SPRINGD 00000001 00000000)
[ 0.000000] ACPI: SSDT 0x00000000000EA16D 0000B2 (v01 COMPAQ APIC 00000001 MSFT 0100000E)
[ 0.000000] ACPI: ASF! 0x00000000000E5FD4 000034 (v16 COMPAQ SPRINGD 00000001 00000000)
[ 0.000000] ACPI: SSDT 0x00000000000E8A3F 00040F (v01 COMPAQ PNP_PRSS 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E8E4E 00016D (v01 COMPAQ UR2_PRSS 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E8FBB 000119 (v01 COMPAQ FPY_PRSS 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E9189 000167 (v01 COMPAQ S3 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E92F0 0000E3 (v01 COMPAQ CORE_S3 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E93D3 00013E (v01 COMPAQ PIDETM 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E9955 00016B (v01 COMPAQ GTF0 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E9511 000143 (v01 COMPAQ SIDETM 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E9C30 000170 (v01 COMPAQ GTF2 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E9654 0000FF (v01 COMPAQ SATA 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E9854 000101 (v01 COMPAQ SAT1TM 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000E9F10 0000F0 (v01 COMPAQ L08 00000001 MSFT 0100000E)
[ 0.000000] ACPI: SSDT 0x00000000000EA371 000054 (v01 COMPAQ FINIS 00000001 MSFT 0100000E)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 135MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] BRK [0x017f7000, 0x017f7fff] PGTABLE
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] Normal [mem 0x0000000001000000-0x00000000377fdfff]
[ 0.000000] HighMem [mem 0x00000000377fe000-0x000000003ffeffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff]
[ 0.000000] On node 0 totalpages: 262030
[ 0.000000] free_area_init_node: node 0, pgdat c166be00, node_mem_map f6a55028
[ 0.000000] DMA zone: 40 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] Normal zone: 2180 pages used for memmap
[ 0.000000] Normal zone: 223230 pages, LIFO batch:31
[ 0.000000] HighMem zone: 34802 pages, LIFO batch:7
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0xf808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 2 CPUs, 1 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.000000] e820: [mem 0x40000000-0xfebfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 18 pages/cpu @f6a2a000 s41484 r0 d32244 u73728
[ 0.000000] pcpu-alloc: s41484 r0 d32244 u73728 alloc=18*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259810
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=6902c4f7-040e-4d55-9ad6-82a8f6695bb7 rw quiet nomodeset
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000377fe:0003fff0)
[ 0.000000] Initializing Movable for node 0 (00000000:00000000)
[ 0.000000] Memory: 1024928K/1048120K available (4792K kernel code, 489K rwdata, 1368K rodata, 608K init, 828K bss, 23192K reserved, 0K cma-reserved, 139208K highmem)
[ 0.000000] virtual kernel memory layout:
fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
.init : 0xc1682000 - 0xc171a000 ( 608 kB)
.data : 0xc14ae3c9 - 0xc1680700 (1864 kB)
.text : 0xc1000000 - 0xc14ae3c9 (4792 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS:2304 nr_irqs:440 16
[ 0.000000] CPU 0 irqstacks, hard=f6434000 soft=f6436000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2793.174 MHz processor
[ 0.020017] Calibrating delay loop (skipped), value calculated using timer frequency.. 5586.34 BogoMIPS (lpj=27931740)
[ 0.020023] pid_max: default: 32768 minimum: 301
[ 0.020034] ACPI: Core revision 20150410
[ 0.035515] ACPI: All ACPI Tables successfully acquired
[ 0.035548] Security Framework initialized
[ 0.035560] Yama: becoming mindful.
[ 0.035582] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.035586] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.035932] Initializing cgroup subsys blkio
[ 0.035939] Initializing cgroup subsys memory
[ 0.035953] Initializing cgroup subsys devices
[ 0.035958] Initializing cgroup subsys freezer
[ 0.035963] Initializing cgroup subsys net_cls
[ 0.035994] CPU0: Hyper-Threading is disabled
[ 0.036003] mce: CPU supports 4 MCE banks
[ 0.036015] CPU0: Thermal monitoring enabled (TM1)
[ 0.036031] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
[ 0.036035] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64, 1GB 0
[ 0.045434] ftrace: allocating 20533 entries in 41 pages
[ 0.058659] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.059022] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.160000] smpboot: CPU0: Intel(R) Pentium(R) 4 CPU 2.80GHz (fam: 0f, model: 02, stepping: 09)
[ 0.160000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[ 0.160000] ... version: 0
[ 0.160000] ... bit width: 40
[ 0.160000] ... generic registers: 18
[ 0.160000] ... value mask: 000000ffffffffff
[ 0.160000] ... max period: 0000007fffffffff
[ 0.160000] ... fixed-purpose events: 0
[ 0.160000] ... event mask: 000000000003ffff
[ 0.160000] x86: Booted up 1 node, 1 CPUs
[ 0.160000] smpboot: Total of 1 processors activated (5586.34 BogoMIPS)
[ 0.160000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.160000] devtmpfs: initialized
[ 0.160000] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.160000] pinctrl core: initialized pinctrl subsystem
[ 0.160000] RTC time: 18:29:05, date: 01/14/16
[ 0.160000] NET: Registered protocol family 16
[ 0.160000] cpuidle: using governor ladder
[ 0.160000] cpuidle: using governor menu
[ 0.160000] ACPI: bus type PCI registered
[ 0.160000] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.160000] PCI: PCI BIOS revision 2.20 entry at 0xec5a9, last bus=5
[ 0.160000] PCI: Using configuration type 1 for base access
[ 0.160000] ACPI: Added _OSI(Module Device)
[ 0.160000] ACPI: Added _OSI(Processor Device)
[ 0.160000] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.160000] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.160000] ACPI: Interpreter enabled
[ 0.160000] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580)
[ 0.160000] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.160000] ACPI: Using IOAPIC for interrupt routing
[ 0.160000] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.161749] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.161852] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.161947] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.162044] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 *11 14 15)
[ 0.162140] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.162238] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.162337] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.162433] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.162581] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.162590] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.162599] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.162716] acpi PNP0A03:00: host bridge window [mem 0x40100000-0xfebfffff window] (ignored)
[ 0.162720] acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7 window] (ignored)
[ 0.162723] acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff window] (ignored)
[ 0.162726] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff window] (ignored)
[ 0.162729] PCI: root bus 00: using default resources
[ 0.162733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.162926] PCI host bridge to bus 0000:00
[ 0.162932] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.162936] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.162939] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.162957] pci 0000:00:00.0: [8086:2570] type 00 class 0x060000
[ 0.162963] pci 0000:00:00.0: Enabling MCH 'Overflow' Device
[ 0.162975] pci 0000:00:00.0: reg 0x10: [mem 0xe4000000-0xe7ffffff pref]
[ 0.163135] pci 0000:00:01.0: [8086:2571] type 01 class 0x060400
[ 0.163274] pci 0000:00:06.0: [8086:2576] type 00 class 0x088000
[ 0.163287] pci 0000:00:06.0: reg 0x10: [mem 0xfecf0000-0xfecf0fff]
[ 0.163460] pci 0000:00:1d.0: [8086:24d2] type 00 class 0x0c0300
[ 0.163508] pci 0000:00:1d.0: reg 0x20: [io 0x3440-0x345f]
[ 0.163590] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.163663] pci 0000:00:1d.1: [8086:24d4] type 00 class 0x0c0300
[ 0.163712] pci 0000:00:1d.1: reg 0x20: [io 0x3460-0x347f]
[ 0.163790] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.163862] pci 0000:00:1d.2: [8086:24d7] type 00 class 0x0c0300
[ 0.163910] pci 0000:00:1d.2: reg 0x20: [io 0x3480-0x349f]
[ 0.163991] pci 0000:00:1d.2: System wakeup disabled by ACPI
[ 0.164071] pci 0000:00:1d.7: [8086:24dd] type 00 class 0x0c0320
[ 0.164093] pci 0000:00:1d.7: reg 0x10: [mem 0xf8a00000-0xf8a003ff]
[ 0.164186] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.164243] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.164314] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060400
[ 0.164403] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.164476] pci 0000:00:1f.0: [8086:24d0] type 00 class 0x060100
[ 0.164548] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.164556] pci 0000:00:1f.0: Enabled i801 SMBus device
[ 0.164565] pci 0000:00:1f.0: can't claim BAR 13 [io 0xf800-0xf87f]: address conflict with ACPI CPU throttle [io 0xf810-0xf815]
[ 0.164571] pci 0000:00:1f.0: quirk: [io 0xfa00-0xfa3f] claimed by ICH4 GPIO
[ 0.164677] pci 0000:00:1f.1: [8086:24db] type 00 class 0x01018a
[ 0.164694] pci 0000:00:1f.1: reg 0x10: [io 0x34e0-0x34e7]
[ 0.164705] pci 0000:00:1f.1: reg 0x14: [io 0x3800-0x3803]
[ 0.164716] pci 0000:00:1f.1: reg 0x18: [io 0x34e8-0x34ef]
[ 0.164727] pci 0000:00:1f.1: reg 0x1c: [io 0x3804-0x3807]
[ 0.164738] pci 0000:00:1f.1: reg 0x20: [io 0x34c0-0x34cf]
[ 0.164749] pci 0000:00:1f.1: reg 0x24: [mem 0x00000000-0x000003ff]
[ 0.164764] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.164766] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.164769] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.164772] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.164883] pci 0000:00:1f.2: [8086:24d1] type 00 class 0x01018f
[ 0.164898] pci 0000:00:1f.2: reg 0x10: [io 0x34f0-0x34f7]
[ 0.164908] pci 0000:00:1f.2: reg 0x14: [io 0x3808-0x380b]
[ 0.164918] pci 0000:00:1f.2: reg 0x18: [io 0x34f8-0x34ff]
[ 0.164928] pci 0000:00:1f.2: reg 0x1c: [io 0x380c-0x380f]
[ 0.164938] pci 0000:00:1f.2: reg 0x20: [io 0x34d0-0x34df]
[ 0.165063] pci 0000:00:1f.3: [8086:24d3] type 00 class 0x0c0500
[ 0.165112] pci 0000:00:1f.3: reg 0x20: [io 0xfc00-0xfc1f]
[ 0.165238] pci 0000:00:1f.5: [8086:24d5] type 00 class 0x040100
[ 0.165255] pci 0000:00:1f.5: reg 0x10: [io 0x3000-0x30ff]
[ 0.165266] pci 0000:00:1f.5: reg 0x14: [io 0x3400-0x343f]
[ 0.165276] pci 0000:00:1f.5: reg 0x18: [mem 0xf8a00400-0xf8a005ff]
[ 0.165287] pci 0000:00:1f.5: reg 0x1c: [mem 0xf8a00600-0xf8a006ff]
[ 0.165336] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[ 0.165494] pci 0000:01:00.0: [1002:5961] type 00 class 0x030000
[ 0.165511] pci 0000:01:00.0: reg 0x10: [mem 0xe8000000-0xefffffff pref]
[ 0.165521] pci 0000:01:00.0: reg 0x14: [io 0x2000-0x20ff]
[ 0.165530] pci 0000:01:00.0: reg 0x18: [mem 0xf8500000-0xf850ffff]
[ 0.165557] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 0.165587] pci 0000:01:00.0: supports D1 D2
[ 0.165654] pci 0000:01:00.1: [1002:5941] type 00 class 0x038000
[ 0.165669] pci 0000:01:00.1: reg 0x10: [mem 0xf0000000-0xf7ffffff pref]
[ 0.165678] pci 0000:01:00.1: reg 0x14: [mem 0xf8510000-0xf851ffff]
[ 0.165732] pci 0000:01:00.1: supports D1 D2
[ 0.165820] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.165826] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.165831] pci 0000:00:01.0: bridge window [mem 0xf8500000-0xf87fffff]
[ 0.165836] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf81fffff pref]
[ 0.165901] pci 0000:05:02.0: [14e4:1696] type 00 class 0x020000
[ 0.165928] pci 0000:05:02.0: reg 0x10: [mem 0xf8400000-0xf840ffff 64bit]
[ 0.166014] pci 0000:05:02.0: PME# supported from D3hot D3cold
[ 0.166107] pci 0000:05:09.0: [1106:3044] type 00 class 0x0c0010
[ 0.166125] pci 0000:05:09.0: reg 0x10: [mem 0xf8410000-0xf84107ff]
[ 0.166136] pci 0000:05:09.0: reg 0x14: [io 0x1000-0x107f]
[ 0.166204] pci 0000:05:09.0: supports D2
[ 0.166208] pci 0000:05:09.0: PME# supported from D2 D3hot D3cold
[ 0.166300] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[ 0.166306] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
[ 0.166312] pci 0000:00:1e.0: bridge window [mem 0xf8200000-0xf84fffff]
[ 0.166318] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.166321] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 0.166335] pci_bus 0000:00: on NUMA node 0
[ 0.167309] vgaarb: setting as boot device: PCI:0000:01:00.0
[ 0.167314] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.167317] vgaarb: loaded
[ 0.167320] vgaarb: bridge control possible 0000:01:00.0
[ 0.167468] PCI: Using ACPI for IRQ routing
[ 0.167573] PCI: pci_cache_line_size set to 64 bytes
[ 0.167627] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.167630] e820: reserve RAM buffer [mem 0x3fff0000-0x3fffffff]
[ 0.167847] NetLabel: Initializing
[ 0.167850] NetLabel: domain hash size = 128
[ 0.167852] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.167869] NetLabel: unlabeled traffic allowed by default
[ 0.168014] clocksource hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.168025] hpet clockevent registered
[ 0.168029] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.168035] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.168041] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.170117] Switched to clocksource hpet
[ 0.181163] pnp: PnP ACPI init
[ 0.181557] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.181616] pnp 00:01: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[ 0.181666] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.182044] pnp 00:03: [dma 3]
[ 0.182142] pnp 00:03: Plug and Play ACPI device, IDs PNP0401 (active)
[ 0.182506] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[ 0.182740] pnp 00:05: [dma 2]
[ 0.182796] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.182924] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.182931] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.183010] system 00:07: [io 0x0400-0x041f] has been reserved
[ 0.183015] system 00:07: [io 0x0420-0x043f] has been reserved
[ 0.183018] system 00:07: [io 0x0440-0x045f] has been reserved
[ 0.183022] system 00:07: [io 0x0460-0x047f] has been reserved
[ 0.183025] system 00:07: [io 0xf800-0xf81f] could not be reserved
[ 0.183029] system 00:07: [io 0xf820-0xf83f] has been reserved
[ 0.183032] system 00:07: [io 0xf840-0xf85f] has been reserved
[ 0.183036] system 00:07: [io 0xf860-0xf87f] has been reserved
[ 0.183039] system 00:07: [io 0xfa00-0xfa3f] has been reserved
[ 0.183043] system 00:07: [io 0xfc00-0xfc7f] could not be reserved
[ 0.183046] system 00:07: [io 0xfc80-0xfcff] has been reserved
[ 0.183050] system 00:07: [io 0xfe00-0xfe7f] has been reserved
[ 0.183053] system 00:07: [io 0xfe80-0xfeff] has been reserved
[ 0.183058] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.183460] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.183466] system 00:08: [mem 0x00100000-0x3fffffff] could not be reserved
[ 0.183469] system 00:08: [mem 0x40000000-0x400fffff] has been reserved
[ 0.183473] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.183477] system 00:08: [mem 0xfec01000-0xffffffff] could not be reserved
[ 0.183481] system 00:08: [mem 0x000cf000-0x000dffff] has been reserved
[ 0.183486] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.183496] pnp: PnP ACPI: found 9 devices
[ 0.221067] clocksource acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.221104] pci 0000:00:1f.0: BAR 13: [io size 0x0080] has bogus alignment
[ 0.221118] pci 0000:00:1f.1: BAR 5: assigned [mem 0x40100000-0x401003ff]
[ 0.221128] pci 0000:01:00.0: BAR 6: assigned [mem 0xf8000000-0xf801ffff pref]
[ 0.221133] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.221137] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.221144] pci 0000:00:01.0: bridge window [mem 0xf8500000-0xf87fffff]
[ 0.221149] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf81fffff pref]
[ 0.221156] pci 0000:00:1e.0: PCI bridge to [bus 05]
[ 0.221160] pci 0000:00:1e.0: bridge window [io 0x1000-0x1fff]
[ 0.221166] pci 0000:00:1e.0: bridge window [mem 0xf8200000-0xf84fffff]
[ 0.221177] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.221180] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.221184] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.221187] pci_bus 0000:01: resource 1 [mem 0xf8500000-0xf87fffff]
[ 0.221190] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf81fffff pref]
[ 0.221193] pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
[ 0.221196] pci_bus 0000:05: resource 1 [mem 0xf8200000-0xf84fffff]
[ 0.221199] pci_bus 0000:05: resource 4 [io 0x0000-0xffff]
[ 0.221202] pci_bus 0000:05: resource 5 [mem 0x00000000-0xffffffff]
[ 0.221261] NET: Registered protocol family 2
[ 0.221531] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.221561] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.221611] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.221674] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.221688] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.221775] NET: Registered protocol family 1
[ 0.222684] pci 0000:01:00.0: Video device with shadowed ROM
[ 0.222696] PCI: CLS 64 bytes, default 64
[ 0.222804] Unpacking initramfs...
[ 0.336016] Freeing initrd memory: 3748K (f7455000 - f77fe000)
[ 0.336257] microcode: CPU0 sig=0xf29, pf=0x4, revision=0x11
[ 0.336376] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.336407] apm: BIOS not found.
[ 0.336468] Scanning for low memory corruption every 60 seconds
[ 0.336971] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.337006] Initialise system trusted keyring
[ 0.337470] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.340376] zpool: loaded
[ 0.340380] zbud: loaded
[ 0.340540] VFS: Disk quotas dquot_6.6.0
[ 0.340621] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.340939] Key type big_key registered
[ 0.341172] bounce: pool size: 64 pages
[ 0.341244] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.341288] io scheduler noop registered
[ 0.341293] io scheduler deadline registered (default)
[ 0.341350] io scheduler cfq registered
[ 0.341530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.341560] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.341585] vesafb: mode is 640x480x32, linelength=2560, pages=0
[ 0.341588] vesafb: scrolling: redraw
[ 0.341591] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[ 0.341610] vesafb: framebuffer at 0xe8000000, mapped to 0xf8200000, using 1216k, total 1216k
[ 0.372081] Console: switching to colour frame buffer device 80x30
[ 0.402380] fb0: VESA VGA frame buffer device
[ 0.402447] GHES: HEST is not enabled!
[ 0.402472] isapnp: Scanning for PnP cards...
[ 0.715301] isapnp: No Plug & Play device found
[ 0.715418] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.735961] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.756622] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 0.757132] rtc_cmos 00:00: RTC can wake from S4
[ 0.757287] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 0.757323] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.757381] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.757821] NET: Registered protocol family 10
[ 0.758144] NET: Registered protocol family 17
[ 0.758386] Using IPI No-Shortcut mode
[ 0.758587] Loading compiled-in X.509 certificates
[ 0.758614] registered taskstats version 1
[ 0.759002] Magic number: 0:855:493
[ 0.759091] rtc_cmos 00:00: setting system clock to 2016-01-14 18:29:05 UTC (1452796145)
[ 0.759164] PM: Hibernation image not present or could not be loaded.
[ 0.759953] Freeing unused kernel memory: 608K (c1682000 - c171a000)
[ 0.759975] Write protecting the kernel text: 4796k
[ 0.759999] Write protecting the kernel read-only data: 1372k
[ 0.773189] random: systemd-tmpfile urandom read with 0 bits of entropy available
[ 0.882785] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[ 0.886112] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.886129] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.896907] ACPI: bus type USB registered
[ 0.896958] usbcore: registered new interface driver usbfs
[ 0.896979] usbcore: registered new interface driver hub
[ 0.897023] usbcore: registered new device driver usb
[ 0.898480] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.899100] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.899329] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.899344] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 0.899355] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 0.899391] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00003440
[ 0.899762] hub 1-0:1.0: USB hub found
[ 0.899777] hub 1-0:1.0: 2 ports detected
[ 0.900130] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.900142] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[ 0.900151] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 0.900188] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003460
[ 0.901280] hub 2-0:1.0: USB hub found
[ 0.901299] hub 2-0:1.0: 2 ports detected
[ 0.902060] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.902072] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[ 0.902081] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 0.902118] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003480
[ 0.902805] FDC 0 is a post-1991 82077
[ 0.905924] ehci-pci: EHCI PCI platform driver
[ 0.907336] hub 3-0:1.0: USB hub found
[ 0.907354] hub 3-0:1.0: 2 ports detected
[ 0.909980] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 0.909999] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
[ 0.910048] ehci-pci 0000:00:1d.7: debug port 1
[ 0.913974] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 0.914002] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf8a00000
[ 0.918055] SCSI subsystem initialized
[ 0.930125] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.930742] hub 4-0:1.0: USB hub found
[ 0.930760] hub 4-0:1.0: 8 ports detected
[ 0.937810] libata version 3.00 loaded.
[ 0.960195] hub 1-0:1.0: USB hub found
[ 0.960216] hub 1-0:1.0: 2 ports detected
[ 0.990372] hub 2-0:1.0: USB hub found
[ 0.990400] hub 2-0:1.0: 2 ports detected
[ 1.000093] firewire_ohci 0000:05:09.0: added OHCI v1.0 device as card 0, 8 IR + 8 IT contexts, quirks 0x41
[ 1.020150] hub 3-0:1.0: USB hub found
[ 1.020170] hub 3-0:1.0: 2 ports detected
[ 1.021020] ata_piix 0000:00:1f.1: version 2.13
[ 1.021038] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[ 1.025747] scsi host0: ata_piix
[ 1.026097] scsi host1: ata_piix
[ 1.026198] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x34c0 irq 14
[ 1.026202] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x34c8 irq 15
[ 1.026382] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
[ 1.181263] scsi host2: ata_piix
[ 1.181596] scsi host3: ata_piix
[ 1.181699] ata3: SATA max UDMA/133 cmd 0x34f0 ctl 0x3808 bmdma 0x34d0 irq 18
[ 1.181703] ata4: SATA max UDMA/133 cmd 0x34f8 ctl 0x380c bmdma 0x34d8 irq 18
[ 1.200386] ata2.00: ATAPI: HP DVD Writer 420, 1.33, max UDMA/33
[ 1.240420] ata2.00: configured for UDMA/33
[ 1.260463] ata1.00: ATA-6: ST3120022A, 3.06, max UDMA/100
[ 1.260468] ata1.00: 234441648 sectors, multi 16: LBA48
[ 1.300442] ata1.00: configured for UDMA/100
[ 1.300594] scsi 0:0:0:0: Direct-Access ATA ST3120022A 3.06 PQ: 0 ANSI: 5
[ 1.302406] scsi 1:0:0:0: CD-ROM HP DVD Writer 420n 1.33 PQ: 0 ANSI: 5
[ 1.330031] tsc: Refined TSC clocksource calibration: 2793.181 MHz
[ 1.330039] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x284316d6a8d, max_idle_ns: 440795203611 ns
[ 1.370791] ata4.00: ATA-8: WDC WD10EADS-11M2B2, 80.00A80, max UDMA/133
[ 1.370795] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.390815] ata4.00: configured for UDMA/133
[ 1.390949] scsi 3:0:0:0: Direct-Access ATA WDC WD10EADS-11M 0A80 PQ: 0 ANSI: 5
[ 1.399195] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 1.399203] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[ 1.399277] sd 3:0:0:0: [sdb] Write Protect is off
[ 1.399282] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.399315] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.399466] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
[ 1.399539] sd 0:0:0:0: [sda] Write Protect is off
[ 1.399544] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.399613] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.402595] sda: sda1
[ 1.403012] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.410146] usb usb4-port7: over-current condition
[ 1.411789] sr 1:0:0:0: [sr0] scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[ 1.411795] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.412034] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.420065] usb 1-2: new low-speed USB device number 2 using uhci_hcd
[ 1.444710] sdb: sdb1 sdb2 sdb3
[ 1.445283] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 1.500213] firewire_core 0000:05:09.0: created device fw0: GUID 0011060000007186, S400
[ 1.623296] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.686456] usbcore: registered new interface driver usbhid
[ 1.686462] usbhid: USB HID core driver
[ 1.688489] input: BTC USB Multimedia Cordless Kit as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/0003:03F0:050C.0001/input/input2
[ 1.740227] hid-generic 0003:03F0:050C.0001: input,hidraw0: USB HID v1.00 Keyboard [BTC USB Multimedia Cordless Kit ] on usb-0000:00:1d.0-2/input0
[ 1.742992] input: BTC USB Multimedia Cordless Kit as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/0003:03F0:050C.0002/input/input3
[ 1.800436] hid-generic 0003:03F0:050C.0002: input,hiddev0,hidraw1: USB HID v1.00 Mouse [BTC USB Multimedia Cordless Kit ] on usb-0000:00:1d.0-2/input1
[ 2.119804] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[ 2.330099] Switched to clocksource tsc
[ 2.789388] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.809242] systemd[1]: systemd 228 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 2.809498] systemd[1]: Detected architecture x86.
[ 2.822148] systemd[1]: Set hostname to <Roberto-NAS>.
[ 4.043879] systemd[1]: Reached target Encrypted Volumes.
[ 4.044091] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.044189] systemd[1]: Listening on udev Control Socket.
[ 4.044247] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 4.063833] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 4.064412] systemd[1]: Created slice System Slice.
[ 4.064584] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 4.064712] systemd[1]: Created slice system-getty.slice.
[ 4.064797] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 4.064895] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 4.064959] systemd[1]: Listening on udev Kernel Socket.
[ 4.064984] systemd[1]: Reached target Paths.
[ 4.065074] systemd[1]: Listening on Journal Socket.
[ 4.066042] systemd[1]: Mounting Huge Pages File System...
[ 4.067248] systemd[1]: Starting Setup Virtual Console...
[ 4.068497] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 4.068932] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.099432] systemd[1]: Created slice User and Session Slice.
[ 4.099470] systemd[1]: Reached target Slices.
[ 4.120612] systemd[1]: Mounting Configuration File System...
[ 4.121779] systemd[1]: Starting Apply Kernel Variables...
[ 4.122871] systemd[1]: Mounting Debug File System...
[ 4.122925] systemd[1]: Reached target Remote File Systems.
[ 4.193750] systemd[1]: Mounting Temporary Directory...
[ 4.194845] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.196046] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.196191] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.197329] systemd[1]: Starting Journal Service...
[ 4.207628] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 4.371139] systemd[1]: Mounted Huge Pages File System.
[ 4.371226] systemd[1]: Mounted Debug File System.
[ 4.401031] systemd[1]: Mounted POSIX Message Queue File System.
[ 4.414254] systemd[1]: Started Apply Kernel Variables.
[ 4.423707] systemd[1]: Mounted Configuration File System.
[ 4.438370] systemd[1]: Mounted Temporary Directory.
[ 4.447031] EXT4-fs (sdb1): re-mounted. Opts: data=ordered
[ 4.450729] systemd[1]: Started Remount Root and Kernel File Systems.
[ 4.471150] systemd[1]: Starting udev Coldplug all Devices...
[ 4.472388] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 4.473532] systemd[1]: Starting Load/Save Random Seed...
[ 4.611149] systemd[1]: Started Load/Save Random Seed.
[ 4.617370] systemd[1]: Started udev Coldplug all Devices.
[ 5.266641] systemd[1]: Started Create Static Device Nodes in /dev.
[ 5.267813] systemd[1]: Starting udev Kernel Device Manager...
[ 5.267860] systemd[1]: Reached target Local File Systems (Pre).
[ 5.586853] systemd[1]: Started Setup Virtual Console.
[ 5.729289] systemd[1]: Started Journal Service.
[ 5.779312] systemd-journald[141]: Received request to flush runtime journal from PID 1
[ 6.738124] random: nonblocking pool is initialized
[ 7.518449] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[ 7.518460] ACPI: Power Button [PBTN]
[ 7.518548] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 7.518553] ACPI: Power Button [PWRF]
[ 7.630068] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 7.662632] Linux agpgart interface v0.103
[ 7.663310] intel_rng: Firmware space is locked read-only. If you can't or
intel_rng: don't want to disable this in firmware setup, and if
intel_rng: you are certain that your system has a functional
intel_rng: RNG, try using the 'no_fwh_detect' option.
[ 7.689471] parport_pc 00:03: reported by Plug and Play ACPI
[ 7.689517] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[ 7.716156] agpgart-intel 0000:00:00.0: Intel 865 Chipset
[ 7.724971] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xe4000000
[ 7.905881] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 7.959430] mousedev: PS/2 mouse device common for all mice
[ 8.208877] input: PC Speaker as /devices/platform/pcspkr/input/input7
[ 8.210438] pps_core: LinuxPPS API ver. 1 registered
[ 8.210444] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 8.276808] PTP clock support registered
[ 8.278413] ppdev: user-space parallel port driver
[ 8.289526] [drm] Initialized drm 1.1.0 20060810
[ 8.381759] iTCO_vendor_support: vendor-support=0
[ 8.472062] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 8.472111] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 8.535144] tg3.c:v3.137 (May 11, 2014)
[ 8.627819] tg3 0000:05:02.0 eth0: Tigon3 [partno(BCM95782A50) rev 3003] (PCI:33MHz:32-bit) MAC address 00:0b:cd:73:89:d5
[ 8.627828] tg3 0000:05:02.0 eth0: attached PHY is 5705 (10/100/1000Base-T Ethernet) (WireSpeed[0], EEE[0])
[ 8.627832] tg3 0000:05:02.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 8.627835] tg3 0000:05:02.0 eth0: dma_rwctrl[763f0000] dma_mask[64-bit]
[ 8.821263] tg3 0000:05:02.0 enp5s2: renamed from eth0
[ 8.953080] [drm] VGACON disable radeon kernel modesetting.
[ 8.953113] [drm:radeon_init [radeon]] *ERROR* No UMS support in radeon module!
[ 9.070037] snd_intel8x0 0000:00:1f.5: intel8x0_measure_ac97_clock: measured 50627 usecs (2440 samples)
[ 9.070044] snd_intel8x0 0000:00:1f.5: clocking to 48000
[ 9.193352] Adding 6291452k swap on /dev/sdb2. Priority:-1 extents:1 across:6291452k FS
[ 9.853464] EXT4-fs (sdb3): mounted filesystem with ordered data mode. Opts: data=ordered
[ 10.279089] cfg80211: Calling CRDA to update world regulatory domain
[ 10.833533] IPv6: ADDRCONF(NETDEV_UP): enp5s2: link is not ready
[ 12.378842] tg3 0000:05:02.0 enp5s2: Link is up at 100 Mbps, full duplex
[ 12.378850] tg3 0000:05:02.0 enp5s2: Flow control is on for TX and on for RX
[ 12.378872] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s2: link becomes ready
[ 13.420077] cfg80211: Calling CRDA to update world regulatory domain
[ 16.593506] cfg80211: Calling CRDA to update world regulatory domain
[ 19.740025] cfg80211: Calling CRDA to update world regulatory domain
[ 22.890022] cfg80211: Calling CRDA to update world regulatory domain
[ 26.040046] cfg80211: Calling CRDA to update world regulatory domain
[ 29.190022] cfg80211: Calling CRDA to update world regulatory domain
[ 32.340019] cfg80211: Calling CRDA to update world regulatory domain
[ 35.490020] cfg80211: Calling CRDA to update world regulatory domain
[ 38.640034] cfg80211: Calling CRDA to update world regulatory domain
[ 41.790028] cfg80211: Calling CRDA to update world regulatory domain
[ 44.940021] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA@mich41 yes, i think it is or the radeon driver or KMS, or maybe they are related.
Offline
could you try this :
add both intel_agp and radeon to the modules= line in mkinitcpio.conf .
generate new intramfs
boot without nomodeset
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
No luck, I tried to add both intel_agp and radeon, and also to add just intel_agp, but I got the system freeze
Offline
any ideas?
Offline