Results 1 to 2 of 2
Background:
First CentOS install, not first linux install (been using Gentoo for a couple years but setting up a production server for a friend's business and am looking for a ...
- 03-07-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
usb input device issues
Background:
First CentOS install, not first linux install (been using Gentoo for a couple years but setting up a production server for a friend's business and am looking for a more stable mission critical environment and CentOS seems like a good choice.) First time using an RPM distro at all, so if I seem slow about some specific things please excuse me. This is the x86_64 version of CentOS 5.2.
Issue:
Even at install (booted into the GUI install fine) my USB mouse nor USB mouse with the PS/2 converter on it would work (I dont have a true PS/2 mouse anywhere to test one). Mouse cursor just sits in middle of screen and is unresponsive. So I just tabbed my way through the GUI install and just used the keyboard, got it installed fine, boots up fine except had to throw the irqpoll kernel option to get it from hanging during the install/booting up after. Now that the system is installed the mouse still doesnt work (either as usb or PS/2), PS/2 keyboard works fine but if I try a USB keyboard it causes problems just like the mouse.
If I have either the USB keyboard or USB mouse plugged in during boot it hangs just after "Starting Bluetooth - OK" which during a normal boot is right before "Mounting other filesystems". Also if I have either USB keyboard or mouse attached lsusb hangs as well. If I plug in another USB device, say a thumbdrive, it works fine, doesnt hang, lists the device in lsusb, mounts the drive on the desktop.
Right after install when I first started working on this problem I noticed there was no mouse section in xorg.conf (see below for xorg.conf), just keyboard, so I added a section for the mouse, and added it to the server layout. Didn't help. I have a /dev/input/mice, but no /dev/mouse or /dev/psaux for PS/2 mouse, even if PS/2 mouse is plugged in at boot. A "cat /dev/input/mice" does nothing but sit there until I ctrl-c out of the command.
I had it working last night, for about 2 minutes, I have no idea how, I simply unplugged it, ran an lsusb, shows the empty usb bus, and then plugged it back in, and issued lsusb again and it was there, and my mouse came alive, but on reboot (installed some system updates) the mouse no longer worked, and even going through my command history and issuing the same commands in the same order did nothing, when the mouse was plugged in, and lsusb was issued, the console would hang.
Also updated the nvidia drivers from nvidia.com. Had to yum install kernel-devel and gcc, and then the driver installer couldn't find the kernel files (neither could I for a while, used to them being in /usr/src/linux) until I pointed the installer to the location (/usr/src/kernel/... etc). After that the graphics work fine, not using vesa anymore, but didnt help mouse issue.
Any help with this headache would be much appreciated. Thanks. Config files, system specs, and command outputs below.
System Specs:
MSI K9N2G Neo-FD AM2+/AM2 NVIDIA GeForce 8200 ATX AMD Motherboard
AMD Athlon 64 X2 7750 Kuma 2.7GHz Socket AM2+ 95W Dual-Core Black Edition Processor
Kingston 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 800
(1) Western Digital Caviar SE WD3200AAJS 320GB 7200 RPM SATA 3.0Gb/s Hard Drive (System)
(4) Western Digital Caviar Black WD1001FALS 1TB 7200 RPM SATA 3.0Gb/s Hard Drive (Raid 5 Storage)
D-Link DGE-530T 10/ 100/ 1000Mbps PCI Gigabit Desktop Adapter (Until I can get onboard GB Lan to work)
Compaq PS/2 Keyboard
Dell USB Mouse
xorg.conf
dmesg outputCode:[root@localhost nbeach]# cat /etc/X11/xorg.conf # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder62) Thu Feb 5 00:08:50 PST 2009 # Xorg configuration created by pyxf86config Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" Option "HWCursor" "Off" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
lsusb outputCode:Linux version 2.6.18-92.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Tue Jun 10 18:51:06 EDT 2008 Command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet crashkernel=128M@16M irqpoll BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009b800 (usable) BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 00000000b7fa0000 (usable) BIOS-e820: 00000000b7fa0000 - 00000000b7fae000 (ACPI data) BIOS-e820: 00000000b7fae000 - 00000000b7ff0000 (ACPI NVS) BIOS-e820: 00000000b7ff0000 - 00000000b8000000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved) BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) BIOS-e820: 0000000100000000 - 0000000138000000 (usable) DMI present. ACPI: RSDP (v000 ACPIAM ) @ 0x00000000000f9d10 ACPI: RSDT (v001 052008 RSDT1050 0x20080520 MSFT 0x00000097) @ 0x00000000b7fa0000 ACPI: FADT (v001 052008 FACP1050 0x20080520 MSFT 0x00000097) @ 0x00000000b7fa0200 ACPI: MADT (v001 052008 APIC1050 0x20080520 MSFT 0x00000097) @ 0x00000000b7fa0390 ACPI: MCFG (v001 052008 OEMMCFG 0x20080520 MSFT 0x00000097) @ 0x00000000b7fa0410 ACPI: OEMB (v001 052008 OEMB1050 0x20080520 MSFT 0x00000097) @ 0x00000000b7fae040 ACPI: HPET (v001 052008 OEMHPET0 0x20080520 MSFT 0x00000097) @ 0x00000000b7faa270 ACPI: INFO (v001 052008 AMDINFO 0x20080520 MSFT 0x00000097) @ 0x00000000b7fae0c0 ACPI: NVHD (v001 052008 NVHDCP 0x20080520 MSFT 0x00000097) @ 0x00000000b7fae1f0 ACPI: SSDT (v001 A M I POWERNOW 0x00000001 AMD 0x00000001) @ 0x00000000b7faa2b0 ACPI: DSDT (v001 0AAAA 0AAAA000 0x00000000 INTL 0x20051117) @ 0x0000000000000000 No NUMA configuration found Faking a node at 0000000000000000-0000000138000000 Bootmem setup node 0 0000000000000000-0000000138000000 On node 0 totalpages: 964117 DMA zone: 2685 pages, LIFO batch:0 DMA32 zone: 735192 pages, LIFO batch:31 Normal zone: 226240 pages, LIFO batch:31 ACPI: PM-Timer IO Port: 0x2008 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Processor #0 0:2 APIC version 16 ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) Processor #1 0:2 APIC version 16 ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. ACPI: IRQ14 used by override. ACPI: IRQ15 used by override. Setting APIC routing to physical flat ACPI: HPET id: 0x10de8201 base: 0xfed00000 Using ACPI (MADT) for SMP configuration information Nosave address range: 000000000009b000 - 000000000009c000 Nosave address range: 000000000009c000 - 00000000000a0000 Nosave address range: 00000000000a0000 - 00000000000e0000 Nosave address range: 00000000000e0000 - 0000000000100000 Nosave address range: 00000000b7fa0000 - 00000000b7fae000 Nosave address range: 00000000b7fae000 - 00000000b7ff0000 Nosave address range: 00000000b7ff0000 - 00000000b8000000 Nosave address range: 00000000b8000000 - 00000000fec00000 Nosave address range: 00000000fec00000 - 00000000fec01000 Nosave address range: 00000000fec01000 - 00000000fee00000 Nosave address range: 00000000fee00000 - 00000000fef00000 Nosave address range: 00000000fef00000 - 00000000fff00000 Nosave address range: 00000000fff00000 - 0000000100000000 Allocating PCI resources starting at c0000000 (gap: b8000000:46c00000) SMP: Allowing 4 CPUs, 2 hotplug CPUs Built 1 zonelists. Total pages: 964117 Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet crashkernel=128M@16M irqpoll Misrouted IRQ fixup and polling support enabled This may significantly impact system performance Initializing CPU#0 PID hash table entries: 4096 (order: 12, 32768 bytes) Console: colour VGA+ 80x25 Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Checking aperture... CPU 0: aperture @ c000000 size 32 MB Aperture too small (32 MB) No AGP bridge found Your BIOS doesn't leave a aperture memory hole Please enable the IOMMU option in the BIOS setup This costs you 64 MB of RAM Mapping aperture over 65536 KB of RAM @ c000000 Memory: 3650020k/5111808k available (2457k kernel code, 281352k reserved, 1246k data, 196k init) Calibrating delay using timer specific routine.. 5408.49 BogoMIPS (lpj=2704246) Security Framework v1.0.0 initialized SELinux: Initializing. SELinux: Starting in permissive mode selinux_register_security: Registering secondary module capability Capability LSM initialized as secondary Mount-cache hash table entries: 256 CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 512K (64 bytes/line) CPU 0/0 -> Node 0 CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 SMP alternatives: switching to UP code ACPI: Core revision 20060707 Using local APIC timer interrupts. result 12500019 Detected 12.500 MHz APIC timer. SMP alternatives: switching to SMP code Booting processor 1/2 APIC 0x1 Initializing CPU#1 Calibrating delay using timer specific routine.. 5399.90 BogoMIPS (lpj=2699953) CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 512K (64 bytes/line) CPU 1/1 -> Node 0 CPU: Physical Processor ID: 0 CPU: Processor Core ID: 1 AMD Athlon(tm) 7750 Dual-Core Processor stepping 03 Brought up 2 CPUs testing NMI watchdog ... OK. time.c: Using 25.000000 MHz WALL HPET GTOD HPET/TSC timer. time.c: Detected 2700.004 MHz processor. sizeof(vma)=176 bytes sizeof(page)=56 bytes sizeof(inode)=560 bytes sizeof(dentry)=216 bytes sizeof(ext3inode)=760 bytes sizeof(buffer_head)=96 bytes sizeof(skbuff)=240 bytes migration_cost=198 checking if image is initramfs... it is Freeing initrd memory: 3140k freed NET: Registered protocol family 16 No dock devices found. ACPI: bus type pci registered PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved PCI: Not using MMCONFIG. PCI: Using configuration type 1 ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing Error attaching device data Error attaching device data Error attaching device data Error attaching device data ACPI: PCI Root Bridge [PCI0] (0000:00) PCI: Probing PCI hardware (bus 00) PCI: Transparent bridge - 0000:00:08.0 Boot video device is 0000:02:00.0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MXR0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR13._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR14._PRT] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *15 ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *10 ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *11 ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *15 ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *10 ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN7A] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN7B] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN7C] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LN7D] (IRQs 16 17 18 19) *0, disabled. ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *10 ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11 ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11 ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10 ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *11 ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *15 ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *10 ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5 ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled. ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *15 ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *10 Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI init pnp: PnP ACPI: found 16 devices usbcore: registered new driver usbfs usbcore: registered new driver hub PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report NetLabel: Initializing NetLabel: domain hash size = 128 NetLabel: protocols = UNLABELED CIPSOv4 NetLabel: unlabeled traffic allowed by default hpet0: at MMIO 0xfed00000 (virtual 0xffffffffff5fe000), IRQs 2, 8, 31 hpet0: 3 32-bit timers, 25000000 Hz PCI-DMA: Disabling AGP. PCI-DMA: aperture base @ c000000 size 65536 KB PCI-DMA: using GART IOMMU. PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture pnp: 00:0c: ioport range 0xa00-0xadf has been reserved pnp: 00:0c: ioport range 0xae0-0xaef has been reserved PCI: Bridge: 0000:00:08.0 IO window: d000-dfff MEM window: fcf00000-fcffffff PREFETCH window: c0000000-c00fffff PCI: Bridge: 0000:00:0b.0 IO window: e000-efff MEM window: fd000000-feafffff PREFETCH window: ce000000-dfffffff PCI: Bridge: 0000:00:10.0 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Bridge: 0000:00:12.0 IO window: disabled. MEM window: feb00000-febfffff PREFETCH window: disabled. PCI: Bridge: 0000:00:13.0 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Bridge: 0000:00:14.0 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Setting latency timer of device 0000:00:08.0 to 64 PCI: Setting latency timer of device 0000:00:0b.0 to 64 ACPI: PCI Interrupt Link [LN0A] enabled at IRQ 19 GSI 16 sharing vector 0xA9 and IRQ 16 ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [LN0A] -> GSI 19 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:00:10.0 to 64 ACPI: PCI Interrupt Link [LN2A] enabled at IRQ 18 GSI 17 sharing vector 0xB1 and IRQ 17 ACPI: PCI Interrupt 0000:00:12.0[A] -> Link [LN2A] -> GSI 18 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:12.0 to 64 ACPI: PCI Interrupt Link [LN3A] enabled at IRQ 17 GSI 18 sharing vector 0xB9 and IRQ 18 ACPI: PCI Interrupt 0000:00:13.0[A] -> Link [LN3A] -> GSI 17 (level, low) -> IRQ 185 PCI: Setting latency timer of device 0000:00:13.0 to 64 ACPI: PCI Interrupt Link [LN4A] enabled at IRQ 16 GSI 19 sharing vector 0xC1 and IRQ 19 ACPI: PCI Interrupt 0000:00:14.0[A] -> Link [LN4A] -> GSI 16 (level, low) -> IRQ 193 PCI: Setting latency timer of device 0000:00:14.0 to 64 NET: Registered protocol family 2 IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) TCP established hash table entries: 262144 (order: 10, 4194304 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP reno registered audit: initializing netlink socket (disabled) audit(1236436998.652:1): initialized Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 512 (order 0, 4096 bytes) SELinux: Registering netfilter hooks Initializing Cryptographic API ksign: Installing public key data Loading keyring - Added public key 52394A11B61A91 - User ID: CentOS (Kernel Module GPG key) io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered (default) PCI: Setting latency timer of device 0000:00:10.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:10.0:pcie00] PCI: Setting latency timer of device 0000:00:12.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:12.0:pcie00] PCI: Setting latency timer of device 0000:00:13.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:13.0:pcie00] PCI: Setting latency timer of device 0000:00:14.0 to 64 assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:14.0:pcie00] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x3 ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not present [20060707] ACPI: Getting cpuindex for acpiid 0x4 Real Time Clock Driver v1.12ac hpet_resources: 0xfed00000 is busy Non-volatile memory driver v1.2 Linux agpgart interface v0.101 (c) Dave Jones Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 00:05: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx Probing IDE interface ide0... Probing IDE interface ide1... ide-floppy driver 0.99.newide usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 PNP: PS/2 controller doesn't have AUX irq; using default 12 serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 mice: PS/2 mouse device common for all mice md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 4.39 TCP bic registered Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 powernow-k8: Found 1 AMD Athlon(tm) 7750 Dual-Core Processor processors (2 cpu cores) (version 2.20.00) powernow-k8: 0 : fid 0x0 gid 0x0 (2700 MHz) powernow-k8: 1 : fid 0x0 gid 0x0 (1350 MHz) ACPI: (supports S0 S1 S3 S4 S5) Freeing unused kernel memory: 196k freed Write protecting the kernel read-only data: 475k input: AT Translated Set 2 keyboard as /class/input/input0 ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 23 GSI 20 sharing vector 0x32 and IRQ 20 ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [LUB2] -> GSI 23 (level, low) -> IRQ 50 PCI: Setting latency timer of device 0000:00:02.1 to 64 ehci_hcd 0000:00:02.1: EHCI Host Controller ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:02.1: debug port 1 PCI: cache line size of 64 is not supported by device 0000:00:02.1 ehci_hcd 0000:00:02.1: irq 50, io mem 0xfce7ec00 ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 6 ports detected ACPI: PCI Interrupt Link [UB12] enabled at IRQ 22 GSI 21 sharing vector 0x3A and IRQ 21 ACPI: PCI Interrupt 0000:00:04.1[B] -> Link [UB12] -> GSI 22 (level, low) -> IRQ 58 PCI: Setting latency timer of device 0000:00:04.1 to 64 ehci_hcd 0000:00:04.1: EHCI Host Controller ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2 ehci_hcd 0000:00:04.1: debug port 1 PCI: cache line size of 64 is not supported by device 0000:00:04.1 ehci_hcd 0000:00:04.1: irq 58, io mem 0xfce7e800 ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 6 ports detected ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 21 GSI 22 sharing vector 0x42 and IRQ 22 ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LUB0] -> GSI 21 (level, low) -> IRQ 66 PCI: Setting latency timer of device 0000:00:02.0 to 64 ohci_hcd 0000:00:02.0: OHCI Host Controller ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 3 ohci_hcd 0000:00:02.0: irq 66, io mem 0xfce7f000 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 6 ports detected ACPI: PCI Interrupt Link [UB11] enabled at IRQ 20 GSI 23 sharing vector 0x4A and IRQ 23 ACPI: PCI Interrupt 0000:00:04.0[A] -> Link [UB11] -> GSI 20 (level, low) -> IRQ 74 PCI: Setting latency timer of device 0000:00:04.0 to 64 ohci_hcd 0000:00:04.0: OHCI Host Controller ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 4 ohci_hcd 0000:00:04.0: irq 74, io mem 0xfce7d000 usb usb4: configuration #1 chosen from 1 choice hub 4-0:1.0: USB hub found hub 4-0:1.0: 6 ports detected USB Universal Host Controller Interface driver v3.0 SCSI subsystem initialized libata version 3.00 loaded. ahci 0000:00:09.0: version 3.0 ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23 ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LSA0] -> GSI 23 (level, low) -> IRQ 50 ahci 0000:00:09.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio PCI: Setting latency timer of device 0000:00:09.0 to 64 scsi0 : ahci scsi1 : ahci scsi2 : ahci scsi3 : ahci scsi4 : ahci scsi5 : ahci ata1: SATA max UDMA/133 abar m8192@0xfce76000 port 0xfce76100 irq 82 ata2: SATA max UDMA/133 abar m8192@0xfce76000 port 0xfce76180 irq 82 ata3: SATA max UDMA/133 abar m8192@0xfce76000 port 0xfce76200 irq 82 ata4: SATA max UDMA/133 abar m8192@0xfce76000 port 0xfce76280 irq 82 ata5: SATA max UDMA/133 abar m8192@0xfce76000 port 0xfce76300 irq 82 ata6: SATA max UDMA/133 abar m8192@0xfce76000 port 0xfce76380 irq 82 ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata1.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.01, max UDMA/100 ata1.00: configured for UDMA/100 ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) ata2.00: ATA-8: WDC WD3200AAJS-00L7A0, 01.03E01, max UDMA/133 ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32) ata2.00: configured for UDMA/133 ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) ata3.00: ATA-8: WDC WD1001FALS-00J7B0, 05.00K05, max UDMA/133 ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32) ata3.00: configured for UDMA/133 ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) ata4.00: ATA-8: WDC WD1001FALS-00J7B0, 05.00K05, max UDMA/133 ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32) ata4.00: configured for UDMA/133 ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300) ata5.00: ATA-8: WDC WD1001FALS-00J7B0, 05.00K05, max UDMA/133 ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32) ata5.00: configured for UDMA/133 ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) ata6.00: ATA-8: WDC WD1001FALS-00J7B0, 05.00K05, max UDMA/133 ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32) ata6.00: configured for UDMA/133 Vendor: HL-DT-ST Model: DVD-RAM GH22NS30 Rev: 1.01 Type: CD-ROM ANSI SCSI revision: 05 Vendor: ATA Model: WDC WD3200AAJS-0 Rev: 01.0 Type: Direct-Access ANSI SCSI revision: 05 SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back sda: sda1 sda2 sd 1:0:0:0: Attached scsi disk sda Vendor: ATA Model: WDC WD1001FALS-0 Rev: 05.0 Type: Direct-Access ANSI SCSI revision: 05 SCSI device sdb: 1953525168 512-byte hdwr sectors (1000205 MB) sdb: Write Protect is off sdb: Mode Sense: 00 3a 00 00 SCSI device sdb: drive cache: write back SCSI device sdb: 1953525168 512-byte hdwr sectors (1000205 MB) sdb: Write Protect is off sdb: Mode Sense: 00 3a 00 00 SCSI device sdb: drive cache: write back sdb: sd 2:0:0:0: Attached scsi disk sdb Vendor: ATA Model: WDC WD1001FALS-0 Rev: 05.0 Type: Direct-Access ANSI SCSI revision: 05 SCSI device sdc: 1953525168 512-byte hdwr sectors (1000205 MB) sdc: Write Protect is off sdc: Mode Sense: 00 3a 00 00 SCSI device sdc: drive cache: write back SCSI device sdc: 1953525168 512-byte hdwr sectors (1000205 MB) sdc: Write Protect is off sdc: Mode Sense: 00 3a 00 00 SCSI device sdc: drive cache: write back sdc: sd 3:0:0:0: Attached scsi disk sdc Vendor: ATA Model: WDC WD1001FALS-0 Rev: 05.0 Type: Direct-Access ANSI SCSI revision: 05 SCSI device sdd: 1953525168 512-byte hdwr sectors (1000205 MB) sdd: Write Protect is off sdd: Mode Sense: 00 3a 00 00 SCSI device sdd: drive cache: write back SCSI device sdd: 1953525168 512-byte hdwr sectors (1000205 MB) sdd: Write Protect is off sdd: Mode Sense: 00 3a 00 00 SCSI device sdd: drive cache: write back sdd: sd 4:0:0:0: Attached scsi disk sdd Vendor: ATA Model: WDC WD1001FALS-0 Rev: 05.0 Type: Direct-Access ANSI SCSI revision: 05 SCSI device sde: 1953525168 512-byte hdwr sectors (1000205 MB) sde: Write Protect is off sde: Mode Sense: 00 3a 00 00 SCSI device sde: drive cache: write back SCSI device sde: 1953525168 512-byte hdwr sectors (1000205 MB) sde: Write Protect is off sde: Mode Sense: 00 3a 00 00 SCSI device sde: drive cache: write back sde: sd 5:0:0:0: Attached scsi disk sde device-mapper: uevent: version 1.0.3 device-mapper: ioctl: 4.11.5-ioctl (2007-12-12) initialised: dm-devel@redhat.com EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. kjournald starting. Commit interval 5 seconds EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. SELinux: Disabled at runtime. SELinux: Unregistering netfilter hooks audit(1236437010.126:2): selinux=0 auid=4294967295 ses=4294967295 ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 19 ACPI: PCI Interrupt 0000:01:05.0[A] -> Link [LNKB] -> GSI 19 (level, low) -> IRQ 169 skge 1.6 addr 0xfcffc000 irq 169 chip Yukon-Lite rev 9 skge eth0: addr 00:21:91:8c:26:71 scsi 0:0:0:0: Attached scsi generic sg0 type 5 sd 1:0:0:0: Attached scsi generic sg1 type 0 sd 2:0:0:0: Attached scsi generic sg2 type 0 sd 3:0:0:0: Attached scsi generic sg3 type 0 sd 4:0:0:0: Attached scsi generic sg4 type 0 sd 5:0:0:0: Attached scsi generic sg5 type 0 input: PC Speaker as /class/input/input1 parport: PnPBIOS parport detected. parport0: PC-style at 0x378, irq 7 [PCSPP] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 tpm_inf_pnp 00:0d: Found TPM with ID IFX0102 pnp: Device 00:0d does not support disabling. sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 sr 0:0:0:0: Attached scsi CD-ROM sr0 nvidia: module license 'NVIDIA' taints kernel. ACPI: PCI Interrupt Link [SGRU] enabled at IRQ 22 ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [SGRU] -> GSI 22 (level, low) -> IRQ 58 PCI: Setting latency timer of device 0000:02:00.0 to 64 NVRM: loading NVIDIA UNIX x86_64 Kernel Module 180.29 Wed Feb 4 23:39:47 PST 2009 floppy0: no floppy controllers found lp0: using parport0 (interrupt-driven). lp0: console ready NET: Registered protocol family 10 lo: Disabled Privacy Extensions IPv6 over IPv4 tunneling driver ACPI: Power Button (FF) [PWRF] ACPI: Power Button (CM) [PWRB] ibm_acpi: ec object not found md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. device-mapper: multipath: version 1.0.5 loaded EXT3 FS on dm-0, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on sda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. Adding 2031608k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1 across:2031608k ip6_tables: (C) 2000-2006 Netfilter Core Team ip_tables: (C) 2000-2006 Netfilter Core Team Netfilter messages via NETLINK v0.30. ip_conntrack version 2.4 (8192 buckets, 65536 max) - 304 bytes per conntrack process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.lo.base_reachable_time; Use net.ipv6.neigh.lo.base_reachable_time_ms instead. skge eth0: enabling interface ADDRCONF(NETDEV_UP): eth0: link is not ready skge eth0: Link is up at 1000 Mbps, full duplex, flow control tx and rx ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Bluetooth: Core ver 2.10 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP ver 2.8 Bluetooth: L2CAP socket layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.8 Bluetooth: HIDP (Human Interface Emulation) ver 1.1 eth0: no IPv6 routers present
Showing that anything other than input devices work fine.Code:[root@localhost nbeach]# /sbin/lsusb Bus 001 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000
lspci -v outputCode:[root@localhost nbeach]# /sbin/lsusb Bus 001 Device 002: ID 0951:1603 Kingston Technology Data Traveler 1GB/2GB Pen Drive Bus 001 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000
lsmod outputCode:00:00.0 RAM memory: nVidia Corporation Unknown device 0754 (rev a2) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0 Capabilities: [94] HyperTransport: #1a Capabilities: [60] HyperTransport: Retry Mode Capabilities: [44] HyperTransport: Slave or Primary Interface Capabilities: [d0] HyperTransport: #1c 00:01.0 ISA bridge: nVidia Corporation Unknown device 075c (rev a2) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0 I/O ports at 2f00 [size=256] 00:01.1 SMBus: nVidia Corporation Unknown device 0752 (rev a1) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: 66MHz, fast devsel, IRQ 15 I/O ports at 2900 [size=64] I/O ports at 2d00 [size=64] I/O ports at 2e00 [size=64] Capabilities: [44] Power Management version 2 00:01.2 RAM memory: nVidia Corporation Unknown device 0751 (rev a1) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: 66MHz, fast devsel 00:01.3 Co-processor: nVidia Corporation Unknown device 0753 (rev a2) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 10 Memory at fce80000 (32-bit, non-prefetchable) [size=512K] 00:01.4 RAM memory: nVidia Corporation Unknown device 0568 (rev a1) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: 66MHz, fast devsel 00:02.0 USB Controller: nVidia Corporation Unknown device 077b (rev a1) (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 66 Memory at fce7f000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 00:02.1 USB Controller: nVidia Corporation Unknown device 077c (rev a1) (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 50 Memory at fce7ec00 (32-bit, non-prefetchable) [size=256] Capabilities: [44] Debug port Capabilities: [80] Power Management version 2 00:04.0 USB Controller: nVidia Corporation Unknown device 077d (rev a1) (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 74 Memory at fce7d000 (32-bit, non-prefetchable) [size=4K] Capabilities: [44] Power Management version 2 00:04.1 USB Controller: nVidia Corporation Unknown device 077e (rev a1) (prog-if 20 [EHCI]) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 58 Memory at fce7e800 (32-bit, non-prefetchable) [size=256] Capabilities: [44] Debug port Capabilities: [80] Power Management version 2 00:06.0 IDE interface: nVidia Corporation Unknown device 0759 (rev a1) (prog-if 8a [Master SecP PriP]) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0 I/O ports at ffa0 [size=16] Capabilities: [44] Power Management version 2 00:07.0 Audio device: nVidia Corporation Unknown device 0774 (rev a1) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 10 Memory at fce78000 (32-bit, non-prefetchable) [size=16K] Capabilities: [44] Power Management version 2 Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable- Capabilities: [6c] HyperTransport: MSI Mapping 00:08.0 PCI bridge: nVidia Corporation Unknown device 075a (rev a1) (prog-if 01 [Subtractive decode]) Flags: bus master, 66MHz, fast devsel, latency 0 Bus: primary=00, secondary=01, subordinate=01, sec-latency=64 I/O behind bridge: 0000d000-0000dfff Memory behind bridge: fcf00000-fcffffff Prefetchable memory behind bridge: c0000000-c00fffff Capabilities: [b8] #0d [0000] Capabilities: [8c] HyperTransport: MSI Mapping 00:09.0 RAID bus controller: nVidia Corporation Unknown device 0ad8 (rev a2) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 82 I/O ports at c480 [size=8] I/O ports at c400 [size=4] I/O ports at c080 [size=8] I/O ports at c000 [size=4] I/O ports at bc00 [size=16] Memory at fce76000 (32-bit, non-prefetchable) [size=8K] Capabilities: [44] Power Management version 2 Capabilities: [8c] #12 [0010] Capabilities: [b0] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable+ Capabilities: [ec] HyperTransport: MSI Mapping 00:0a.0 Ethernet controller: nVidia Corporation Unknown device 0760 (rev a2) Subsystem: Micro-Star International Co., Ltd. Unknown device 511c Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 11 Memory at fce7c000 (32-bit, non-prefetchable) [size=4K] I/O ports at b880 [size=8] Memory at fce7e400 (32-bit, non-prefetchable) [size=256] Memory at fce7e000 (32-bit, non-prefetchable) [size=16] Capabilities: [44] Power Management version 2 Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/4 Enable- Capabilities: [6c] HyperTransport: MSI Mapping 00:0b.0 PCI bridge: nVidia Corporation Unknown device 0569 (rev a1) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 0000e000-0000efff Memory behind bridge: fd000000-feafffff Prefetchable memory behind bridge: 00000000ce000000-00000000dff00000 Capabilities: [40] #0d [0000] Capabilities: [48] Power Management version 2 Capabilities: [60] HyperTransport: MSI Mapping 00:10.0 PCI bridge: nVidia Corporation Unknown device 0778 (rev a1) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 Capabilities: [40] #0d [0000] Capabilities: [48] Power Management version 3 Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/1 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Capabilities: [80] Express Root Port (Slot+) IRQ 0 00:12.0 PCI bridge: nVidia Corporation Unknown device 075b (rev a1) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 Memory behind bridge: feb00000-febfffff Capabilities: [40] #0d [0000] Capabilities: [48] Power Management version 3 Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/1 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Capabilities: [80] Express Root Port (Slot+) IRQ 0 00:13.0 PCI bridge: nVidia Corporation Unknown device 077a (rev a1) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=05, subordinate=05, sec-latency=0 Capabilities: [40] #0d [0000] Capabilities: [48] Power Management version 3 Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/1 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Capabilities: [80] Express Root Port (Slot+) IRQ 0 00:14.0 PCI bridge: nVidia Corporation Unknown device 077a (rev a1) (prog-if 00 [Normal decode]) Flags: bus master, fast devsel, latency 0 Bus: primary=00, secondary=06, subordinate=06, sec-latency=0 Capabilities: [40] #0d [0000] Capabilities: [48] Power Management version 3 Capabilities: [50] Message Signalled Interrupts: 64bit+ Queue=0/1 Enable+ Capabilities: [60] HyperTransport: MSI Mapping Capabilities: [80] Express Root Port (Slot+) IRQ 0 00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration Flags: fast devsel Capabilities: [80] HyperTransport: Host or Secondary Interface 00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address Map Flags: fast devsel 00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM Controller Flags: fast devsel 00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control Flags: fast devsel Capabilities: [f0] #0f [0010] 00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Link Control Flags: fast devsel 01:05.0 Ethernet controller: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) (rev 11) Subsystem: D-Link System Inc DGE-530T Gigabit Ethernet Adapter (rev 11) Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 169 Memory at fcffc000 (32-bit, non-prefetchable) [size=16K] I/O ports at d800 [size=256] Expansion ROM at c0000000 [disabled] [size=128K] Capabilities: [48] Power Management version 2 Capabilities: [50] Vital Product Data 02:00.0 VGA compatible controller: nVidia Corporation GeForce 8200 (rev a2) (prog-if 00 [VGA controller]) Subsystem: Micro-Star International Co., Ltd. Unknown device 7511 Flags: bus master, fast devsel, latency 0, IRQ 58 Memory at fd000000 (32-bit, non-prefetchable) [size=16M] Memory at d0000000 (64-bit, prefetchable) [size=256M] Memory at ce000000 (64-bit, prefetchable) [size=32M] I/O ports at ec00 [size=128] [virtual] Expansion ROM at feae0000 [disabled] [size=128K] Capabilities: [60] Power Management version 2 Capabilities: [68] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable- 04:00.0 FireWire (IEEE 1394): JMicron Technologies, Inc. Unknown device 2380 (prog-if 10 [OHCI]) Subsystem: Micro-Star International Co., Ltd. Unknown device 511d Flags: bus master, fast devsel, latency 0, IRQ 11 Memory at febff800 (32-bit, non-prefetchable) [size=2K] Memory at febff400 (32-bit, non-prefetchable) [size=128] Memory at febff000 (32-bit, non-prefetchable) [size=128] Memory at febfec00 (32-bit, non-prefetchable) [size=128] Capabilities: [44] Power Management version 3 Capabilities: [80] Express Endpoint IRQ 0 Capabilities: [94] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
Any help would be great, also if more info is needed let me know. Thanks!Code:[root@localhost nbeach]# /sbin/lsmod Module Size Used by usb_storage 116769 0 autofs4 57289 2 hidp 83521 2 rfcomm 104809 0 l2cap 89281 10 hidp,rfcomm bluetooth 118597 5 hidp,rfcomm,l2cap sunrpc 198025 1 ip_conntrack_netbios_ns 36033 0 ipt_REJECT 38849 1 xt_state 35265 2 ip_conntrack 91237 2 ip_conntrack_netbios_ns,xt_state nfnetlink 40457 1 ip_conntrack iptable_filter 36161 1 ip_tables 55329 1 iptable_filter ip6t_REJECT 38849 1 xt_tcpudp 36417 10 ip6table_filter 36033 1 ip6_tables 50049 1 ip6table_filter x_tables 50377 6 ipt_REJECT,xt_state,ip_tables,ip6t_REJECT,xt_tcpudp,ip6_tables cpufreq_ondemand 42449 2 dm_multipath 52945 0 video 53197 0 sbs 49921 0 backlight 39873 1 video i2c_ec 38593 1 sbs button 40545 0 battery 43849 0 asus_acpi 50917 0 acpi_memhotplug 40133 0 ac 38729 0 ipv6 420481 31 ip6t_REJECT xfrm_nalgo 43845 1 ipv6 crypto_api 42177 1 xfrm_nalgo lp 47121 0 nvidia 8153976 26 i2c_core 56129 2 i2c_ec,nvidia sr_mod 50789 0 cdrom 68713 1 sr_mod shpchp 70765 0 tpm_infineon 43005 0 tpm 50273 1 tpm_infineon parport_pc 62313 1 tpm_bios 40897 1 tpm parport 73165 2 lp,parport_pc pcspkr 36289 0 serio_raw 40517 0 sg 69993 0 skge 72145 0 dm_snapshot 50569 0 dm_zero 35265 0 dm_mirror 60489 0 dm_mod 99480 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror ahci 63429 2 libata 192345 1 ahci sd_mod 56257 3 scsi_mod 188665 5 usb_storage,sr_mod,sg,libata,sd_mod ext3 167249 2 jbd 93873 1 ext3 uhci_hcd 57433 0 ohci_hcd 54493 0 ehci_hcd 65741 0
- 03-07-2009 #2Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
almost forgot...
xorg log
Code: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.18-53.1.14.el5 x86_64 Red Hat, Inc. Current Operating System: Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:51:06 EDT 2008 x86_64 Build Date: 24 May 2008 Build ID: xorg-x11-server 1.1.1-48.41.el5 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: Sat Mar 7 09:44:14 2009 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Screen0" (0) (**) | |-->Monitor "Monitor0" (**) | |-->Device "Videocard0" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (==) FontPath set to: unix/:7100, built-ins (==) RgbPath set to "/usr/share/X11/rgb" (**) ModulePath set to "/usr/lib64/xorg/modules" (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/lib64/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/lib64/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 10de,0754 card 1462,7511 rev a2 class 05,00,00 hdr 00 (II) PCI: 00:01:0: chip 10de,075c card 1462,7511 rev a2 class 06,01,00 hdr 80 (II) PCI: 00:01:1: chip 10de,0752 card 1462,7511 rev a1 class 0c,05,00 hdr 80 (II) PCI: 00:01:2: chip 10de,0751 card 1462,7511 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:01:3: chip 10de,0753 card 1462,7511 rev a2 class 0b,40,00 hdr 80 (II) PCI: 00:01:4: chip 10de,0568 card 1462,7511 rev a1 class 05,00,00 hdr 80 (II) PCI: 00:02:0: chip 10de,077b card 1462,7511 rev a1 class 0c,03,10 hdr 80 (II) PCI: 00:02:1: chip 10de,077c card 1462,7511 rev a1 class 0c,03,20 hdr 80 (II) PCI: 00:04:0: chip 10de,077d card 1462,7511 rev a1 class 0c,03,10 hdr 80 (II) PCI: 00:04:1: chip 10de,077e card 1462,7511 rev a1 class 0c,03,20 hdr 80 (II) PCI: 00:06:0: chip 10de,0759 card 1462,7511 rev a1 class 01,01,8a hdr 00 (II) PCI: 00:07:0: chip 10de,0774 card 1462,7511 rev a1 class 04,03,00 hdr 00 (II) PCI: 00:08:0: chip 10de,075a card 0000,0000 rev a1 class 06,04,01 hdr 01 (II) PCI: 00:09:0: chip 10de,0ad8 card 1462,7511 rev a2 class 01,04,00 hdr 00 (II) PCI: 00:0a:0: chip 10de,0760 card 1462,511c rev a2 class 02,00,00 hdr 00 (II) PCI: 00:0b:0: chip 10de,0569 card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:10:0: chip 10de,0778 card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:12:0: chip 10de,075b card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:13:0: chip 10de,077a card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:14:0: chip 10de,077a card 0000,0000 rev a1 class 06,04,00 hdr 01 (II) PCI: 00:18:0: chip 1022,1200 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:1: chip 1022,1201 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:2: chip 1022,1202 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:3: chip 1022,1203 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:4: chip 1022,1204 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 01:05:0: chip 1186,4b01 card 1186,4b01 rev 11 class 02,00,00 hdr 00 (II) PCI: 02:00:0: chip 10de,0849 card 1462,7511 rev a2 class 03,00,00 hdr 00 (II) PCI: 04:00:0: chip 197b,2380 card 1462,511d rev 00 class 0c,00,10 hdr 00 (II) PCI: End of PCI scan (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) Subtractive PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared) (II) Bus 1 I/O range: [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[B] (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xfcf00000 - 0xfcffffff (0x100000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xc0000000 - 0xc00fffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x001a (VGA_EN is set) (II) Bus 2 I/O range: [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B] (II) Bus 2 non-prefetchable memory range: [0] -1 0 0xfd000000 - 0xfeafffff (0x1b00000) MX[B] (II) Bus 2 prefetchable memory range: [0] -1 0 0xce000000 - 0xdfffffff (0x12000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:16:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 4: bridge is at (0:18:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 4 non-prefetchable memory range: [0] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 5: bridge is at (0:19:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 6: bridge is at (0:20:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared) (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:24:0), (0,0,6), 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 (0x100000000) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B] (--) PCI:*(2:0:0) nVidia Corporation unknown chipset (0x0849) rev 162, Mem @ 0xfd000000/24, 0xd0000000/28, 0xce000000/25, I/O @ 0xec00/7, BIOS @ 0xfeae0000/17 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x100000000) 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) Active PCI resource ranges: [0] -1 0 0xfebfec00 - 0xfebfec7f (0x80) MX[B] [1] -1 0 0xfebff000 - 0xfebff07f (0x80) MX[B] [2] -1 0 0xfebff400 - 0xfebff47f (0x80) MX[B] [3] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B] [4] -1 0 0xfcffc000 - 0xfcffffff (0x4000) MX[B] [5] -1 0 0xfce7e000 - 0xfce7e00f (0x10) MX[B] [6] -1 0 0xfce7e400 - 0xfce7e4ff (0x100) MX[B] [7] -1 0 0xfce7c000 - 0xfce7cfff (0x1000) MX[B] [8] -1 0 0xfce76000 - 0xfce77fff (0x2000) MX[B] [9] -1 0 0xfce78000 - 0xfce7bfff (0x4000) MX[B] [10] -1 0 0xfce7e800 - 0xfce7e8ff (0x100) MX[B] [11] -1 0 0xfce7d000 - 0xfce7dfff (0x1000) MX[B] [12] -1 0 0xfce7ec00 - 0xfce7ecff (0x100) MX[B] [13] -1 0 0xfce7f000 - 0xfce7ffff (0x1000) MX[B] [14] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B](B) [15] -1 0 0xce000000 - 0xcfffffff (0x2000000) MX[B](B) [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [17] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [18] -1 0 0xfce80000 - 0xfcefffff (0x80000) MX[B] [19] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [20] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B] [21] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[B] [22] -1 0 0x0000c000 - 0x0000c003 (0x4) IX[B] [23] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B] [24] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[B] [25] -1 0 0x0000c480 - 0x0000c487 (0x8) IX[B] [26] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [27] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B] [28] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B] [29] -1 0 0x00002900 - 0x0000293f (0x40) IX[B] [30] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B] [31] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B](B) (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfebfec00 - 0xfebfec7f (0x80) MX[B] [1] -1 0 0xfebff000 - 0xfebff07f (0x80) MX[B] [2] -1 0 0xfebff400 - 0xfebff47f (0x80) MX[B] [3] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B] [4] -1 0 0xfcffc000 - 0xfcffffff (0x4000) MX[B] [5] -1 0 0xfce7e000 - 0xfce7e00f (0x10) MX[B] [6] -1 0 0xfce7e400 - 0xfce7e4ff (0x100) MX[B] [7] -1 0 0xfce7c000 - 0xfce7cfff (0x1000) MX[B] [8] -1 0 0xfce76000 - 0xfce77fff (0x2000) MX[B] [9] -1 0 0xfce78000 - 0xfce7bfff (0x4000) MX[B] [10] -1 0 0xfce7e800 - 0xfce7e8ff (0x100) MX[B] [11] -1 0 0xfce7d000 - 0xfce7dfff (0x1000) MX[B] [12] -1 0 0xfce7ec00 - 0xfce7ecff (0x100) MX[B] [13] -1 0 0xfce7f000 - 0xfce7ffff (0x1000) MX[B] [14] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B](B) [15] -1 0 0xce000000 - 0xcfffffff (0x2000000) MX[B](B) [16] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [17] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [18] -1 0 0xfce80000 - 0xfcefffff (0x80000) MX[B] [19] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [20] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B] [21] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[B] [22] -1 0 0x0000c000 - 0x0000c003 (0x4) IX[B] [23] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B] [24] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[B] [25] -1 0 0x0000c480 - 0x0000c487 (0x8) IX[B] [26] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [27] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B] [28] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B] [29] -1 0 0x00002900 - 0x0000293f (0x40) IX[B] [30] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B] [31] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B](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 0xfebfec00 - 0xfebfec7f (0x80) MX[B] [5] -1 0 0xfebff000 - 0xfebff07f (0x80) MX[B] [6] -1 0 0xfebff400 - 0xfebff47f (0x80) MX[B] [7] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B] [8] -1 0 0xfcffc000 - 0xfcffffff (0x4000) MX[B] [9] -1 0 0xfce7e000 - 0xfce7e00f (0x10) MX[B] [10] -1 0 0xfce7e400 - 0xfce7e4ff (0x100) MX[B] [11] -1 0 0xfce7c000 - 0xfce7cfff (0x1000) MX[B] [12] -1 0 0xfce76000 - 0xfce77fff (0x2000) MX[B] [13] -1 0 0xfce78000 - 0xfce7bfff (0x4000) MX[B] [14] -1 0 0xfce7e800 - 0xfce7e8ff (0x100) MX[B] [15] -1 0 0xfce7d000 - 0xfce7dfff (0x1000) MX[B] [16] -1 0 0xfce7ec00 - 0xfce7ecff (0x100) MX[B] [17] -1 0 0xfce7f000 - 0xfce7ffff (0x1000) MX[B] [18] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B](B) [19] -1 0 0xce000000 - 0xcfffffff (0x2000000) MX[B](B) [20] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [21] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [22] -1 0 0xfce80000 - 0xfcefffff (0x80000) MX[B] [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [25] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [26] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B] [27] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[B] [28] -1 0 0x0000c000 - 0x0000c003 (0x4) IX[B] [29] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B] [30] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[B] [31] -1 0 0x0000c480 - 0x0000c487 (0x8) IX[B] [32] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [33] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B] [34] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B] [35] -1 0 0x00002900 - 0x0000293f (0x40) IX[B] [36] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B] [37] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B](B) (II) LoadModule: "extmod" (II) Loading /usr/lib64/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 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: "dbe" (II) Loading /usr/lib64/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: "glx" (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 180.29 Thu Feb 5 00:05:47 PST 2009 (II) Loading extension GLX (II) LoadModule: "freetype" (II) Loading /usr/lib64/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: "type1" (II) Loading /usr/lib64/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: "record" (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib64/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/lib64/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: "nvidia" (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) LoadModule: "kbd" (II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.1.1, 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/lib64/xorg/modules/input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.1.1 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.6 (II) NVIDIA dlloader X Driver 180.29 Wed Feb 4 23:45:20 PST 2009 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 02:00:0 (WW) NVIDIA: No matching Device section for instance (BusID PCI:0:1:3) found (--) Assigning device section with no busID to primary device (--) Chipset NVIDIA GPU found (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib64/xorg/modules/libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 7.1.1, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib64/xorg/modules/libwfb.so (II) Module wfb: vendor="NVIDIA Corporation" compiled for 7.1.99.2, module version = 1.0.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac" (II) Loading /usr/lib64/xorg/modules/libramdac.so (II) Module ramdac: vendor="X.Org Foundation" compiled for 7.1.1, module version = 0.1.0 ABI class: X.Org Video Driver, version 1.0 (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 0xfebfec00 - 0xfebfec7f (0x80) MX[B] [5] -1 0 0xfebff000 - 0xfebff07f (0x80) MX[B] [6] -1 0 0xfebff400 - 0xfebff47f (0x80) MX[B] [7] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B] [8] -1 0 0xfcffc000 - 0xfcffffff (0x4000) MX[B] [9] -1 0 0xfce7e000 - 0xfce7e00f (0x10) MX[B] [10] -1 0 0xfce7e400 - 0xfce7e4ff (0x100) MX[B] [11] -1 0 0xfce7c000 - 0xfce7cfff (0x1000) MX[B] [12] -1 0 0xfce76000 - 0xfce77fff (0x2000) MX[B] [13] -1 0 0xfce78000 - 0xfce7bfff (0x4000) MX[B] [14] -1 0 0xfce7e800 - 0xfce7e8ff (0x100) MX[B] [15] -1 0 0xfce7d000 - 0xfce7dfff (0x1000) MX[B] [16] -1 0 0xfce7ec00 - 0xfce7ecff (0x100) MX[B] [17] -1 0 0xfce7f000 - 0xfce7ffff (0x1000) MX[B] [18] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B](B) [19] -1 0 0xce000000 - 0xcfffffff (0x2000000) MX[B](B) [20] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [21] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [22] -1 0 0xfce80000 - 0xfcefffff (0x80000) MX[B] [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [25] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [26] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B] [27] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[B] [28] -1 0 0x0000c000 - 0x0000c003 (0x4) IX[B] [29] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B] [30] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[B] [31] -1 0 0x0000c480 - 0x0000c487 (0x8) IX[B] [32] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [33] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B] [34] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B] [35] -1 0 0x00002900 - 0x0000293f (0x40) IX[B] [36] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B] [37] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B](B) (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 0xfebfec00 - 0xfebfec7f (0x80) MX[B] [5] -1 0 0xfebff000 - 0xfebff07f (0x80) MX[B] [6] -1 0 0xfebff400 - 0xfebff47f (0x80) MX[B] [7] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B] [8] -1 0 0xfcffc000 - 0xfcffffff (0x4000) MX[B] [9] -1 0 0xfce7e000 - 0xfce7e00f (0x10) MX[B] [10] -1 0 0xfce7e400 - 0xfce7e4ff (0x100) MX[B] [11] -1 0 0xfce7c000 - 0xfce7cfff (0x1000) MX[B] [12] -1 0 0xfce76000 - 0xfce77fff (0x2000) MX[B] [13] -1 0 0xfce78000 - 0xfce7bfff (0x4000) MX[B] [14] -1 0 0xfce7e800 - 0xfce7e8ff (0x100) MX[B] [15] -1 0 0xfce7d000 - 0xfce7dfff (0x1000) MX[B] [16] -1 0 0xfce7ec00 - 0xfce7ecff (0x100) MX[B] [17] -1 0 0xfce7f000 - 0xfce7ffff (0x1000) MX[B] [18] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B](B) [19] -1 0 0xce000000 - 0xcfffffff (0x2000000) MX[B](B) [20] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [21] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [22] -1 0 0xfce80000 - 0xfcefffff (0x80000) MX[B] [23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [28] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [29] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B] [30] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[B] [31] -1 0 0x0000c000 - 0x0000c003 (0x4) IX[B] [32] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B] [33] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[B] [34] -1 0 0x0000c480 - 0x0000c487 (0x8) IX[B] [35] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [36] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B] [37] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B] [38] -1 0 0x00002900 - 0x0000293f (0x40) IX[B] [39] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B] [40] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B](B) [41] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [42] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "HWcursor" "Off" (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. (II) NVIDIA(0): NVIDIA GPU GeForce 8200 (C77) at PCI:2:0:0 (GPU-0) (--) NVIDIA(0): Memory: 524288 kBytes (--) NVIDIA(0): VideoBIOS: 62.77.27.00.00 (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce 8200 at PCI:2:0:0: (--) NVIDIA(0): Samsung SyncMaster (CRT-0) (--) NVIDIA(0): Samsung SyncMaster (CRT-0): 300.0 MHz maximum pixel clock (II) NVIDIA(0): Assigned Display Device: CRT-0 (==) NVIDIA(0): (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" (==) NVIDIA(0): will be used as the requested mode. (==) NVIDIA(0): (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "nvidia-auto-select" (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050 (--) NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config (--) NVIDIA(0): option (==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [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 0xfebfec00 - 0xfebfec7f (0x80) MX[B] [5] -1 0 0xfebff000 - 0xfebff07f (0x80) MX[B] [6] -1 0 0xfebff400 - 0xfebff47f (0x80) MX[B] [7] -1 0 0xfebff800 - 0xfebfffff (0x800) MX[B] [8] -1 0 0xfcffc000 - 0xfcffffff (0x4000) MX[B] [9] -1 0 0xfce7e000 - 0xfce7e00f (0x10) MX[B] [10] -1 0 0xfce7e400 - 0xfce7e4ff (0x100) MX[B] [11] -1 0 0xfce7c000 - 0xfce7cfff (0x1000) MX[B] [12] -1 0 0xfce76000 - 0xfce77fff (0x2000) MX[B] [13] -1 0 0xfce78000 - 0xfce7bfff (0x4000) MX[B] [14] -1 0 0xfce7e800 - 0xfce7e8ff (0x100) MX[B] [15] -1 0 0xfce7d000 - 0xfce7dfff (0x1000) MX[B] [16] -1 0 0xfce7ec00 - 0xfce7ecff (0x100) MX[B] [17] -1 0 0xfce7f000 - 0xfce7ffff (0x1000) MX[B] [18] -1 0 0xfeae0000 - 0xfeafffff (0x20000) MX[B](B) [19] -1 0 0xce000000 - 0xcfffffff (0x2000000) MX[B](B) [20] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [21] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[B](B) [22] -1 0 0xfce80000 - 0xfcefffff (0x80000) MX[B] [23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [28] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] [29] -1 0 0x0000b880 - 0x0000b887 (0x8) IX[B] [30] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[B] [31] -1 0 0x0000c000 - 0x0000c003 (0x4) IX[B] [32] -1 0 0x0000c080 - 0x0000c087 (0x8) IX[B] [33] -1 0 0x0000c400 - 0x0000c403 (0x4) IX[B] [34] -1 0 0x0000c480 - 0x0000c487 (0x8) IX[B] [35] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B] [36] -1 0 0x00002e00 - 0x00002e3f (0x40) IX[B] [37] -1 0 0x00002d00 - 0x00002d3f (0x40) IX[B] [38] -1 0 0x00002900 - 0x0000293f (0x40) IX[B] [39] -1 0 0x00002f00 - 0x00002fff (0x100) IX[B] [40] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B](B) [41] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [42] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) NVIDIA(0): Initialized GPU GART. (II) NVIDIA(0): Setting mode "nvidia-auto-select" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (==) NVIDIA(0): Disabling shared memory pixmaps (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (==) RandR enabled (II) Setting vga for screen 0. (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX (**) Option "CoreKeyboard" (**) Keyboard0: Core Keyboard (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Keyboard0: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (**) Option "Protocol" "Auto" (**) Mouse0: Device: "/dev/input/mice" (**) Mouse0: Protocol: "Auto" (**) Option "CorePointer" (**) Mouse0: Core Pointer (**) Option "Device" "/dev/input/mice" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) Mouse0: ZAxisMapping: buttons 4 and 5 (**) Mouse0: Buttons: 9 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (--) Mouse0: PnP-detected protocol: "ExplorerPS/2" (II) Mouse0: ps2EnableDataReporting: succeeded


Reply With Quote
