USB-s egér gond

Kezdőlap Fórumok Egyéb perifériák (HID) USB-s egér gond

10 bejegyzés megtekintése - 31-40 / 46
  • Szerző
    Bejegyzés
  • #2064124
    kate_21
    Felhasználó

      Azért nagyon köszönöm, hogy próbáltatok segíteni. =(

      #2064125
      Macskajancsi
      Felhasználó

        Azt sem tudjuk, milyen gép.
        Azt sem, milyen oprendszer.

        Így ha valaki guglizni akarna segítő szándékkal, bele sem kezd.
        Vagy az általad belinkelt topik alapján stimmel? Mert ez lenne az első információ, amit adsz – de ugye ez sem biztos, amíg meg nem erősíted.
        ( Debian Sarge ASUS A6B00R laptop )

        #2064126
        pointux
        Felhasználó

          “Azt sem tudjuk, milyen gép.
          Azt sem, milyen oprendszer.”
          Tehát a pontos hw ismeret kiesett. :-)))

          “A fórumban a post tavaly márciusi, annál újabb kernel van nekem, meg szerintem udev is.”
          A új != jobb (nincs bug stb.)

          #2064127
          pointux
          Felhasználó

            De tartok tőle, hogy egy ilyen “véletlenszerű” hiba, – hacsak a pontos sw ismeret alapján nincs benne egy buglistában – oka számunkra “megtalálhatatlan”.

            Ráadásul nem kezdődött úgy
            – hw: chipset, egér stb.
            – kernel
            – udev
            – konfig file-ok
            – normális működés és hiba esetén dev/proc infók, hiba esetén logok
            Ez a minimum, hogy nem mi, hanem egy hozzáértő, megfelelő tapasztalattal rendelkező, mint VectoR megmondja a hiba okát.
            Ha nem, marad a memória-térkép, regiszterek+ az előző infó -> buglista = udev/usr driver írói (vagy még tapasztaltabbak) – ha van rá idejük – tesznek ellene. (De előtte kernel és/vagy udev ill. egér csere beficcen… – ez lenne a leggyorsabb megoldás, ha bejön…(kölcsön egér is bőven elég))

            #2064128
            kate_21
            Felhasználó

              Asus A6B00R laptop (256mb rammal)
              Kernel: 2.6.17-10-generic
              Ubuntu linux 6.10
              udev: 093

              Code:
              # /etc/X11/xorg.conf (xorg X Window System server configuration file)

              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”
              FontPath “/usr/share/fonts/X11/misc”
              # path to defoma fonts
              FontPath “/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType”
              EndSection

              Section “Module”
              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” “pc105”
              Option “XkbLayout” “hu”
              Option “XkbOptions” “lv3:ralt_switch”
              EndSection

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

              Section “InputDevice”
              Identifier “Synaptics Touchpad”
              Driver “synaptics”
              Option “SendCoreEvents” “true”
              Option “Device” “/dev/psaux”
              Option “Protocol” “auto-dev”
              Option “HorizScrollDelta” “0”
              EndSection

              Section “Device”
              Identifier “ATI Technologies, Inc. Radeon Xpress 200M (RC410)”
              Driver “fglrx”
              BusID “PCI:1:5:0”
              Option “VideoOverlay” “on”
              VideoRam 64000
              EndSection

              Section “Monitor”
              Identifier “Generic Monitor”
              Option “DPMS”
              HorizSync 28-51
              VertRefresh 43-60
              EndSection

              Section “Screen”
              Identifier “Default Screen”
              Device “ATI Technologies, Inc. Radeon Xpress 200M (RC410)”
              Monitor “Generic Monitor”
              DefaultDepth 24
              SubSection “Display”
              Depth 1
              Modes “1280×800” “800×600” “640×480”
              EndSubSection
              SubSection “Display”
              Depth 4
              Modes “1280×800” “800×600” “640×480”
              EndSubSection
              SubSection “Display”
              Depth 8
              Modes “1280×800” “800×600” “640×480”
              EndSubSection
              SubSection “Display”
              Depth 15
              Modes “1280×800” “800×600” “640×480”
              EndSubSection
              SubSection “Display”
              Depth 16
              Modes “1280×800” “800×600” “640×480”
              EndSubSection
              SubSection “Display”
              Depth 24
              Modes “1280×800” “800×600” “640×480”
              EndSubSection
              EndSection

              Section “ServerLayout”
              Identifier “Default Layout”
              Screen “Default Screen”
              InputDevice “Generic Keyboard”
              InputDevice “Configured Mouse”
              InputDevice    “stylus” “SendCoreEvents”
              InputDevice    “cursor” “SendCoreEvents”
              InputDevice    “eraser” “SendCoreEvents”
              InputDevice “Synaptics Touchpad”
              EndSection

              Section “DRI”
              Mode 0666
              EndSection

              #2064129
              kate_21
              Felhasználó
                Code:
                [17179569.184000] Linux version 2.6.17-10-generic (root@terranova) (gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)) #2 SMP Tue Dec 5 22:28:26 UTC 2006 (Ubuntu 2.6.17-10.34-generic)
                [17179569.184000] BIOS-provided physical RAM map:
                [17179569.184000]  BIOS-e820: 0000000000000000 – 000000000009fc00 (usable)
                [17179569.184000]  BIOS-e820: 000000000009fc00 – 00000000000a0000 (reserved)
                [17179569.184000]  BIOS-e820: 00000000000e0000 – 0000000000100000 (reserved)
                [17179569.184000]  BIOS-e820: 0000000000100000 – 0000000017fd0000 (usable)
                [17179569.184000]  BIOS-e820: 0000000017fd0000 – 0000000017fde000 (ACPI data)
                [17179569.184000]  BIOS-e820: 0000000017fde000 – 0000000018000000 (ACPI NVS)
                [17179569.184000]  BIOS-e820: 00000000fee00000 – 00000000fee01000 (reserved)
                [17179569.184000]  BIOS-e820: 00000000ffb80000 – 0000000100000000 (reserved)
                [17179569.184000] 0MB HIGHMEM available.
                [17179569.184000] 383MB LOWMEM available.
                [17179569.184000] On node 0 totalpages: 98256
                [17179569.184000]  DMA zone: 4096 pages, LIFO batch:0
                [17179569.184000]  Normal zone: 94160 pages, LIFO batch:31
                [17179569.184000] DMI 2.3 present.
                [17179569.184000] ACPI: RSDP (v000 ACPIAM                                ) @ 0x000f85d0
                [17179569.184000] ACPI: RSDT (v001 A M I  OEMRSDT  0x10000519 MSFT 0x00000097) @ 0x17fd0000
                [17179569.184000] ACPI: FADT (v002 A M I  OEMFACP  0x10000519 MSFT 0x00000097) @ 0x17fd0200
                [17179569.184000] ACPI: MADT (v001 A M I  OEMAPIC  0x10000519 MSFT 0x00000097) @ 0x17fd0390
                [17179569.184000] ACPI: MCFG (v001 A M I  OEMMCFG  0x10000519 MSFT 0x00000097) @ 0x17fd03f0
                [17179569.184000] ACPI: BOOT (v001 A M I  OEMBOOT  0x10000519 MSFT 0x00000097) @ 0x17fd0430
                [17179569.184000] ACPI: OEMB (v001 A M I  AMI_OEM  0x10000519 MSFT 0x00000097) @ 0x17fde040
                [17179569.184000] ACPI: SSDT (v001 AMI    CPU_CST 0x00000001 INTL 0x02002026) @ 0x17fd6d20
                [17179569.184000] ACPI: DSDT (v001  AMJG_ AMJG_B32 0x00000b32 INTL 0x02002026) @ 0x00000000
                [17179569.184000] ATI board detected. Disabling timer routing over 8254.
                [17179569.184000] ACPI: PM-Timer IO Port: 0x808
                [17179569.184000] ACPI: Local APIC address 0xfee00000
                [17179569.184000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
                [17179569.184000] Processor #0 6:13 APIC version 20
                [17179569.184000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
                [17179569.184000] IOAPIC[0]: apic_id 1, version 33, 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 21 low level)
                [17179569.184000] ACPI: IRQ0 used by override.
                [17179569.184000] ACPI: IRQ2 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 20000000 (gap: 18000000:e6e00000)
                [17179569.184000] Built 1 zonelists
                [17179569.184000] Kernel command line: root=/dev/hda4 ro quiet splash
                [17179569.184000] mapped APIC to ffffd000 (fee00000)
                [17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
                [17179569.184000] Enabling fast FPU save and restore… done.
                [17179569.184000] Enabling unmasked SIMD FPU exception support… done.
                [17179569.184000] Initializing CPU#0
                [17179569.184000] PID hash table entries: 2048 (order: 11, 8192 bytes)
                [17179569.184000] Detected 1600.473 MHz processor.
                [17179569.184000] Using pmtmr for high-res timesource
                [17179569.184000] Console: colour VGA+ 80×25
                [17179570.556000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
                [17179570.556000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
                [17179570.568000] Memory: 379880k/393024k available (1910k kernel code, 12572k reserved, 1069k data, 308k init, 0k highmem)
                [17179570.568000] Checking if this processor honours the WP bit even in supervisor mode… Ok.
                [17179570.648000] Calibrating delay using timer specific routine.. 3205.92 BogoMIPS (lpj=6411847)
                [17179570.648000] Security Framework v1.0.0 initialized
                [17179570.648000] SELinux:  Disabled at boot.
                [17179570.648000] Mount-cache hash table entries: 512
                [17179570.648000] CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000000 00000000 00000000
                [17179570.648000] CPU: After vendor identify, caps: afe9fbff 00100000 00000000 00000000 00000000 00000000 00000000
                [17179570.648000] CPU: L1 I cache: 32K, L1 D cache: 32K
                [17179570.648000] CPU: L2 cache: 1024K
                [17179570.648000] CPU: After all inits, caps: afe9fbff 00100000 00000000 00000040 00000000 00000000 00000000
                [17179570.648000] Checking ‘hlt’ instruction… OK.
                [17179570.664000] SMP alternatives: switching to UP code
                [17179570.664000] Freeing SMP alternatives: 16k freed
                [17179570.664000] checking if image is initramfs… it is
                [17179571.236000] Freeing initrd memory: 5321k freed
                [17179571.236000] ACPI: Core revision 20060707
                [17179571.236000] ACPI: Looking for DSDT … not found!
                [17179571.252000] CPU0: Intel(R) Celeron(R) M processor        1.60GHz stepping 08
                [17179571.252000] Total of 1 processors activated (3205.92 BogoMIPS).
                [17179571.252000] ENABLING IO-APIC IRQs
                [17179571.252000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
                [17179571.252000] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
                [17179571.252000] …trying to set up timer (IRQ0) through the 8259A …  failed.
                [17179571.252000] …trying to set up timer as Virtual Wire IRQ… works.
                [17179571.436000] Brought up 1 CPUs
                [17179571.436000] migration_cost=0
                [17179571.436000] NET: Registered protocol family 16
                [17179571.436000] EISA bus registered
                [17179571.436000] ACPI: bus type pci registered
                [17179571.436000] PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved
                [17179571.436000] PCI: Not using MMCONFIG.
                [17179571.436000] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
                [17179571.436000] PCI: Using configuration type 1
                [17179571.436000] Setting up standard PCI resources
                [17179571.468000] ACPI: Interpreter enabled
                [17179571.468000] ACPI: Using IOAPIC for interrupt routing
                [17179571.468000] ACPI: PCI Root Bridge [PCI0] (0000:00)
                [17179571.468000] PCI: Probing PCI hardware (bus 00)
                [17179571.472000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1
                [17179571.472000] Boot video device is 0000:01:05.0
                [17179571.472000] PCI: Transparent bridge – 0000:00:14.4
                [17179571.472000] PCI: Bus #03 (-#06) is hidden behind transparent bridge #02 (-#03) (try ‘pci=assign-busses’)
                [17179571.472000] Please report the result to linux-kernel to fix this permanently
                [17179571.472000] ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
                [17179571.484000] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.P0P1._PRT]
                [17179571.488000] ACPI: Embedded Controller [EC0] (gpe 24) interrupt mode.
                [17179571.488000] ACPI: PCI Interrupt Routing Table [_SB_.PCI0.P0P9._PRT]
                [17179571.492000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
                [17179571.492000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
                [17179571.492000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
                [17179571.492000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
                [17179571.492000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
                [17179571.492000] ACPI: PCI Interrupt Link [LNKF] (IRQs 9) *0, disabled.
                [17179571.492000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
                [17179571.492000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
                [17179571.496000] ACPI: Power Resource [GFAN] (off)
                [17179571.496000] Linux Plug and Play Support v0.97 (c) Adam Belay
                [17179571.496000] pnp: PnP ACPI init
                [17179571.500000] pnp: PnP ACPI: found 14 devices
                [17179571.500000] PnPBIOS: Disabled by ACPI PNP
                [17179571.500000] PCI: Using ACPI for IRQ routing
                [17179571.500000] PCI: If a device doesn’t work, try “pci=routeirq”.  If it helps, post a report
                [17179571.500000] PCI: Cannot allocate resource region 3 of device 0000:00:00.0
                [17179571.512000] pnp: 00:07: ioport range 0xa00-0xa0f has been reserved
                [17179571.512000] PCI: Bridge: 0000:00:01.0
                [17179571.512000]  IO window: 9000-9fff
                [17179571.512000]  MEM window: fe100000-fe1fffff
                [17179571.512000]  PREFETCH window: bdf00000-ddefffff
                [17179571.512000] PCI: Bus 3, cardbus bridge: 0000:02:01.0
                [17179571.512000]  IO window: 0000a000-0000a0ff
                [17179571.512000]  IO window: 0000a400-0000a4ff
                [17179571.512000]  PREFETCH window: 22000000-23ffffff
                [17179571.512000]  MEM window: 24000000-25ffffff
                [17179571.512000] PCI: Bridge: 0000:00:14.4
                [17179571.512000]  IO window: a000-bfff
                [17179571.512000]  MEM window: fe200000-feafffff
                [17179571.512000]  PREFETCH window: ddf00000-dfefffff
                [17179571.512000] ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 16 (level, low) -> IRQ 177
                [17179571.512000] NET: Registered protocol family 2
                [17179571.548000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
                [17179571.548000] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
                [17179571.548000] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
                [17179571.548000] TCP: Hash tables configured (established 16384 bind 8192)
                [17179571.548000] TCP reno registered
                [17179571.548000] Simple Boot Flag at 0xff set to 0x1
                [17179571.548000] audit: initializing netlink socket (disabled)
                [17179571.548000] audit(1168127684.548:1): initialized
                [17179571.548000] VFS: Disk quotas dquot_6.5.1
                [17179571.548000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                [17179571.548000] Initializing Cryptographic API
                [17179571.548000] io scheduler noop registered
                [17179571.548000] io scheduler anticipatory registered
                [17179571.548000] io scheduler deadline registered
                [17179571.548000] io scheduler cfq registered (default)
                [17179571.548000] isapnp: Scanning for PnP cards…
                [17179571.904000] isapnp: No Plug & Play device found
                [17179571.936000] Real Time Clock Driver v1.12ac
                [17179571.936000] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
                [17179571.936000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
                [17179571.936000] ACPI: PCI Interrupt 0000:00:14.6[B] -> GSI 17 (level, low) -> IRQ 185
                [17179571.936000] ACPI: PCI interrupt for device 0000:00:14.6 disabled
                [17179571.936000] mice: PS/2 mouse device common for all mice
                [17179571.936000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
                [17179571.936000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
                [17179571.936000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
                [17179571.936000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
                [17179571.940000] i8042.c: Detected active multiplexing controller, rev 1.1.
                [17179571.940000] serio: i8042 AUX0 port at 0x60,0x64 irq 12
                [17179571.940000] serio: i8042 AUX1 port at 0x60,0x64 irq 12
                [17179571.940000] serio: i8042 AUX2 port at 0x60,0x64 irq 12
                [17179571.940000] serio: i8042 AUX3 port at 0x60,0x64 irq 12
                [17179571.940000] serio: i8042 KBD port at 0x60,0x64 irq 1
                [17179571.944000] EISA: Probing bus 0 at eisa.0
                [17179571.944000] Cannot allocate resource for EISA slot 4
                [17179571.944000] EISA: Detected 0 cards.
                [17179571.944000] TCP bic registered
                [17179571.944000] NET: Registered protocol family 1
                [17179571.944000] NET: Registered protocol family 8
                [17179571.944000] NET: Registered protocol family 20
                [17179571.944000] Using IPI No-Shortcut mode
                [17179571.944000] ACPI: (supports S0 S1 S3 S4 S5)
                [17179571.948000] Freeing unused kernel memory: 308k freed
                [17179572.100000] input: AT Translated Set 2 keyboard as /class/input/input0
                [17179573.080000] Capability LSM initialized
                [17179573.108000] ACPI: Transitioning device [FN00] to D3
                [17179573.108000] ACPI: Transitioning device [FN00] to D3
                [17179573.108000] ACPI: Fan [FN00] (off)
                [17179573.112000] ACPI: CPU0 (power states: C1[C1] C2[C2])
                [17179573.112000] ACPI: Processor [CPU1] (supports 8 throttling states)
                [17179573.112000] ACPI: Thermal Zone [THRM] (53 C)
                [17179573.416000] ATIIXP: IDE controller at PCI slot 0000:00:14.1
                [17179573.416000] ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ 177
                [17179573.416000] ATIIXP: chipset revision 0
                [17179573.416000] ATIIXP: not 100% native mode: will probe irqs later
                [17179573.416000]    ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:pio
                [17179573.416000]    ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:pio
                [17179573.416000] Probing IDE interface ide0…
                [17179573.708000] hda: HTS424040M9AT00, ATA DISK drive
                [17179574.384000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
                [17179574.400000] Probing IDE interface ide1…
                [17179575.140000] hdc: MATSHITADVD-RAM UJ-841S, ATAPI CD/DVD-ROM drive
                [17179575.480000] ide1 at 0x170-0x177,0x376 on irq 15
                [17179575.488000] hda: max request size: 512KiB
                [17179575.496000] hda: 78140160 sectors (40007 MB) w/1739KiB Cache, CHS=16383/255/63, UDMA(100)
                [17179575.496000] hda: cache flushes supported
                [17179575.496000]  hda: hda1 hda2 hda3 hda4
                [17179575.596000] hdc: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
                [17179575.596000] Uniform CD-ROM driver Revision: 3.20
                [17179576.144000] usbcore: registered new driver usbfs
                [17179576.144000] usbcore: registered new driver hub
                [17179576.144000] ohci_hcd: 2005 April 22 USB 1.1 ‘Open’ Host Controller (OHCI) Driver (PCI)
                [17179576.144000] ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 19 (level, low) -> IRQ 193
                [17179576.144000] ohci_hcd 0000:00:13.0: OHCI Host Controller
                [17179576.144000] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1
                [17179576.188000] ohci_hcd 0000:00:13.0: irq 193, io mem 0xfebff000
                [17179576.248000] usb usb1: configuration #1 chosen from 1 choice
                [17179576.252000] hub 1-0:1.0: USB hub found
                [17179576.252000] hub 1-0:1.0: 4 ports detected
                [17179576.356000] ACPI: PCI Interrupt 0000:00:13.1[A] -> GSI 19 (level, low) -> IRQ 193
                [17179576.356000] ohci_hcd 0000:00:13.1: OHCI Host Controller
                [17179576.360000] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 2
                [17179576.384000] ohci_hcd 0000:00:13.1: irq 193, io mem 0xfebfe000
                [17179576.444000] usb usb2: configuration #1 chosen from 1 choice
                [17179576.444000] hub 2-0:1.0: USB hub found
                [17179576.444000] hub 2-0:1.0: 4 ports detected
                [17179576.556000] ACPI: PCI Interrupt 0000:00:13.2[A] -> GSI 19 (level, low) -> IRQ 193
                [17179576.556000] ehci_hcd 0000:00:13.2: EHCI Host Controller
                [17179576.556000] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3
                [17179576.556000] ehci_hcd 0000:00:13.2: irq 193, io mem 0xfebfd000
                [17179576.556000] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
                [17179576.556000] usb usb3: configuration #1 chosen from 1 choice
                [17179576.556000] hub 3-0:1.0: USB hub found
                [17179576.556000] hub 3-0:1.0: 8 ports detected
                [17179576.748000] Attempting manual resume
                [17179576.796000] EXT3-fs: INFO: recovery required on readonly filesystem.
                [17179576.796000] EXT3-fs: write access will be enabled during recovery.
                [17179576.896000] ohci_hcd 0000:00:13.1: wakeup
                [17179577.280000] usb 2-1: new low speed USB device using ohci_hcd and address 2
                [17179577.480000] usb 2-1: configuration #1 chosen from 1 choice
                [17179577.492000] usbcore: registered new driver hiddev
                [17179577.496000] input: Logitech Optical USB Mouse as /class/input/input1
                [17179577.496000] input: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:13.1-1
                [17179577.500000] usbcore: registered new driver usbhid
                [17179577.500000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
                [17179577.904000] kjournald starting.  Commit interval 5 seconds
                [17179577.904000] EXT3-fs: recovery complete.
                [17179577.904000] EXT3-fs: mounted filesystem with ordered data mode.
                [17179592.476000] input: PC Speaker as /class/input/input2
                [17179593.084000] Linux agpgart interface v0.101 (c) Dave Jones
                [17179593.136000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
                [17179593.144000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
                [17179593.312000] 8139too Fast Ethernet driver 0.9.27
                [17179593.312000] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 20 (level, low) -> IRQ 201
                [17179593.312000] eth0: RealTek RTL8139 at 0xd889ec00, 00:15:f2:93:80:2b, IRQ 201
                [17179593.312000] eth0:  Identified 8139 chip type ‘RTL-8100B/8139D’
                [17179593.340000] 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
                [17179593.388000] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
                [17179593.580000] Synaptics Touchpad, model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008
                [17179593.620000] input: SynPS/2 Synaptics TouchPad as /class/input/input3
                [17179593.900000] ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 16 (level, low) -> IRQ 177
                [17179593.900000] Yenta: CardBus bridge found at 0000:02:01.0 [1043:1187]
                [17179593.948000] parport: PnPBIOS parport detected.
                [17179593.948000] parport0: PC-style at 0x378, irq 7 [PCSPP,EPP]
                [17179594.008000] irda_init()
                [17179594.008000] NET: Registered protocol family 23
                [17179594.028000] Yenta: ISA IRQ mask 0x0e38, PCI irq 177
                [17179594.028000] Socket status: 30000006
                [17179594.028000] Yenta: Raising subordinate bus# of parent bus (#02) from #03 to #06
                [17179594.028000] pcmcia: parent PCI bridge I/O window: 0xa000 – 0xbfff
                [17179594.028000] cs: IO port probe 0xa000-0xbfff: clean.
                [17179594.032000] pcmcia: parent PCI bridge Memory window: 0xfe200000 – 0xfeafffff
                [17179594.032000] pcmcia: parent PCI bridge Memory window: 0xddf00000 – 0xdfefffff
                [17179594.204000] sdhci: Secure Digital Host Controller Interface driver, 0.12
                [17179594.204000] sdhci: Copyright(c) Pierre Ossman
                [17179594.204000] sdhci: SDHCI controller found at 0000:02:01.1 [1180:0822] (rev 17)
                [17179594.204000] ACPI: PCI Interrupt 0000:02:01.1[C] -> GSI 18 (level, low) -> IRQ 209
                [17179594.204000] mmc0: SDHCI at 0xfeaff800 irq 209 DMA
                [17179594.368000] ts: Compaq touchscreen protocol output
                [17179594.740000] ACPI: PCI Interrupt 0000:00:14.6[B] -> GSI 17 (level, low) -> IRQ 185
                [17179594.852000] MC’97 1 converters and GPIO not ready (0xff00)
                [17179594.936000] ACPI: PCI Interrupt 0000:00:14.5[B] -> GSI 17 (level, low) -> IRQ 185
                [17179595.312000] cs: IO port probe 0x100-0x3af: clean.
                [17179595.316000] cs: IO port probe 0x3e0-0x4ff: excluding 0x408-0x40f 0x4d0-0x4d7
                [17179595.316000] cs: IO port probe 0x820-0x8ff: excluding 0x830-0x837
                [17179595.316000] cs: IO port probe 0xc00-0xcf7: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcdf
                [17179595.320000] cs: IO port probe 0xa00-0xaff: clean.
                [17179595.612000] lp0: using parport0 (interrupt-driven).
                [17179595.636000] Adding 441748k swap on /dev/disk/by-uuid/780574ff-1868-4258-8683-732184149cb8.  Priority:-1 extents:1 across:441748k
                [17179595.684000] EXT3 FS on hda4, internal journal
                [17179596.136000] CSLIP: code copyright 1989 Regents of the University of California
                [17179596.156000] PPP generic driver version 2.4.2
                [17179596.212000] NET: Registered protocol family 17
                [17179596.264000] NET: Registered protocol family 10
                [17179596.264000] lo: Disabled Privacy Extensions
                [17179596.264000] IPv6 over IPv4 tunneling driver
                [17179596.360000] NET: Registered protocol family 24
                Code:
                #2064130
                Gsx
                Felhasználó

                  Üdv!

                  Nekem is ugyan ez a problémám Asus A6R-es laptopom van. a kernel és a rendszer teljesen mindegy azthiszem; próbáltam Suse 10.1el, és most a Mandrivám(2007.0) is produkálja az egérrel és a HW-vel nincs gond mert Windowsban megy mind a kettő akár egyszerre is gond nélkül, illetve UHU 1.1-en is ment.
                  Az egér áramellátása megvan… ha leállás után átteszem más USB-be is de nem ismeri fel.
                  próbáltam visszalépni 1es futtatási szintre és vissza 5ösre… (akkor tudtommal a kernelen kívül mindent újratölt) semmi. a terminálok viszont szerencsére működnek.
                  Érdekes dolog…hogy nem akármikor áll le pl. egyik nap unatkoztam több órát mahjongg-oztam és semmi… a böngészö esetében gyorsabb a leállás.
                  Továbbá ahogy olvasgatom töbnyire laptoposoknál kerül elő a probléma…

                  szerk.: jelenleg 2.7es kernel megy (mandriva gyári) illetve a suséban is a gyári volt (2.6.16, vagy 17)

                  #2064131
                  lada2105
                  Felhasználó
                    Gsx wrote:
                    Üdv!

                    Nekem is ugyan ez a problémám Asus A6R-es laptopom van. a kernel és a rendszer teljesen mindegy azthiszem; próbáltam Suse 10.1el, és most a Mandrivám(2007.0) is produkálja az egérrel és a HW-vel nincs gond mert Windowsban megy mind a kettő akár egyszerre is gond nélkül, illetve UHU 1.1-en is ment.
                    Az egér áramellátása megvan… ha leállás után átteszem más USB-be is de nem ismeri fel.
                    próbáltam visszalépni 1es futtatási szintre és vissza 5ösre… (akkor tudtommal a kernelen kívül mindent újratölt) semmi. a terminálok viszont szerencsére működnek.
                    Érdekes dolog…hogy nem akármikor áll le pl. egyik nap unatkoztam több órát mahjongg-oztam és semmi… a böngészö esetében gyorsabb a leállás.
                    Továbbá ahogy olvasgatom töbnyire laptoposoknál kerül elő a probléma…

                    szerk.: jelenleg 2.7es kernel megy (mandriva gyári) illetve a suséban is a gyári volt (2.6.16, vagy 17)

                    Szintén volt szerencsém egy ilyen asus a6r notihoz.
                    Nekem ubuntuval ment gond nélkül a külsö egere is.
                    Egyedül a hangkártyát nem sikerült életre lehelni.
                    Persze az egyéb dolgok is úgymond az “alap” configgal mentek, de sose ment minden rendesen. (Pl: akku/ac visszajelzés stb)
                    Fél nap szívás után visszadtam a gépet, és megállapítottam, hogy hülye az asus, hogy MS-nek feljeszt gépet…

                    Mindenesetre kipróbálhatjátok az alábbi sort.
                    Nekem az IBM T41-emen így megy az usb és a tapipad és pöcökegér egyszerre, és teljesen mindegy melyik usb portra dugom a külsö egeret…
                    Akár boot közben, után, elött, alatt, x indítás után, szóval teljesen mindegy…
                    (Rendszer: Slackware 10.1 2.4-es kernel)
                    Ez van az xorg.conf-om végén:

                    Section “ServerLayout”

                    # The Identifier line must be present
                        Identifier  “Simple Layout”

                    # Each Screen line specifies a Screen section name, and optionally
                    # the relative position of other screens.  The four names after
                    # primary screen name are the screens to the top, bottom, left and right
                    # of the primary screen.  In this example, screen 2 is located to the
                    # right of screen 1.

                        Screen “Screen 1”

                    # Each InputDevice line specifies an InputDevice section name and
                    # optionally some options to specify the way the device is to be
                    # used.  Those options include “CorePointer”, “CoreKeyboard” and
                    # “SendCoreEvents”.

                        InputDevice “Mouse1” “CorePointer” # tapipad/pocokeger
                        InputDevice “Mouse2” “AlwaysCore” # usb eger
                        InputDevice “Keyboard1” “CoreKeyboard”

                    EndSection

                    #2064132
                    Gsx
                    Felhasználó

                      szerintem a régi kernel miatt lehet jó… nekem az UHU 1.1ben működött rendesen de a 2.6.16-al próbáltam, de az, vagy a fölött már problémás.
                      de legalább a hanggal nincs gond 😀
                      azé kössz.

                      #2064133
                      lada2105
                      Felhasználó
                        Gsx wrote:
                        szerintem a régi kernel miatt lehet jó… nekem az UHU 1.1ben működött rendesen de a 2.6.16-al próbáltam, de az, vagy a fölött már problémás.
                        de legalább a hanggal nincs gond 😀
                        azé kössz.

                        Az meglehet.
                        De azért sok sikert a megfejtéshez!

                        (Ezért is maradok a régi kernelnél 🙂 )

                      10 bejegyzés megtekintése - 31-40 / 46
                      • Be kell jelentkezni a hozzászóláshoz.