Jump to content

zibi1981

Members
  • Posts

    232
  • Joined

  • Last visited

Posts posted by zibi1981

  1. When it comes to text completion, all is working fine. I use a Dropdown List. So if I type i.e. www.int(...), I got several suggestions, and If I chose one, it takes me do the right web page. But my problem lies elsewhere, because I'm not taken to www.interia.pl i.e. when I type so in the Location Bar. I had to type the whole URL (http://www.interia.pl/), and when I don't, I'm directed to Google search query...

     

    P.S. I was writing about my hotmail account.

  2. I didn't notice that before, but it seems that the pyqt version in the repositories require PyQt[== 3.15.1], not PyQt[>= 3.15.1]. So it leads me to think You'll have to try searching for a newer version of pyqt, compatible with python Qt bindings 3.5.4. Maybe You'll have to build it from source, which can You get from here i.e.

     

    Hope this help. Please leave me a note how it went after finishing, as I'm curious myself.

  3. Hi again spinynorman :)

     

    My Location Toolbar looks precisely, as You described. In Settings - Configure Toolbars - Location Toolbar I have four items. I removed the Location Bar and then add it again, as You suggested, but that didn't help :unsure: There's another funny thing - in Settings - Configure Toolbars - Location Toolbar I don't see a Search Toolbar, which I obviously have one the right side of the bar...

     

    P.S. Another fast question. If You're login in to Your e-mail account, do You have to type Your password twice in Konqueror? I do. How to change that?

  4. I don't know how things are in Suse, but with Mandriva it's not usually a good idea to compile software.

     

    I don't agree. I'm also a Linux neewbie (using it since November 2006), but since then I went through several successful compilations (including kernel). You can always encounter some issues (if so, why no to ask on this forum?), but mostly everything ended without problems. Of course using urpmi base is the easiest way, but I usually don't prefer going the easiest way :P

  5. Well, I'm a Fallout maniac too. I used to spent many days playing all parts of the series (including Tactics), and now I decided to go through it one more time :D For the moment I only play Fallout (the first part). I didn't have any problem with installation, and only one with running the game, which was solved above by ramfree17. And now, when i want to play Fallout I just have to type

     

    wine /home/zibi1981/.wine/drive_c/Program\ Files/Interplay/Fallout/falloutw.exe

     

    in console, and it starts flawlessly. I don't have any major problems while playing, only several minor ones, like the mouse cursor issue (the cursor moves smoothly in all kinds of menus, also in-game ones, but in game area it doesn't, and sometimes jumps from place to place) or some performance problems. For instance, sometimes, after some time of playing, more or less suddenly the game is starting to run a bit slower, than before. But after another start all is good. Nonetheless its worth trying to play Fallout on Linux. It has an additional flavor, if You know what I mean ;)

  6. Every time I type an URL into address bar and press [Enter], I'm not directly taken to the desired web page, but to a result of a Google search query. For example when I type www.interia.pl, I got this. If I turn off "web shortcuts", I'm not able to use a shortcut to Google, and I have to type whole URLs, along with "http://".

    How to make Konqueror work similar to Opera, where simply typing www.interia.pl or similar takes me to the desired web page?

  7. I changed some options in .config file and recompiled my kernel, just in case that would help. While compiling I didn't get any error messages, but several warnings

     

     (...)
    CC	  arch/i386/kernel/cpu/transmeta.o
    arch/i386/kernel/cpu/transmeta.c: In function ?€˜init_transmeta?€™:
    arch/i386/kernel/cpu/transmeta.c:12: warning: ?€˜cpu_freq?€™ may be used uninitialized in this function
     CC	  arch/i386/kernel/cpu/intel.o
    
    (...)
    
    CC	  kernel/auditfilter.o
    kernel/auditfilter.c: In function ?€˜audit_filter_user?€™:
    kernel/auditfilter.c:1605: warning: ?€˜state?€™ may be used uninitialized in this function
    kernel/auditfilter.c: In function ?€˜audit_receive_filter?€™:
    kernel/auditfilter.c:1170: warning: ?€˜ndw?€™ may be used uninitialized in this function
    kernel/auditfilter.c:1170: warning: ?€˜ndp?€™ may be used uninitialized in this function
     CC	  kernel/auditsc.o
    
    (...)
    
    CC [M]  fs/jfs/jfs_logmgr.o
    CC [M]  fs/jfs/jfs_txnmgr.o
    fs/jfs/jfs_txnmgr.c: In function ?€˜txCommit?€™:
    fs/jfs/jfs_txnmgr.c:1922: warning: ?€˜pxd.addr2?€™ may be used uninitialized in this function
    fs/jfs/jfs_txnmgr.c:1922: warning: ?€˜pxd.addr1?€™ may be used uninitialized in this function
    fs/jfs/jfs_txnmgr.c:1922: warning: ?€˜pxd.len?€™ may be used uninitialized in this function
     CC [M]  fs/jfs/jfs_uniupr.o
    
    (...)
    
    CC [M]  fs/ocfs2/vote.o
    fs/ocfs2/vote.c: In function ?€˜ocfs2_do_request_vote?€™:
    fs/ocfs2/vote.c:667: warning: ?€˜response?€™ may be used uninitialized in this function
     LD [M]  fs/ocfs2/ocfs2.o
    
    (...)
    
    CC	  fs/partitions/check.o
    fs/partitions/check.c: In function ?€˜add_partition?€™:
    fs/partitions/check.c:389: warning: ignoring return value of ?€˜kobject_add?€™, declared with attribute warn_unused_result
    fs/partitions/check.c:392: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
     CC	  fs/partitions/ldm.o
    
    (...)
    
    LD	  fs/udf/built-in.o
    CC [M]  fs/udf/balloc.o
    fs/udf/balloc.c: In function ?€˜udf_table_new_block?€™:
    fs/udf/balloc.c:751: warning: ?€˜goal_eloc.logicalBlockNum?€™ may be used uninitialized in this function
     CC [M]  fs/udf/dir.o
    
    (...)
    
     CC [M]  fs/udf/super.o
    fs/udf/super.c: In function ?€˜udf_fill_super?€™:
    fs/udf/super.c:1363: warning: ?€˜ino.partitionReferenceNum?€™ may be used uninitialized in this function
     CC [M]  fs/udf/truncate.o
    
    (...)
    
     CC [M]  fs/xfs/xfs_bmap.o
    fs/xfs/xfs_bmap.c: In function ?€˜xfs_bmapi?€™:
    fs/xfs/xfs_bmap.c:2664: warning: ?€˜rtx?€™ is used uninitialized in this function
     CC [M]  fs/xfs/xfs_bmap_btree.o
    
    (...)
    
    ipc/msg.c: In function ?€˜sys_msgctl?€™:
    ipc/msg.c:390: warning: ?€˜setbuf.qbytes?€™ may be used uninitialized in this function
    ipc/msg.c:390: warning: ?€˜setbuf.uid?€™ may be used uninitialized in this function
    ipc/msg.c:390: warning: ?€˜setbuf.gid?€™ may be used uninitialized in this function
    ipc/msg.c:390: warning: ?€˜setbuf.mode?€™ may be used uninitialized in this function
     CC	  ipc/sem.o
    ipc/sem.c: In function ?€˜sys_semctl?€™:
    ipc/sem.c:862: warning: ?€˜setbuf.uid?€™ may be used uninitialized in this function
    ipc/sem.c:862: warning: ?€˜setbuf.gid?€™ may be used uninitialized in this function
    ipc/sem.c:862: warning: ?€˜setbuf.mode?€™ may be used uninitialized in this function
     CC	  ipc/shm.o
    
    (...)
    
    CC	  drivers/ata/libata-core.o
    drivers/ata/libata-core.c: In function ?€˜ata_pci_device_do_resume?€™:
    drivers/ata/libata-core.c:6219: warning: ignoring return value of ?€˜pci_enable_device?€™, declared with attribute warn_unused_result
     CC	  drivers/ata/libata-scsi.o
     CC	  drivers/ata/libata-sff.o
    drivers/ata/libata-sff.c: In function ?€˜ata_pci_init_one?€™:
    drivers/ata/libata-sff.c:1083: warning: ignoring return value of ?€˜pci_request_region?€™, declared with attribute warn_unused_result
    drivers/ata/libata-sff.c:1085: warning: ignoring return value of ?€˜pci_request_region?€™, declared with attribute warn_unused_result
    drivers/ata/libata-sff.c:1087: warning: ignoring return value of ?€˜pci_request_region?€™, declared with attribute warn_unused_result
     CC	  drivers/ata/libata-eh.o
    
    (...)
    
    CC [M]  drivers/atm/zatm.o
    drivers/atm/zatm.c: In function ?€˜zatm_open?€™:
    drivers/atm/zatm.c:919: warning: ?€˜pcr?€™ may be used uninitialized in this function
     CC [M]  drivers/atm/uPD98402.o
     CC [M]  drivers/atm/nicstar.o
     CC [M]  drivers/atm/ambassador.o
    drivers/atm/ambassador.c: In function ?€˜amb_open?€™:
    drivers/atm/ambassador.c:1043: warning: ?€˜tx_rate_bits?€™ may be used uninitialized in this function
     CC [M]  drivers/atm/horizon.o
     CC [M]  drivers/atm/iphase.o
    drivers/atm/iphase.c:961: warning: ?€˜tcnter?€™ defined but not used
    drivers/atm/iphase.c:963: warning: ?€˜xdump?€™ defined but not used
     CC [M]  drivers/atm/suni.o
     CC [M]  drivers/atm/fore200e.o
    objcopy -Iihex drivers/atm/pca200e.data -Obinary drivers/atm/pca200e.bin.gz
    gzip -n -df drivers/atm/pca200e.bin.gz
     HOSTCC  drivers/atm/fore200e_mkfirm
    drivers/atm/fore200e_mkfirm -k -b _fore200e_pca_fw \
    	  -i drivers/atm/pca200e.bin -o drivers/atm/fore200e_pca_fw.c
     CC [M]  drivers/atm/fore200e_pca_fw.o
     LD [M]  drivers/atm/fore_200e.o
    
    (...)
    
    CC	  drivers/base/core.o
    drivers/base/core.c: In function ?€˜device_add?€™:
    drivers/base/core.c:514: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
    drivers/base/core.c:519: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
    drivers/base/core.c: In function ?€˜device_rename?€™:
    drivers/base/core.c:947: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
     CC	  drivers/base/sys.o
    
    (...)
    
    CC	  drivers/base/platform.o
    drivers/base/platform.c: In function ?€˜platform_bus_init?€™:
    drivers/base/platform.c:614: warning: ignoring return value of ?€˜device_register?€™, declared with attribute warn_unused_result
     CC	  drivers/base/cpu.o
    
    (...)
    
    CC [M]  drivers/block/floppy.o
    drivers/block/floppy.c: In function ?€˜floppy_init?€™:
    drivers/block/floppy.c:4337: warning: ignoring return value of ?€˜device_create_file?€™, declared with attribute warn_unused_result
     CC [M]  drivers/block/loop.o
    
    (...)
    
     CC	  drivers/dma/dmaengine.o
    drivers/dma/dmaengine.c: In function ?€˜dma_async_device_register?€™:
    drivers/dma/dmaengine.c:338: warning: ignoring return value of ?€˜class_device_register?€™, declared with attribute warn_unused_result
     CC	  drivers/dma/iovlock.o
    
    (...)
    
     CC	  drivers/ide/setup-pci.o
    drivers/ide/setup-pci.c: In function ?€˜ide_scan_pcibus?€™:
    drivers/ide/setup-pci.c:865: warning: ignoring return value of ?€˜__pci_register_driver?€™, declared with attribute warn_unused_result
     CC	  drivers/ide/ide-dma.o
    
    (...)
    
     CC	  drivers/input/mousedev.o
    drivers/input/mousedev.c: In function ?€˜mousedev_connect?€™:
    drivers/input/mousedev.c:664: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
     LD	  drivers/input/joystick/built-in.o
    
    (...)
    
     CC [M]  drivers/input/joydev.o
    drivers/input/joydev.c: In function ?€˜joydev_connect?€™:
    drivers/input/joydev.c:542: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
     CC [M]  drivers/input/evdev.o
    drivers/input/evdev.c: In function ?€˜evdev_connect?€™:
    drivers/input/evdev.c:653: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
     LD	  drivers/input/gameport/built-in.o
    
    (...)
    
     CC [M]  drivers/input/serio/serio_raw.o
    drivers/input/serio/serio_raw.c: In function ?€˜serio_raw_read?€™:
    drivers/input/serio/serio_raw.c:163: warning: ?€˜c?€™ may be used uninitialized in this function
     LD	  drivers/macintosh/built-in.o
     CC	  drivers/md/md.o
    drivers/md/md.c: In function ?€˜bind_rdev_to_array?€™:
    drivers/md/md.c:1379: warning: ignoring return value of ?€˜kobject_add?€™, declared with attribute warn_unused_result
    drivers/md/md.c:1385: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
    drivers/md/md.c: In function ?€˜md_probe?€™:
    drivers/md/md.c:2988: warning: ignoring return value of ?€˜kobject_register?€™, declared with attribute warn_unused_result
    drivers/md/md.c: In function ?€˜do_md_run?€™:
    drivers/md/md.c:3137: warning: ignoring return value of ?€˜sysfs_create_group?€™, declared with attribute warn_unused_result
    drivers/md/md.c:3152: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
    drivers/md/md.c: In function ?€˜md_check_recovery?€™:
    drivers/md/md.c:5483: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
     CC	  drivers/md/bitmap.o
    
    (...)
    
     CC [M]  drivers/md/raid5.o
    drivers/md/raid5.c: In function ?€˜run?€™:
    drivers/md/raid5.c:3558: warning: ignoring return value of ?€˜sysfs_create_group?€™, declared with attribute warn_unused_result
    drivers/md/raid5.c: In function ?€˜raid5_start_reshape?€™:
    drivers/md/raid5.c:3865: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
     CC [M]  drivers/md/raid6algos.o
    
    (...)
    
    CC [M]  drivers/message/i2o/driver.o
     CC [M]  drivers/message/i2o/device.o
    drivers/message/i2o/device.c: In function ?€˜i2o_device_add?€™:
    drivers/message/i2o/device.c:247: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
    drivers/message/i2o/device.c:254: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
    drivers/message/i2o/device.c:260: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
    drivers/message/i2o/device.c:267: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
     CC [M]  drivers/message/i2o/debug.o
    
    (...)
    
    CC [M]  drivers/parport/parport_serial.o
    drivers/parport/parport_serial.c: In function ?€˜parport_serial_pci_resume?€™:
    drivers/parport/parport_serial.c:402: warning: ignoring return value of ?€˜pci_enable_device?€™, declared with attribute warn_unused_result
     CC	  drivers/pci/access.o
    
    (...)
    
     CC [M]  drivers/scsi/scsi_transport_sas.o
    drivers/scsi/scsi_transport_sas.c: In function ?€˜sas_port_create_link?€™:
    drivers/scsi/scsi_transport_sas.c:582: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
    drivers/scsi/scsi_transport_sas.c:583: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
    drivers/scsi/scsi_transport_sas.c: In function ?€˜sas_port_mark_backlink?€™:
    drivers/scsi/scsi_transport_sas.c:826: warning: ignoring return value of ?€˜sysfs_create_link?€™, declared with attribute warn_unused_result
     CC [M]  drivers/scsi/sd.o
    
    (...)
    
    CC	  drivers/serial/8250_pci.o
    drivers/serial/8250_pci.c: In function ?€˜pciserial_resume_one?€™:
    drivers/serial/8250_pci.c:1816: warning: ignoring return value of ?€˜pci_enable_device?€™, declared with attribute warn_unused_result
     LD	  drivers/serial/built-in.o
    
    (...)
    
    CC [M]  drivers/video/aty/radeon_base.o
    drivers/video/aty/radeon_base.c: In function ?€˜radeonfb_pci_register?€™:
    drivers/video/aty/radeon_base.c:2317: warning: ignoring return value of ?€˜sysfs_create_bin_file?€™, declared with attribute warn_unused_result
    drivers/video/aty/radeon_base.c:2319: warning: ignoring return value of ?€˜sysfs_create_bin_file?€™, declared with attribute warn_unused_result
     CC [M]  drivers/video/aty/radeon_pm.o
    (...)

     

    The compilation ended without problems, and I managed to install the modules and the kernel

     

    [root@localhost linux-2.6.20.2]# make modules_install
     INSTALL arch/i386/crypto/aes-i586.ko
     INSTALL arch/i386/kernel/cpuid.ko
     INSTALL crypto/aes.ko
     INSTALL crypto/anubis.ko
     INSTALL crypto/arc4.ko
     INSTALL crypto/blkcipher.ko
     INSTALL crypto/blowfish.ko
     INSTALL crypto/cast5.ko
     INSTALL crypto/cast6.ko
     INSTALL crypto/cbc.ko
     INSTALL crypto/crc32c.ko
     INSTALL crypto/crypto_null.ko
     INSTALL crypto/deflate.ko
     INSTALL crypto/des.ko
     INSTALL crypto/ecb.ko
     INSTALL crypto/khazad.ko
     INSTALL crypto/md4.ko
     INSTALL crypto/michael_mic.ko
     INSTALL crypto/serpent.ko
     INSTALL crypto/sha1.ko
     INSTALL crypto/sha256.ko
     INSTALL crypto/sha512.ko
     INSTALL crypto/tcrypt.ko
     INSTALL crypto/tea.ko
     INSTALL crypto/tgr192.ko
     INSTALL crypto/twofish.ko
     INSTALL crypto/twofish_common.ko
     INSTALL crypto/wp512.ko
     INSTALL drivers/acpi/button.ko
     INSTALL drivers/acpi/fan.ko
     INSTALL drivers/acpi/processor.ko
     INSTALL drivers/acpi/thermal.ko
     INSTALL drivers/atm/adummy.ko
     INSTALL drivers/atm/ambassador.ko
     INSTALL drivers/atm/atmtcp.ko
     INSTALL drivers/atm/eni.ko
     INSTALL drivers/atm/firestream.ko
     INSTALL drivers/atm/fore_200e.ko
     INSTALL drivers/atm/he.ko
     INSTALL drivers/atm/horizon.ko
     INSTALL drivers/atm/idt77105.ko
     INSTALL drivers/atm/idt77252.ko
     INSTALL drivers/atm/iphase.ko
     INSTALL drivers/atm/lanai.ko
     INSTALL drivers/atm/nicstar.ko
     INSTALL drivers/atm/suni.ko
     INSTALL drivers/atm/uPD98402.ko
     INSTALL drivers/atm/zatm.ko
     INSTALL drivers/block/floppy.ko
     INSTALL drivers/block/loop.ko
     INSTALL drivers/char/agp/agpgart.ko
     INSTALL drivers/char/agp/ati-agp.ko
     INSTALL drivers/char/agp/intel-agp.ko
     INSTALL drivers/char/agp/via-agp.ko
     INSTALL drivers/char/drm/drm.ko
     INSTALL drivers/char/drm/radeon.ko
     INSTALL drivers/char/hw_random/rng-core.ko
     INSTALL drivers/char/hw_random/via-rng.ko
     INSTALL drivers/char/lp.ko
     INSTALL drivers/char/n_hdlc.ko
     INSTALL drivers/char/rtc.ko
     INSTALL drivers/connector/cn.ko
     INSTALL drivers/dma/ioatdma.ko
     INSTALL drivers/hwmon/hwmon-vid.ko
     INSTALL drivers/hwmon/vt8231.ko
     INSTALL drivers/i2c/algos/i2c-algo-bit.ko
     INSTALL drivers/i2c/algos/i2c-algo-pca.ko
     INSTALL drivers/i2c/busses/i2c-isa.ko
     INSTALL drivers/i2c/busses/i2c-via.ko
     INSTALL drivers/i2c/busses/i2c-viapro.ko
     INSTALL drivers/i2c/i2c-core.ko
     INSTALL drivers/i2c/i2c-dev.ko
     INSTALL drivers/ide/ide-cd.ko
     INSTALL drivers/ide/ide-floppy.ko
     INSTALL drivers/ide/ide-generic.ko
     INSTALL drivers/ieee1394/eth1394.ko
     INSTALL drivers/ieee1394/ieee1394.ko
     INSTALL drivers/ieee1394/raw1394.ko
     INSTALL drivers/ieee1394/sbp2.ko
     INSTALL drivers/input/evdev.ko
     INSTALL drivers/input/ff-memless.ko
     INSTALL drivers/input/gameport/emu10k1-gp.ko
     INSTALL drivers/input/gameport/gameport.ko
     INSTALL drivers/input/joydev.ko
     INSTALL drivers/input/joystick/analog.ko
     INSTALL drivers/input/keyboard/newtonkbd.ko
     INSTALL drivers/input/keyboard/xtkbd.ko
     INSTALL drivers/input/misc/pcspkr.ko
     INSTALL drivers/input/misc/uinput.ko
     INSTALL drivers/input/mouse/sermouse.ko
     INSTALL drivers/input/serio/pcips2.ko
     INSTALL drivers/input/serio/serio_raw.ko
     INSTALL drivers/md/linear.ko
     INSTALL drivers/md/multipath.ko
     INSTALL drivers/md/raid0.ko
     INSTALL drivers/md/raid1.ko
     INSTALL drivers/md/raid10.ko
     INSTALL drivers/md/raid456.ko
     INSTALL drivers/md/xor.ko
     INSTALL drivers/media/radio/dsbr100.ko
     INSTALL drivers/media/radio/radio-gemtek-pci.ko
     INSTALL drivers/media/radio/radio-maestro.ko
     INSTALL drivers/media/radio/radio-maxiradio.ko
     INSTALL drivers/media/video/compat_ioctl32.ko
     INSTALL drivers/media/video/dabusb.ko
     INSTALL drivers/media/video/v4l1-compat.ko
     INSTALL drivers/media/video/v4l2-common.ko
     INSTALL drivers/media/video/videodev.ko
     INSTALL drivers/message/i2o/i2o_block.ko
     INSTALL drivers/message/i2o/i2o_bus.ko
     INSTALL drivers/message/i2o/i2o_core.ko
     INSTALL drivers/message/i2o/i2o_proc.ko
     INSTALL drivers/message/i2o/i2o_scsi.ko
     INSTALL drivers/net/bsd_comp.ko
     INSTALL drivers/net/dummy.ko
     INSTALL drivers/net/ppp_async.ko
     INSTALL drivers/net/ppp_deflate.ko
     INSTALL drivers/net/ppp_generic.ko
     INSTALL drivers/net/ppp_mppe.ko
     INSTALL drivers/net/ppp_synctty.ko
     INSTALL drivers/net/r8169.ko
     INSTALL drivers/net/slhc.ko
     INSTALL drivers/parport/parport.ko
     INSTALL drivers/parport/parport_pc.ko
     INSTALL drivers/parport/parport_serial.ko
     INSTALL drivers/rtc/rtc-core.ko
     INSTALL drivers/rtc/rtc-dev.ko
     INSTALL drivers/rtc/rtc-lib.ko
     INSTALL drivers/rtc/rtc-proc.ko
     INSTALL drivers/rtc/rtc-sysfs.ko
     INSTALL drivers/scsi/raid_class.ko
     INSTALL drivers/scsi/scsi_transport_fc.ko
     INSTALL drivers/scsi/scsi_transport_iscsi.ko
     INSTALL drivers/scsi/scsi_transport_sas.ko
     INSTALL drivers/scsi/scsi_transport_spi.ko
     INSTALL drivers/scsi/sd_mod.ko
     INSTALL drivers/scsi/sg.ko
     INSTALL drivers/scsi/sr_mod.ko
     INSTALL drivers/spi/spi_bitbang.ko
     INSTALL drivers/usb/atm/speedtch.ko
     INSTALL drivers/usb/atm/usbatm.ko
     INSTALL drivers/usb/class/usblp.ko
     INSTALL drivers/usb/core/usbcore.ko
     INSTALL drivers/usb/host/ehci-hcd.ko
     INSTALL drivers/usb/host/uhci-hcd.ko
     INSTALL drivers/usb/input/usbhid.ko
     INSTALL drivers/usb/mon/usbmon.ko
     INSTALL drivers/usb/serial/usbserial.ko
     INSTALL drivers/usb/storage/usb-storage.ko
     INSTALL drivers/video/aty/radeonfb.ko
     INSTALL drivers/video/cfbcopyarea.ko
     INSTALL drivers/video/cfbfillrect.ko
     INSTALL drivers/video/cfbimgblt.ko
     INSTALL drivers/video/fb_ddc.ko
     INSTALL fs/autofs4/autofs4.ko
     INSTALL fs/binfmt_aout.ko
     INSTALL fs/configfs/configfs.ko
     INSTALL fs/dlm/dlm.ko
     INSTALL fs/ext4/ext4dev.ko
     INSTALL fs/fat/fat.ko
     INSTALL fs/fuse/fuse.ko
     INSTALL fs/isofs/isofs.ko
     INSTALL fs/jbd2/jbd2.ko
     INSTALL fs/jfs/jfs.ko
     INSTALL fs/minix/minix.ko
     INSTALL fs/msdos/msdos.ko
     INSTALL fs/nls/nls_ascii.ko
     INSTALL fs/nls/nls_cp1250.ko
     INSTALL fs/nls/nls_cp437.ko
     INSTALL fs/nls/nls_cp850.ko
     INSTALL fs/nls/nls_cp852.ko
     INSTALL fs/nls/nls_iso8859-1.ko
     INSTALL fs/nls/nls_iso8859-15.ko
     INSTALL fs/nls/nls_iso8859-2.ko
     INSTALL fs/nls/nls_iso8859-3.ko
     INSTALL fs/nls/nls_utf8.ko
     INSTALL fs/ntfs/ntfs.ko
     INSTALL fs/ocfs2/cluster/ocfs2_nodemanager.ko
     INSTALL fs/ocfs2/dlm/ocfs2_dlm.ko
     INSTALL fs/ocfs2/dlm/ocfs2_dlmfs.ko
     INSTALL fs/ocfs2/ocfs2.ko
     INSTALL fs/reiserfs/reiserfs.ko
     INSTALL fs/romfs/romfs.ko
     INSTALL fs/udf/udf.ko
     INSTALL fs/vfat/vfat.ko
     INSTALL fs/xfs/xfs.ko
     INSTALL lib/crc-ccitt.ko
     INSTALL lib/crc16.ko
     INSTALL lib/libcrc32c.ko
     INSTALL lib/ts_bm.ko
     INSTALL lib/ts_fsm.ko
     INSTALL lib/ts_kmp.ko
     INSTALL lib/zlib_deflate/zlib_deflate.ko
     INSTALL lib/zlib_inflate/zlib_inflate.ko
     INSTALL net/802/p8022.ko
     INSTALL net/802/psnap.ko
     INSTALL net/atm/atm.ko
     INSTALL net/atm/br2684.ko
     INSTALL net/atm/clip.ko
     INSTALL net/atm/lec.ko
     INSTALL net/atm/mpoa.ko
     INSTALL net/atm/pppoatm.ko
     INSTALL net/dccp/ccids/dccp_ccid2.ko
     INSTALL net/dccp/ccids/dccp_ccid3.ko
     INSTALL net/dccp/ccids/lib/dccp_tfrc_lib.ko
     INSTALL net/dccp/dccp.ko
     INSTALL net/dccp/dccp_diag.ko
     INSTALL net/dccp/dccp_ipv4.ko
     INSTALL net/dccp/dccp_ipv6.ko
     INSTALL net/ieee80211/ieee80211.ko
     INSTALL net/ieee80211/ieee80211_crypt.ko
     INSTALL net/ieee80211/ieee80211_crypt_ccmp.ko
     INSTALL net/ieee80211/ieee80211_crypt_wep.ko
     INSTALL net/ieee80211/softmac/ieee80211softmac.ko
     INSTALL net/ipv4/ah4.ko
     INSTALL net/ipv4/esp4.ko
     INSTALL net/ipv4/ip_gre.ko
     INSTALL net/ipv4/ipcomp.ko
     INSTALL net/ipv4/ipip.ko
     INSTALL net/ipv4/tunnel4.ko
     INSTALL net/ipv4/xfrm4_mode_beet.ko
     INSTALL net/ipv4/xfrm4_mode_transport.ko
     INSTALL net/ipv4/xfrm4_mode_tunnel.ko
     INSTALL net/ipv4/xfrm4_tunnel.ko
     INSTALL net/ipv6/ah6.ko
     INSTALL net/ipv6/esp6.ko
     INSTALL net/ipv6/ip6_tunnel.ko
     INSTALL net/ipv6/ipcomp6.ko
     INSTALL net/ipv6/ipv6.ko
     INSTALL net/ipv6/sit.ko
     INSTALL net/ipv6/tunnel6.ko
     INSTALL net/ipv6/xfrm6_mode_beet.ko
     INSTALL net/ipv6/xfrm6_mode_transport.ko
     INSTALL net/ipv6/xfrm6_mode_tunnel.ko
     INSTALL net/ipv6/xfrm6_tunnel.ko
     INSTALL net/llc/llc.ko
     INSTALL net/llc/llc2.ko
     INSTALL net/packet/af_packet.ko
     INSTALL net/sched/cls_basic.ko
     INSTALL net/sched/cls_fw.ko
     INSTALL net/sched/cls_route.ko
     INSTALL net/sched/cls_rsvp.ko
     INSTALL net/sched/cls_rsvp6.ko
     INSTALL net/sched/cls_tcindex.ko
     INSTALL net/sched/cls_u32.ko
     INSTALL net/sched/em_cmp.ko
     INSTALL net/sched/em_meta.ko
     INSTALL net/sched/em_nbyte.ko
     INSTALL net/sched/em_text.ko
     INSTALL net/sched/em_u32.ko
     INSTALL net/sched/sch_cbq.ko
     INSTALL net/sched/sch_dsmark.ko
     INSTALL net/sched/sch_gred.ko
     INSTALL net/sched/sch_hfsc.ko
     INSTALL net/sched/sch_htb.ko
     INSTALL net/sched/sch_ingress.ko
     INSTALL net/sched/sch_netem.ko
     INSTALL net/sched/sch_prio.ko
     INSTALL net/sched/sch_red.ko
     INSTALL net/sched/sch_sfq.ko
     INSTALL net/sched/sch_tbf.ko
     INSTALL net/sched/sch_teql.ko
     INSTALL net/sctp/sctp.ko
     INSTALL sound/ac97_bus.ko
     INSTALL sound/core/oss/snd-mixer-oss.ko
     INSTALL sound/core/oss/snd-pcm-oss.ko
     INSTALL sound/core/seq/oss/snd-seq-oss.ko
     INSTALL sound/core/seq/snd-seq-device.ko
     INSTALL sound/core/seq/snd-seq-dummy.ko
     INSTALL sound/core/seq/snd-seq-midi-emul.ko
     INSTALL sound/core/seq/snd-seq-midi-event.ko
     INSTALL sound/core/seq/snd-seq-midi.ko
     INSTALL sound/core/seq/snd-seq-virmidi.ko
     INSTALL sound/core/seq/snd-seq.ko
     INSTALL sound/core/snd-hwdep.ko
     INSTALL sound/core/snd-page-alloc.ko
     INSTALL sound/core/snd-pcm.ko
     INSTALL sound/core/snd-rawmidi.ko
     INSTALL sound/core/snd-rtctimer.ko
     INSTALL sound/core/snd-timer.ko
     INSTALL sound/core/snd.ko
     INSTALL sound/drivers/mpu401/snd-mpu401-uart.ko
     INSTALL sound/pci/ac97/snd-ac97-codec.ko
     INSTALL sound/pci/emu10k1/snd-emu10k1-synth.ko
     INSTALL sound/pci/emu10k1/snd-emu10k1.ko
     INSTALL sound/pci/snd-via82xx.ko
     INSTALL sound/soundcore.ko
     INSTALL sound/synth/emux/snd-emux-synth.ko
     INSTALL sound/synth/snd-util-mem.ko
     INSTALL sound/usb/snd-usb-audio.ko
     INSTALL sound/usb/snd-usb-lib.ko
    if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map  2.6.20.2Zibi1981; fi
    [root@localhost linux-2.6.20.2]# make install
    sh /usr/src/linux-2.6.20.2/arch/i386/boot/install.sh 2.6.20.2Zibi1981 arch/i386/boot/bzImage System.map "/boot"
    /dev/sda: unknown volume type
    /dev/sdb: unknown volume type
    Looking for deps of module initramfs
    Looking for deps of module atkbd
    Looking for deps of module ide-mod
    Looking for deps of module ide-probe-mod
    Looking for deps of module ide-core
    Looking for deps of module ide-disk
    Looking for deps of module ext3
    Looking for deps of module lzf
    Using modules:
    Using /root/tmp as temporary directory.
    /sbin/nash -> /root/tmp/initrd.zuU846/bin/nash
    Contents of RCFILE:
    #!/bin/nash
    
    echo Mounting /proc filesystem
    mount -t proc /proc /proc
    echo Mounting sysfs
    mount -t sysfs none /sys
    echo Creating device files
    mountdev size=32M,mode=0755
    echo -n /sbin/hotplug > /proc/sys/kernel/hotplug
    mkdir /dev/.udevdb
    mkdevices /dev
    echo Creating root device
    mkrootdev /dev/root
    resume
    echo > /proc/suspend2/do_resume
    echo Mounting root filesystem /dev/root
    mount -o defaults --ro -t ext3 /dev/root /sysroot
    echo Switching to new root
    switchroot --movedev /sysroot
    echo Initrd finished

     

    I just wonder if that could be related to my booting up problem.

  8. I wonder if someone could help me.

     

    In my campaign to completely get away from Windows, I tried to install Fallout and Fallout 2 using Wine 0.9.33, which I compiled from sources without problems. So I tried to install Fallout 1, and this is what I got

     

    [zibi1981@localhost ~]$ wine /mnt/cdrom2/Autorun.exe
    fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported.
    [zibi1981@localhost ~]$ fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported.
    err:ole:TLB_ReadTypeLib Loading of typelib L"c:\\Program Files\\Common Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
    fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported.
    fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x4002c
    err:ole:marshal_object object doesn't expose interface {be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
    err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002
    err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
    err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
    err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
    err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
    err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
    err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
    err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
    err:ole:marshal_object object doesn't expose interface {be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
    err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002
    fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x4002c
    fixme:advapi:GetFileSecurityW (L"c:\\Program Files\\InstallShield Installation Information\\{59DD711B-CA1F-4358-8F14-DC3B31741730}\\") : returns fake SECURITY_DESCRIPTOR

     

    Nonetheless it looks like Fallout has been installed. I can add its .exe using winecfg. But there is also a problem with a bookmark called "Audio". Here is what i got in console, when clicking at it

     

    [zibi1981@localhost ~]$ winecfg
    fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported.
    fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
    fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet

     

    And when I try to run Fallout i get

     

    [zibi1981@localhost ~]$ wine falloutw.exe
    wine: could not load L"c:\\windows\\system32\\falloutw.exe": Module not found

     

    And Yes, I did check that the exact name of the .exe file is falloutw.exe, but why wine is looking for it in system32 folder, instead of C:\\Program Files\\Interplay\\Fallout, where it's stored?

     

    Anyone have any ideas how to make my Fallout run on Mandriva?

  9. But I'm already using ATI proprietary driver ver. 8.34.8 installed on my vanilla kernel (2.6.17-5mdv). The problem is, that when I boot up from newly compiled kernel (2.6.20.2), it tries to install those ATI driver for itself, but this process fails every time. The result is a monitor in power safe mode. I wonder whether I could boot into my new kernel if I would uninstall ATI drivers, so that it wouldn't try to ad them to its modules when starting. Then after, if booting would end successfully, I could install them. What do You think of that?

  10. 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.

  11. 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.

×
×
  • Create New...