Announcement

Collapse
No announcement yet.

XAA In X.Org Has Finally Met Its Executioner

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • rene
    replied
    I do not understand why people are so happy about removing support for nice old vintage machines. All the years of hard work deleted and zipped from existence in seconds. Until you take a nice vintage workstation out of the attic, or ebay, and are surprised and disappointed to see all the once working stuff been executing for not really much benefit at all.

    Leave a comment:


  • Gusar
    replied
    Originally posted by Pallidus View Post
    I seriously don't think it's possible to turn XAA on despite what everyone says
    Oh, I'm very sure it is. You're just not approaching the whole thing correctly. Every time you set something, you have to be aware exactly what the state of the system is, instead of just typing random options and hoping for the best. /var/log/Xorg.0.log and dmesg are your friends.

    It would also really, really help if you actually made an install instead of playing with a live distro. Then you'd boot into commandline mode, check if the radeon module loaded the way you want it to, adjust things and reboot if not. Then start X from there with a specific X config. Then leave X, change the config and start X again. Each time checking the logs to know the state of the system.

    If this sounds complicated, it's really not. I could have all sorts of combinations tested in like 10 minutes, and would know exactly what effect each option has.
    Last edited by Gusar; 08 September 2012, 04:47 PM.

    Leave a comment:


  • dungeon
    replied
    Originally posted by Pallidus View Post
    I have tried
    knoppix radeon.modeset=o (this one seems to be the one that effectively shuts down compiz and the other thing)
    That is UMS/EXA. For XAA you need to further edit your xorg.conf, log-out & log-in.

    Leave a comment:


  • Pallidus
    replied
    I have tried

    knoppix radeon.modeset=0

    knoppix nomodeset

    knoppix radeon.modeset=o (this one seems to be the one that effectively shuts down compiz and the other thing)

    I seriously don't think it's possible to turn XAA on despite what everyone says

    Leave a comment:


  • Ansla
    replied
    If he's using a livecd reboot is not an option as the setting will get lost. According to the Debian wiki nomodeset should do the trick from the kernel command line: http://wiki.debian.org/KernelModesetting#Disabling_KMS

    Leave a comment:


  • dungeon
    replied
    In Debian you have radeon-kms.conf in /etc/modprobe.d

    Code:
    options radeon modeset=1
    set that to 0 and reboot.

    I assume Knoppix is the same there .
    Last edited by dungeon; 05 September 2012, 12:08 PM.

    Leave a comment:


  • agd5f
    replied
    XAA doesn't work with KMS. You need to disable KMS. The UMS code in the ddx also does not work when KMS is enabled. To disable KMS, set radeon.modeset=0 (zero not o) on the kernel command line in grub. Then you can use the UMS support (and XAA) in the radeon driver to control the card.

    Leave a comment:


  • Pallidus
    replied
    whenever I try to manually set driver "radeon" and restart X, X doesn't restart it keeps failing until you are back to X with fbdev


    What I know is that the X.org radeon driver doesn't work with this radeon card, and that is that. I can't figure out how to enable XAA, at this point I don't think it's even possible.

    But since that other guy with the really recent card couldn't also get it to work at least I know It's not just me... it seems that old and new radeons are not supported...

    sorry but this ati radeon shit is just a fk'ng headache and I'm giving up

    radeon.modeset=o and it detects your card as a generic VESA or something, at least it won't lag you

    Leave a comment:


  • bridgman
    replied
    Thanks. At first glance it appears that you still have kernel modesetting enabled...

    [ 15.105271] [drm] radeon kernel modesetting enabled.
    [ 15.105454] radeon 0000:01:05.0: power state changed by ACPI to D0
    [ 15.105461] radeon 0000:01:05.0: power state changed by ACPI to D0
    [ 15.106056] ACPI: PCI Interrupt Link [LNK0] enabled at IRQ 10
    [ 15.112590] [drm] initializing kernel modesetting (RS200 0x1002:0x4337 0x103C:0x0850).
    [ 15.112638] [drm] register mmio base: 0xC0300000
    [ 15.112641] [drm] register mmio size: 65536
    [ 15.113036] agpgart-ati 0000:00:00.0: AGP 2.0 bridge
    [ 15.113060] agpgart-ati 0000:00:00.0: putting AGP V2 device into 4x mode
    [ 15.113110] radeon 0000:01:05.0: putting AGP V2 device into 4x mode
    [ 15.113117] radeon 0000:01:05.0: GTT: 64M 0xC4000000 - 0xC7FFFFFF
    [ 15.113126] radeon 0000:01:05.0: VRAM: 128M 0x0000000038000000 - 0x000000003FFFFFFF (128M used)
    [ 15.113140] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 15.113144] [drm] Driver supports precise vblank timestamp query.
    [ 15.113166] [drm] radeon: irq initialized.
    [ 15.116172] [drm] Detected VRAM RAM=128M, BAR=256M
    [ 15.116177] [drm] RAM width 64bits DDR
    [ 15.118158] [TTM] Zone kernel: Available graphics memory: 445888 kiB
    [ 15.118164] [TTM] Zone highmem: Available graphics memory: 449700 kiB
    [ 15.118167] [TTM] Initializing pool allocator
    [ 15.118228] [drm] radeon: 128M of VRAM memory ready
    [ 15.118232] [drm] radeon: 64M of GTT memory ready.
    [ 15.118273] [drm] radeon: ib pool ready.
    [ 15.141641] radeon 0000:01:05.0: WB disabled
    [ 15.141654] [drm] fence driver on ring 0 use gpu addr 0xc4000000 and cpu addr 0xf8024000
    [ 15.141816] [drm] Loading R100 Microcode
    ... despite booting with modeset=0 (is this maybe the wrong syntax for current drivers ?)...

    [ 425.714] Current Operating System: Linux Microknoppix 3.4.9 #34 SMP PREEMPT Fri Aug 17 06:30:04 CEST 2012 i686
    [ 425.714] Kernel command line: ramdisk_size=100000 lang=en apm=power-off initrd=minirt.gz nomce libata.force=noncq hpsa.hpsa_allow_any=1 loglevel=1 tz=localtime BOOT_IMAGE=linux radeon.modeset=0
    ... and you're using the fbdev X driver rather than radeon (-ati)...

    [ 425.725] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 425.725] (II) Module fbdev: vendor="X.Org Foundation"
    [ 425.725] compiled for 1.12.1, module version = 0.4.2
    [ 425.725] ABI class: X.Org Video Driver, version 12.0
    [ 425.725] (II) FBDEV: driver for framebuffer: fbdev
    [ 425.725] (++) using VT number 5

    [ 425.746] (II) Loading sub module "fbdevhw"
    [ 425.746] (II) LoadModule: "fbdevhw"
    [ 425.746] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 425.747] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 425.747] compiled for 1.12.3, module version = 0.0.2
    [ 425.747] ABI class: X.Org Video Driver, version 12.0
    [ 425.747] (**) FBDEV(0): claimed PCI slot 1@0:5:0
    [ 425.747] (II) FBDEV(0): using default device
    [ 425.747] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
    [ 425.747] (==) FBDEV(0): RGB weight 888
    [ 425.747] (==) FBDEV(0): Default visual is TrueColor
    [ 425.747] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 425.747] (II) FBDEV(0): hardware: radeondrmfb (video memory: 3072kB)
    [ 425.747] (II) FBDEV(0): checking modes against framebuffer device...
    [ 425.747] (II) FBDEV(0): checking modes against monitor...
    [ 425.747] (--) FBDEV(0): Virtual size is 1024x768 (pitch 1024)
    [ 425.747] (**) FBDEV(0): Built-in mode "current"
    [ 425.747] (++) FBDEV(0): DPI set to (96, 96)
    [ 425.747] (II) Loading sub module "fb"
    [ 425.747] (II) LoadModule: "fb"
    [ 425.748] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 425.748] (II) Module fb: vendor="X.Org Foundation"
    [ 425.748] compiled for 1.12.3, module version = 1.0.0
    [ 425.748] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 425.748] (**) FBDEV(0): using shadow framebuffer
    [ 425.748] (II) Loading sub module "shadow"
    [ 425.748] (II) LoadModule: "shadow"
    [ 425.750] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 425.756] (II) Module shadow: vendor="X.Org Foundation"
    [ 425.757] compiled for 1.12.3, module version = 1.1.0
    [ 425.757] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 425.757] (==) Depth 24 pixmap format is 32 bpp
    [ 425.838] (==) FBDEV(0): Backing store disabled
    [ 425.839] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
    [ 425.839] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
    [ 425.839] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
    [ 425.839] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument
    [ 425.839] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument

    Leave a comment:


  • Pallidus
    replied
    this is dmesg:

    0.768226] loop: module loaded
    [ 0.768234] cloop: Initializing cloop v2.639
    [ 0.770737] cloop: loaded (max 8 devices)
    [ 0.771833] nbd: registered device at major 43
    [ 0.775407] Uniform Multi-Platform E-IDE driver
    [ 0.776044] ide-gd driver 1.18
    [ 0.776104] ide-cd driver 5.00
    [ 0.777558] Loading iSCSI transport class v2.0-870.
    [ 0.778474] mpt2sas version 12.100.00.00 loaded
    [ 0.778660] VMware PVSCSI driver - version 1.0.2.0-k
    [ 0.779017] SCSI Media Changer driver v0.25
    [ 0.780717] pata_ali 0000:00:10.0: can't derive routing for PCI INT A
    [ 0.781666] scsi0 : pata_ali
    [ 0.781940] scsi1 : pata_ali
    [ 0.782319] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x2040 irq 14
    [ 0.782324] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x2048 irq 15
    [ 0.785939] Error: Driver 'pata_platform' is already registered, aborting...
    [ 0.786663] PPP generic driver version 2.4.2
    [ 0.787065] firewire_ohci 0000:00:0c.0: enabling device (0010 -> 0012)
    [ 0.840109] firewire_ohci 0000:00:0c.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
    [ 0.840546] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.840644] ehci_hcd 0000:00:0b.2: EHCI Host Controller
    [ 0.840699] ehci_hcd 0000:00:0b.2: new USB bus registered, assigned bus number 1
    [ 0.840767] ehci_hcd 0000:00:0b.2: irq 11, io mem 0xc0003000
    [ 0.850038] ehci_hcd 0000:00:0b.2: USB 2.0 started, EHCI 0.95
    [ 0.850093] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
    [ 0.850098] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.850102] usb usb1: Product: EHCI Host Controller
    [ 0.850105] usb usb1: Manufacturer: Linux 3.4.9 ehci_hcd
    [ 0.850108] usb usb1: SerialNumber: 0000:00:0b.2
    [ 0.850380] hub 1-0:1.0: USB hub found
    [ 0.850392] hub 1-0:1.0: 4 ports detected
    [ 0.850604] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.850705] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.850817] uhci_hcd 0000:00:0b.0: UHCI Host Controller
    [ 0.850836] uhci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 2
    [ 0.850871] uhci_hcd 0000:00:0b.0: irq 10, io base 0x00002000
    [ 0.850929] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
    [ 0.850933] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.850937] usb usb2: Product: UHCI Host Controller
    [ 0.850940] usb usb2: Manufacturer: Linux 3.4.9 uhci_hcd
    [ 0.850942] usb usb2: SerialNumber: 0000:00:0b.0
    [ 0.851214] hub 2-0:1.0: USB hub found
    [ 0.851223] hub 2-0:1.0: 2 ports detected
    [ 0.851347] uhci_hcd 0000:00:0b.1: UHCI Host Controller
    [ 0.851360] uhci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 3
    [ 0.851389] uhci_hcd 0000:00:0b.1: irq 7, io base 0x00002020
    [ 0.851441] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
    [ 0.851446] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.851449] usb usb3: Product: UHCI Host Controller
    [ 0.851451] usb usb3: Manufacturer: Linux 3.4.9 uhci_hcd
    [ 0.851454] usb usb3: SerialNumber: 0000:00:0b.1
    [ 0.851702] hub 3-0:1.0: USB hub found
    [ 0.851710] hub 3-0:1.0: 2 ports detected
    [ 0.852093] usbcore: registered new interface driver uas
    [ 0.852098] Initializing USB Mass Storage driver...
    [ 0.852188] usbcore: registered new interface driver usb-storage
    [ 0.852191] USB Mass Storage support registered.
    [ 0.852257] usbcore: registered new interface driver ums-alauda
    [ 0.852323] usbcore: registered new interface driver ums-cypress
    [ 0.852387] usbcore: registered new interface driver ums-datafab
    [ 0.852450] usbcore: registered new interface driver ums_eneub6250
    [ 0.852513] usbcore: registered new interface driver ums-freecom
    [ 0.852577] usbcore: registered new interface driver ums-isd200
    [ 0.852640] usbcore: registered new interface driver ums-jumpshot
    [ 0.852706] usbcore: registered new interface driver ums-karma
    [ 0.852771] usbcore: registered new interface driver ums-onetouch
    [ 0.852845] usbcore: registered new interface driver ums-realtek
    [ 0.852914] usbcore: registered new interface driver ums-sddr09
    [ 0.852983] usbcore: registered new interface driver ums-sddr55
    [ 0.853050] usbcore: registered new interface driver ums-usbat
    [ 0.853223] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    [ 0.855487] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.855563] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.855972] mousedev: PS/2 mouse device common for all mice
    [ 0.857176] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.857214] rtc0: alarms up to one month, y3k, 242 bytes nvram
    [ 0.857509] device-mapper: uevent: version 1.0.3
    [ 0.857636] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
    [ 0.857832] EISA: Probing bus 0 at eisa.0
    [ 0.857957] cpuidle: using governor ladder
    [ 0.857994] cpuidle: using governor menu
    [ 0.858057] sdhci: Secure Digital Host Controller Interface driver
    [ 0.858060] sdhci: Copyright(c) Pierre Ossman
    [ 0.859761] usbcore: registered new interface driver usbhid
    [ 0.859766] usbhid: USB HID core driver
    [ 0.859769] Initializing Realtek PCIE storage driver...
    [ 0.859874] zram: num_devices not specified. Using default: 1
    [ 0.859878] zram: Creating 1 devices ...
    [ 0.860650] ashmem: initialized
    [ 0.861475] Initializing XFRM netlink socket
    [ 0.861488] NET: Registered protocol family 17
    [ 0.861507] NET: Registered protocol family 15
    [ 0.861642] lib80211: common routines for IEEE802.11 drivers
    [ 0.861646] lib80211_crypt: registered algorithm 'NULL'
    [ 0.861727] Registering the dns_resolver key type
    [ 0.862038] Using IPI No-Shortcut mode
    [ 0.862349] registered taskstats version 1
    [ 0.862766] rtc_cmos 00:02: setting system clock to 2012-09-03 18:16:54 UTC (1346696214)
    [ 0.863012] ALSA device list:
    [ 0.863016] No soundcards found.
    [ 0.890757] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
    [ 0.956947] ata1.00: FORCE: horkage modified (noncq)
    [ 0.963697] ata1.00: ATA-6: ST94011A, 3.04, max UDMA/100
    [ 0.963701] ata1.00: 78140160 sectors, multi 16: LBA48
    [ 1.000579] ata1.00: configured for UDMA/100
    [ 1.000831] scsi 0:0:0:0: Direct-Access ATA ST94011A 3.04 PQ: 0 ANSI: 5
    [ 1.001327] sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    [ 1.001414] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.001419] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.001456] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.002198] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 1.156709] usb 1-3: new high-speed USB device number 2 using ehci_hcd
    [ 1.160287] ata2.00: FORCE: horkage modified (noncq)
    [ 1.160295] ata2.00: ATAPI: Slimtype COMBO LSC-24082K, JK0N, max UDMA/33
    [ 1.160301] ata2.00: WARNING: ATAPI DMA disabled for reliability issues. It can be enabled
    [ 1.160304] ata2.00: WARNING: via pata_ali.atapi_dma modparam or corresponding sysfs node.
    [ 1.173519] ata2.00: configured for UDMA/33
    [ 1.174597] scsi 1:0:0:0: CD-ROM Slimtype COMBO LSC-24082K JK0N PQ: 0 ANSI: 5
    [ 1.175780] sr0: scsi3-mmc drive: 20x/24x writer cd/rw xa/form2 cdda tray
    [ 1.175786] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.176062] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.176394] sr 1:0:0:0: Attached scsi generic sg1 type 5
    [ 1.285259] usb 1-3: New USB device found, idVendor=054c, idProduct=0243
    [ 1.285265] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 1.285270] usb 1-3: Product: Storage Media
    [ 1.285273] usb 1-3: Manufacturer: Sony
    [ 1.285275] usb 1-3: SerialNumber: 2A07091129436
    [ 1.286073] scsi2 : usb-storage 1-3:1.0
    [ 1.340216] firewire_core 0000:00:0c.0: created device fw0: GUID 000d9d71a0cda909, S400
    [ 1.487775] sda: sda1
    [ 1.488365] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.488399] Freeing unused kernel memory: 584k freed
    [ 1.489254] Write protecting the kernel text: 6072k
    [ 1.489306] Write protecting the kernel read-only data: 2104k
    [ 1.571915] psmouse serio1: synaptics: Touchpad model: 1, fw: 5.9, id: 0x236eb3, caps: 0x904713/0x10008/0x0
    [ 1.607426] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
    [ 1.655037] cdrom: sr0: mrw address space DMA selected
    [ 1.659827] cdrom: open: mrw_status 'not mrw'
    [ 1.733725] ISO 9660 Extensions: Microsoft Joliet Level 3
    [ 1.767774] ISO 9660 Extensions: RRIP_1991A
    [ 2.288359] scsi 2:0:0:0: Direct-Access Sony Storage Media 0100 PQ: 0 ANSI: 0 CCS
    [ 2.289070] sd 2:0:0:0: Attached scsi generic sg2 type 0
    [ 2.290688] sd 2:0:0:0: [sdb] 1966080 512-byte logical blocks: (1.00 GB/960 MiB)
    [ 2.291431] sd 2:0:0:0: [sdb] Write Protect is off
    [ 2.291437] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00
    [ 2.292305] sd 2:0:0:0: [sdb] No Caching mode page present
    [ 2.292310] sd 2:0:0:0: [sdb] Assuming drive cache: write through
    [ 2.296177] sd 2:0:0:0: [sdb] No Caching mode page present
    [ 2.296182] sd 2:0:0:0: [sdb] Assuming drive cache: write through
    [ 2.296965] sdb:
    [ 2.299677] sd 2:0:0:0: [sdb] No Caching mode page present
    [ 2.299682] sd 2:0:0:0: [sdb] Assuming drive cache: write through
    [ 2.299685] sd 2:0:0:0: [sdb] Attached SCSI removable disk
    [ 2.602371] cloop: losetup_file: 15512 blocks, 131072 bytes/block, largest block is 131098 bytes.
    [ 2.860489] ISO 9660 Extensions: RRIP_1991A
    [ 2.864158] aufs test_add:261:busybox[1651]: uid/gid/perm /KNOPPIX 0/0/0755, 0/0/01777
    [ 15.105271] [drm] radeon kernel modesetting enabled.
    [ 15.105454] radeon 0000:01:05.0: power state changed by ACPI to D0
    [ 15.105461] radeon 0000:01:05.0: power state changed by ACPI to D0
    [ 15.106056] ACPI: PCI Interrupt Link [LNK0] enabled at IRQ 10
    [ 15.112590] [drm] initializing kernel modesetting (RS200 0x1002:0x4337 0x103C:0x0850).
    [ 15.112638] [drm] register mmio base: 0xC0300000
    [ 15.112641] [drm] register mmio size: 65536
    [ 15.113036] agpgart-ati 0000:00:00.0: AGP 2.0 bridge
    [ 15.113060] agpgart-ati 0000:00:00.0: putting AGP V2 device into 4x mode
    [ 15.113110] radeon 0000:01:05.0: putting AGP V2 device into 4x mode
    [ 15.113117] radeon 0000:01:05.0: GTT: 64M 0xC4000000 - 0xC7FFFFFF
    [ 15.113126] radeon 0000:01:05.0: VRAM: 128M 0x0000000038000000 - 0x000000003FFFFFFF (128M used)
    [ 15.113140] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 15.113144] [drm] Driver supports precise vblank timestamp query.
    [ 15.113166] [drm] radeon: irq initialized.
    [ 15.116172] [drm] Detected VRAM RAM=128M, BAR=256M
    [ 15.116177] [drm] RAM width 64bits DDR
    [ 15.118158] [TTM] Zone kernel: Available graphics memory: 445888 kiB
    [ 15.118164] [TTM] Zone highmem: Available graphics memory: 449700 kiB
    [ 15.118167] [TTM] Initializing pool allocator
    [ 15.118228] [drm] radeon: 128M of VRAM memory ready
    [ 15.118232] [drm] radeon: 64M of GTT memory ready.
    [ 15.118273] [drm] radeon: ib pool ready.
    [ 15.141641] radeon 0000:01:05.0: WB disabled
    [ 15.141654] [drm] fence driver on ring 0 use gpu addr 0xc4000000 and cpu addr 0xf8024000
    [ 15.141816] [drm] Loading R100 Microcode
    [ 16.263424] yenta_cardbus 0000:00:0a.0: CardBus bridge found [0000:0000]
    [ 16.263444] yenta_cardbus 0000:00:0a.0: Using CSCINT to route CSC interrupts to PCI
    [ 16.263447] yenta_cardbus 0000:00:0a.0: Routing CardBus interrupts to PCI
    [ 16.263454] yenta_cardbus 0000:00:0a.0: TI: mfunc 0x01111112, devctl 0x64
    [ 16.493862] yenta_cardbus 0000:00:0a.0: ISA IRQ mask 0x0078, PCI irq 11
    [ 16.493869] yenta_cardbus 0000:00:0a.0: Socket status: 30000006
    [ 16.586579] ali1535_smbus 0000:00:11.0: enabling device (0000 -> 0001)
    [ 16.885809] natsemi dp8381x driver, version 2.1, Sept 11, 2006
    [ 16.885812] originally by Donald Becker <[email protected]>
    [ 16.885813] 2.4.x kernel port by Jeff Garzik, Tjeerd Mulder
    [ 16.886157] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 10
    [ 16.888155] natsemi eth0: NatSemi DP8381[56] at 0xc0008000 (0000:00:12.0), 00:0d:9d:88:e5:e5, IRQ 10, port TP.
    [ 16.995485] snd_ali5451 0000:00:06.0: enabling device (0005 -> 0007)
    [ 16.995738] ACPI: PCI Interrupt Link [LNK7] enabled at IRQ 5
    [ 16.995743] PCI: setting IRQ 5 as level-triggered
    [ 17.198915] [drm] radeon: ring at 0x00000000C4001000
    [ 17.198940] [drm] ring test succeeded in 1 usecs
    [ 17.199402] [drm] ib test succeeded in 0 usecs
    [ 17.199708] [drm] Panel ID String: LGP
    [ 17.199711] [drm] Panel Size 1024x768
    [ 17.217867] [drm] radeon legacy LVDS backlight initialized
    [ 17.217996] [drm] Radeon Display Connectors
    [ 17.218000] [drm] Connector 0:
    [ 17.218002] [drm] VGA
    [ 17.218007] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
    [ 17.218010] [drm] Encoders:
    [ 17.218012] [drm] CRT1: INTERNAL_DAC1
    [ 17.218015] [drm] Connector 1:
    [ 17.218017] [drm] LVDS
    [ 17.218021] [drm] DDC: 0x198 0x198 0x19c 0x19c 0x1a0 0x1a0 0x1a4 0x1a4
    [ 17.218023] [drm] Encoders:
    [ 17.218025] [drm] LCD1: INTERNAL_LVDS
    [ 17.218027] [drm] Connector 2:
    [ 17.218029] [drm] S-video
    [ 17.218031] [drm] Encoders:
    [ 17.218034] [drm] TV1: INTERNAL_DAC2
    [ 17.327580] [drm] fb mappable at 0xD0040000
    [ 17.327586] [drm] vram apper at 0xD0000000
    [ 17.327588] [drm] size 3145728
    [ 17.327591] [drm] fb depth is 24
    [ 17.327594] [drm] pitch is 4096
    [ 17.329400] fbcon: radeondrmfb (fb0) is primary device
    [ 17.337099] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 17.439178] Console: switching to colour frame buffer device 128x48
    [ 17.454261] fb0: radeondrmfb frame buffer device
    [ 17.454264] drm: registered panic notifier
    [ 17.454280] [drm] Initialized radeon 2.16.0 20080528 for 0000:01:05.0 on minor 0
    [ 19.493368] AC'97 1 does not respond - RESET
    [ 19.506702] AC'97 1 access is not valid [0xffffffff], removing mixer.
    [ 19.506708] ali mixer 1 creating error.
    [ 19.509027] serial 0000:00:08.0: enabling device (0000 -> 0003)
    [ 19.509309] ACPI: PCI Interrupt Link [LNK6] enabled at IRQ 10
    [ 32.108552] Adding 674548k swap on /dev/zram0. Priority:0 extents:1 across:674548k SS
    [ 34.280153] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 34.280982] ACPI: AC Adapter [ACAD] (on-line)
    [ 34.523507] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 34.523520] ACPI: Battery Slot [BAT1] (battery absent)
    [ 35.522488] parport_pc 00:08: reported by Plug and Play ACPI
    [ 35.522825] parport_pc 00:08: disabled
    [ 46.490570] eth0: DSPCFG accepted after 0 usec.
    [ 103.456392] lp: driver loaded but no devices found
    [ 103.473259] ppdev: user-space parallel port driver
    [ 105.548223] NET: Registered protocol family 10
    [ 105.549015] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 455.504270] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 455.613993] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 455.939204] nf_conntrack version 0.5.0 (14053 buckets, 56212 max)
    [ 469.392986] eth0: Autonegotiation advertising 0x5e1 partner 0x41e1.
    [ 469.392993] eth0: link up.
    [ 469.393011] eth0: Setting full-duplex based on negotiated link capability.
    [ 469.393233] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 480.523330] eth0: no IPv6 routers present

    Leave a comment:

Working...
X