Jump to content

A problem with compiling new kernel (2.6.20)


Recommended Posts

I'm not sure whether I placed this thread in a correct section :unsure:

 

I've got a problem when compiling a new kernel 2.6.20. Well, I used my old .config file, from 2.6.19.1 and then did a little check up, and all seemed to me fine. Then I typed in console "make all" and here's the output

 

[root@localhost linux-2.6.20]# make all
 HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -s arch/i386/Kconfig
 CHK	 include/linux/version.h
 UPD	 include/linux/version.h
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `set -e; echo '  CHK	 include/linux/utsrelease.h'; mkdir -p include/linux/;	 if [ `echo -n "2.6.20-Zibi1981(2.6.19.1)" | wc -c ` -gt 64 ]; then echo '"2.6.20-Zibi1981(2.6.19.1)" exceeds 64 characters' >&2; exit 1; fi; (echo \#define UTS_RELEASE \"2.6.20-Zibi1981(2.6.19.1)\";) < include/config/kernel.release > include/linux/utsrelease.h.tmp; if [ -r include/linux/utsrelease.h ] && cmp -s include/linux/utsrelease.h include/linux/utsrelease.h.tmp; then rm -f include/linux/utsrelease.h.tmp; else echo '  UPD	 include/linux/utsrelease.h'; mv -f include/linux/utsrelease.h.tmp include/linux/utsrelease.h; fi'
make: *** [include/linux/utsrelease.h] Error 2

 

Anyone maybe know what's all about?

 

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

You should do this rather than placing your old .config file. When you do the first command:

 

make menuconfig

 

it will automatically take the .config file from the /boot directory based on your current running kernel. Then, after this, it's a case of three commands:

 

make
make modules_install
make install

 

this is what I do every time, and it works flawlessly.

Link to comment
Share on other sites

And what I have to do, if the .config file was taken not from currently running kernel (this one is a standard 2.6.17), but from one I managed to compile before I reinstalled my Mandriva? :mellow: I have it because I saved it before reinstallation.

Link to comment
Share on other sites

After typing:

 

make menuconfig

 

two options near the bottom for load config file and save config file. You can use the load option, to add the config file you saved somewhere, instead of letting it pick the default from /boot directory.

Link to comment
Share on other sites

When using an old config.....

 

copy it into the kernel source directory as '.config'

then run

make oldconfig

and it shows you all the new options.

 

then just run as was said above,

make

make modules_install

make install

 

alternatively, do the make install step manually -- whatever floats your boat.

 

James

Link to comment
Share on other sites

I did as You wrote, and got the result...

 

[root@localhost linux-2.6.20]# make all
scripts/kconfig/conf -s arch/i386/Kconfig
 CHK	 include/linux/version.h
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `set -e; echo '  CHK	 include/linux/utsrelease.h'; mkdir -p include/linux/;	 if [ `echo -n "2.6.20-Zibi1981(2.6.19.1)" | wc -c ` -gt 64 ]; then echo '"2.6.20-Zibi1981(2.6.19.1)" exceeds 64 characters' >&2; exit 1; fi; (echo \#define UTS_RELEASE \"2.6.20-Zibi1981(2.6.19.1)\";) < include/config/kernel.release > include/linux/utsrelease.h.tmp; if [ -r include/linux/utsrelease.h ] && cmp -s include/linux/utsrelease.h include/linux/utsrelease.h.tmp; then rm -f include/linux/utsrelease.h.tmp; else echo '  UPD	 include/linux/utsrelease.h'; mv -f include/linux/utsrelease.h.tmp include/linux/utsrelease.h; fi'
make: *** [include/linux/utsrelease.h] Error 2

 

:sad:

Edited by zibi1981
Link to comment
Share on other sites

  • 4 weeks later...

Yesterday I decided to compile 2.6.20.2 kernel, and to avoid the issue described above, I went from the very beginning, to the far end of the configuration process (it took me a while). I didn't use an old .config file. The compilation process ended without bigger problems, as far as I can tell. Unfortunately my new kernel won't run. When booting from it, I can see, that it's trying to install ATI drivers module (installed on my vanilla kernel), but with no success. Then booting process continues to a point, where my screen goes to a power save mode. I did some research in my log files, and here is what I've found.

 

Firstly my syslog (the part of it related to new kernel boot)

 

Mar 11 08:59:03 localhost syslogd 1.4.1: restart.
Mar 11 08:59:03 localhost avahi-daemon[4552]: Found user 'avahi' (UID 71) and group 'avahi' (GID 71).
Mar 11 08:59:03 localhost avahi-daemon[4552]: Successfully dropped root privileges.
Mar 11 08:59:04 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Mar 11 08:59:04 localhost kernel: Inspecting /boot/System.map-2.6.20.2Zibi1981
Mar 11 08:59:04 localhost avahi-daemon[4552]: avahi-daemon 0.6.13 starting up.
Mar 11 08:59:04 localhost avahi-daemon[4552]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Mar 11 08:59:04 localhost ntpd[4423]: precision = 1.000 usec
Mar 11 08:59:04 localhost ntpd[4423]: kernel time sync status 0040
Mar 11 08:59:04 localhost kernel: Loaded 21202 symbols from /boot/System.map-2.6.20.2Zibi1981.
Mar 11 08:59:04 localhost kernel: Symbols match kernel version 2.6.20.
Mar 11 08:59:04 localhost kernel: No module symbols loaded - kernel modules not enabled. 
Mar 11 08:59:04 localhost kernel:   .init : 0xc03ba000 - 0xc03ea000   ( 192 kB)
Mar 11 08:59:04 localhost kernel: [   17.901333]	   .data : 0xc03101cf - 0xc03b72b4   ( 668 kB)
Mar 11 08:59:04 localhost kernel: [   17.901334]	   .text : 0xc0100000 - 0xc03101cf   (2112 kB)
Mar 11 08:59:04 localhost kernel: [   17.901612] Checking if this processor honours the WP bit even in supervisor mode... Ok.
Mar 11 08:59:04 localhost kernel: [   17.960980] Calibrating delay using timer specific routine.. 4402.32 BogoMIPS (lpj=2201162)
Mar 11 08:59:04 localhost kernel: [   17.961087] Mount-cache hash table entries: 512
Mar 11 08:59:04 localhost kernel: [   17.961246] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
Mar 11 08:59:04 localhost kernel: [   17.961254] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Mar 11 08:59:04 localhost kernel: [   17.961292] CPU: L2 Cache: 512K (64 bytes/line)
Mar 11 08:59:04 localhost kernel: [   17.961328] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000
Mar 11 08:59:04 localhost kernel: [   17.961333] Intel machine check architecture supported.
Mar 11 08:59:04 localhost kernel: [   17.961370] Intel machine check reporting enabled on CPU#0.
Mar 11 08:59:04 localhost kernel: [   17.961420] CPU: AMD Athlon(TM) XP 3200+ stepping 00
Mar 11 08:59:04 localhost kernel: [   17.961509] Checking 'hlt' instruction... OK.
Mar 11 08:59:04 localhost kernel: [   17.965121] ACPI: Core revision 20060707
Mar 11 08:59:04 localhost kernel: [   17.969749] ENABLING IO-APIC IRQs
Mar 11 08:59:04 localhost kernel: [   17.970106] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Mar 11 08:59:04 localhost kernel: [   18.082078] NET: Registered protocol family 16
Mar 11 08:59:04 localhost kernel: [   18.082213] ACPI: bus type pci registered
Mar 11 08:59:04 localhost kernel: [   18.083264] PCI: PCI BIOS revision 2.10 entry at 0xf1970, last bus=1
Mar 11 08:59:04 localhost kernel: [   18.083302] PCI: Using configuration type 1
Mar 11 08:59:04 localhost kernel: [   18.083337] Setting up standard PCI resources
Mar 11 08:59:04 localhost kernel: [   18.099250] ACPI: Interpreter enabled
Mar 11 08:59:04 localhost kernel: [   18.099286] ACPI: Using IOAPIC for interrupt routing
Mar 11 08:59:04 localhost kernel: [   18.099908] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12)
Mar 11 08:59:04 localhost kernel: [   18.100408] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12)
Mar 11 08:59:04 localhost kernel: [   18.100917] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled.
Mar 11 08:59:04 localhost kernel: [   18.101468] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12) *0, disabled.
Mar 11 08:59:04 localhost kernel: [   18.102133] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12)
Mar 11 08:59:04 localhost kernel: [   18.102685] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12)
Mar 11 08:59:04 localhost kernel: [   18.103253] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11 12)
Mar 11 08:59:04 localhost kernel: [   18.103759] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 12) *15, disabled.
Mar 11 08:59:04 localhost kernel: [   18.104220] ACPI: PCI Root Bridge [PCI0] (0000:00)
Mar 11 08:59:04 localhost kernel: [   18.104259] PCI: Probing PCI hardware (bus 00)
Mar 11 08:59:04 localhost kernel: [   18.104620] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
Mar 11 08:59:04 localhost kernel: [   18.105262] PCI: enabled onboard AC97/MC97 devices
Mar 11 08:59:04 localhost kernel: [   18.105445] Boot video device is 0000:01:00.0
Mar 11 08:59:04 localhost kernel: [   18.105513] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Mar 11 08:59:04 localhost kernel: [   18.107593] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
Mar 11 08:59:04 localhost kernel: [   18.111823] Linux Plug and Play Support v0.97 (c) Adam Belay
Mar 11 08:59:04 localhost kernel: [   18.111873] pnp: PnP ACPI init
Mar 11 08:59:04 localhost kernel: [   18.115642] pnp: PnP ACPI: found 14 devices
Mar 11 08:59:04 localhost kernel: [   18.115794] SCSI subsystem initialized
Mar 11 08:59:04 localhost kernel: [   18.115859] libata version 2.00 loaded.
Mar 11 08:59:04 localhost kernel: [   18.115892] PCI: Using ACPI for IRQ routing
Mar 11 08:59:04 localhost kernel: [   18.115930] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Mar 11 08:59:04 localhost kernel: [   18.221916] pnp: 00:02: ioport range 0xe400-0xe47f could not be reserved
Mar 11 08:59:04 localhost kernel: [   18.221955] pnp: 00:02: ioport range 0xe800-0xe81f has been reserved
Mar 11 08:59:04 localhost kernel: [   18.221999] pnp: 00:0d: ioport range 0x290-0x297 has been reserved
Mar 11 08:59:04 localhost kernel: [   18.222037] pnp: 00:0d: ioport range 0x370-0x375 has been reserved
Mar 11 08:59:04 localhost kernel: [   18.222287] PCI: Bridge: 0000:00:01.0
Mar 11 08:59:04 localhost kernel: [   18.222323]   IO window: d000-dfff
Mar 11 08:59:04 localhost kernel: [   18.222359]   MEM window: c7000000-c7ffffff
Mar 11 08:59:04 localhost kernel: [   18.222396]   PREFETCH window: c8000000-dfffffff
Mar 11 08:59:04 localhost avahi-daemon[4552]: Failed to read /etc/avahi/services.
Mar 11 08:59:04 localhost kernel: [   18.222445] PCI: Setting latency timer of device 0000:00:01.0 to 64
Mar 11 08:59:04 localhost kernel: [   18.222459] NET: Registered protocol family 2
Mar 11 08:59:04 localhost kernel: [   18.230739] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Mar 11 08:59:04 localhost kernel: [   18.231020] TCP established hash table entries: 131072 (order: 7, 524288 bytes)
Mar 11 08:59:04 localhost kernel: [   18.231965] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
Mar 11 08:59:04 localhost kernel: [   18.232412] TCP: Hash tables configured (established 131072 bind 65536)
Mar 11 08:59:04 localhost kernel: [   18.232451] TCP reno registered
Mar 11 08:59:04 localhost kernel: [   18.234814] Unpacking initramfs... done
Mar 11 08:59:04 localhost kernel: [   18.244309] Freeing initrd memory: 355k freed
Mar 11 08:59:04 localhost kernel: [   18.244776] Simple Boot Flag at 0x3a set to 0x1
Mar 11 08:59:04 localhost kernel: [   18.245642] audit: initializing netlink socket (disabled)
Mar 11 08:59:04 localhost avahi-daemon[4552]: Network interface enumeration completed.
Mar 11 08:59:04 localhost kernel: [   18.245695] audit(1173603485.568:1): initialized
Mar 11 08:59:04 localhost kernel: [   18.245774] highmem bounce pool size: 64 pages
Mar 11 08:59:04 localhost kernel: [   18.245811] Total HugeTLB memory allocated, 0
Mar 11 08:59:04 localhost kernel: [   18.245892] VFS: Disk quotas dquot_6.5.1
Mar 11 08:59:04 localhost kernel: [   18.245944] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Mar 11 08:59:04 localhost kernel: [   18.246053] io scheduler noop registered
Mar 11 08:59:04 localhost kernel: [   18.246114] io scheduler anticipatory registered
Mar 11 08:59:04 localhost kernel: [   18.246174] io scheduler deadline registered
Mar 11 08:59:04 localhost kernel: [   18.246238] io scheduler cfq registered (default)
Mar 11 08:59:04 localhost kernel: [   18.246389] PCI: Bypassing VIA 8237 APIC De-Assert Message
Mar 11 08:59:04 localhost kernel: [   18.305529] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Mar 11 08:59:04 localhost kernel: [   18.305741] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 11 08:59:04 localhost kernel: [   18.306654] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Mar 11 08:59:04 localhost kernel: [   18.307186] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Mar 11 08:59:04 localhost kernel: [   18.307226] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Mar 11 08:59:04 localhost kernel: [   18.307304] VP_IDE: IDE controller at PCI slot 0000:00:0f.1
Mar 11 08:59:04 localhost kernel: [   18.307364] ACPI: PCI Interrupt 0000:00:0f.1[A] -> GSI 20 (level, low) -> IRQ 16
Mar 11 08:59:04 localhost kernel: [   18.307445] VP_IDE: chipset revision 6
Mar 11 08:59:04 localhost kernel: [   18.307480] VP_IDE: not 100% native mode: will probe irqs later
Mar 11 08:59:04 localhost kernel: [   18.307525] VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.1
Mar 11 08:59:04 localhost kernel: [   18.307572]	 ide0: BM-DMA at 0x8800-0x8807, BIOS settings: hda:DMA, hdb:DMA
Mar 11 08:59:04 localhost kernel: [   18.307681]	 ide1: BM-DMA at 0x8808-0x880f, BIOS settings: hdc:pio, hdd:DMA
Mar 11 08:59:04 localhost kernel: [   18.307780] Probing IDE interface ide0...
Mar 11 08:59:04 localhost kernel: [   19.100817] hda: _NEC DVD_RW ND-3520AW, ATAPI CD/DVD-ROM drive
Mar 11 08:59:04 localhost kernel: [   19.814035] hdb: DV-516E, ATAPI CD/DVD-ROM drive
Mar 11 08:59:04 localhost kernel: [   19.865658] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Mar 11 08:59:04 localhost kernel: [   19.865887] Probing IDE interface ide1...
Mar 11 08:59:04 localhost kernel: [   20.455333] hdd: MAXTOR 6L080J4, ATA DISK drive
Mar 11 08:59:04 localhost kernel: [   20.506507] ide1 at 0x170-0x177,0x376 on irq 15
Mar 11 08:59:04 localhost kernel: [   20.507033] hdd: max request size: 128KiB
Mar 11 08:59:04 localhost kernel: [   20.512916] hdd: 156355584 sectors (80054 MB) w/1819KiB Cache, CHS=65535/16/63, UDMA(133)
Mar 11 08:59:04 localhost kernel: [   20.513211] hdd: cache flushes supported
Mar 11 08:59:04 localhost kernel: [   20.513269]  hdd: hdd1 hdd2 hdd3 hdd4
Mar 11 08:59:04 localhost kernel: [   20.519768] sata_via 0000:00:0f.0: version 2.0
Mar 11 08:59:04 localhost kernel: [   20.519781] ACPI: PCI Interrupt 0000:00:0f.0[B] -> GSI 20 (level, low) -> IRQ 16
Mar 11 08:59:04 localhost kernel: [   20.519859] sata_via 0000:00:0f.0: routed to hard irq line 0
Mar 11 08:59:04 localhost kernel: [   20.519946] ata1: SATA max UDMA/133 cmd 0xA800 ctl 0xA402 bmdma 0x9400 irq 16
Mar 11 08:59:04 localhost kernel: [   20.520014] ata2: SATA max UDMA/133 cmd 0xA000 ctl 0x9802 bmdma 0x9408 irq 16
Mar 11 08:59:04 localhost kernel: [   20.520063] scsi0 : sata_via
Mar 11 08:59:04 localhost kernel: [   20.720962] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Mar 11 08:59:04 localhost kernel: [   20.882309] ATA: abnormal status 0x7F on port 0xA807
Mar 11 08:59:04 localhost kernel: [   20.892866] ATA: abnormal status 0x7F on port 0xA807
Mar 11 08:59:04 localhost kernel: [   20.895923] ata1.00: ATA-7, max UDMA/133, 320173056 sectors: LBA48 
Mar 11 08:59:04 localhost kernel: [   20.895960] ata1.00: ata1: dev 0 multi count 16
Mar 11 08:59:04 localhost kernel: [   20.898915] ata1.00: configured for UDMA/133
Mar 11 08:59:04 localhost kernel: [   20.898953] scsi1 : sata_via
Mar 11 08:59:04 localhost kernel: [   21.099547] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Mar 11 08:59:04 localhost kernel: [   21.260894] ATA: abnormal status 0x7F on port 0xA007
Mar 11 08:59:04 localhost kernel: [   21.271441] ATA: abnormal status 0x7F on port 0xA007
Mar 11 08:59:04 localhost kernel: [   21.274503] ata2.00: ATA-7, max UDMA/133, 320173056 sectors: LBA48 
Mar 11 08:59:04 localhost kernel: [   21.274540] ata2.00: ata2: dev 0 multi count 16
Mar 11 08:59:04 localhost kernel: [   21.277499] ata2.00: configured for UDMA/133
Mar 11 08:59:04 localhost kernel: [   21.277610] scsi 0:0:0:0: Direct-Access	 ATA	  Maxtor 6Y160M0   YAR5 PQ: 0 ANSI: 5
Mar 11 08:59:04 localhost kernel: [   21.278160] scsi 1:0:0:0: Direct-Access	 ATA	  Maxtor 6Y160M0   YAR5 PQ: 0 ANSI: 5
Mar 11 08:59:04 localhost kernel: [   21.278615] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Mar 11 08:59:04 localhost kernel: [   21.278653] PNP: PS/2 controller doesn't have AUX irq; using default 12
Mar 11 08:59:04 localhost kernel: [   21.281194] serio: i8042 KBD port at 0x60,0x64 irq 1
Mar 11 08:59:04 localhost kernel: [   21.281254] serio: i8042 AUX port at 0x60,0x64 irq 12
Mar 11 08:59:04 localhost kernel: [   21.281583] mice: PS/2 mouse device common for all mice
Mar 11 08:59:04 localhost kernel: [   21.299868] input: AT Translated Set 2 keyboard as /class/input/input0
Mar 11 08:59:04 localhost kernel: [   21.494775] TCP cubic registered
Mar 11 08:59:04 localhost kernel: [   21.494810] Initializing XFRM netlink socket
Mar 11 08:59:04 localhost kernel: [   21.494850] NET: Registered protocol family 1
Mar 11 08:59:04 localhost kernel: [   21.494889] NET: Registered protocol family 15
Mar 11 08:59:04 localhost kernel: [   21.494964] Using IPI Shortcut mode
Mar 11 08:59:04 localhost kernel: [   21.495112] Time: tsc clocksource has been installed.
Mar 11 08:59:04 localhost kernel: [   21.509652] Freeing unused kernel memory: 192k freed
Mar 11 08:59:04 localhost kernel: [   21.510442] jbd: version magic '2.6.17-5mdv SMP mod_unload 686 gcc-4.1' should be '2.6.20.2Zibi1981 preempt mod_unload K7 '
Mar 11 08:59:04 localhost kernel: [   21.511305] ext3: version magic '2.6.17-5mdv SMP mod_unload 686 gcc-4.1' should be '2.6.20.2Zibi1981 preempt mod_unload K7 '
Mar 11 08:59:04 localhost kernel: [   21.530555] kjournald starting.  Commit interval 5 seconds
Mar 11 08:59:04 localhost kernel: [   21.530600] EXT3-fs: mounted filesystem with ordered data mode.
Mar 11 08:59:04 localhost kernel: [   27.022706] SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
Mar 11 08:59:04 localhost kernel: [   27.022718] sda: Write Protect is off
Mar 11 08:59:04 localhost kernel: [   27.022720] sda: Mode Sense: 00 3a 00 00
Mar 11 08:59:04 localhost kernel: [   27.022732] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mar 11 08:59:04 localhost kernel: [   27.022778] SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
Mar 11 08:59:04 localhost kernel: [   27.022785] sda: Write Protect is off
Mar 11 08:59:04 localhost kernel: [   27.022787] sda: Mode Sense: 00 3a 00 00
Mar 11 08:59:04 localhost kernel: [   27.022797] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mar 11 08:59:04 localhost kernel: [   27.022800]  sda: unknown partition table
Mar 11 08:59:05 localhost avahi-daemon[4552]: Registering HINFO record with values 'I686'/'LINUX'.
Mar 11 08:59:05 localhost avahi-daemon[4552]: Server startup complete. Host name is localhost.local. Local service cookie is 2508541044.
Mar 11 08:59:04 localhost ntpd[4423]: frequency initialized 0.000 PPM from /etc/ntp/drift
Mar 11 08:59:05 localhost atieventsd[4708]: ATI External Events Daemon started... 
Mar 11 08:59:05 localhost kernel: [   27.044711] sd 0:0:0:0: Attached scsi disk sda
Mar 11 08:59:05 localhost atieventsd[4708]: Event daemon control socket created 
Mar 11 08:59:05 localhost kernel: [   27.045745] SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
Mar 11 08:59:05 localhost atieventsd[4708]: acpid connection established 
Mar 11 08:59:05 localhost kernel: [   27.045757] sdb: Write Protect is off
Mar 11 08:59:05 localhost kernel: [   27.045759] sdb: Mode Sense: 00 3a 00 00
Mar 11 08:59:05 localhost kernel: [   27.045769] SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mar 11 08:59:05 localhost kernel: [   27.045814] SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
Mar 11 08:59:05 localhost kernel: [   27.045821] sdb: Write Protect is off
Mar 11 08:59:05 localhost kernel: [   27.045823] sdb: Mode Sense: 00 3a 00 00
Mar 11 08:59:05 localhost kernel: [   27.045832] SCSI device sdb: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mar 11 08:59:05 localhost kernel: [   27.045835]  sdb: sdb1 sdb2 < >
Mar 11 08:59:05 localhost kernel: [   27.103176] sd 1:0:0:0: Attached scsi disk sdb
Mar 11 08:59:05 localhost kernel: [   27.143788] usbcore: registered new interface driver usbfs
Mar 11 08:59:05 localhost kernel: [   27.144655] usbcore: registered new interface driver hub
Mar 11 08:59:05 localhost kernel: [   27.145448] usbcore: registered new device driver usb
Mar 11 08:59:05 localhost kernel: [   27.178287] USB Universal Host Controller Interface driver v3.0
Mar 11 08:59:05 localhost kernel: [   27.179084] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 17
Mar 11 08:59:05 localhost kernel: [   27.179097] uhci_hcd 0000:00:10.0: UHCI Host Controller
Mar 11 08:59:05 localhost kernel: [   27.180224] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
Mar 11 08:59:05 localhost kernel: [   27.180260] uhci_hcd 0000:00:10.0: irq 17, io base 0x00008400
Mar 11 08:59:05 localhost kernel: [   27.187556] usb usb1: configuration #1 chosen from 1 choice
Mar 11 08:59:05 localhost kernel: [   27.187654] hub 1-0:1.0: USB hub found
Mar 11 08:59:05 localhost kernel: [   27.187666] hub 1-0:1.0: 2 ports detected
Mar 11 08:59:05 localhost kernel: [   27.298074] ACPI: PCI Interrupt 0000:00:10.1[A] -> GSI 21 (level, low) -> IRQ 17
Mar 11 08:59:05 localhost kernel: [   27.298087] uhci_hcd 0000:00:10.1: UHCI Host Controller
Mar 11 08:59:05 localhost kernel: [   27.299124] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
Mar 11 08:59:05 localhost kernel: [   27.299151] uhci_hcd 0000:00:10.1: irq 17, io base 0x00008000
Mar 11 08:59:05 localhost kernel: [   27.306434] usb usb2: configuration #1 chosen from 1 choice
Mar 11 08:59:05 localhost kernel: [   27.306532] hub 2-0:1.0: USB hub found
Mar 11 08:59:05 localhost kernel: [   27.306545] hub 2-0:1.0: 2 ports detected
Mar 11 08:59:05 localhost kernel: [   27.407014] ACPI: PCI Interrupt 0000:00:10.2[B] -> GSI 21 (level, low) -> IRQ 17
Mar 11 08:59:05 localhost kernel: [   27.407024] uhci_hcd 0000:00:10.2: UHCI Host Controller
Mar 11 08:59:05 localhost kernel: [   27.407239] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
Mar 11 08:59:05 localhost kernel: [   27.407262] uhci_hcd 0000:00:10.2: irq 17, io base 0x00007800
Mar 11 08:59:05 localhost kernel: [   27.407650] usb usb3: configuration #1 chosen from 1 choice
Mar 11 08:59:05 localhost kernel: [   27.407745] hub 3-0:1.0: USB hub found
Mar 11 08:59:05 localhost kernel: [   27.407754] hub 3-0:1.0: 2 ports detected
Mar 11 08:59:05 localhost kernel: [   27.503541] usb 1-1: new full speed USB device using uhci_hcd and address 2
Mar 11 08:59:05 localhost kernel: [   27.508998] ACPI: PCI Interrupt 0000:00:10.3[B] -> GSI 21 (level, low) -> IRQ 17
Mar 11 08:59:05 localhost kernel: [   27.509009] uhci_hcd 0000:00:10.3: UHCI Host Controller
Mar 11 08:59:05 localhost kernel: [   27.509215] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
Mar 11 08:59:05 localhost kernel: [   27.509238] uhci_hcd 0000:00:10.3: irq 17, io base 0x00007400
Mar 11 08:59:05 localhost kernel: [   27.509623] usb usb4: configuration #1 chosen from 1 choice
Mar 11 08:59:05 localhost kernel: [   27.509720] hub 4-0:1.0: USB hub found
Mar 11 08:59:05 localhost kernel: [   27.509731] hub 4-0:1.0: 2 ports detected
Mar 11 08:59:05 localhost kernel: [   27.685826] usb 1-1: configuration #1 chosen from 1 choice
Mar 11 08:59:05 localhost kernel: [   27.824640] ACPI: PCI Interrupt 0000:00:10.4[C] -> GSI 21 (level, low) -> IRQ 17
Mar 11 08:59:05 localhost kernel: [   27.824654] ehci_hcd 0000:00:10.4: EHCI Host Controller
Mar 11 08:59:05 localhost kernel: [   27.825579] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 5
Mar 11 08:59:05 localhost kernel: [   27.825627] ehci_hcd 0000:00:10.4: irq 17, io mem 0xc6000000
Mar 11 08:59:05 localhost kernel: [   27.825633] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Mar 11 08:59:05 localhost kernel: [   27.832979] usb usb5: configuration #1 chosen from 1 choice
Mar 11 08:59:05 localhost kernel: [   27.833090] hub 5-0:1.0: USB hub found
Mar 11 08:59:05 localhost kernel: [   27.833102] hub 5-0:1.0: 8 ports detected
Mar 11 08:59:05 localhost kernel: [   27.858905] NET: Registered protocol family 8
Mar 11 08:59:05 localhost kernel: [   27.858909] NET: Registered protocol family 20
Mar 11 08:59:05 localhost kernel: [   28.418931] speedtch 1-1:1.0: speedtch_bind: setting interface to  1 failed (-71)!
Mar 11 08:59:05 localhost kernel: [   28.420924] speedtch 1-1:1.0: usbatm_usb_probe: bind failed: -71!
Mar 11 08:59:05 localhost kernel: [   28.420929] speedtch: probe of 1-1:1.0 failed with error -71
Mar 11 08:59:05 localhost kernel: [   28.423922] speedtch 1-1:1.1: speedtch_bind: setting interface to  1 failed (-71)!
Mar 11 08:59:05 localhost kernel: [   28.425922] speedtch 1-1:1.1: usbatm_usb_probe: bind failed: -71!
Mar 11 08:59:05 localhost kernel: [   28.425928] speedtch: probe of 1-1:1.1 failed with error -71
Mar 11 08:59:05 localhost kernel: [   28.428915] speedtch 1-1:1.2: speedtch_bind: setting interface to  1 failed (-71)!
Mar 11 08:59:05 localhost kernel: [   28.430912] speedtch 1-1:1.2: usbatm_usb_probe: bind failed: -71!
Mar 11 08:59:05 localhost kernel: [   28.430915] speedtch: probe of 1-1:1.2 failed with error -71
Mar 11 08:59:05 localhost kernel: [   28.461085] Linux agpgart interface v0.101 (c) Dave Jones
Mar 11 08:59:05 localhost kernel: [   28.465722] agpgart: Detected VIA KT400/KT400A/KT600 chipset
Mar 11 08:59:05 localhost kernel: [   28.485372] agpgart: AGP aperture is 256M @ 0xe0000000
Mar 11 08:59:05 localhost kernel: [   28.553998] input: Power Button (FF) as /class/input/input1
Mar 11 08:59:05 localhost kernel: [   28.554014] ACPI: Power Button (FF) [PWRF]
Mar 11 08:59:05 localhost kernel: [   28.554863] input: Power Button (CM) as /class/input/input2
Mar 11 08:59:05 localhost kernel: [   28.554876] ACPI: Power Button (CM) [PWRB]
Mar 11 08:59:05 localhost kernel: [   28.725221] usb 1-1: USB disconnect, address 2
Mar 11 08:59:05 localhost kernel: [   28.725419] usbcore: registered new interface driver speedtch
Mar 11 08:59:05 localhost kernel: [   28.930977] usb 1-1: new full speed USB device using uhci_hcd and address 3
Mar 11 08:59:05 localhost kernel: [   29.113221] usb 1-1: configuration #1 chosen from 1 choice
Mar 11 08:59:05 localhost kernel: [   29.721113] usb 1-1: reset full speed USB device using uhci_hcd and address 3
Mar 11 08:59:05 localhost kernel: [   29.995717] speedtch 1-1:1.0: found stage 1 firmware speedtch-1.bin
Mar 11 08:59:05 localhost kernel: [   30.082606] usb 2-2: new low speed USB device using uhci_hcd and address 2
Mar 11 08:59:05 localhost kernel: [   30.142722] speedtch 1-1:1.0: found stage 2 firmware speedtch-2.bin
Mar 11 08:59:05 localhost kernel: [   30.247001] usb 2-2: configuration #1 chosen from 1 choice
Mar 11 08:59:05 localhost kernel: [   30.346028] usbcore: registered new interface driver hiddev
Mar 11 08:59:05 localhost kernel: [   30.362135] input: Logitech USB-PS/2 Optical Mouse as /class/input/input3
Mar 11 08:59:05 localhost kernel: [   30.362243] input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:10.1-2
Mar 11 08:59:05 localhost kernel: [   30.362257] usbcore: registered new interface driver usbhid
Mar 11 08:59:05 localhost kernel: [   30.362261] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Mar 11 08:59:05 localhost kernel: [   30.550357] EXT3 FS on hdd1, internal journal
Mar 11 08:59:05 localhost kernel: [   30.648812] Adding 1052248k swap on /dev/hdd2.  Priority:-1 extents:1 across:1052248k
Mar 11 08:59:05 localhost kernel: [   30.789342] kjournald starting.  Commit interval 5 seconds
Mar 11 08:59:05 localhost kernel: [   30.789716] EXT3 FS on hdd4, internal journal
Mar 11 08:59:05 localhost kernel: [   30.789721] EXT3-fs: mounted filesystem with ordered data mode.
Mar 11 08:59:05 localhost kernel: [   30.808756] kjournald starting.  Commit interval 5 seconds
Mar 11 08:59:05 localhost kernel: [   30.809075] EXT3 FS on hdd3, internal journal
Mar 11 08:59:05 localhost kernel: [   30.809080] EXT3-fs: mounted filesystem with ordered data mode.
Mar 11 08:59:05 localhost kernel: [   30.947216] loop: loaded (max 8 devices)
Mar 11 08:59:05 localhost kernel: [   32.386694] hda: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
Mar 11 08:59:05 localhost kernel: [   32.386702] Uniform CD-ROM driver Revision: 3.20
Mar 11 08:59:05 localhost kernel: [   32.391768] hdb: ATAPI 48X DVD-ROM drive, 256kB Cache, UDMA(33)
Mar 11 08:59:05 localhost kernel: [   34.627042] ATM dev 0: ADSL line is synchronising
Mar 11 08:59:05 localhost kernel: [   49.610423] ATM dev 0: ADSL line is up (640 kb/s down | 160 kb/s up)
Mar 11 08:59:05 localhost kernel: [   73.891657] NET: Registered protocol family 17
Mar 11 08:59:05 localhost kernel: [   76.300109] ACPI: PCI Interrupt 0000:00:0e.0[A] -> GSI 17 (level, low) -> IRQ 18
Mar 11 08:59:05 localhost kernel: [   76.582120] NET: Registered protocol family 10
Mar 11 08:59:05 localhost kernel: [   76.582205] lo: Disabled Privacy Extensions
Mar 11 08:59:05 localhost kernel: [   77.775568] PCI: Enabling device 0000:00:11.5 (0000 -> 0001)
Mar 11 08:59:05 localhost kernel: [   77.775581] ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 19
Mar 11 08:59:05 localhost kernel: [   77.777534] PCI: Setting latency timer of device 0000:00:11.5 to 64
Mar 11 08:59:04 localhost crond[4629]: (CRON) STARTUP (V5.0)
Mar 11 08:59:05 localhost kernel: [   78.288216] codec_read: codec 0 is not valid [0xfe0000]
Mar 11 08:59:05 localhost kernel: [   78.294610] codec_read: codec 0 is not valid [0xfe0000]
Mar 11 08:59:05 localhost kernel: [   78.300797] codec_read: codec 0 is not valid [0xfe0000]
Mar 11 08:59:05 localhost kernel: [   78.306861] codec_read: codec 0 is not valid [0xfe0000]
Mar 11 08:59:06 localhost kdm_config[4725]: Invalid option value 'All' at /usr/share/config/kdm/kdmrc:359
Mar 11 08:59:10 localhost kdm: :0[4804]: IO Error in XOpenDisplay
Mar 11 08:59:10 localhost kdm[4707]: X server for display :0 terminated unexpectedly
Mar 11 08:59:10 localhost kdm[4707]: Display :0 cannot be opened
Mar 11 08:59:10 localhost kdm[4707]: Unable to fire up local display :0; disabling.

Edited by zibi1981
Link to comment
Share on other sites

And my Xorg.0.log.old file

 

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.12-26mdk-i686-up-4GB i686 
Current Operating System: Linux localhost 2.6.20.2Zibi1981 #1 PREEMPT Sat Mar 10 21:21:46 CET 2007 i686
Build Date: 08 January 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Mar 11 08:59:07 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "device1"
(**) |-->Input Device "Keyboard1"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Mouse2"
(**) FontPath set to:
unix/:-1,
/usr/share/fonts/misc:unscaled
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AllowMouseOpenFail"
(WW) xf86ReadBIOS: Failed to open /dev/mem (No such file or directory)
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1043,807f rev 80 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 10ec,8139 card 11f6,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0e:0: chip 1102,0002 card 1102,8064 rev 07 class 04,01,00 hdr 80
(II) PCI: 00:0e:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 0000,0000 rev 60 class 04,01,00 hdr 00
(II) PCI: 00:11:6: chip 1106,3068 card 0000,0000 rev 80 class 07,80,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4a49 card 174b,0d62 rev 00 class 03,00,00 hdr 80
(II) PCI: 01:00:1: chip 1002,4a69 card 174b,0d63 rev 00 class 03,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1	0	0xc7000000 - 0xc7ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1	0	0xc8000000 - 0xdfffffff (0x18000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) ATI Technologies Inc R420 JI [Radeon X800PRO] rev 0, Mem @ 0xd8000000/27, 0xc7800000/16, I/O @ 0xd800/8, BIOS @ 0xd7fe0000/17
(--) PCI: (1:0:1) ATI Technologies Inc unknown chipset (0x4a69) rev 0, Mem @ 0xc8000000/27, 0xc7000000/16
(II) Addressable bus resource ranges are
[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1	0	0xc6000000 - 0xc60000ff (0x100) MX[B]
[1] -1	0	0xc6800000 - 0xc68000ff (0x100) MX[B]
[2] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
[3] -1	0	0xc7000000 - 0xc700ffff (0x10000) MX[B](B)
[4] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[5] -1	0	0xd7fe0000 - 0xd7ffffff (0x20000) MX[B](B)
[6] -1	0	0xc7800000 - 0xc780ffff (0x10000) MX[B](B)
[7] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[8] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
[9] -1	0	0x00007400 - 0x0000741f (0x20) IX[B]
[10] -1	0	0x00007800 - 0x0000781f (0x20) IX[B]
[11] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
[12] -1	0	0x00008400 - 0x0000841f (0x20) IX[B]
[13] -1	0	0x00008800 - 0x0000880f (0x10) IX[B]
[14] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
[15] -1	0	0x00009400 - 0x0000940f (0x10) IX[B]
[16] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
[17] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
[18] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
[19] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
[20] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[B]
[21] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
[22] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
[23] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
[0] -1	0	0x0000e500 - 0x0000e5ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1	0	0xc6000000 - 0xc60000ff (0x100) MX[B]
[1] -1	0	0xc6800000 - 0xc68000ff (0x100) MX[B]
[2] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
[3] -1	0	0xc7000000 - 0xc700ffff (0x10000) MX[B](B)
[4] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[5] -1	0	0xd7fe0000 - 0xd7ffffff (0x20000) MX[B](B)
[6] -1	0	0xc7800000 - 0xc780ffff (0x10000) MX[B](B)
[7] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[8] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
[9] -1	0	0x00007400 - 0x0000741f (0x20) IX[B]
[10] -1	0	0x00007800 - 0x0000781f (0x20) IX[B]
[11] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
[12] -1	0	0x00008400 - 0x0000841f (0x20) IX[B]
[13] -1	0	0x00008800 - 0x0000880f (0x10) IX[B]
[14] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
[15] -1	0	0x00009400 - 0x0000940f (0x10) IX[B]
[16] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
[17] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
[18] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
[19] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
[20] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[B]
[21] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
[22] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
[23] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1	0	0x0000e500 - 0x0000e5ff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1	0	0xc6000000 - 0xc60000ff (0x100) MX[B]
[5] -1	0	0xc6800000 - 0xc68000ff (0x100) MX[B]
[6] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1	0	0xc7000000 - 0xc700ffff (0x10000) MX[B](B)
[8] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[9] -1	0	0xd7fe0000 - 0xd7ffffff (0x20000) MX[B](B)
[10] -1	0	0xc7800000 - 0xc780ffff (0x10000) MX[B](B)
[11] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
[15] -1	0	0x00007400 - 0x0000741f (0x20) IX[B]
[16] -1	0	0x00007800 - 0x0000781f (0x20) IX[B]
[17] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
[18] -1	0	0x00008400 - 0x0000841f (0x20) IX[B]
[19] -1	0	0x00008800 - 0x0000880f (0x10) IX[B]
[20] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
[21] -1	0	0x00009400 - 0x0000940f (0x10) IX[B]
[22] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
[23] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
[24] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
[25] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
[26] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[B]
[27] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
[28] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
[29] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[30] -1	0	0x0000e500 - 0x0000e5ff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers/v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
compiled for 7.1.0, module version = 0.1.1
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension Multi-Buffering
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.34.8
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "evdev"
(II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 0.0.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) v4l driver for Video4Linux
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.34.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.34g1						   
(II) ATI Proprietary Linux Driver Build Date: Feb 20 2007 11:49:19
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.34.1.1.2.3-driver-lnx-x86-x86_64-327152
(--) Assigning device section with no busID to primary device
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(--) Chipset Supported AMD Graphics Processor (0x4A49) found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1	0	0xc6000000 - 0xc60000ff (0x100) MX[B]
[5] -1	0	0xc6800000 - 0xc68000ff (0x100) MX[B]
[6] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1	0	0xc7000000 - 0xc700ffff (0x10000) MX[B](B)
[8] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[9] -1	0	0xd7fe0000 - 0xd7ffffff (0x20000) MX[B](B)
[10] -1	0	0xc7800000 - 0xc780ffff (0x10000) MX[B](B)
[11] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[12] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
[15] -1	0	0x00007400 - 0x0000741f (0x20) IX[B]
[16] -1	0	0x00007800 - 0x0000781f (0x20) IX[B]
[17] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
[18] -1	0	0x00008400 - 0x0000841f (0x20) IX[B]
[19] -1	0	0x00008800 - 0x0000880f (0x10) IX[B]
[20] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
[21] -1	0	0x00009400 - 0x0000940f (0x10) IX[B]
[22] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
[23] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
[24] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
[25] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
[26] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[B]
[27] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
[28] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
[29] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[30] -1	0	0x0000e500 - 0x0000e5ff (0x100) IX[B]
(II) fglrx(0): pEnt->device->identifier=0x821d880
(II) resource ranges after probing:
[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1	0	0xc6000000 - 0xc60000ff (0x100) MX[B]
[5] -1	0	0xc6800000 - 0xc68000ff (0x100) MX[B]
[6] -1	0	0xe0000000 - 0xdfffffff (0x0) MX[B]O
[7] -1	0	0xc7000000 - 0xc700ffff (0x10000) MX[B](B)
[8] -1	0	0xc8000000 - 0xcfffffff (0x8000000) MX[B](B)
[9] -1	0	0xd7fe0000 - 0xd7ffffff (0x20000) MX[B](B)
[10] -1	0	0xc7800000 - 0xc780ffff (0x10000) MX[B](B)
[11] -1	0	0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
[18] -1	0	0x00007400 - 0x0000741f (0x20) IX[B]
[19] -1	0	0x00007800 - 0x0000781f (0x20) IX[B]
[20] -1	0	0x00008000 - 0x0000801f (0x20) IX[B]
[21] -1	0	0x00008400 - 0x0000841f (0x20) IX[B]
[22] -1	0	0x00008800 - 0x0000880f (0x10) IX[B]
[23] -1	0	0x00009000 - 0x000090ff (0x100) IX[B]
[24] -1	0	0x00009400 - 0x0000940f (0x10) IX[B]
[25] -1	0	0x00009800 - 0x00009803 (0x4) IX[B]
[26] -1	0	0x0000a000 - 0x0000a007 (0x8) IX[B]
[27] -1	0	0x0000a400 - 0x0000a403 (0x4) IX[B]
[28] -1	0	0x0000a800 - 0x0000a807 (0x8) IX[B]
[29] -1	0	0x0000b000 - 0x0000b007 (0x8) IX[B]
[30] -1	0	0x0000b400 - 0x0000b41f (0x20) IX[B]
[31] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
[32] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
[33] -1	0	0x0000e500 - 0x0000e5ff (0x100) IX[B]
[34] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
[35] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin, [x]
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(II) fglrx(0): PCI bus 1 card 0 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "NoAccel" "no"
(**) fglrx(0): Option "NoDRI" "no"
(**) fglrx(0): Option "Capabilities" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionI" "0x00000000"
(**) fglrx(0): Option "GammaCorrectionII" "0x00000000"
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "DesktopSetup" "0x00000000"
(**) fglrx(0): Option "MonitorLayout" "AUTO, AUTO"
(**) fglrx(0): Option "HSync2" "unspecified"
(**) fglrx(0): Option "VRefresh2" "unspecified"
(**) fglrx(0): Option "ScreenOverlap" "0"
(**) fglrx(0): Option "UseInternalAGPGART" "no"
(**) fglrx(0): Option "Stereo" "off"
(**) fglrx(0): Option "StereoSyncEnable" "1"
(**) fglrx(0): Option "UseFastTLS" "0"
(**) fglrx(0): Option "BlockSignalsOnLock" "on"
(**) fglrx(0): Option "ForceGenericCPU" "no"
(**) fglrx(0): Option "CenterMode" "off"
(**) fglrx(0): Option "FSAAScale" "1"
(**) fglrx(0): Option "FSAADisableGamma" "no"
(**) fglrx(0): Option "FSAACustomizeMSPos" "no"
(**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
(**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
(**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
(**) fglrx(0): Option "TVStandard" "NTSC-M"
(**) fglrx(0): Option "TVHSizeAdj" "0"
(**) fglrx(0): Option "TVVSizeAdj" "0"
(**) fglrx(0): Option "TVHPosAdj" "0"
(**) fglrx(0): Option "TVVPosAdj" "0"
(**) fglrx(0): Option "TVHStartAdj" "0"
(**) fglrx(0): Option "TVColorAdj" "0"
(**) fglrx(0): Option "DPMS"
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(**) fglrx(0): Gamma Correction for I is 0x00000000
(**) fglrx(0): Gamma Correction for II is 0x00000000
(==) fglrx(0): Buffer Tiling is ON
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(EE) fglrx(0): Cannot open /dev/mem
(EE) fglrx(0): PreInitInt10 failed
SetVBEMode failed
(EE) fglrx(0): PreInit failed
(II) fglrx(0): === [atiddxPreInit] === end
(II) UnloadModule: "fglrx"
(II) UnloadModule: "int10"
(II) Unloading /usr/lib/xorg/modules/libint10.so
(II) UnloadModule: "vgahw"
(II) Unloading /usr/lib/xorg/modules/libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

 

Any help would be much appreciated.

Link to comment
Share on other sites

Generally, it's not a bright idea trying to compile a new kernel as root (this is what you did). Better cp everything at another place, and compile as unpriviledged user.

An unpatched vanilla kernel made the regular way won't be able to run any "dkms-something" modules- so the error messages you get.

Link to comment
Share on other sites

So You're saying that it's all related to the way my kernel was compiled? I don't understand. Why a binary package (which a compiled kernel image is, as I understand it) should act differently, depending to who compiled it? Does this leave any marks? From where did You find out I compiled my kernel as a root?

Link to comment
Share on other sites

I've always compiled my kernels as root, and never had any problems. Of course, dkms packages won't work, so it's just a case of manually sorting out the hardware that needs drivers, such as nvidia, without using dkms, etc.

 

I've noticed the newer kernels can be a beeyatch, and the:

 

make oldconfig

 

normally helps, before you do the rest:

 

make menuconfig
make
make modules_install
make install

 

at least for me anyhow, and I was root.

Link to comment
Share on other sites

I've always done it this way:

 

- cd into new kernel source directory

# make mrproper (this will wipe out your .config so I do it before I have copied over the old file)

- Copy old .config into new kernel source directory.

Then:

 # make clean
# make
# make modules_install

Obviously, if you need to change anything do make menuconfig first (I'm a bit of a gambler, but I haven't had to change anything since 2.6.8 or something, so....).

 

Now we wait for someone to point out that the first two steps are not necessary for 2.6 kernels... to them I say fooey!

 

And I su to compile kernels. There is nothing wrong with making significant system changes 'as root' - which I think we all agree this is. You should never log in as root, but there is nothing wrong with using su.

Link to comment
Share on other sites

(...)Of course, dkms packages won't work, so it's just a case of manually sorting out the hardware that needs drivers, such as nvidia, without using dkms, etc.(...)

 

And how can I make this happen with my Radeon graphics card?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...