View previous topic :: View next topic |
Author |
Message |
EASYdoor Tux's lil' helper
Joined: 21 Aug 2004 Posts: 79 Location: Novo mesto
|
Posted: Wed Aug 24, 2005 9:08 pm Post subject: odd usb xorg problem |
|
|
I'm using touchpad & usb mice time to time...well everything works just great until i forget to pull out usb mice & reboot. then i get the standard xorg err message "no core pointer"...blahblah... but if i reboot and then plug in the mice then both mice & touchpad work perfectly....well it's annoying, i forget the mice pluged in & ihave to restart again
anyone has similar symptoms? any suggestions?
Code: | Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Buttons" "5"
Option "Emulate3buttons"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "SendCoreEvents"
Option "Device" "/dev/input/event1"
Option "Protocol" "event"
# Next line required only if you want to disable the mousepad while typing:
Option "SHMConfig" "on"
# The rest of the options are NOT required, just a default similar to the Windows drivers with non of the extra features.
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1400"
Option "BottomEdge" "4500"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110" #220
Option "EmulateMidButtonTime" "75" #added
Option "VertScrollDelta" "50" #100
Option "HorizScrollDelta" "50"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0020"
Option "EdgeMotionSpeed" "40"
Option "UpDownScrolling" "1"
Option "TouchpadOff" "0"
EndSection
|
and:
Code: | InputDevice "Touchpad" "CorePointer"
InputDevice "Mouse" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard" |
_________________ Pejt na pir! Ne, ne,...se boljs,....JST grem na pir |
|
Back to top |
|
|
Spiffster Tux's lil' helper
Joined: 27 Jun 2004 Posts: 119 Location: Nærum, Denmark
|
Posted: Wed Aug 24, 2005 9:18 pm Post subject: |
|
|
I use this:
Code: | InputDevice "Touchpad" "CorePointer"
InputDevice "USBmouse" "AlwaysCore"
InputDevice "Acer Laptop Keyboard" "CoreKeyboard"
|
and it works perfectly. I can plug-in or unplug the USB-mouse at any time, or leave it plugged in while booting. _________________ Mikkel Holm Olsen
AKA Spaceman Spiff
http://symlink.dk |
|
Back to top |
|
|
EASYdoor Tux's lil' helper
Joined: 21 Aug 2004 Posts: 79 Location: Novo mesto
|
Posted: Wed Aug 24, 2005 10:03 pm Post subject: |
|
|
nop, same problem....
any other suggestions? _________________ Pejt na pir! Ne, ne,...se boljs,....JST grem na pir |
|
Back to top |
|
|
Spiffster Tux's lil' helper
Joined: 27 Jun 2004 Posts: 119 Location: Nærum, Denmark
|
Posted: Thu Aug 25, 2005 7:36 am Post subject: PS/2-mouse ? |
|
|
I just noticed you have
Code: | Option "Device" "/dev/psaux" |
Is this an USB mouse or PS/2? Perhaps your BIOS is emulating a PS/2-device, but this only works if your mouse is plugged in during boot?
Try changing the device to
Code: | Option "Device" "/dev/input/mice" |
That is what I have.
The only problem I have with my mouse configuration is with more than 5 buttons (eg. the thumb-buttons on the mouse). If I try to remap these using xmodmap it will also remap the 4-way scroll button on the touchpad, so i gave up on this. I can live without the thumb-buttons as long as the scroll wheel works _________________ Mikkel Holm Olsen
AKA Spaceman Spiff
http://symlink.dk |
|
Back to top |
|
|
EASYdoor Tux's lil' helper
Joined: 21 Aug 2004 Posts: 79 Location: Novo mesto
|
Posted: Thu Aug 25, 2005 8:30 am Post subject: |
|
|
it's an usb mouse....but i think i've already tried that and it didn't work at all....
i'll try again & let u know _________________ Pejt na pir! Ne, ne,...se boljs,....JST grem na pir |
|
Back to top |
|
|
EASYdoor Tux's lil' helper
Joined: 21 Aug 2004 Posts: 79 Location: Novo mesto
|
Posted: Thu Aug 25, 2005 8:49 am Post subject: |
|
|
Code: | (EE) Touchpad no synaptics touchpad detected and no repeater device
(EE) Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Touchpad"
No core pointer
Fatal server error:
failed to initialize core devices
|
still not working, even tried the latest synaptics drivers...
I guess there is no1 out there with same problems? I even tried different kernels, but the same thing.
here's a part of dmesg:
Code: | ehci_hcd 0000:00:1d.7: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: irq 10, io mem 0xd0000000
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
USB Universal Host Controller Interface driver v2.2
ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKA] -> GSI 6 (level, low) -> IRQ 6
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 6, io base 0x00001800
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> Link [LNKD] -> GSI 6 (level, low) -> IRQ 6
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2
usb 1-6: new high speed USB device using ehci_hcd and address 2
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 6, io base 0x00001820
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [LNKC] -> GSI 6 (level, low) -> IRQ 6
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3
hub 1-6:1.0: USB hub found
hub 1-6:1.0: 4 ports detected
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 6, io base 0x00001840
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver
usbcore: registered new driver cytherm
drivers/usb/misc/cytherm.c: v1.0:Cypress USB Thermometer driver
mice: PS/2 mouse device common for all mice
wbsd: Winbond W83L51xD SD/MMC card interface driver, 1.2
wbsd: Copyright(c) Pierre Ossman
wbsd: Unknown hardware (id ec11) found at 2e
wbsd: Unknown hardware (id ec11) found at 2e
wbsd: Unknown hardware (id ea11) found at 4e
wbsd: Unknown hardware (id ea11) found at 4e
Advanced Linux Sound Architecture Driver Version 1.0.9b.
ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:1f.5 to 64
input: AT Translated Set 2 keyboard on isa0060/serio0
intel8x0_measure_ac97_clock: measured 50692 usecs
intel8x0: clocking to 48000
ALSA device list:
#0: Intel 82801DB-ICH4 with ALC202 at 0xd0000c00, irq 10
oprofile: using timer interrupt.
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
ip_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 1
NET: Registered protocol family 17
acpi-cpufreq: CPU0 - ACPI performance management activated.
Software Suspend Core.
Software Suspend Compression Driver loading.
Software Suspend Encryption Driver loading.
Software Suspend Swap Writer loading.
Software Suspend FileWriter loading.
ACPI wakeup devices:
GLAN MPCI T394 MDM0 USB1 USB2 USB3
ACPI: (supports S0 S3 S4 S5)
Resume block device is c146dac0.
Software Suspend 2.1.9.9: Swapwriter: Signature found.
Software Suspend 2.1.9.9: Suspending enabled.
ReiserFS: hda4: found reiserfs format "3.6" with standard journal
Synaptics Touchpad, model: 1, fw: 5.8, id: 0x9d48b1, caps: 0x904713/0x4006
input: SynPS/2 Synaptics TouchPad on isa0060/serio4
ReiserFS: hda4: using ordered data mode
ReiserFS: hda4: journal params: device hda4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda4: checking transaction log (hda4)
ReiserFS: hda4: replayed 9 transactions in 0 seconds
ReiserFS: hda4: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 160k freed
Adding 506036k swap on /dev/hda3. Priority:-1 extents:1
Linux agpgart interface v0.101 (c) Dave Jones |
_________________ Pejt na pir! Ne, ne,...se boljs,....JST grem na pir |
|
Back to top |
|
|
Spiffster Tux's lil' helper
Joined: 27 Jun 2004 Posts: 119 Location: Nærum, Denmark
|
Posted: Thu Aug 25, 2005 11:52 am Post subject: |
|
|
EASYdoor wrote: | Code: | (EE) Touchpad no synaptics touchpad detected and no repeater device
(EE) Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Touchpad"
No core pointer
Fatal server error:
failed to initialize core devices
|
|
Hmm.. That error message makes me think it could be related to the event-interface. I guess you always want the touch-pad to work, and that would allow X to start without a mouse, since it would use the touchpad. Have you checked that the event-module (evdev) is loaded or compiled into the kernel? Do you get any output if you do cat /dev/input/event1 when you do not have your USB-mouse plugged in? _________________ Mikkel Holm Olsen
AKA Spaceman Spiff
http://symlink.dk |
|
Back to top |
|
|
EASYdoor Tux's lil' helper
Joined: 21 Aug 2004 Posts: 79 Location: Novo mesto
|
Posted: Thu Aug 25, 2005 5:25 pm Post subject: |
|
|
the file exists but it does nothing....event0 is my keyboard & it works...
evdev you say, where do i find it? _________________ Pejt na pir! Ne, ne,...se boljs,....JST grem na pir |
|
Back to top |
|
|
EASYdoor Tux's lil' helper
Joined: 21 Aug 2004 Posts: 79 Location: Novo mesto
|
Posted: Thu Aug 25, 2005 6:32 pm Post subject: emmm..darn |
|
|
yeah so i've been playing with my kernel config but didn't find anything related to evdev, ive already had the event interface compiled in so i turned the debuging for it too, well the result of my next reboot with new kernel options:
dmesg: Code: | evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 28
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 28, Value: 1
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 200
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 103, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 28
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 28, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 200
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 103, Value: 1
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 4, Code: 4, Value: 28
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 1, Code: 28, Value: 1
evbug.c: Event. Dev: isa0060/serio0/input0, Type: 0, Code: 0, Value: 0 |
and the same error when i start xorg...i figured out that while my kernel boots & touchpad drivers are loading actually too long & the resoult of that is in dmesg....so i'm gonna try without synaptics drivers _________________ Pejt na pir! Ne, ne,...se boljs,....JST grem na pir |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|