LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-04-2006, 06:57 PM   #1
cjae
Member
 
Registered: Mar 2004
Distribution: bouncing
Posts: 277

Rep: Reputation: 30
couple of hardware questions mx700 and xorg


Hi, I am having several hardware problems. I am going to post my dmesg and xorg. Sorry for the long post, I just have been trying to resolve for awhile.

First, I am having problems with nvidia, I don't know the view I am using xinerama,twinview etc... but I would like to know how to set these differently so that my tv out is opposite of what it is right now.

Second, I am having trouble getting the buttons on my mouse to work properly. I have followed several guides but to no avail. These are the guides

-http://docs.tenshu.net/Logitech-MX-Duo-mini-HOWTO/x35.html
-http://www.linux-gamers.net/modules/wiwimod/index.php?page=HOWTO+Mouse+Buttons&back=HOWTO+INDEX+Hardware

Both of them have resulted in xserver failure. I modified my xorg.conf file to say...

Section "InputDevice"
Identifier "Logitech MX700 Mouse"
Driver "mouse"
Option "CorePointer"
Option "Dev Name" "Logitech USB Receiver"
Option "Dev Phys" "usb-0000:00:1d.1-1/input1"
Option "Device" "/dev/input/mice"
Option "Protocol" "evdev"
Option "ZAxisMapping" "9 10"
Option "Buttons" "10"
Option "Resolution" "800"
Option "Emulate3Buttons" "no"
EndSection

Because...

cat /proc/bus/input/devices
I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/class/input/input0
H: Handlers=kbd event0
B: EV=120013
B: KEY=4 2000000 3802078 f840d001 f2ffffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=046d Product=c50b Version=2100
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:1d.1-1/input0
S: Sysfs=/class/input/input1
H: Handlers=kbd event1
B: EV=120003
B: KEY=10000 7 ff800000 7ff febeffdf ffefffff ffffffff fffffffe
B: LED=1f

I: Bus=0003 Vendor=046d Product=c50b Version=2100
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:1d.1-1/input1
S: Sysfs=/class/input/input2
H: Handlers=kbd mouse0 event2 ts0
B: EV=7
B: KEY=ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff 0 0 1878 d800d100 1e0000 0 0 0
B: REL=103

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/class/input/input3
H: Handlers=kbd event3
B: EV=40001
B: SND=6

I am thinking that I should have put evdev in the driver section though, but I am not sure. I also tried to...

Section "InputDevice"
Identifier "Mouse[0]"
Driver "evdev"
Option "Device" "/dev/input/event1" # (cat /proc/bus/input/devices)
Option "Name" "Logitech MX700"
EndSection

Also what is the wacom parts right underneath my mouse section in xorg.conf

Here is my xorg.conf file...

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
screen 0
EndSection

Section "Device"
Driver "nvidia"
Identifier "Device[1]"
Screen 1
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "NTSC-M"
Option "ConnectedMonitor" "Monitor[1]"
BusID "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection

Section "Monitor"
Identifier "Monitor[0]" #CRT
Option "DPMS"
HorizSync 31.5-80
VertRefresh 56.3-75
EndSection

Section "Monitor"
Identifier "Monitor[1]" #TV
HorizSync 30-50
VertRefresh 60
EndSection

Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "Screen"
Device "Device[1]"
Identifier "Screen[1]"
Monitor "Monitor[1]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768_60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection

Section "DRI"
Mode 0666
EndSection


See post #2
 
Old 12-04-2006, 06:57 PM   #2
cjae
Member
 
Registered: Mar 2004
Distribution: bouncing
Posts: 277

Original Poster
Rep: Reputation: 30
[17179569.184000] Linux version 2.6.15-27-686 (buildd@terranova) (gcc version 4. 0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 SMP PREEMPT Sat Sep 16 02:13:27 UTC 2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[17179569.184000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[17179569.184000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[17179569.184000] BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[17179569.184000] BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
[17179569.184000] BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
[17179569.184000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[17179569.184000] 0MB HIGHMEM available.
[17179569.184000] 511MB LOWMEM available.
[17179569.184000] found SMP MP-table at 000f4e50
[17179569.184000] On node 0 totalpages: 131056
[17179569.184000] DMA zone: 4096 pages, LIFO batch:0
[17179569.184000] DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000] Normal zone: 126960 pages, LIFO batch:31
[17179569.184000] HighMem zone: 0 pages, LIFO batch:0
[17179569.184000] DMI 2.3 present.
[17179569.184000] ACPI: RSDP (v000 GBT ) @ 0x0 00f67f0
[17179569.184000] ACPI: RSDT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x1fff3000
[17179569.184000] ACPI: FADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x1fff3040
[17179569.184000] ACPI: MADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x1fff6f00
[17179569.184000] ACPI: DSDT (v001 GBT AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x1008
[17179569.184000] ACPI: Local APIC address 0xfee00000
[17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 15:2 APIC version 20
[17179569.184000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[17179569.184000] Processor #1 15:2 APIC version 20
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[17179569.184000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[17179569.184000] ACPI: IRQ0 used by override.
[17179569.184000] ACPI: IRQ2 used by override.
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] Enabling APIC mode: Flat. Using 1 I/O APICs
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 30000000 (gap: 20000000:d ec00000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hda2 ro quiet splash
[17179569.184000] mapped APIC to ffffd000 (fee00000)
[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 2048 (order: 11, 32768 bytes)
[17179569.184000] Detected 2612.926 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179569.212000] Dentry cache hash table entries: 131072 (order: 7, 524288 byte s)
[17179569.212000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179569.220000] Memory: 507624k/524224k available (2115k kernel code, 15972k r eserved, 595k data, 332k init, 0k highmem)
[17179569.220000] Checking if this processor honours the WP bit even in supervis or mode... Ok.
[17179569.300000] Calibrating delay using timer specific routine.. 5230.80 BogoM IPS (lpj=10461614)
[17179569.300000] Security Framework v1.0.0 initialized
[17179569.300000] SELinux: Disabled at boot.
[17179569.300000] Mount-cache hash table entries: 512
[17179569.300000] CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
[17179569.300000] CPU: After vendor identify, caps: bfebfbff 00000000 00000000 0 0000000 00004400 00000000 00000000
[17179569.300000] CPU: Trace cache: 12K uops, L1 D cache: 8K
[17179569.300000] CPU: L2 cache: 512K
[17179569.300000] CPU: Hyper-Threading is disabled
[17179569.300000] CPU: After all inits, caps: bfebfbff 00000000 00000000 0000008 0 00004400 00000000 00000000
[17179569.300000] mtrr: v2.0 (20020519)
[17179569.300000] Enabling fast FPU save and restore... done.
[17179569.300000] Enabling unmasked SIMD FPU exception support... done.
[17179569.300000] Checking 'hlt' instruction... OK.
[17179569.316000] SMP alternatives: switching to UP code
[17179569.316000] checking if image is initramfs... it is
[17179569.804000] Freeing initrd memory: 6810k freed
[17179569.816000] ACPI: Looking for DSDT ... not found!
[17179569.820000] CPU0: Intel(R) Pentium(R) 4 CPU 2.60GHz stepping 09
[17179569.820000] SMP alternatives: switching to SMP code
[17179569.820000] Booting processor 1/1 eip 3000
[17179569.828000] Initializing CPU#1
[17179569.912000] Calibrating delay using timer specific routine.. 5225.61 BogoM IPS (lpj=10451228)
[17179569.912000] CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000
[17179569.912000] CPU: After vendor identify, caps: bfebfbff 00000000 00000000 0 0000000 00004400 00000000 00000000
[17179569.912000] CPU: Trace cache: 12K uops, L1 D cache: 8K
[17179569.912000] CPU: L2 cache: 512K
[17179569.912000] CPU: Hyper-Threading is disabled
[17179569.912000] CPU: After all inits, caps: bfebfbff 00000000 00000000 0000008 0 00004400 00000000 00000000
[17179569.912000] CPU1: Intel(R) Pentium(R) 4 CPU 2.60GHz stepping 09
[17179569.912000] Total of 2 processors activated (10456.42 BogoMIPS).
[17179569.912000] ENABLING IO-APIC IRQs
[17179569.912000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179570.056000] checking TSC synchronization across 2 CPUs: passed.
[17179570.060000] Brought up 2 CPUs
[17179570.060000] NET: Registered protocol family 16
[17179570.060000] EISA bus registered
[17179570.060000] ACPI: bus type pci registered
[17179570.072000] PCI: PCI BIOS revision 2.10 entry at 0xfae70, last bus=2
[17179570.072000] PCI: Using configuration type 1
[17179570.072000] ACPI: Subsystem revision 20051216
[17179570.080000] ACPI: Interpreter enabled
[17179570.080000] ACPI: Using IOAPIC for interrupt routing
[17179570.080000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179570.080000] PCI: Probing PCI hardware (bus 00)
[17179570.084000] PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
[17179570.084000] PCI quirk: region 1080-10bf claimed by ICH4 GPIO
[17179570.084000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
[17179570.084000] Boot video device is 0000:01:00.0
[17179570.084000] PCI: Transparent bridge - 0000:00:1e.0
[17179570.084000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179570.092000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[17179570.096000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[17179570.096000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[17179570.096000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[17179570.096000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[17179570.096000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[17179570.096000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[17179570.100000] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[17179570.100000] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[17179570.100000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179570.100000] pnp: PnP ACPI init
[17179570.104000] pnp: PnP ACPI: found 12 devices
[17179570.104000] PnPBIOS: Disabled by ACPI PNP
[17179570.104000] PCI: Using ACPI for IRQ routing
[17179570.104000] PCI: If a device doesn't work, try "pci=routeirq". If it help s, post a report
[17179570.120000] PCI: Bridge: 0000:00:01.0
[17179570.120000] IO window: disabled.
[17179570.120000] MEM window: f8000000-f9ffffff
[17179570.120000] PREFETCH window: e0000000-efffffff
[17179570.120000] PCI: Bridge: 0000:00:1e.0
[17179570.120000] IO window: a000-afff
[17179570.120000] MEM window: fa000000-fa0fffff
[17179570.120000] PREFETCH window: disabled.
[17179570.120000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[17179570.124000] audit: initializing netlink socket (disabled)
[17179570.124000] audit(1165272502.120:1): initialized
[17179570.124000] VFS: Disk quotas dquot_6.5.1
[17179570.124000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179570.124000] Initializing Cryptographic API
[17179570.124000] io scheduler noop registered
[17179570.124000] io scheduler anticipatory registered
[17179570.124000] io scheduler deadline registered
[17179570.124000] io scheduler cfq registered
[17179570.124000] isapnp: Scanning for PnP cards...
[17179570.476000] isapnp: No Plug & Play device found
[17179570.496000] Real Time Clock Driver v1.12
[17179570.500000] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[17179570.500000] PNP: PS/2 controller doesn't have AUX irq; using default 12
[17179570.508000] serio: i8042 AUX port at 0x60,0x64 irq 12
[17179570.508000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179570.508000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ shar ing enabled
[17179570.508000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179570.508000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[17179570.512000] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179570.512000] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[17179570.512000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 b locksize
[17179570.512000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179570.512000] ide: Assuming 33MHz system bus speed for PIO modes; override w ith idebus=xx
[17179570.512000] mice: PS/2 mouse device common for all mice
[17179570.516000] EISA: Probing bus 0 at eisa.0
[17179570.516000] Cannot allocate resource for EISA slot 1
[17179570.516000] EISA: Detected 0 cards.
[17179570.516000] NET: Registered protocol family 2
[17179570.560000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179570.580000] IP route cache hash table entries: 8192 (order: 3, 32768 bytes )
[17179570.580000] TCP established hash table entries: 32768 (order: 6, 393216 by tes)
[17179570.580000] TCP bind hash table entries: 32768 (order: 6, 393216 bytes)
[17179570.580000] TCP: Hash tables configured (established 32768 bind 32768)
[17179570.580000] TCP reno registered
[17179570.580000] TCP bic registered
[17179570.580000] NET: Registered protocol family 1
[17179570.580000] NET: Registered protocol family 8
[17179570.580000] NET: Registered protocol family 20
[17179570.580000] Starting balanced_irq
[17179570.580000] Using IPI No-Shortcut mode
[17179570.580000] ACPI wakeup devices:
[17179570.580000] SLPB PCI0 HUB0 USB0 USB1 USB2 USB3 USBE
[17179570.580000] ACPI: (supports S0 S1 S4 S5)
[17179570.580000] Freeing unused kernel memory: 332k freed
[17179570.632000] vga16fb: initializing
[17179570.632000] vga16fb: mapped to 0xc00a0000
[17179570.772000] Console: switching to colour frame buffer device 80x25
[17179570.772000] fb0: VGA16 VGA frame buffer device
[17179571.816000] Capability LSM initialized
[17179571.904000] ACPI: Fan [FAN] (on)
[17179571.908000] ACPI: Thermal Zone [THRM] (22 C)
[17179572.572000] ICH5: IDE controller at PCI slot 0000:00:1f.1
[17179572.572000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 169
[17179572.572000] ICH5: chipset revision 2
[17179572.572000] ICH5: not 100% native mode: will probe irqs later
[17179572.572000] ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hdaMA, hdb io
[17179572.572000] ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdcMA, hdd MA
[17179572.572000] Probing IDE interface ide0...
[17179572.864000] hda: ST340823A, ATA DISK drive
[17179573.540000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179573.544000] Probing IDE interface ide1...
[17179574.284000] hdc: PLEXTOR DVDR PX-716A, ATAPI CD/DVD-ROM drive
[17179575.072000] hdd: HL-DT-ST RW/DVD GCC-4520B, ATAPI CD/DVD-ROM drive
[17179575.132000] ide1 at 0x170-0x177,0x376 on irq 15
[17179575.144000] hda: max request size: 128KiB
[17179575.144000] hda: Host Protected Area detected.
[17179575.144000] current capacity is 78163247 sectors (40019 MB)
[17179575.144000] native capacity is 78165360 sectors (40020 MB)
[17179575.144000] hda: Host Protected Area disabled.
[17179575.144000] hda: 78165360 sectors (40020 MB) w/1024KiB Cache, CHS=65535/16 /63, UDMA(100)
[17179575.144000] hda: cache flushes not supported
[17179575.144000] hda: hda1 hda2
[17179575.160000] hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 8192kB Cache, UDMA (66)
[17179575.160000] Uniform CD-ROM driver Revision: 3.20
[17179575.160000] hdd: ATAPI 52X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
[17179575.420000] SCSI subsystem initialized
[17179575.424000] ACPI: bus type scsi registered
[17179575.424000] libata version 1.20 loaded.
[17179575.424000] ata_piix 0000:00:1f.2: version 1.05
[17179575.424000] ata_pci_init_one: pci_dev class+intf: 0x1018f
[17179575.424000] ata_pci_init_one: NO_LEGACY == 0
[17179575.424000] ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 18 (level, low) -> IRQ 169
[17179575.424000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[17179575.424000] ata1: PATA max UDMA/133 cmd 0xC000 ctl 0xC402 bmdma 0xD000 irq 169
[17179575.424000] ata2: PATA max UDMA/133 cmd 0xC800 ctl 0xCC02 bmdma 0xD008 irq 169
[17179575.596000] ata1: dev 0 cfg 00:0c5a 49:2f00 82:346b 83:7d01 84:4023 85:346 8 86:3c01 87:4023 88:207f 93:0000
[17179575.596000] ata1: dev 0 ATA-7, max UDMA/133, 586072368 sectors: LBA48
[17179575.596000] sata_get_dev_handle: SATA dev addr=0x1f0002, handle=0xdffd6b60
[17179575.600000] ata1: dev 0 configured for UDMA/133
[17179575.600000] sata_get_dev_handle: SATA dev addr=0x1f0002, handle=0xdffd6b60
[17179575.604000] scsi0 : ata_piix
[17179576.828000] scsi1 : ata_piix
[17179576.828000] Vendor: ATA Model: ST3300622AS Rev: 3.AA
[17179576.828000] Type: Direct-Access ANSI SCSI revisio n: 05
[17179576.836000] Driver 'sd' needs updating - please use bus_type methods
[17179576.840000] SCSI device sda: 586072368 512-byte hdwr sectors (300069 MB)
[17179576.840000] SCSI device sda: drive cache: write back
[17179576.840000] SCSI device sda: 586072368 512-byte hdwr sectors (300069 MB)
[17179576.840000] SCSI device sda: drive cache: write back
[17179576.840000] sda: sda1 < sda5 >
[17179576.848000] sd 0:0:0:0: Attached scsi disk sda
[17179576.988000] usbcore: registered new driver usbfs
[17179576.988000] usbcore: registered new driver hub
[17179576.992000] USB Universal Host Controller Interface driver v2.3
[17179576.992000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 177
[17179576.992000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[17179576.992000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[17179576.992000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus nu mber 1
[17179576.992000] uhci_hcd 0000:00:1d.0: irq 177, io base 0x0000bc00
[17179576.992000] hub 1-0:1.0: USB hub found
[17179576.992000] hub 1-0:1.0: 2 ports detected
[17179577.100000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 185
[17179577.100000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[17179577.100000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[17179577.100000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus nu mber 2
[17179577.100000] uhci_hcd 0000:00:1d.1: irq 185, io base 0x0000b000
[17179577.100000] hub 2-0:1.0: USB hub found
[17179577.100000] hub 2-0:1.0: 2 ports detected
[17179577.208000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 169
[17179577.208000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[17179577.208000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[17179577.208000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus nu mber 3
[17179577.208000] uhci_hcd 0000:00:1d.2: irq 169, io base 0x0000b400
[17179577.208000] hub 3-0:1.0: USB hub found
[17179577.208000] hub 3-0:1.0: 2 ports detected
[17179577.316000] ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 177
[17179577.316000] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[17179577.316000] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[17179577.316000] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus nu mber 4
[17179577.316000] uhci_hcd 0000:00:1d.3: irq 177, io base 0x0000b800
[17179577.316000] hub 4-0:1.0: USB hub found
[17179577.316000] hub 4-0:1.0: 2 ports detected
[17179577.424000] ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 193
[17179577.424000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[17179577.424000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[17179577.424000] PCI: cache line size of 128 is not supported by device 0000:00 :1d.7
[17179577.424000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus nu mber 5
[17179577.424000] ehci_hcd 0000:00:1d.7: irq 193, io mem 0xfa100000
[17179577.428000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 D ec 2004
[17179577.428000] hub 5-0:1.0: USB hub found
[17179577.428000] hub 5-0:1.0: 8 ports detected
[17179577.452000] usb 2-1: new low speed USB device using uhci_hcd and address 2
[17179577.620000] Attempting manual resume
[17179577.672000] EXT3-fs: mounted filesystem with ordered data mode.
[17179577.672000] kjournald starting. Commit interval 5 seconds
[17179577.964000] usb 2-1: new low speed USB device using uhci_hcd and address 3
[17179587.520000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[17179589.272000] Linux agpgart interface v0.101 (c) Dave Jones
[17179589.296000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179589.308000] agpgart: Detected an Intel 865 Chipset.
[17179589.316000] agpgart: AGP aperture is 128M @ 0xf0000000
[17179589.340000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179589.364000] hw_random: RNG not detected
[17179589.672000] nvidia: module license 'NVIDIA' taints kernel.
[17179589.688000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 177
[17179589.688000] NVRM: loading NVIDIA Linux x86 Kernel Module 1.0-8776 Mon Oc t 16 21:56:04 PDT 2006
[17179589.912000] usbcore: registered new driver hiddev
[17179589.932000] input: Logitech USB Receiver as /class/input/input1
[17179589.936000] input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0 000:00:1d.1-1
[17179589.940000] e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
[17179589.940000] e100: Copyright(c) 1999-2005 Intel Corporation
[17179589.944000] ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 20 (level, low) -> IRQ 201
[17179589.968000] e100: eth0: e100_probe: addr 0xfa000000, irq 201, MAC addr 00: 0D:61:328:74
[17179589.968000] input: Logitech USB Receiver as /class/input/input2
[17179589.972000] input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000 :00:1d.1-1
[17179589.972000] usbcore: registered new driver usbhid
[17179589.972000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[17179590.420000] ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 209
[17179590.420000] PCI: Setting latency timer of device 0000:00:1f.5 to 64
[17179590.476000] input: PC Speaker as /class/input/input3
[17179590.540000] parport: PnPBIOS parport detected.
[17179590.540000] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[17179590.572000] ts: Compaq touchscreen protocol output
[17179590.660000] Floppy drive(s): fd0 is 1.44M
[17179590.688000] FDC 0 is a post-1991 82077
[17179590.744000] intel8x0_measure_ac97_clock: measured 58904 usecs
[17179590.744000] intel8x0: clocking to 48000
[17179590.860000] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
[17179591.148000] lp0: using parport0 (interrupt-driven).
[17179591.228000] Adding 1036152k swap on /dev/hda1. Priority:-1 extents:1 acro ss:1036152k
[17179591.316000] EXT3 FS on hda2, internal journal
[17179591.524000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[17179591.524000] md: bitmap version 4.39
[17179592.092000] NET: Registered protocol family 17
[17179592.972000] NET: Registered protocol family 10
[17179592.972000] lo: Disabled Privacy Extensions
[17179592.972000] IPv6 over IPv4 tunneling driver
[17179593.040000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@ redhat.com
[17179593.416000] cdrom: open failed.
[17179593.768000] cdrom: open failed.
[17179593.768000] cdrom: open failed.
[17179594.140000] kjournald starting. Commit interval 5 seconds
[17179594.140000] EXT3 FS on sda5, internal journal
[17179594.140000] EXT3-fs: mounted filesystem with ordered data mode.
[17179600.980000] ACPI: Power Button (FF) [PWRF]
[17179600.980000] ACPI: Power Button (CM) [PWRB]
[17179600.980000] ACPI: Sleep Button (CM) [SLPB]
[17179601.080000] ibm_acpi: ec object not found
[17179601.128000] pcc_acpi: loading...
[17179603.876000] eth0: no IPv6 routers present
[17179606.384000] agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
[17179606.384000] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
[17179606.384000] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
[17179607.044000] ppdev: user-space parallel port driver
[17179607.864000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[17179607.864000] apm: disabled - APM is not SMP safe.
[17179614.460000] /dev/vmmon[4934]: Module vmmon: registered with major=10 minor =165
[17179614.460000] /dev/vmmon[4934]: Module vmmon: initialized
[17179614.648000] /dev/vmnet: open called by PID 4962 (vmnet-bridge)
[17179614.648000] /dev/vmnet: hub 0 does not exist, allocating memory.
[17179614.648000] /dev/vmnet: port on hub 0 successfully opened
[17179614.648000] bridge-eth0: enabling the bridge
[17179614.648000] bridge-eth0: up
[17179614.648000] bridge-eth0: already up
[17179614.648000] bridge-eth0: attached
[17179614.744000] /dev/vmnet: open called by PID 4976 (vmnet-natd)
[17179614.744000] /dev/vmnet: hub 8 does not exist, allocating memory.
[17179614.744000] /dev/vmnet: port on hub 8 successfully opened
[17179615.164000] Bluetooth: Core ver 2.8
[17179615.164000] NET: Registered protocol family 31
[17179615.164000] Bluetooth: HCI device and connection manager initialized
[17179615.164000] Bluetooth: HCI socket layer initialized
[17179615.228000] Bluetooth: L2CAP ver 2.8
[17179615.228000] Bluetooth: L2CAP socket layer initialized
[17179615.244000] Bluetooth: RFCOMM socket layer initialized
[17179615.244000] Bluetooth: RFCOMM TTY layer initialized
[17179615.244000] Bluetooth: RFCOMM ver 1.7
[17179625.940000] /dev/vmnet: open called by PID 5244 (vmnet-netifup)
[17179625.940000] /dev/vmnet: port on hub 8 successfully opened
[17179625.944000] /dev/vmnet: open called by PID 5245 (vmnet-netifup)
[17179625.944000] /dev/vmnet: hub 1 does not exist, allocating memory.
[17179625.944000] /dev/vmnet: port on hub 1 successfully opened
[17179626.232000] /dev/vmnet: open called by PID 5271 (vmnet-dhcpd)
[17179626.232000] /dev/vmnet: port on hub 8 successfully opened
[17179626.232000] /dev/vmnet: open called by PID 5267 (vmnet-dhcpd)
[17179626.232000] /dev/vmnet: port on hub 1 successfully opened
[17179636.204000] vmnet8: no IPv6 routers present
[17179636.284000] vmnet1: no IPv6 routers present


Thanks, I hope someone has the patience to help me.
 
Old 12-12-2006, 02:32 PM   #3
cjae
Member
 
Registered: Mar 2004
Distribution: bouncing
Posts: 277

Original Poster
Rep: Reputation: 30
please help
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
a couple of questions tnelson42345 MEPIS 1 05-09-2006 10:28 AM
Couple of generic hardware questions fatman General 3 01-03-2005 06:18 PM
Couple Quesions about Hardware/software issues apocolipse Slackware 1 11-14-2003 08:34 PM
Just a couple of questions Renmasta Linux - Newbie 5 11-09-2003 03:58 PM
A couple questions aceman817 Linux - Networking 2 04-25-2001 06:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration