Page 2 of 40 FirstFirst 123412 ... LastLast
Results 11 to 20 of 394

Thread: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel)

  1. #11
    Join Date
    Jun 2005
    Beans
    173

    Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel

    My Logitech MX1000 laser mouse works in 2.6.13.4 but not in 2.6.14 (with or without the patch). Here's my xorg.conf:

    Code:
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option "Protocol" 	"evdev"
    	Option "Dev Name" 	"Logitech USB RECEIVER" #cat /proc/bus/input/devices
    	Option "Dev Phys" 	"usb-0000:02:0c.2-2.2/input0" #cat /proc/bus/input/devices
    	Option "Buttons" 	"12"
    	Option "ZAxisMapping" 	"11 12 10 9"
    	Option "Resolution" 	"800"
    	Option "Emulate3Buttons"    "false"
    EndSection
    Here's the output of /var/log/Xorg.0.log:

    Code:
    (**) Configured Mouse: Protocol: evdev
    (**) Option "CorePointer"
    (**) Configured Mouse: Core Pointer
    (**) Option "Buttons" "12"
    (**) Option "Emulate3Buttons" "false"
    (**) Option "ZAxisMapping" "11 12 10 9"
    (**) Configured Mouse: ZAxisMapping: buttons 11, 12, 10 and 9
    (**) Configured Mouse: Buttons: 12
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (**) Option "Dev Name" "Logitech USB RECEIVER"
    (**) Option "Dev Phys" "usb-0000:02:0c.2-2.2/input0"
    (EE) Configured Mouse: cannot open input device
    (**) Option "Dev Name" "Logitech USB RECEIVER"
    (**) Option "Dev Phys" "usb-0000:02:0c.2-2.2/input0"
    (EE) Configured Mouse: cannot open input device
    No core pointer
    
    Fatal server error:
    failed to initialize core devices
    I changed nothing in xorg.conf and used the config file from 2.6.13.4.

    The difference between "cat /proc/bus/input/devices" is that there's no "event1" associated with the 2.6.14 kernel:

    Code:
    I: Bus=0003 Vendor=046d Product=c50e Version=2510
    N: Name="Logitech USB RECEIVER"
    P: Phys=usb-0000:02:0c.2-2.2/input0
    H: Handlers=event1 mouse0
    B: EV=7
    B: KEY=ffff0000 0 0 0 0 0 0 0 0
    B: REL=143
    Any ideas?

  2. #12
    Join Date
    Apr 2005
    Beans
    31

    Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel

    Quote Originally Posted by berserker
    My Logitech MX1000 laser mouse works in 2.6.13.4 but not in 2.6.14 (with or without the patch). Here's my xorg.conf:

    Code:
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option "Protocol" 	"evdev"
    	Option "Dev Name" 	"Logitech USB RECEIVER" #cat /proc/bus/input/devices
    	Option "Dev Phys" 	"usb-0000:02:0c.2-2.2/input0" #cat /proc/bus/input/devices
    	Option "Buttons" 	"12"
    	Option "ZAxisMapping" 	"11 12 10 9"
    	Option "Resolution" 	"800"
    	Option "Emulate3Buttons"    "false"
    EndSection
    Here's the output of /var/log/Xorg.0.log:

    Code:
    (**) Configured Mouse: Protocol: evdev
    (**) Option "CorePointer"
    (**) Configured Mouse: Core Pointer
    (**) Option "Buttons" "12"
    (**) Option "Emulate3Buttons" "false"
    (**) Option "ZAxisMapping" "11 12 10 9"
    (**) Configured Mouse: ZAxisMapping: buttons 11, 12, 10 and 9
    (**) Configured Mouse: Buttons: 12
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
    (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (**) Option "Dev Name" "Logitech USB RECEIVER"
    (**) Option "Dev Phys" "usb-0000:02:0c.2-2.2/input0"
    (EE) Configured Mouse: cannot open input device
    (**) Option "Dev Name" "Logitech USB RECEIVER"
    (**) Option "Dev Phys" "usb-0000:02:0c.2-2.2/input0"
    (EE) Configured Mouse: cannot open input device
    No core pointer
    
    Fatal server error:
    failed to initialize core devices
    I changed nothing in xorg.conf and used the config file from 2.6.13.4.

    The difference between "cat /proc/bus/input/devices" is that there's no "event1" associated with the 2.6.14 kernel:

    Code:
    I: Bus=0003 Vendor=046d Product=c50e Version=2510
    N: Name="Logitech USB RECEIVER"
    P: Phys=usb-0000:02:0c.2-2.2/input0
    H: Handlers=event1 mouse0
    B: EV=7
    B: KEY=ffff0000 0 0 0 0 0 0 0 0
    B: REL=143
    Any ideas?

    Go to http://blog.blackdown.de/page/2/ and then search for the topic "Logitech MX1000 Configuration". Hope it helps you

  3. #13
    Join Date
    Jun 2005
    Beans
    173

    Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel

    Quote Originally Posted by RubenGonc
    Go to http://blog.blackdown.de/page/2/ and then search for the topic "Logitech MX1000 Configuration". Hope it helps you
    Thank you for the suggestion. I tried that but no luck. I think it's either that the new kernel handles USB mice differently or the NVIDIA drivers (I've tried both 7667 and 7676) aren't compatible with the new kernel.

  4. #14
    Join Date
    May 2005
    Beans
    44

    Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel

    can someone tell us or link to information about it?
    Why/when should i bother?
    What is so good about and what is changed comparing to the current one?
    THX in advance.
    :://ehh quidquid latinum dictum est, altum viditur\\::.
    .:://Life is a tragedy for those who feel, and a comedy for those who think ;D \\::.

  5. #15
    Join Date
    Apr 2005
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel

    Got it working but as usuall with compiling a new kernel like this a lot of things stop working or need fixing after this.

    I really hope they put this in the repositories soon.

  6. #16
    Join Date
    Oct 2004
    Location
    The Netherlands
    Beans
    162
    Distro
    Ubuntu Breezy 5.10

    Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel

    Quote Originally Posted by RubenGonc
    Yes, I forgot to mention to install libqt3-mt-dev. How-To updated. Or you can use "sudo make menuconfig" or "sudo make gconfig" (you need gtk+-2.0, glib-2.0 and libglade-2.0) instead.
    Thanks, I'm now happily compiling the kernel.

  7. #17
    Join Date
    May 2005
    Location
    France
    Beans
    6

    Exclamation Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel

    Quote Originally Posted by RubenGonc
    *In a terminal make sure you are in /usr/src/linux with full root access.
    tss tss...
    Quote Originally Posted by Linus Torvas
    No need to be root to compile the kernel. You need to be root
    to _install_ the kernel, but that's different.


    just add your user to src group
    Code:
    sudo addsuer username src
    logout/login, and start How To.

  8. #18
    Join Date
    Jun 2005
    Beans
    21

    Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel)

    All went fine here. Only thing that stopped working is usplash (completely blank screen), not that I care, it's probably due to my problematic LCD screen... Ubuntu seems to boot faster now, or maybe it's just my imagination. Anyway, thanks for the guide, that was my first kernel compilation!

    PS How do I switch the root account off now?

  9. #19
    Join Date
    Oct 2005
    Location
    Germany
    Beans
    8
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel

    I have some errors during the patch and I´m unsure what to do

    Sample:

    Code:
    can't find file to patch at input line 853
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    --------------------------
    |Index: linux-2.6.14-ck1/kernel/exit.c
    |===================================================================
    |--- linux-2.6.14-ck1.orig/kernel/exit.c        2005-10-28 13:03:05.000000000 +1                                                                                       000
    |+++ linux-2.6.14-ck1/kernel/exit.c     2005-10-28 13:06:03.000000000 +1000
    --------------------------
    File to patch:
    just copy and paste the commands from the how-to and get some of these messages.

    Edit: problem solved. the kernel-achive was corrupt
    Last edited by HotShot; October 31st, 2005 at 11:34 AM.

  10. #20
    Join Date
    Jun 2005
    Beans
    21

    Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel)

    Does anyone else have problems with pmount? Removable drives and cdroms are only accessible through /media/cdrom0 (and so on), they don't appear on the desktop.

    I'll try to translate the warning messeges when I click the icons in "Computer":
    Code:
    Warning: device /dev/hdc is already taken care of by /etc/fstab, given label has been ignored
    mount: block device /dev/hdc is write-protected, mounting read-only
    mount: /dev/hdc already mounted or /media/cdrom0 busy
    mount: according to mtab, /dev/hdc is already mounted on /media/cdrom0
    Error: cannot run pmount
    Please, can anyone help me with this?

Page 2 of 40 FirstFirst 123412 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •