Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-march=native -O2 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="x86_64-pc-linux-gnu" # These are the USE flags that were used in addition to what is provided by the # profile used for building. PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" PKGDIR="${PORTDIR}/packages" MAKEOPTS="-j5" GENTOO_MIRRORS="http://ftp.halifax.rwth-aachen.de/gentoo/" SYNC="rsync://rsync15.de.gentoo.org/gentoo-portage" USE="bindist mmx sse sse2 gtk xvmc nvidia vdpau" VIDEO_CARDS="nvidia" INPUT_DEVICES="evdev" |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 |
karsten@pc-karsten ~ $ dmesg [ 2.091398] usb 5-1.5: New USB device found, idVendor=046d, idProduct=c52b [ 2.091502] usb 5-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.091596] usb 5-1.5: Product: USB Receiver [ 2.091682] usb 5-1.5: Manufacturer: Logitech [ 2.095120] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb5/5-1/5-1.5/5-1.5:1.0/0003:046D:C52B.0001/input/input3 [ 2.095336] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1a.0-1.5/input0 [ 2.099204] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb5/5-1/5-1.5/5-1.5:1.1/0003:046D:C52B.0002/input/input4 [ 2.099537] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.5/input1 [ 2.104638] hid-generic 0003:046D:C52B.0003: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.5/input2 [ 2.104808] usbcore: registered new interface driver usbhid [ 2.104900] usbhid: USB HID core driver [ 2.177070] usb 6-1.3: new low-speed USB device number 3 using ehci-pci [ 2.206960] ata3: failed to resume link (SControl 0) [ 2.207068] ata3: SATA link down (SStatus 0 SControl 0) [ 2.207168] ata4: failed to resume link (SControl 0) [ 2.207265] ata4: SATA link down (SStatus 0 SControl 0) [ 2.207365] ata6: failed to resume link (SControl 0) [ 2.207461] ata6: SATA link down (SStatus 0 SControl 0) [ 2.207561] ata2: failed to resume link (SControl 0) [ 2.207657] ata2: SATA link down (SStatus 0 SControl 0) [ 2.207756] ata1: failed to resume link (SControl 0) [ 2.207852] ata1: SATA link down (SStatus 0 SControl 0) [ 2.207950] ata5: failed to resume link (SControl 0) [ 2.208052] ata5: SATA link down (SStatus 0 SControl 0) [ 2.208245] scsi 8:0:0:0: Direct-Access ATA SAMSUNG SSD 830 CXM0 PQ: 0 ANSI: 5 [ 2.208510] sd 8:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB) [ 2.208688] sd 8:0:0:0: [sda] Write Protect is off [ 2.208778] sd 8:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.208799] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.210854] sda: sda1 sda2 sda3 sda4 [ 2.211306] sd 8:0:0:0: [sda] Attached SCSI disk [ 2.211944] scsi 9:0:0:0: CD-ROM HL-DT-ST DVDRAM GH22NS40 NL00 PQ: 0 ANSI: 5 [ 2.240615] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.240722] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.240928] sr 9:0:0:0: Attached scsi CD-ROM sr0 [ 2.241182] scsi 15:0:0:0: Processor Marvell 91xx Config 1.01 PQ: 0 ANSI: 5 [ 2.278486] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0 [ 2.278589] ata10.00: irq_stat 0x40000001 [ 2.292207] usb 6-1.3: New USB device found, idVendor=046d, idProduct=c051 [ 2.292311] usb 6-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.292406] usb 6-1.3: Product: USB-PS/2 Optical Mouse [ 2.292495] usb 6-1.3: Manufacturer: Logitech [ 2.296674] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1.3/6-1.3:1.0/0003:046D:C051.0004/input/input5 [ 2.296947] hid-generic 0003:046D:C051.0004: input,hidraw3: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.3/input0 [ 2.376879] usb 6-1.4: new high-speed USB device number 4 using ehci-pci [ 2.542861] sd 8:0:0:0: Attached scsi generic sg0 type 0 [ 2.543016] sr 9:0:0:0: Attached scsi generic sg1 type 5 [ 2.543166] scsi 15:0:0:0: Attached scsi generic sg2 type 3 [ 2.574775] scsi: <fdomain> Detection failed (no card) [ 2.627512] GDT-HA: Storage RAID Controller Driver. Version: 3.05 [ 2.641623] usb 6-1.4: New USB device found, idVendor=046d, idProduct=08cc [ 2.641718] usb 6-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=2 [ 2.641813] usb 6-1.4: SerialNumber: 0ACACE90 [ 2.669079] imm: Version 2.05 (for Linux 2.4.0) [ 2.706730] Fusion MPT base driver 3.04.20 [ 2.706822] Copyright (c) 1999-2008 LSI Corporation [ 2.709218] Fusion MPT SPI Host driver 3.04.20 [ 2.711104] Fusion MPT FC Host driver 3.04.20 [ 2.713000] Fusion MPT SAS Host driver 3.04.20 [ 2.714186] 3ware Storage Controller device driver for Linux v1.26.02.003. [ 2.715403] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014. [ 2.716557] usb 6-1.7: new full-speed USB device number 5 using ehci-pci [ 2.719644] HP CISS Driver (v 3.6.26) [ 2.726248] Adaptec aacraid driver 1.2-0[30200]-ms [ 2.728583] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006) [ 2.728953] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006) [ 2.731102] megasas: 06.700.06.00-rc1 Sat. Aug. 31 17:00:00 PDT 2013 [ 2.733297] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.06.00.12-k. [ 2.740624] Emulex LightPulse Fibre Channel SCSI driver 8.3.43 [ 2.740718] Copyright(c) 2004-2013 Emulex. All rights reserved. [ 2.743678] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded [ 2.759843] usbcore: registered new interface driver usb-storage [ 2.761191] uhci_hcd: USB Universal Host Controller Interface driver [ 2.762562] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.762789] ohci-pci: OHCI PCI platform driver [ 2.826824] usb 6-1.7: New USB device found, idVendor=0cf3, idProduct=3000 [ 2.826945] usb 6-1.7: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.828014] device-mapper: uevent: version 1.0.3 [ 2.828163] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 2.842963] md: raid0 personality registered for level 0 [ 2.844282] md: raid1 personality registered for level 1 [ 3.006205] raid6: sse2x1 8930 MB/s [ 3.176041] raid6: sse2x2 11087 MB/s [ 3.345880] raid6: sse2x4 12735 MB/s [ 3.345965] raid6: using algorithm sse2x4 (12735 MB/s) [ 3.346054] raid6: using ssse3x2 recovery algorithm [ 3.346155] Switched to clocksource tsc [ 3.346279] async_tx: api initialized (async) [ 3.346464] xor: automatically using best checksumming function: [ 3.445779] avx : 25243.600 MB/sec [ 3.446611] md: raid6 personality registered for level 6 [ 3.446701] md: raid5 personality registered for level 5 [ 3.446790] md: raid4 personality registered for level 4 [ 3.454511] md: raid10 personality registered for level 10 [ 3.455706] md: linear personality registered for level -1 [ 3.456920] md: multipath personality registered for level -4 [ 3.473805] JFS: nTxBlock = 8192, nTxLock = 65536 [ 3.478518] RPC: Registered named UNIX socket transport module. [ 3.478611] RPC: Registered udp transport module. [ 3.478698] RPC: Registered tcp transport module. [ 3.478786] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 3.488483] fuse init (API version 7.22) [ 3.490631] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 3.490749] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 3.495381] Loading iSCSI transport class v2.0-870. [ 3.670739] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null) [ 3.727676] systemd[1]: systemd 215 running in system mode. (+PAM -AUDIT -SELINUX +IMA -SYSVINIT -LIBCRYPTSETUP -GCRYPT +ACL -XZ +SECCOMP -APPARMOR) [ 3.727924] systemd[1]: Detected architecture 'x86-64'. [ 3.745038] NET: Registered protocol family 10 [ 3.745279] systemd[1]: Inserted module 'ipv6' [ 3.745658] systemd[1]: Set hostname to <pc-karsten>. [ 3.789171] systemd[1]: Configuration file /run/systemd/generator/lvm2-activation-early.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway. [ 3.790696] systemd[1]: Configuration file /run/systemd/generator/lvm2-activation.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway. [ 3.797128] systemd[1]: Configuration file /run/systemd/generator/lvm2-activation-net.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway. [ 3.815712] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.815813] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.815910] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.816007] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.816103] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.816230] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.816327] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.816423] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.816519] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.816614] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.816732] systemd[1]: Mounted /. [ 3.817094] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ 3.817224] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.817327] systemd[1]: Starting home-karsten-Fileserver-Persoenliche\x20Dateien.automount. [ 3.819799] systemd[1]: Set up automount home-karsten-Fileserver-Persoenliche\x20Dateien.automount. [ 3.819931] systemd[1]: Starting home-karsten-Fileserver-Allgemeine\x20Dateien.automount. [ 3.820578] systemd[1]: Set up automount home-karsten-Fileserver-Allgemeine\x20Dateien.automount. [ 3.820708] systemd[1]: Starting home-karsten-Fileserver-Medien.automount. [ 3.821347] systemd[1]: Set up automount home-karsten-Fileserver-Medien.automount. [ 3.821464] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ 3.822032] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 3.822165] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [ 3.822283] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 3.822385] systemd[1]: Starting Paths. [ 3.822864] systemd[1]: Reached target Paths. [ 3.822956] systemd[1]: Starting Root Slice. [ 3.824696] systemd[1]: Created slice Root Slice. [ 3.824791] systemd[1]: Starting udev Control Socket. [ 3.825291] systemd[1]: Listening on udev Control Socket. [ 3.825388] systemd[1]: Starting udev Kernel Socket. [ 3.825883] systemd[1]: Listening on udev Kernel Socket. [ 3.825978] systemd[1]: Starting User and Session Slice. [ 3.826501] systemd[1]: Created slice User and Session Slice. [ 3.826598] systemd[1]: Starting Delayed Shutdown Socket. [ 3.827093] systemd[1]: Listening on Delayed Shutdown Socket. [ 3.827189] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ 3.827697] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 3.827796] systemd[1]: Starting Journal Socket (/dev/log). [ 3.834885] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.834983] systemd[1]: Starting Journal Socket. [ 3.835493] systemd[1]: Listening on Journal Socket. [ 3.835592] systemd[1]: Starting System Slice. [ 3.836110] systemd[1]: Created slice System Slice. [ 3.837842] systemd[1]: Started Load Kernel Modules. [ 3.837937] systemd[1]: Activating swap /dev/sda3... [ 3.839149] systemd[1]: Started Set Up Additional Binary Formats. [ 3.839255] systemd[1]: Mounted Huge Pages File System. [ 3.839351] systemd[1]: Starting Apply Kernel Variables... [ 3.839915] systemd[1]: Mounting POSIX Message Queue File System... [ 3.840462] systemd[1]: Starting Setup Virtual Console... [ 3.841016] systemd[1]: Mounted Debug File System. [ 3.841109] systemd[1]: Mounting Configuration File System... [ 3.841703] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.842326] systemd[1]: Starting system-getty.slice. [ 3.842846] systemd[1]: Created slice system-getty.slice. [ 3.842955] systemd[1]: Starting udev Coldplug all Devices... [ 3.843504] systemd[1]: Starting File System Check on Root Device... [ 3.844067] systemd[1]: Starting system-systemd\x2dfsck.slice. [ 3.844630] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 3.845481] systemd[1]: Mounting Temporary Directory... [ 3.846371] systemd[1]: Starting Journal Service... [ 3.847315] systemd[1]: Started Journal Service. [ 3.859908] Adding 4194300k swap on /dev/sda3. Priority:-1 extents:1 across:4194300k SS [ 3.875041] EXT4-fs (sda4): re-mounted. Opts: (null) [ 3.892856] systemd-udevd[4476]: starting version 215 [ 3.965463] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6 [ 3.966519] ACPI: Power Button [PWRB] [ 3.966673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7 [ 3.966799] ACPI: Power Button [PWRF] [ 3.975540] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k [ 3.975629] e1000e: Copyright(c) 1999 - 2013 Intel Corporation. [ 4.015578] ACPI: Fan [FAN0] (off) [ 4.015590] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 4.015613] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X [ 4.016771] Monitor-Mwait will be used to enter C-1 state [ 4.016776] Monitor-Mwait will be used to enter C-2 state [ 4.016780] Monitor-Mwait will be used to enter C-3 state [ 4.016790] ACPI: acpi_idle registered with cpuidle [ 4.075426] ACPI: Fan [FAN1] (off) [ 4.075534] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 4.075574] ACPI: Fan [FAN2] (off) [ 4.075703] ACPI: Fan [FAN3] (off) [ 4.075773] ACPI: Fan [FAN4] (off) [ 4.090189] [drm] Initialized drm 1.1.0 20060810 [ 4.126103] acpi device:6b: registered as cooling_device9 [ 4.126180] thermal LNXTHERM:00: registered as thermal_zone0 [ 4.126181] ACPI: Thermal Zone [TZ00] (28 C) [ 4.126491] thermal LNXTHERM:01: registered as thermal_zone1 [ 4.126575] ACPI: Thermal Zone [TZ01] (30 C) [ 4.126668] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8 [ 4.127564] wmi: Mapper loaded [ 4.130200] nvidia: module license 'NVIDIA' taints kernel. [ 4.130298] Disabling lock debugging due to kernel taint [ 4.140329] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none [ 4.140751] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0 [ 4.140847] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.32 Tue Aug 5 20:58:26 PDT 2014 [ 4.159688] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 4.159795] r8169 0000:0e:00.0: can't disable ASPM; OS doesn't have ASPM control [ 4.160146] r8169 0000:0e:00.0: irq 62 for MSI/MSI-X [ 4.160372] r8169 0000:0e:00.0 eth0: RTL8168evl/8111evl at 0xffffc900055fe000, 14:da:e9:01:43:68, XID 0c900800 IRQ 62 [ 4.160501] r8169 0000:0e:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 4.176202] input: PC Speaker as /devices/platform/pcspkr/input/input9 [ 4.181514] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x28 [ 4.183468] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x28 [ 4.183568] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x28 [ 4.183666] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x28 [ 4.184719] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 4.201278] usb_audio: Warning! Unlikely big volume range (=3072), cval->res is probably wrong. [ 4.201382] usb_audio: [5] FU [Mic Capture Volume] ch = 1, val = 4608/7680/1 [ 4.201911] usbcore: registered new interface driver snd-usb-audio [ 4.216648] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0 [ 4.216752] ata10.00: irq_stat 0x40000001 [ 4.223895] nvidia 0000:01:00.0: irq 63 for MSI/MSI-X [ 4.834731] systemd-udevd[4575]: renamed network interface eth0 to enp14s0 [ 4.835383] e1000e 0000:00:19.0 eth0: registered PHC clock [ 4.835461] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 14:da:e9:01:52:da [ 4.835526] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection [ 4.835620] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF [ 4.835873] hda_intel: Disabling MSI [ 4.836005] snd_hda_intel 0000:00:1b.0: irq 64 for MSI/MSI-X [ 4.836128] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20131218/utaddress-258) [ 4.836329] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 5.084400] systemd-udevd[4565]: renamed network interface eth0 to eno1 [ 6.782689] hda_codec: cannot build controls for #1 (error -16) [ 6.802665] hda_codec: cannot build controls for #2 (error -16) [ 6.822647] hda_codec: cannot build controls for #3 (error -16) [ 6.873725] systemd-journald[3624]: Received request to flush runtime journal from PID 1 [ 7.007248] random: nonblocking pool is initialized [ 7.132340] CIFS VFS: Error connecting to socket. Aborting operation. [ 7.133302] CIFS VFS: Error connecting to socket. Aborting operation. [ 7.133504] CIFS VFS: cifs_mount failed w/return code = -101 [ 7.133521] CIFS VFS: cifs_mount failed w/return code = -101 [ 7.264375] r8169 0000:0e:00.0 enp14s0: link down [ 7.264401] r8169 0000:0e:00.0 enp14s0: link down [ 7.264599] IPv6: ADDRCONF(NETDEV_UP): enp14s0: link is not ready [ 7.418742] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X [ 7.454002] nvidia 0000:01:00.0: irq 63 for MSI/MSI-X [ 7.456732] NVRM: VM: nv_alloc_contig_pages: DMA address not in addressable range of device 0000:01:00 (0x12619f000, 0x0-0xffffffff) [ 7.456734] BUG: Bad page state in process Xorg pfn:12619f [ 7.456736] page:ffffea0004055ac8 count:0 mapcount:0 mapping: (null) index:0x0 [ 7.456736] page flags: 0x8000000000000400(reserved) [ 7.456738] page dumped because: PAGE_FLAGS_CHECK_AT_FREE flag(s) set [ 7.456739] bad because of flags: [ 7.456739] page flags: 0x400(reserved) [ 7.456740] Modules linked in: cifs snd_hda_codec_realtek snd_hda_codec_generic mxm_wmi x86_pkg_temp_thermal coretemp kvm_intel kvm microcode snd_usb_audio pcspkr i2c_i801 snd_usbmidi_lib snd_rawmidi snd_seq_device r8169 mii joydev nvidia(PO) acpi_cpufreq drm i2c_core thermal fan snd_hda_intel snd_hda_codec snd_hwdep battery snd_pcm wmi e1000e snd_timer video snd processor button thermal_sys ipv6 xts gf128mul aes_x86_64 cbc sha512_generic sha256_generic sha1_generic libiscsi scsi_transport_iscsi tg3 libphy e1000 fuse nfs lockd sunrpc jfs multipath linear raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq raid1 raid0 dm_snapshot dm_bufio dm_crypt dm_mirror dm_region_hash dm_log dm_mod hid_sunplus hid_sony led_class hid_samsung hid_pl hid_petalynx hid_gyration sl811_hcd [ 7.456773] ohci_pci ohci_hcd uhci_hcd usb_storage aic94xx libsas lpfc crc_t10dif crct10dif_common qla2xxx megaraid_sas megaraid_mbox megaraid_mm megaraid aacraid sx8 DAC960 cciss 3w_9xxx 3w_xxxx mptsas scsi_transport_sas mptfc scsi_transport_fc scsi_tgt mptspi mptscsih mptbase atp870u dc395x qla1280 imm parport dmx3191d sym53c8xx gdth advansys initio BusLogic arcmsr aic7xxx aic79xx scsi_transport_spi sg pdc_adma sata_inic162x sata_mv ata_piix sata_qstor sata_vsc sata_uli sata_sis sata_sx4 sata_nv sata_via sata_svw sata_sil24 sata_sil sata_promise pata_sl82c105 pata_cs5530 pata_cs5520 pata_via pata_jmicron pata_marvell pata_sis pata_netcell pata_sc1200 pata_pdc202xx_old pata_triflex pata_atiixp pata_opti pata_amd pata_ali pata_it8213 pata_pcmcia pcmcia pcmcia_core pata_ns87415 pata_ns87410 pata_serverworks [ 7.456805] pata_artop pata_it821x pata_optidma pata_hpt3x2n pata_hpt3x3 pata_hpt37x pata_hpt366 pata_cmd64x pata_efar pata_rz1000 pata_sil680 pata_radisys pata_pdc2027x pata_mpiix usbhid ehci_pci ahci xhci_hcd ehci_hcd libahci libata ptp usbcore usb_common pps_core [ 7.456817] CPU: 1 PID: 4874 Comm: Xorg Tainted: P O 3.14.14-gentoo #1 [ 7.456818] Hardware name: System manufacturer System Product Name/P8Z68 DELUXE, BIOS 3603 11/09/2012 [ 7.456819] ffffffff815aafd9 ffff8800c473b788 ffffffff814b698b 0000000000000006 [ 7.456820] ffffea0004055ac8 ffff8800c473b7b8 ffffffff810a7329 0000000000000000 [ 7.456822] ffffea0004055ac8 0000000000000001 0000000000000000 ffff8800c473b7f8 [ 7.456823] Call Trace: [ 7.456827] [<ffffffff814b698b>] dump_stack+0x46/0x58 [ 7.456830] [<ffffffff810a7329>] bad_page+0xed/0x10c [ 7.456831] [<ffffffff810a73d5>] free_pages_prepare+0x8d/0xc8 [ 7.456833] [<ffffffff810a8894>] free_hot_cold_page+0x1f/0xfc [ 7.456834] [<ffffffff810a898d>] __free_pages+0x1c/0x48 [ 7.456835] [<ffffffff810a8b01>] free_pages+0x40/0x42 [ 7.456895] [<ffffffffa10af97e>] nv_alloc_contig_pages+0x2dc/0x359 [nvidia] [ 7.456918] [<ffffffffa10aae18>] nv_alloc_pages+0xc5/0x16c [nvidia] [ 7.456999] [<ffffffffa0e2d166>] ? _nv015303rm+0x1666/0x2880 [nvidia] [ 7.457026] [<ffffffffa1093a4c>] _nv013368rm+0xfc/0x280 [nvidia] [ 7.457052] [<ffffffffa10939aa>] ? _nv013368rm+0x5a/0x280 [nvidia] [ 7.457119] [<ffffffffa0eb5777>] ? _nv012254rm+0x367/0x430 [nvidia] [ 7.457186] [<ffffffffa0eb58f6>] ? _nv012248rm+0xb6/0x310 [nvidia] [ 7.457219] [<ffffffffa0ba1540>] ? _nv002414rm+0x40/0x80 [nvidia] [ 7.457298] [<ffffffffa0e28876>] ? _nv008899rm+0x3456/0x5c10 [nvidia] [ 7.457336] [<ffffffffa1024f7b>] ? _nv009253rm+0x3b/0x60 [nvidia] [ 7.457361] [<ffffffffa10a1ad3>] ? _nv013589rm+0x9e3/0xb90 [nvidia] [ 7.457386] [<ffffffffa10a2889>] ? _nv000781rm+0x339/0x660 [nvidia] [ 7.457410] [<ffffffffa109a96a>] ? rm_init_adapter+0x6a/0x100 [nvidia] [ 7.457434] [<ffffffffa10aa7b7>] ? nvidia_open+0x603/0x83b [nvidia] [ 7.457457] [<ffffffffa10b275d>] ? nvidia_frontend_open+0x4b/0x89 [nvidia] [ 7.457459] [<ffffffff810d6ad7>] ? chrdev_open+0x12a/0x155 [ 7.457461] [<ffffffff810e5ad0>] ? __d_lookup+0x62/0x121 [ 7.457462] [<ffffffff810d69ad>] ? cdev_put+0x22/0x22 [ 7.457464] [<ffffffff810d19a4>] ? do_dentry_open.isra.16+0x18f/0x24d [ 7.457465] [<ffffffff810db8e6>] ? lookup_fast+0x1e1/0x22a [ 7.457466] [<ffffffff810d1a7f>] ? finish_open+0x1d/0x28 [ 7.457467] [<ffffffff810df297>] ? do_last+0x910/0xb3a [ 7.457468] [<ffffffff810dbecc>] ? inode_permission+0x40/0x42 [ 7.457470] [<ffffffff810dc22e>] ? link_path_walk+0x53/0x736 [ 7.457471] [<ffffffff810df70d>] ? path_openat+0x24c/0x591 [ 7.457472] [<ffffffff810dfcb2>] ? user_path_at_empty+0x60/0x90 [ 7.457474] [<ffffffff810dfd7d>] ? do_filp_open+0x35/0x85 [ 7.457476] [<ffffffff810e980f>] ? __alloc_fd+0x5b/0xe7 [ 7.457477] [<ffffffff810d29dc>] ? do_sys_open+0x14a/0x1d9 [ 7.457478] [<ffffffff810d2a88>] ? SyS_open+0x1d/0x1f [ 7.457480] [<ffffffff814bbe62>] ? system_call_fastpath+0x16/0x1b [ 7.457637] NVRM: RmInitAdapter failed! (0x24:0xc:1170) [ 7.457640] NVRM: rm_init_adapter failed for device bearing minor number 0 [ 7.457651] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5 [ 7.499591] nvidia 0000:01:00.0: irq 63 for MSI/MSI-X [ 7.531996] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X [ 7.532088] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready [ 9.577711] r8169 0000:0e:00.0 enp14s0: link up [ 9.577718] IPv6: ADDRCONF(NETDEV_CHANGE): enp14s0: link becomes ready [ 10.630237] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.630286] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.631327] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.631394] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.634910] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.635003] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.650574] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.650637] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.653686] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.653857] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.657552] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.657686] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.660516] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.660633] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.662662] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.662713] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.664566] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.664645] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.666691] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.666863] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.668714] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.668891] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.670973] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.671026] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.673155] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.673250] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.675410] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.675457] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.677448] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.677497] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.679392] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.679457] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.681190] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.681233] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.682931] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.682973] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.684739] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.684789] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.686515] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.686560] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.688300] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.688350] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.690161] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.690227] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.691959] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.692078] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.693778] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.693821] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.695823] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.695872] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.697659] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.697701] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.699435] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.699484] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.701234] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.701276] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.702983] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.703031] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.704714] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.704761] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.706477] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.706520] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.708218] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.708266] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.710208] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.710252] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.712015] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.712058] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.713838] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.713945] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.715641] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.715684] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.717395] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.717512] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.719280] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.719413] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.721203] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.721256] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.722972] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.723014] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.724726] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.724768] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.726470] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.726515] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.728285] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.728329] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.773563] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.773592] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.773726] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.773785] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.777656] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.777835] CIFS VFS: cifs_mount failed w/return code = -101 [ 10.779444] CIFS VFS: Error connecting to socket. Aborting operation. [ 10.779539] CIFS VFS: cifs_mount failed w/return code = -101 |
Quellcode |
|
1 2 3 4 5 6 7 |
x11-base/xorg-server udev sys-libs/zlib minizip net-misc/openssh -hpn app-misc/tracker -gstreamer media-video/vlc dvd ffmpeg mpeg mad wxwindows aac dts a52 ogg flac theora oggvorbis matroska freetype bidi xv svga gnutls stream vlm httpd cdda vcd cdio live lua dev-libs/openssl -bindist net-misc/openssh -bindist |
Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von »Volans« (26.08.2014, 14:26) aus folgendem Grund: Nach Neuinstallation können die Anpassungen der globalen USE-Flags ausgeschlossen werden. "Das System spiel verrück" war vielleicht ein wenig übertrieben, da es eigentlich nur um Grafikfehler in den Gnome-Fenstern und Verzögerung beim Tippen im Browser geht.
Auch ist aus Firefox Aurora geworden.
Quellcode |
|
1 |
equery uses firefox |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-march=native -O2 -pipe" CXXFLAGS="${CFLAGS}" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="x86_64-pc-linux-gnu" # These are the USE flags that were used in addition to what is provided by the # profile used for building. USE="bindist mmx sse sse2" PORTDIR="/usr/portage" DISTDIR="${PORTDIR}/distfiles" PKGDIR="${PORTDIR}/packages" MAKEOPTS="-j5" GENTOO_MIRRORS="http://ftp.halifax.rwth-aachen.de/gentoo/" SYNC="rsync://rsync15.de.gentoo.org/gentoo-portage" USE="gtk xvmc nvidia vdpau" VIDEO_CARDS="nvidia" INPUT_DEVICES="evdev" |
Quellcode |
|
1 2 |
x11-base/xorg-server udev sys-libs/zlib minizip |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 |
[ 1.762823] usb 3-1: new high-speed USB device number 2 using ehci-pci [ 1.912996] usb 3-1: New USB device found, idVendor=8087, idProduct=0024 [ 1.913099] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.913443] hub 3-1:1.0: USB hub found [ 1.913618] hub 3-1:1.0: 8 ports detected [ 1.972618] tsc: Refined TSC clocksource calibration: 3310.799 MHz [ 1.992673] usb 1-1.5: new full-speed USB device number 3 using ehci-pci [ 2.106688] usb 1-1.5: New USB device found, idVendor=046d, idProduct=c52b [ 2.106791] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.106885] usb 1-1.5: Product: USB Receiver [ 2.106972] usb 1-1.5: Manufacturer: Logitech [ 2.110408] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/0003:046D:C52B.0001/input/input3 [ 2.110630] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1a.0-1.5/input0 [ 2.114486] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.1/0003:046D:C52B.0002/input/input4 [ 2.114820] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.5/input1 [ 2.120049] hid-generic 0003:046D:C52B.0003: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.5/input2 [ 2.120217] usbcore: registered new interface driver usbhid [ 2.120310] usbhid: USB HID core driver [ 2.192483] usb 3-1.3: new low-speed USB device number 3 using ehci-pci [ 2.262351] ata1: failed to resume link (SControl 0) [ 2.262459] ata1: SATA link down (SStatus 0 SControl 0) [ 2.262559] ata6: failed to resume link (SControl 0) [ 2.262661] ata6: SATA link down (SStatus 0 SControl 0) [ 2.262761] ata5: failed to resume link (SControl 0) [ 2.262858] ata5: SATA link down (SStatus 0 SControl 0) [ 2.262958] ata3: failed to resume link (SControl 0) [ 2.263054] ata3: SATA link down (SStatus 0 SControl 0) [ 2.263155] ata2: failed to resume link (SControl 0) [ 2.263250] ata2: SATA link down (SStatus 0 SControl 0) [ 2.263349] ata4: failed to resume link (SControl 0) [ 2.263450] ata4: SATA link down (SStatus 0 SControl 0) [ 2.263650] scsi 8:0:0:0: Direct-Access ATA SAMSUNG SSD 830 CXM0 PQ: 0 ANSI: 5 [ 2.263921] sd 8:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB) [ 2.264100] sd 8:0:0:0: [sda] Write Protect is off [ 2.264189] sd 8:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.264209] sd 8:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.266290] sda: sda1 sda2 sda3 sda4 [ 2.266738] sd 8:0:0:0: [sda] Attached SCSI disk [ 2.267307] scsi 9:0:0:0: CD-ROM HL-DT-ST DVDRAM GH22NS40 NL00 PQ: 0 ANSI: 5 [ 2.296000] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.296107] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.296318] sr 9:0:0:0: Attached scsi CD-ROM sr0 [ 2.296564] scsi 15:0:0:0: Processor Marvell 91xx Config 1.01 PQ: 0 ANSI: 5 [ 2.307618] usb 3-1.3: New USB device found, idVendor=046d, idProduct=c051 [ 2.307724] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.314898] usb 3-1.3: Product: USB-PS/2 Optical Mouse [ 2.315000] usb 3-1.3: Manufacturer: Logitech [ 2.317530] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0 [ 2.317639] ata10.00: irq_stat 0x40000001 [ 2.318997] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:046D:C051.0004/input/input5 [ 2.319263] hid-generic 0003:046D:C051.0004: input,hidraw3: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-1.3/input0 [ 2.353849] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0 [ 2.353953] ata10.00: irq_stat 0x40000001 [ 2.392299] usb 3-1.4: new high-speed USB device number 4 using ehci-pci [ 2.547832] sd 8:0:0:0: Attached scsi generic sg0 type 0 [ 2.547983] sr 9:0:0:0: Attached scsi generic sg1 type 5 [ 2.548141] scsi 15:0:0:0: Attached scsi generic sg2 type 3 [ 2.579747] scsi: <fdomain> Detection failed (no card) [ 2.622955] GDT-HA: Storage RAID Controller Driver. Version: 3.05 [ 2.656414] usb 3-1.4: New USB device found, idVendor=046d, idProduct=08cc [ 2.656510] usb 3-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=2 [ 2.656605] usb 3-1.4: SerialNumber: 0ACACE90 [ 2.664781] imm: Version 2.05 (for Linux 2.4.0) [ 2.722173] Fusion MPT base driver 3.04.20 [ 2.722264] Copyright (c) 1999-2008 LSI Corporation [ 2.724663] Fusion MPT SPI Host driver 3.04.20 [ 2.726577] Fusion MPT FC Host driver 3.04.20 [ 2.728448] Fusion MPT SAS Host driver 3.04.20 [ 2.729613] 3ware Storage Controller device driver for Linux v1.26.02.003. [ 2.730801] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014. [ 2.731972] usb 3-1.7: new full-speed USB device number 5 using ehci-pci [ 2.735064] HP CISS Driver (v 3.6.26) [ 2.741675] Adaptec aacraid driver 1.2-0[30200]-ms [ 2.744021] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006) [ 2.744359] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006) [ 2.746508] megasas: 06.700.06.00-rc1 Sat. Aug. 31 17:00:00 PDT 2013 [ 2.748677] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.06.00.12-k. [ 2.755978] Emulex LightPulse Fibre Channel SCSI driver 8.3.43 [ 2.756071] Copyright(c) 2004-2013 Emulex. All rights reserved. [ 2.759023] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded [ 2.775130] usbcore: registered new interface driver usb-storage [ 2.776474] uhci_hcd: USB Universal Host Controller Interface driver [ 2.777848] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.778063] ohci-pci: OHCI PCI platform driver [ 2.842238] usb 3-1.7: New USB device found, idVendor=0cf3, idProduct=3000 [ 2.842356] usb 3-1.7: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.843214] device-mapper: uevent: version 1.0.3 [ 2.843361] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 2.858175] md: raid0 personality registered for level 0 [ 2.859503] md: raid1 personality registered for level 1 [ 3.021625] raid6: sse2x1 8928 MB/s [ 3.191466] raid6: sse2x2 11084 MB/s [ 3.361306] raid6: sse2x4 12738 MB/s [ 3.361391] raid6: using algorithm sse2x4 (12738 MB/s) [ 3.361480] raid6: using ssse3x2 recovery algorithm [ 3.361581] Switched to clocksource tsc [ 3.361703] async_tx: api initialized (async) [ 3.361892] xor: automatically using best checksumming function: [ 3.461203] avx : 25244.800 MB/sec [ 3.461988] md: raid6 personality registered for level 6 [ 3.462078] md: raid5 personality registered for level 5 [ 3.462168] md: raid4 personality registered for level 4 [ 3.469880] md: raid10 personality registered for level 10 [ 3.471072] md: linear personality registered for level -1 [ 3.472289] md: multipath personality registered for level -4 [ 3.489166] JFS: nTxBlock = 8192, nTxLock = 65536 [ 3.493859] RPC: Registered named UNIX socket transport module. [ 3.493952] RPC: Registered udp transport module. [ 3.494039] RPC: Registered tcp transport module. [ 3.494126] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 3.503767] fuse init (API version 7.22) [ 3.505891] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 3.506009] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 3.510568] Loading iSCSI transport class v2.0-870. [ 3.677605] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null) [ 3.734330] systemd[1]: systemd 215 running in system mode. (+PAM -AUDIT -SELINUX +IMA -SYSVINIT -LIBCRYPTSETUP -GCRYPT +ACL -XZ +SECCOMP -APPARMOR) [ 3.734575] systemd[1]: Detected architecture 'x86-64'. [ 3.751819] NET: Registered protocol family 10 [ 3.752063] systemd[1]: Inserted module 'ipv6' [ 3.752443] systemd[1]: Set hostname to <pc-karsten>. [ 3.794812] systemd[1]: Configuration file /run/systemd/generator/lvm2-activation-early.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway. [ 3.796329] systemd[1]: Configuration file /run/systemd/generator/lvm2-activation.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway. [ 3.801548] systemd[1]: Configuration file /run/systemd/generator/lvm2-activation-net.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway. [ 3.821623] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.821724] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.821820] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.821916] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.822012] systemd[1]: Found device SAMSUNG_SSD_830_Series boot. [ 3.822139] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.822235] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.822331] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.822427] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.822522] systemd[1]: Found device SAMSUNG_SSD_830_Series swap. [ 3.822639] systemd[1]: Mounted /. [ 3.822987] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ 3.823117] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 3.823233] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ 3.823825] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 3.823959] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [ 3.824075] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 3.824177] systemd[1]: Starting Paths. [ 3.824659] systemd[1]: Reached target Paths. [ 3.824753] systemd[1]: Starting Root Slice. [ 3.826455] systemd[1]: Created slice Root Slice. [ 3.826551] systemd[1]: Starting udev Control Socket. [ 3.827049] systemd[1]: Listening on udev Control Socket. [ 3.827146] systemd[1]: Starting udev Kernel Socket. [ 3.827636] systemd[1]: Listening on udev Kernel Socket. [ 3.827731] systemd[1]: Starting User and Session Slice. [ 3.828255] systemd[1]: Created slice User and Session Slice. [ 3.828351] systemd[1]: Starting Delayed Shutdown Socket. [ 3.828846] systemd[1]: Listening on Delayed Shutdown Socket. [ 3.828942] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ 3.829450] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 3.829549] systemd[1]: Starting Journal Socket (/dev/log). [ 3.830048] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.830145] systemd[1]: Starting Journal Socket. [ 3.830637] systemd[1]: Listening on Journal Socket. [ 3.830736] systemd[1]: Starting System Slice. [ 3.831270] systemd[1]: Created slice System Slice. [ 3.832977] systemd[1]: Started Load Kernel Modules. [ 3.839660] systemd[1]: Activating swap /dev/sda3... [ 3.840805] systemd[1]: Started Set Up Additional Binary Formats. [ 3.840936] systemd[1]: Mounted Huge Pages File System. [ 3.841029] systemd[1]: Starting Apply Kernel Variables... [ 3.841595] systemd[1]: Mounting POSIX Message Queue File System... [ 3.842131] systemd[1]: Starting Setup Virtual Console... [ 3.842669] systemd[1]: Mounted Debug File System. [ 3.842762] systemd[1]: Mounting Configuration File System... [ 3.843360] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 3.844012] systemd[1]: Starting system-getty.slice. [ 3.844659] systemd[1]: Created slice system-getty.slice. [ 3.844777] systemd[1]: Starting udev Coldplug all Devices... [ 3.845454] systemd[1]: Starting File System Check on Root Device... [ 3.846002] systemd[1]: Starting system-systemd\x2dfsck.slice. [ 3.846500] systemd[1]: Created slice system-systemd\x2dfsck.slice. [ 3.847762] systemd[1]: Mounting Temporary Directory... [ 3.848778] systemd[1]: Starting Journal Service... [ 3.849709] systemd[1]: Started Journal Service. [ 3.857487] Adding 4194300k swap on /dev/sda3. Priority:-1 extents:1 across:4194300k SS [ 3.916987] EXT4-fs (sda4): re-mounted. Opts: (null) [ 3.933299] systemd-udevd[4562]: starting version 215 [ 3.999722] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input6 [ 3.999863] ACPI: Power Button [PWRB] [ 3.999997] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7 [ 4.000124] ACPI: Power Button [PWRF] [ 4.002430] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k [ 4.002516] e1000e: Copyright(c) 1999 - 2013 Intel Corporation. [ 4.014692] [drm] Initialized drm 1.1.0 20060810 [ 4.054295] nvidia: module license 'NVIDIA' taints kernel. [ 4.054388] Disabling lock debugging due to kernel taint [ 4.071006] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 4.071147] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X [ 4.130675] Monitor-Mwait will be used to enter C-1 state [ 4.130680] Monitor-Mwait will be used to enter C-2 state [ 4.130681] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none [ 4.130811] Monitor-Mwait will be used to enter C-3 state [ 4.130822] ACPI: acpi_idle registered with cpuidle [ 4.130936] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0 [ 4.131039] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.32 Tue Aug 5 20:58:26 PDT 2014 [ 4.171273] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 4.171686] thermal LNXTHERM:00: registered as thermal_zone0 [ 4.171736] acpi device:6b: registered as cooling_device4 [ 4.171818] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8 [ 4.171992] ACPI: Thermal Zone [TZ00] (28 C) [ 4.172395] thermal LNXTHERM:01: registered as thermal_zone1 [ 4.172469] wmi: Mapper loaded [ 4.172566] ACPI: Thermal Zone [TZ01] (30 C) [ 4.172734] ACPI: Fan [FAN0] (off) [ 4.172936] ACPI: Fan [FAN1] (off) [ 4.173098] ACPI: Fan [FAN2] (off) [ 4.173308] ACPI: Fan [FAN3] (off) [ 4.174588] ACPI: Fan [FAN4] (off) [ 4.211733] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 4.211853] r8169 0000:0e:00.0: can't disable ASPM; OS doesn't have ASPM control [ 4.212220] r8169 0000:0e:00.0: irq 62 for MSI/MSI-X [ 4.212848] r8169 0000:0e:00.0 eth0: RTL8168evl/8111evl at 0xffffc90006468000, 14:da:e9:01:43:68, XID 0c900800 IRQ 62 [ 4.212978] r8169 0000:0e:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 4.220883] input: PC Speaker as /devices/platform/pcspkr/input/input9 [ 4.227842] microcode: CPU0 sig=0x206a7, pf=0x2, revision=0x28 [ 4.230476] microcode: CPU1 sig=0x206a7, pf=0x2, revision=0x28 [ 4.230583] microcode: CPU2 sig=0x206a7, pf=0x2, revision=0x28 [ 4.230680] microcode: CPU3 sig=0x206a7, pf=0x2, revision=0x28 [ 4.230894] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 4.264926] nvidia 0000:01:00.0: irq 63 for MSI/MSI-X [ 4.272065] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0 [ 4.272208] ata10.00: irq_stat 0x40000001 [ 4.275650] usb_audio: Warning! Unlikely big volume range (=3072), cval->res is probably wrong. [ 4.275798] usb_audio: [5] FU [Mic Capture Volume] ch = 1, val = 4608/7680/1 [ 4.276256] usbcore: registered new interface driver snd-usb-audio [ 4.282116] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0 [ 4.282257] ata10.00: irq_stat 0x40000001 [ 4.860098] systemd-udevd[4571]: renamed network interface eth0 to enp14s0 [ 4.860912] e1000e 0000:00:19.0 eth0: registered PHC clock [ 4.860979] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 14:da:e9:01:52:da [ 4.861045] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection [ 4.861139] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF [ 4.861378] hda_intel: Disabling MSI [ 4.861391] snd_hda_intel 0000:00:1b.0: irq 64 for MSI/MSI-X [ 4.861440] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20131218/utaddress-258) [ 4.861441] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 4.899978] systemd-udevd[4565]: renamed network interface eth0 to eno1 [ 6.598303] hda_codec: cannot build controls for #1 (error -16) [ 6.618273] hda_codec: cannot build controls for #2 (error -16) [ 6.638259] hda_codec: cannot build controls for #3 (error -16) [ 6.695117] random: nonblocking pool is initialized [ 6.744208] systemd-journald[3623]: Received request to flush runtime journal from PID 1 [ 7.519463] r8169 0000:0e:00.0 enp14s0: link down [ 7.519487] r8169 0000:0e:00.0 enp14s0: link down [ 7.519705] IPv6: ADDRCONF(NETDEV_UP): enp14s0: link is not ready [ 7.673817] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X [ 7.777211] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X [ 7.777308] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready [ 8.150057] nvidia 0000:01:00.0: irq 63 for MSI/MSI-X [ 9.882621] r8169 0000:0e:00.0 enp14s0: link up [ 9.882628] IPv6: ADDRCONF(NETDEV_CHANGE): enp14s0: link becomes ready |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
[ 7.456732] NVRM: VM: nv_alloc_contig_pages: DMA address not in addressable range of device 0000:01:00 (0x12619f000, 0x0-0xffffffff) [ 7.456734] BUG: Bad page state in process Xorg pfn:12619f [ 7.456736] page:ffffea0004055ac8 count:0 mapcount:0 mapping: (null) index:0x0 [ 7.456736] page flags: 0x8000000000000400(reserved) [ 7.456738] page dumped because: PAGE_FLAGS_CHECK_AT_FREE flag(s) set [ 7.456739] bad because of flags: [ 7.456739] page flags: 0x400(reserved) [ 7.456740] Modules linked in: cifs snd_hda_codec_realtek snd_hda_codec_generic mxm_wmi x86_pkg_temp_thermal coretemp kvm_intel kvm microcode snd_usb_audio pcspkr i2c_i801 snd_usbmidi_lib snd_rawmidi snd_seq_device r8169 mii joydev nvidia(PO) acpi_cpufreq drm i2c_core thermal fan snd_hda_intel snd_hda_codec snd_hwdep battery snd_pcm wmi e1000e snd_timer video snd processor button thermal_sys ipv6 xts gf128mul aes_x86_64 cbc sha512_generic sha256_generic sha1_generic libiscsi scsi_transport_iscsi tg3 libphy e1000 fuse nfs lockd sunrpc jfs multipath linear raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq raid1 raid0 dm_snapshot dm_bufio dm_crypt dm_mirror dm_region_hash dm_log dm_mod hid_sunplus hid_sony led_class hid_samsung hid_pl hid_petalynx hid_gyration sl811_hcd [ 7.456773] ohci_pci ohci_hcd uhci_hcd usb_storage aic94xx libsas lpfc crc_t10dif crct10dif_common qla2xxx megaraid_sas megaraid_mbox megaraid_mm megaraid aacraid sx8 DAC960 cciss 3w_9xxx 3w_xxxx mptsas scsi_transport_sas mptfc scsi_transport_fc scsi_tgt mptspi mptscsih mptbase atp870u dc395x qla1280 imm parport dmx3191d sym53c8xx gdth advansys initio BusLogic arcmsr aic7xxx aic79xx scsi_transport_spi sg pdc_adma sata_inic162x sata_mv ata_piix sata_qstor sata_vsc sata_uli sata_sis sata_sx4 sata_nv sata_via sata_svw sata_sil24 sata_sil sata_promise pata_sl82c105 pata_cs5530 pata_cs5520 pata_via pata_jmicron pata_marvell pata_sis pata_netcell pata_sc1200 pata_pdc202xx_old pata_triflex pata_atiixp pata_opti pata_amd pata_ali pata_it8213 pata_pcmcia pcmcia pcmcia_core pata_ns87415 pata_ns87410 pata_serverworks [ 7.456805] pata_artop pata_it821x pata_optidma pata_hpt3x2n pata_hpt3x3 pata_hpt37x pata_hpt366 pata_cmd64x pata_efar pata_rz1000 pata_sil680 pata_radisys pata_pdc2027x pata_mpiix usbhid ehci_pci ahci xhci_hcd ehci_hcd libahci libata ptp usbcore usb_common pps_core [ 7.456817] CPU: 1 PID: 4874 Comm: Xorg Tainted: P O 3.14.14-gentoo #1 [ 7.456818] Hardware name: System manufacturer System Product Name/P8Z68 DELUXE, BIOS 3603 11/09/2012 [ 7.456819] ffffffff815aafd9 ffff8800c473b788 ffffffff814b698b 0000000000000006 [ 7.456820] ffffea0004055ac8 ffff8800c473b7b8 ffffffff810a7329 0000000000000000 [ 7.456822] ffffea0004055ac8 0000000000000001 0000000000000000 ffff8800c473b7f8 [ 7.456823] Call Trace: [ 7.456827] [<ffffffff814b698b>] dump_stack+0x46/0x58 [ 7.456830] [<ffffffff810a7329>] bad_page+0xed/0x10c [ 7.456831] [<ffffffff810a73d5>] free_pages_prepare+0x8d/0xc8 [ 7.456833] [<ffffffff810a8894>] free_hot_cold_page+0x1f/0xfc [ 7.456834] [<ffffffff810a898d>] __free_pages+0x1c/0x48 [ 7.456835] [<ffffffff810a8b01>] free_pages+0x40/0x42 [ 7.456895] [<ffffffffa10af97e>] nv_alloc_contig_pages+0x2dc/0x359 [nvidia] [ 7.456918] [<ffffffffa10aae18>] nv_alloc_pages+0xc5/0x16c [nvidia] [ 7.456999] [<ffffffffa0e2d166>] ? _nv015303rm+0x1666/0x2880 [nvidia] [ 7.457026] [<ffffffffa1093a4c>] _nv013368rm+0xfc/0x280 [nvidia] [ 7.457052] [<ffffffffa10939aa>] ? _nv013368rm+0x5a/0x280 [nvidia] [ 7.457119] [<ffffffffa0eb5777>] ? _nv012254rm+0x367/0x430 [nvidia] [ 7.457186] [<ffffffffa0eb58f6>] ? _nv012248rm+0xb6/0x310 [nvidia] [ 7.457219] [<ffffffffa0ba1540>] ? _nv002414rm+0x40/0x80 [nvidia] [ 7.457298] [<ffffffffa0e28876>] ? _nv008899rm+0x3456/0x5c10 [nvidia] [ 7.457336] [<ffffffffa1024f7b>] ? _nv009253rm+0x3b/0x60 [nvidia] [ 7.457361] [<ffffffffa10a1ad3>] ? _nv013589rm+0x9e3/0xb90 [nvidia] [ 7.457386] [<ffffffffa10a2889>] ? _nv000781rm+0x339/0x660 [nvidia] [ 7.457410] [<ffffffffa109a96a>] ? rm_init_adapter+0x6a/0x100 [nvidia] [ 7.457434] [<ffffffffa10aa7b7>] ? nvidia_open+0x603/0x83b [nvidia] [ 7.457457] [<ffffffffa10b275d>] ? nvidia_frontend_open+0x4b/0x89 [nvidia] [ 7.457459] [<ffffffff810d6ad7>] ? chrdev_open+0x12a/0x155 [ 7.457461] [<ffffffff810e5ad0>] ? __d_lookup+0x62/0x121 [ 7.457462] [<ffffffff810d69ad>] ? cdev_put+0x22/0x22 [ 7.457464] [<ffffffff810d19a4>] ? do_dentry_open.isra.16+0x18f/0x24d [ 7.457465] [<ffffffff810db8e6>] ? lookup_fast+0x1e1/0x22a [ 7.457466] [<ffffffff810d1a7f>] ? finish_open+0x1d/0x28 [ 7.457467] [<ffffffff810df297>] ? do_last+0x910/0xb3a [ 7.457468] [<ffffffff810dbecc>] ? inode_permission+0x40/0x42 [ 7.457470] [<ffffffff810dc22e>] ? link_path_walk+0x53/0x736 [ 7.457471] [<ffffffff810df70d>] ? path_openat+0x24c/0x591 [ 7.457472] [<ffffffff810dfcb2>] ? user_path_at_empty+0x60/0x90 [ 7.457474] [<ffffffff810dfd7d>] ? do_filp_open+0x35/0x85 [ 7.457476] [<ffffffff810e980f>] ? __alloc_fd+0x5b/0xe7 [ 7.457477] [<ffffffff810d29dc>] ? do_sys_open+0x14a/0x1d9 [ 7.457478] [<ffffffff810d2a88>] ? SyS_open+0x1d/0x1f [ 7.457480] [<ffffffff814bbe62>] ? system_call_fastpath+0x16/0x1b [ 7.457637] NVRM: RmInitAdapter failed! (0x24:0xc:1170) [ 7.457640] NVRM: rm_init_adapter failed for device bearing minor number 0 [ 7.457651] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5 |
Wenn ich mit der Maus in Fenster über
das "X" oben, rechts gehe gibt es komische "Grafikfehler". Der
Fenstername in der mitte wird plötzlich weiß.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
[ 7.456823] Call Trace: [ 7.456827] [<ffffffff814b698b>] dump_stack+0x46/0x58 [ 7.456830] [<ffffffff810a7329>] bad_page+0xed/0x10c [ 7.456831] [<ffffffff810a73d5>] free_pages_prepare+0x8d/0xc8 [ 7.456833] [<ffffffff810a8894>] free_hot_cold_page+0x1f/0xfc [ 7.456834] [<ffffffff810a898d>] __free_pages+0x1c/0x48 [ 7.456835] [<ffffffff810a8b01>] free_pages+0x40/0x42 [ 7.456895] [<ffffffffa10af97e>] nv_alloc_contig_pages+0x2dc/0x359 [nvidia] [ 7.456918] [<ffffffffa10aae18>] nv_alloc_pages+0xc5/0x16c [nvidia] [ 7.456999] [<ffffffffa0e2d166>] ? _nv015303rm+0x1666/0x2880 [nvidia] [ 7.457026] [<ffffffffa1093a4c>] _nv013368rm+0xfc/0x280 [nvidia] [ 7.457052] [<ffffffffa10939aa>] ? _nv013368rm+0x5a/0x280 [nvidia] [ 7.457119] [<ffffffffa0eb5777>] ? _nv012254rm+0x367/0x430 [nvidia] [ 7.457186] [<ffffffffa0eb58f6>] ? _nv012248rm+0xb6/0x310 [nvidia] [ 7.457219] [<ffffffffa0ba1540>] ? _nv002414rm+0x40/0x80 [nvidia] [ 7.457298] [<ffffffffa0e28876>] ? _nv008899rm+0x3456/0x5c10 [nvidia] [ 7.457336] [<ffffffffa1024f7b>] ? _nv009253rm+0x3b/0x60 [nvidia] [ 7.457361] [<ffffffffa10a1ad3>] ? _nv013589rm+0x9e3/0xb90 [nvidia] [ 7.457386] [<ffffffffa10a2889>] ? _nv000781rm+0x339/0x660 [nvidia] [ 7.457410] [<ffffffffa109a96a>] ? rm_init_adapter+0x6a/0x100 [nvidia] [ 7.457434] [<ffffffffa10aa7b7>] ? nvidia_open+0x603/0x83b [nvidia] [ 7.457457] [<ffffffffa10b275d>] ? nvidia_frontend_open+0x4b/0x89 [nvidia] [ 7.457459] [<ffffffff810d6ad7>] ? chrdev_open+0x12a/0x155 [ 7.457461] [<ffffffff810e5ad0>] ? __d_lookup+0x62/0x121 [ 7.457462] [<ffffffff810d69ad>] ? cdev_put+0x22/0x22 [ 7.457464] [<ffffffff810d19a4>] ? do_dentry_open.isra.16+0x18f/0x24d [ 7.457465] [<ffffffff810db8e6>] ? lookup_fast+0x1e1/0x22a [ 7.457466] [<ffffffff810d1a7f>] ? finish_open+0x1d/0x28 [ 7.457467] [<ffffffff810df297>] ? do_last+0x910/0xb3a [ 7.457468] [<ffffffff810dbecc>] ? inode_permission+0x40/0x42 [ 7.457470] [<ffffffff810dc22e>] ? link_path_walk+0x53/0x736 [ 7.457471] [<ffffffff810df70d>] ? path_openat+0x24c/0x591 [ 7.457472] [<ffffffff810dfcb2>] ? user_path_at_empty+0x60/0x90 [ 7.457474] [<ffffffff810dfd7d>] ? do_filp_open+0x35/0x85 [ 7.457476] [<ffffffff810e980f>] ? __alloc_fd+0x5b/0xe7 [ 7.457477] [<ffffffff810d29dc>] ? do_sys_open+0x14a/0x1d9 [ 7.457478] [<ffffffff810d2a88>] ? SyS_open+0x1d/0x1f [ 7.457480] [<ffffffff814bbe62>] ? system_call_fastpath+0x16/0x1b |
Wäre davon abzuraten x11-drivers/nvidia-drivers mit ~amd64 in die package.accept_keywords aufzunehmen und es damit zu versuchen?
Quellcode |
|
1 2 |
[ 4.050490] nvidia: module license 'NVIDIA' taints kernel. [ 4.050583] Disabling lock debugging due to kernel taint |
Quellcode |
|
1 2 3 4 5 6 7 8 9 |
KBUILD_EXTMOD="/var/tmp/portage/x11-drivers/nvidia-drivers-340.32/work/kernel" -f /usr/src/linux-3.14.14-gentoo/Makefile \ modules test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \ /bin/false) |
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »Volans« (22.08.2014, 14:59)
Quellcode |
|
1 |
equery u Programmname |
Ich bin dir für deine zurückhaltende Ausdrucksweise sehr verbunden. Das war wohl ein echt blöder und typischer Anfängerfehler.Also einfach mal so alle "use flags" reinzuschreiben halte ich für nicht so toll.
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Volans« (25.08.2014, 11:02)
Nein. Wenn es beim erneuten starten geht ist es ja OK.Und noch eine Frage: Wenn ich so viele Pakete nacheinander kompiliere kommt es manchmal vor, dass der Vorgang bei einem Paket mit "failed" in der "compiling phase" abbricht. Dann starte ich den Vorgang einfach nochmal und dann läuft es durch.. muss ich mir da Sorgen machen?
Alle genannten USE-FLags sind in der make.defaults schon drin und je nach Profil (KDE oder Gnome) auch gnome oder kde. Ein emerge --info zeigt dir u.a. alle Flags. Wenn dann was dazu oder weg soll schreib es in deine make.conf. Aber nur wenn es alle Pakete haben sollen. Hier mal ein Beispiel für dvd und dem Programm euse aus dem Paket app-portage/gentoolkit. Das "D" steht für aktiviert in make.defaults.Heißt das, dass es für Gnome so aussehen sollte?
USE="gtk gnome -qt4 -kde dvd alsa cdr"
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 |
# euse -I dvd global use flags (searching: dvd) ************************************************************ [+ D ] dvd - Add support for DVDs Installed packages matching this USE flag: media-plugins/grilo-plugins-0.2.12 media-plugins/gst-plugins-meta-0.10-r9 media-plugins/gst-plugins-meta-1.0-r2 media-video/mplayer-1.2_pre20130729 media-video/vlc-2.1.2 |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Volans« (25.08.2014, 12:28)
Was ich immer noch nicht so recht verstehe ist, warum z.B. in http://www.gentoo.de/doc/de/gnome-config.xml von rc-update geredet wird, wo Gnome doch nur mit systemd läuft. War das mal anders und das Wiki ist veraltet?
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 |
[ 10.059806] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0 [ 10.059807] ata10.00: irq_stat 0x40000001 [ 10.073685] nvidia 0000:01:00.0: irq 64 for MSI/MSI-X [ 10.079763] ata10.00: exception Emask 0x1 SAct 0x0 SErr 0x0 action 0x0 [ 10.079764] ata10.00: irq_stat 0x40000001 [ 10.242841] NVRM: VM: nv_alloc_contig_pages: DMA address not in addressable range of device 0000:01:00 (0x12563f000, 0x0-0xffffffff) [ 10.242842] BUG: Bad page state in process nvidia-smi pfn:12563f [ 10.242843] page:ffffea000402ddc8 count:0 mapcount:0 mapping: (null) index:0x0 [ 10.242845] page flags: 0x8000000000000400(reserved) [ 10.242845] page dumped because: PAGE_FLAGS_CHECK_AT_FREE flag(s) set [ 10.242845] bad because of flags: [ 10.242846] page flags: 0x400(reserved) [ 10.242866] Modules linked in: x86_pkg_temp_thermal coretemp kvm_intel kvm microcode pcspkr i2c_i801 r8169 mii snd_hda_codec_realtek snd_hda_codec_generic acpi_cpufreq joydev snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device nvidia(PO) thermal fan snd_hda_intel snd_hda_codec snd_hwdep drm snd_pcm e1000e i2c_core snd_timer snd video battery backlight processor button thermal_sys xts gf128mul aes_x86_64 cbc sha512_generic sha256_generic sha1_generic libiscsi scsi_transport_iscsi tg3 libphy e1000 fuse nfs lockd sunrpc jfs multipath linear raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq raid1 raid0 dm_snapshot dm_bufio dm_crypt dm_mirror dm_region_hash dm_log dm_mod hid_sunplus hid_sony led_class hid_samsung hid_pl hid_petalynx hid_gyration sl811_hcd ohci_pci [ 10.242887] ohci_hcd uhci_hcd usb_storage aic94xx libsas lpfc crc_t10dif crct10dif_common qla2xxx megaraid_sas megaraid_mbox megaraid_mm megaraid aacraid sx8 DAC960 cciss 3w_9xxx 3w_xxxx mptsas scsi_transport_sas mptfc scsi_transport_fc scsi_tgt mptspi mptscsih mptbase atp870u dc395x qla1280 imm parport dmx3191d sym53c8xx gdth advansys initio BusLogic arcmsr aic7xxx aic79xx scsi_transport_spi sg pdc_adma sata_inic162x sata_mv ata_piix sata_qstor sata_vsc sata_uli sata_sis sata_sx4 sata_nv sata_via sata_svw sata_sil24 sata_sil sata_promise pata_sl82c105 pata_cs5530 pata_cs5520 pata_via pata_jmicron pata_marvell pata_sis pata_netcell pata_sc1200 pata_pdc202xx_old pata_triflex pata_atiixp pata_opti pata_amd pata_ali pata_it8213 pata_pcmcia pcmcia pcmcia_core pata_ns87415 pata_ns87410 pata_serverworks [ 10.242893] pata_artop pata_it821x pata_optidma pata_hpt3x2n pata_hpt3x3 pata_hpt37x pata_hpt366 pata_cmd64x pata_efar pata_rz1000 pata_sil680 pata_radisys pata_pdc2027x pata_mpiix usbhid ptp ahci libahci libata ehci_pci xhci_hcd ehci_hcd usbcore usb_common pps_core [ 10.242895] CPU: 3 PID: 2253 Comm: nvidia-smi Tainted: P O 3.14.14-gentoo #1 [ 10.242895] Hardware name: System manufacturer System Product Name/P8Z68 DELUXE, BIOS 3603 11/09/2012 [ 10.242897] ffffffff815db30f ffff8800c2d93788 ffffffff814e0903 0000000000000000 [ 10.242897] ffffea000402ddc8 ffff8800c2d937b8 ffffffff810a7329 0000000000000000 [ 10.242898] ffffea000402ddc8 0000000000000001 0000000000000000 ffff8800c2d937f8 [ 10.242899] Call Trace: [ 10.242902] [<ffffffff814e0903>] dump_stack+0x46/0x58 [ 10.242905] [<ffffffff810a7329>] bad_page+0xed/0x10c [ 10.242906] [<ffffffff810a73d5>] free_pages_prepare+0x8d/0xc8 [ 10.242907] [<ffffffff810a8894>] free_hot_cold_page+0x1f/0xfc [ 10.242908] [<ffffffff810a898d>] __free_pages+0x1c/0x48 [ 10.242908] [<ffffffff810a8b01>] free_pages+0x40/0x42 [ 10.242974] [<ffffffffa0f5d97e>] nv_alloc_contig_pages+0x2dc/0x359 [nvidia] [ 10.242998] [<ffffffffa0f58e18>] nv_alloc_pages+0xc5/0x16c [nvidia] [ 10.243080] [<ffffffffa0cdb166>] ? _nv015303rm+0x1666/0x2880 [nvidia] [ 10.243108] [<ffffffffa0f41a4c>] _nv013368rm+0xfc/0x280 [nvidia] [ 10.243134] [<ffffffffa0f419aa>] ? _nv013368rm+0x5a/0x280 [nvidia] [ 10.243203] [<ffffffffa0d63777>] ? _nv012254rm+0x367/0x430 [nvidia] [ 10.243269] [<ffffffffa0d638f6>] ? _nv012248rm+0xb6/0x310 [nvidia] [ 10.243303] [<ffffffffa0a4f540>] ? _nv002414rm+0x40/0x80 [nvidia] [ 10.243385] [<ffffffffa0cd6876>] ? _nv008899rm+0x3456/0x5c10 [nvidia] [ 10.243423] [<ffffffffa0ed2f7b>] ? _nv009253rm+0x3b/0x60 [nvidia] [ 10.243448] [<ffffffffa0f4fad3>] ? _nv013589rm+0x9e3/0xb90 [nvidia] [ 10.243474] [<ffffffffa0f50889>] ? _nv000781rm+0x339/0x660 [nvidia] [ 10.243499] [<ffffffffa0f4896a>] ? rm_init_adapter+0x6a/0x100 [nvidia] [ 10.243523] [<ffffffffa0f587b7>] ? nvidia_open+0x603/0x83b [nvidia] [ 10.243525] [<ffffffff813bba8a>] ? kobj_lookup+0xf6/0x12f [ 10.243548] [<ffffffffa0f6075d>] ? nvidia_frontend_open+0x4b/0x89 [nvidia] [ 10.243550] [<ffffffff810d6ad7>] ? chrdev_open+0x12a/0x155 [ 10.243552] [<ffffffff810d69ad>] ? cdev_put+0x22/0x22 [ 10.243553] [<ffffffff810d19a4>] ? do_dentry_open.isra.16+0x18f/0x24d [ 10.243554] [<ffffffff810d1a7f>] ? finish_open+0x1d/0x28 [ 10.243555] [<ffffffff810df297>] ? do_last+0x910/0xb3a [ 10.243556] [<ffffffff810dbecc>] ? inode_permission+0x40/0x42 [ 10.243557] [<ffffffff810dc241>] ? link_path_walk+0x66/0x736 [ 10.243558] [<ffffffff810df70d>] ? path_openat+0x24c/0x591 [ 10.243559] [<ffffffff810e8b4f>] ? setattr_copy+0x9a/0xde [ 10.243561] [<ffffffff810dfd7d>] ? do_filp_open+0x35/0x85 [ 10.243562] [<ffffffff810e980f>] ? __alloc_fd+0x5b/0xe7 [ 10.243563] [<ffffffff810d29dc>] ? do_sys_open+0x14a/0x1d9 [ 10.243564] [<ffffffff810d25a3>] ? SyS_fchownat+0x9a/0xc9 [ 10.243565] [<ffffffff810d2a88>] ? SyS_open+0x1d/0x1f [ 10.243566] [<ffffffff814e5de2>] ? system_call_fastpath+0x16/0x1b [ 11.756557] hda_codec: cannot build controls for #1 (error -16) [ 11.776538] hda_codec: cannot build controls for #2 (error -16) [ 11.796519] hda_codec: cannot build controls for #3 (error -16) [ 11.931687] NVRM: RmInitAdapter failed! (0x24:0xc:1170) [ 11.931692] NVRM: rm_init_adapter failed for device bearing minor number 0 [ 11.931705] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5 [ 11.996670] systemd-udevd[2208]: renamed network interface eth0 to eno1 [ 12.046367] systemd-udevd[2217]: renamed network interface eth1 to enp14s0 [ 12.316159] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X [ 12.425968] e1000e 0000:00:19.0: irq 61 for MSI/MSI-X [ 12.426043] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready [ 12.567908] r8169 0000:0e:00.0 enp14s0: link down [ 12.567919] r8169 0000:0e:00.0 enp14s0: link down [ 12.593734] IPv6: ADDRCONF(NETDEV_UP): enp14s0: link is not ready [ 12.778635] nvidia 0000:01:00.0: irq 64 for MSI/MSI-X [ 12.781398] NVRM: VM: nv_alloc_contig_pages: DMA address not in addressable range of device 0000:01:00 (0x126050000, 0x0-0xffffffff) [ 12.781400] BUG: Bad page state in process Xorg pfn:126050 [ 12.781401] page:ffffea0004051180 count:0 mapcount:0 mapping: (null) index:0x0 [ 12.781402] page flags: 0x8000000000000400(reserved) [ 12.781404] page dumped because: PAGE_FLAGS_CHECK_AT_FREE flag(s) set [ 12.781404] bad because of flags: [ 12.781405] page flags: 0x400(reserved) [ 12.781406] Modules linked in: x86_pkg_temp_thermal coretemp kvm_intel kvm microcode pcspkr i2c_i801 r8169 mii snd_hda_codec_realtek snd_hda_codec_generic acpi_cpufreq joydev snd_usb_audio snd_usbmidi_lib snd_rawmidi snd_seq_device nvidia(PO) thermal fan snd_hda_intel snd_hda_codec snd_hwdep drm snd_pcm e1000e i2c_core snd_timer snd video battery backlight processor button thermal_sys xts gf128mul aes_x86_64 cbc sha512_generic sha256_generic sha1_generic libiscsi scsi_transport_iscsi tg3 libphy e1000 fuse nfs lockd sunrpc jfs multipath linear raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq raid1 raid0 dm_snapshot dm_bufio dm_crypt dm_mirror dm_region_hash dm_log dm_mod hid_sunplus hid_sony led_class hid_samsung hid_pl hid_petalynx hid_gyration sl811_hcd ohci_pci [ 12.781439] ohci_hcd uhci_hcd usb_storage aic94xx libsas lpfc crc_t10dif crct10dif_common qla2xxx megaraid_sas megaraid_mbox megaraid_mm megaraid aacraid sx8 DAC960 cciss 3w_9xxx 3w_xxxx mptsas scsi_transport_sas mptfc scsi_transport_fc scsi_tgt mptspi mptscsih mptbase atp870u dc395x qla1280 imm parport dmx3191d sym53c8xx gdth advansys initio BusLogic arcmsr aic7xxx aic79xx scsi_transport_spi sg pdc_adma sata_inic162x sata_mv ata_piix sata_qstor sata_vsc sata_uli sata_sis sata_sx4 sata_nv sata_via sata_svw sata_sil24 sata_sil sata_promise pata_sl82c105 pata_cs5530 pata_cs5520 pata_via pata_jmicron pata_marvell pata_sis pata_netcell pata_sc1200 pata_pdc202xx_old pata_triflex pata_atiixp pata_opti pata_amd pata_ali pata_it8213 pata_pcmcia pcmcia pcmcia_core pata_ns87415 pata_ns87410 pata_serverworks [ 12.781473] pata_artop pata_it821x pata_optidma pata_hpt3x2n pata_hpt3x3 pata_hpt37x pata_hpt366 pata_cmd64x pata_efar pata_rz1000 pata_sil680 pata_radisys pata_pdc2027x pata_mpiix usbhid ptp ahci libahci libata ehci_pci xhci_hcd ehci_hcd usbcore usb_common pps_core [ 12.781485] CPU: 0 PID: 2342 Comm: Xorg Tainted: P B O 3.14.14-gentoo #1 [ 12.781486] Hardware name: System manufacturer System Product Name/P8Z68 DELUXE, BIOS 3603 11/09/2012 [ 12.781487] ffffffff815db30f ffff8800c34f9788 ffffffff814e0903 0000000000000006 [ 12.781488] ffffea0004051180 ffff8800c34f97b8 ffffffff810a7329 0000000000000000 [ 12.781490] ffffea0004051180 0000000000000001 0000000000000000 ffff8800c34f97f8 [ 12.781491] Call Trace: [ 12.781495] [<ffffffff814e0903>] dump_stack+0x46/0x58 [ 12.781498] [<ffffffff810a7329>] bad_page+0xed/0x10c [ 12.781500] [<ffffffff810a73d5>] free_pages_prepare+0x8d/0xc8 [ 12.781501] [<ffffffff810a8894>] free_hot_cold_page+0x1f/0xfc [ 12.781502] [<ffffffff810a898d>] __free_pages+0x1c/0x48 [ 12.781503] [<ffffffff810a8b01>] free_pages+0x40/0x42 [ 12.781562] [<ffffffffa0f5d97e>] nv_alloc_contig_pages+0x2dc/0x359 [nvidia] [ 12.781602] [<ffffffffa0f58e18>] nv_alloc_pages+0xc5/0x16c [nvidia] [ 12.781684] [<ffffffffa0cdb166>] ? _nv015303rm+0x1666/0x2880 [nvidia] [ 12.781712] [<ffffffffa0f41a4c>] _nv013368rm+0xfc/0x280 [nvidia] [ 12.781739] [<ffffffffa0f419aa>] ? _nv013368rm+0x5a/0x280 [nvidia] [ 12.781815] [<ffffffffa0d63777>] ? _nv012254rm+0x367/0x430 [nvidia] [ 12.781890] [<ffffffffa0d638f6>] ? _nv012248rm+0xb6/0x310 [nvidia] [ 12.781925] [<ffffffffa0a4f540>] ? _nv002414rm+0x40/0x80 [nvidia] [ 12.782006] [<ffffffffa0cd6876>] ? _nv008899rm+0x3456/0x5c10 [nvidia] [ 12.782046] [<ffffffffa0ed2f7b>] ? _nv009253rm+0x3b/0x60 [nvidia] [ 12.782071] [<ffffffffa0f4fad3>] ? _nv013589rm+0x9e3/0xb90 [nvidia] [ 12.782097] [<ffffffffa0f50889>] ? _nv000781rm+0x339/0x660 [nvidia] [ 12.782122] [<ffffffffa0f4896a>] ? rm_init_adapter+0x6a/0x100 [nvidia] [ 12.782147] [<ffffffffa0f587b7>] ? nvidia_open+0x603/0x83b [nvidia] [ 12.782149] [<ffffffff810abeb4>] ? lru_cache_add+0x9/0xb [ 12.782180] [<ffffffffa0f6075d>] ? nvidia_frontend_open+0x4b/0x89 [nvidia] [ 12.782183] [<ffffffff810d6ad7>] ? chrdev_open+0x12a/0x155 [ 12.782184] [<ffffffff810d69ad>] ? cdev_put+0x22/0x22 [ 12.782186] [<ffffffff810d19a4>] ? do_dentry_open.isra.16+0x18f/0x24d [ 12.782188] [<ffffffff810db744>] ? lookup_fast+0x3f/0x22a [ 12.782189] [<ffffffff810d1a7f>] ? finish_open+0x1d/0x28 [ 12.782190] [<ffffffff810df297>] ? do_last+0x910/0xb3a [ 12.782191] [<ffffffff810dbecc>] ? inode_permission+0x40/0x42 [ 12.782193] [<ffffffff810dc241>] ? link_path_walk+0x66/0x736 [ 12.782194] [<ffffffff810df70d>] ? path_openat+0x24c/0x591 [ 12.782196] [<ffffffff810dfcb2>] ? user_path_at_empty+0x60/0x90 [ 12.782197] [<ffffffff810dfd7d>] ? do_filp_open+0x35/0x85 [ 12.782199] [<ffffffff810e980f>] ? __alloc_fd+0x5b/0xe7 [ 12.782201] [<ffffffff810d29dc>] ? do_sys_open+0x14a/0x1d9 [ 12.782202] [<ffffffff810d2a88>] ? SyS_open+0x1d/0x1f [ 12.782204] [<ffffffff814e5de2>] ? system_call_fastpath+0x16/0x1b [ 12.782374] NVRM: RmInitAdapter failed! (0x24:0xc:1170) [ 12.782379] NVRM: rm_init_adapter failed for device bearing minor number 0 [ 12.782399] NVRM: nvidia_frontend_open: minor 0, module->open() failed, error -5 [ 13.034000] nvidia 0000:01:00.0: irq 64 for MSI/MSI-X [ 13.555979] NVRM: Your system is not currently configured to drive a VGA console [ 13.555982] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver [ 13.555982] NVRM: requires the use of a text-mode VGA console. Use of other console [ 13.555983] NVRM: drivers including, but not limited to, vesafb, may result in [ 13.555984] NVRM: corruption and stability problems, and is not supported. [ 14.880346] r8169 0000:0e:00.0 enp14s0: link up [ 14.880352] IPv6: ADDRCONF(NETDEV_CHANGE): enp14s0: link becomes ready |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Volans« (26.08.2014, 00:50)
Gerne würde ich mir das Programm MediaElch aus den git Quellen installieren. (-> http://www.kvibes.de/mediaelch/download/) Kann ich dort so nach der Anleitung vorgehen? Wie kann ich am besten rausfinden welche Abhängigkeiten ich unter Gentoo installieren muss?
Auch wollte ich im Kernel die Option "CONFIG_SND_HDA_PREALLOC_SIZE=64" auf min. 2048 setzen, da mir öfter per emerge-Meldung dazu geraten wurde. Jedoch finde ich diese Option gar nicht, wenn ich "genkernel --menuconfig all" aufrufe.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# cat /usr/src/linux/.config | grep -A10 -B10 CONFIG_SND_HDA_PREALLOC # CONFIG_SND_INDIGOIOX is not set # CONFIG_SND_INDIGODJX is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_EMU10K1X is not set # CONFIG_SND_ENS1370 is not set # CONFIG_SND_ENS1371 is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_FM801 is not set CONFIG_SND_HDA_INTEL=y CONFIG_SND_HDA_PREALLOC_SIZE=2048 CONFIG_SND_HDA_HWDEP=y # CONFIG_SND_HDA_RECONFIG is not set # CONFIG_SND_HDA_INPUT_BEEP is not set # CONFIG_SND_HDA_INPUT_JACK is not set # CONFIG_SND_HDA_PATCH_LOADER is not set CONFIG_SND_HDA_CODEC_REALTEK=y CONFIG_SND_HDA_CODEC_ANALOG=y CONFIG_SND_HDA_CODEC_SIGMATEL=y CONFIG_SND_HDA_CODEC_VIA=y CONFIG_SND_HDA_CODEC_HDMI=y |