[Bug 306835] Re: vmware-guestd crashing

2008-12-29 Thread Dmitry Torokhov
The binary that Martin posted is stripped, you'll have to recompile the package. -- vmware-guestd crashing https://bugs.launchpad.net/bugs/306835 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 306835] Re: vmware-guestd crashing

2008-12-29 Thread Dmitry Torokhov
Oh, there is open-vm-tools-dbg package that has copies of all executables and puts them into /usr/lib/debug/usr/bin/. I suppose these are not stripped. -- vmware-guestd crashing https://bugs.launchpad.net/bugs/306835 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 306835] Re: vmware-guestd crashing

2008-12-30 Thread Dmitry Torokhov
Martin, Thank you very much for the backtrace. The issue is caused by Ubuntu- specific patch: +--- open-vm-tools-2008.08.08-109361~/lib/guestInfo/guestInfoPosix.c 2008-08-08 07:01:52.0 + open-vm-tools-2008.08.08-109361/lib/guestInfo/guestInfoPosix.c 2008-08-15 20:17:39.0

[Bug 306835] Re: vmware-guestd crashing

2008-12-12 Thread Dmitry Torokhov
Does it help if you disable IPv6 in the guest? -- vmware-guestd crashing https://bugs.launchpad.net/bugs/306835 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubunt

[Bug 512192] Re: Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), ASUS k40in, Asus U81A and ASUS UL80-VT.

2010-04-29 Thread Dmitry Torokhov
Hmm, I wonder if all firmwares with major 2 and above produce 6-byte protocol and the entire "jumpy cursor" workaround for firmware 2.34 is not really needed. -- Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), ASUS k40in, Asus U81A and ASU

[Bug 512192] Re: Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), ASUS k40in, Asus U81A and ASUS UL80-VT.

2010-04-29 Thread Dmitry Torokhov
... Or we need to start paying attention to the middle byte of the firmware query... -- Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), ASUS k40in, Asus U81A and ASUS UL80-VT. https://bugs.launchpad.net/bugs/512192 You received this bug no

[Bug 512192] Re: Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), ASUS k40in, Asus U81A and ASUS UL80-VT.

2010-04-29 Thread Dmitry Torokhov
I am guessing you are looking into something similar to ALPS driver options but I am not sure if this is really needed. Currently we only have 2 options in the driver: main is hardware version (1 or 2, 4-byte or 6-byte packets), the second is "jumpy cursor" which is indeed tied to hardware versio

[Bug 296610] Re: [PATCH] Input: ALPS - add interleaved protocol support (Dell E6x00 series)

2010-01-19 Thread Dmitry Torokhov
rch done by David Kubicek and Erik Osterholm: > > > > https://bugs.launchpad.net/ubuntu/+source/linux/+bug/296610 > > > > Many thanks to David Kubicek for his efforts in researching fine points > > of this new version of the protocol, especially interaction between pad &

[Bug 296610] Re: [stable] [PATCH] Input: ALPS - add interleaved protocol support (Dell E6x00 series)

2010-01-21 Thread Dmitry Torokhov
hanks to David Kubicek for his efforts in researching fine points > > of this new version of the protocol, especially interaction between pad > > and stick in these models. > > > > Signed-off-by: Sebastian Kapfer > > Signed-off-by: Dmitry Torokhov > > --- >

[Bug 296610] Re: [stable] [PATCH] Input: ALPS - add interleaved protocol support (Dell E6x00 series)

2010-01-21 Thread Dmitry Torokhov
On Thu, Jan 21, 2010 at 08:23:28AM -0800, Greg KH wrote: > On Wed, Jan 20, 2010 at 11:54:38PM -0800, Dmitry Torokhov wrote: > > On Wed, Jan 20, 2010 at 08:13:03PM -0800, Greg KH wrote: > > > On Fri, Jan 15, 2010 at 10:11:22AM -0800, Andy Isaacson wrote: > > > > From:

[Bug 515364] [NEW] Mouseemu should pass-through events that it does not undestand

2010-01-31 Thread Dmitry Torokhov
Public bug reported: Binary package hint: mouseemu The fine program suppresses all non-key events instead of passing them on, like this: ++ if (inp.type != EV_KEY && inp.type != EV_REP) ++ return; this includes suppressing EV_SYN/SYN_REPORT event which is a violation of input

[Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-12-15 Thread Dmitry Torokhov
Always my pleasure. -- Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings https://bugs.launchpad.net/bugs/418282 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-b

[Bug 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-12-16 Thread Dmitry Torokhov
OK, the patch is in mainline (2.6.33-rc1 as soon as it is released) now it is for Ubuntu kernel guys to backport it to whatever kernel they are using. ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Ubuntu Kernel Team (ubuntu-kernel-team) -- ALPS DualPoint Touchpad flaky performance

[Bug 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-12-16 Thread Dmitry Torokhov
OK, the patch is in mainline (2.6.33-rc1 as soon as it is released) so now it's up to Ubuntu kernel guys to backport it to whatever kernel they are using. -- ALPS DualPoint Touchpad flaky performance https://bugs.launchpad.net/bugs/296610 You received this bug notification because you are a membe

[Bug 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-12-02 Thread Dmitry Torokhov
Why do you want to disable the touchpad? Is it getting in your way of typing? Or is it due to the current problems that Sebastian's patch tries to resolve but it's not in Ubuntu's kernel yet? For the former, I recommend looking into "syndaemon" program. For the latter adding "option psmouse proto=e

[Bug 296610] Re: ALPS DualPoint Touchpad flaky performance

2009-12-04 Thread Dmitry Torokhov
@Antti: I have not tested this but Xorg should ignore devices for which HAL sets property xorg.ignore=true. See https://wiki.ubuntu.com/X/InputHotplug -- ALPS DualPoint Touchpad flaky performance https://bugs.launchpad.net/bugs/296610 You received this bug notification because you are a member of

[Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-30 Thread Dmitry Torokhov
It would be so great if people stopped using "tpconfig" to "prove" that they have Synaptics touchpad and thus Synaptics X driver ought to work. The utility has not been working on 2.5 and never kernels (since the kernel does not allow raw access to the PS/2 port by default so all tpconfig gets is s

[Bug 490550] [NEW] tpconfig utility should not be packaged for distributions based on 2.6 kernels

2009-11-30 Thread Dmitry Torokhov
Public bug reported: Binary package hint: tpconfig Kernels starting with 2.5 onward do not allow applications access PS/2 ports directly (unless serio_raw module is used and ports are manually rebound via sysfs) and thus this utility can not work properly. Any information displayed by the utiluty

[Bug 404532] Re: tpconfig does not work properly

2009-11-30 Thread Dmitry Torokhov
*** This bug is a duplicate of bug 490550 *** https://bugs.launchpad.net/bugs/490550 ** This bug has been marked a duplicate of bug 490550 tpconfig utility should not be packaged for distributions based on 2.6 kernels -- tpconfig does not work properly https://bugs.launchpad.net/bugs/404

[Bug 155118] Re: tpconfig has no effect on touchpad

2009-11-30 Thread Dmitry Torokhov
*** This bug is a duplicate of bug 490550 *** https://bugs.launchpad.net/bugs/490550 ** This bug has been marked a duplicate of bug 490550 tpconfig utility should not be packaged for distributions based on 2.6 kernels -- tpconfig has no effect on touchpad https://bugs.launchpad.net/bugs/

Re: [Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-11 Thread Dmitry Torokhov
On Sat, Nov 07, 2009 at 10:56:39PM -, JaMa wrote: > I contacted Arjan via email and sent him the dmesg from last boot. How > do I do the i8042.debug? > > If someone can walk me through that I am happy to post it here/via > email/whatever. > You just add i8042.debug to the rest of the kernel

[Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-18 Thread Dmitry Torokhov
Try commenting out "return -1" right after "Probably not a real Elantech" message in drivers/input/mouse/elantech.c and see if you get anything sensible. -- Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings https://bugs.launchpad.net/bugs/418282 You receive

[Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-18 Thread Dmitry Torokhov
So I don't suppose it works? What if you force version 2? -- Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings https://bugs.launchpad.net/bugs/418282 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 592039] [NEW] Please enable vmware-balloon driver in kernel config

2010-06-09 Thread Dmitry Torokhov
Public bug reported: VMware would like to have our balloon driver enabled by default in distribution kernels to improve customer experience and reduce number of third-party modules being loaded into the kernel. Please change the kernel configuration for Ubuntu 10.10 so that vmware- balloon driver

[Bug 592039] Re: Please enable vmware-balloon driver in kernel config

2010-06-09 Thread Dmitry Torokhov
** Patch added: "Clamp number of refused pages" http://launchpadlibrarian.net/50056355/vmware-balloon-limit-number-refused.patch -- Please enable vmware-balloon driver in kernel config https://bugs.launchpad.net/bugs/592039 You received this bug notification because you are a member of Ubunt

Re: [Bug 512192] Re: Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), Asus k40in, Asus U81A, Asus UL80-VT, and Asus N61Jq.

2010-05-12 Thread Dmitry Torokhov
On Wed, May 12, 2010 at 02:04:27PM -, Florian Ragwitz wrote: > On Wed, May 12, 2010 at 01:48:32PM -, Marcin Juszkiewicz wrote: > > I backported 4 patches from mainline kernel (2.6.34-rc7) and resulting > > "modprobe psmouse force_elantech=1" works on my laptop. > > The patches are already

[Bug 262408] Re: SysRq key equivalent needed

2009-09-04 Thread Dmitry Torokhov
The HID driver now supports adjusting keymaps from userspace via EVIOCSKEYCODE ioctl and HAL utilizes that; I recommend doing the same here in leu of patching kernel. -- SysRq key equivalent needed https://bugs.launchpad.net/bugs/262408 You received this bug notification because you are a member

Re: [Bug 418282] Re: Touchpad not recognized on Asus U80 series. Touchpad Panel missing from mouse settings

2009-11-05 Thread Dmitry Torokhov
On Thu, Nov 05, 2009 at 09:39:22PM -, Alberto Milone wrote: > @Dmitry > Any ideas on this? The touchpad is currently workling in Intellimouse compatibility mode thus is not recognized by Synaptics X driver. > > Shall we contact Arjan Opmeer (arjan AT opmeer DOT net) about this bug? > Sure,

[Bug 433801] Re: touchpad overwhelms i8042 with int 12

2009-09-30 Thread Dmitry Torokhov
Hmm, Protege's keyboard controller indeed can't handle full-rate data stream from synaptics touchpad and we even have DMI workaround in the driver. Please verify that you ave Synaptics touchpad (vs ALPS, look in /proc/bus/input/devices) and if it is synaptics then psmouse.rate=40 module option shou

[Bug 433801] Re: touchpad overwhelms i8042 with int 12

2009-10-12 Thread Dmitry Torokhov
The following patch is scheduled for inclusion in mainline. I would recommend Ubuntu team to pick it up for your kernel update as well, OTOH boxes that would benefit from this fix are pretty old. ** Attachment added: "Limit Synaptics rate to 40pps on Protege M300" http://launchpadlibrarian.net/

[Bug 433801] Re: touchpad overwhelms i8042 with int 12

2009-10-01 Thread Dmitry Torokhov
;) The Synaptics hardware supports only 2 modes of reporting when in absolute mode - 40 and 80 packets per second. The driver will set the rate to 80 if you request >= 80 and 40 otherwise. BTW, I need the entire dmidecode oputput (sans serial numbers/asset tags). You may mail it directly to dmitry

[Bug 1651005] Re: Unidentified Trackpad Synaptics

2017-04-13 Thread Dmitry Torokhov
** Bug watch added: Linux Kernel Bug Tracker #190301 http://bugzilla.kernel.org/190301 ** Also affects: linux via http://bugzilla.kernel.org/190301 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 592039] Re: Please enable vmware-balloon driver in kernel config

2010-12-21 Thread Dmitry Torokhov
Any chance it could also make to Maverick updates? I am not quite familiar with Ubuntu work flow so please bear with me... Thanks, Dmitry -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/592039 Title:

[Bug 636041] Re: protocol version mismatch (expected 65536, got 65537)

2010-11-16 Thread Dmitry Torokhov
*** This bug is a duplicate of bug 628392 *** https://bugs.launchpad.net/bugs/628392 ** This bug has been marked a duplicate of bug 628382 M-\ at slime-repl start not working properly * You can subscribe to bug 628382 by following this link: https://bugs.launchpad.net/slime/+bug/628382/+s

[Bug 628392] Re: lsinput protocol version mismatch error

2010-11-16 Thread Dmitry Torokhov
Just rebuilding would mean that older kernels will not work. The check should be changed to "version >= 0x01". -- lsinput protocol version mismatch error https://bugs.launchpad.net/bugs/628392 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 592039] Re: Please enable vmware-balloon driver in kernel config

2010-11-17 Thread Dmitry Torokhov
Please add the driver to "linux-virtual" package so that all flavors of kernel woudl have it by default. ** Changed in: linux (Ubuntu) Status: Fix Released => New -- Please enable vmware-balloon driver in kernel config https://bugs.launchpad.net/bugs/592039 You received this bug notificat

[Bug 659422] Re: Boot failure after upgrading kernel to 2.6.32-25-generic

2010-12-07 Thread Dmitry Torokhov
I bisected the problem down to this change: commit 4f797709f4c0f61368c2f0f989cefc805fed0c9e Author: Brad Figg Date: Fri Aug 27 09:10:55 2010 -0700 mm: make the vma list be doubly linked BugLink: http://bugs.launchpad.net/bugs/625392 commit 297c5eee372478fc32fec5fe8eed711eed

[Bug 1314764] Re: [Fujitsu Lifebook E744/E754] i8042 without psmouse means no keyboard at decryption prompt

2015-12-04 Thread Dmitry Torokhov
FYI: atkbd driver never probes for keyboards on pass-through PS/2 ports (if you check drivers/input/keyboard/atkbd.c you will see that SERIO_PS_PSTHRU is not present in atkbd_serio_ids) so keyboard can't possibly be connected there on these Lifebooks. -- You received this bug notification becaus

[Bug 1269985] Re: Revert package back to Devel release

2014-01-22 Thread Dmitry Torokhov
vmci_* symbols should be provided by vmw_vmci kernel module (CONFIG_VMWARE_VMCI), is it enabled in kernel config? You should also enable CONFIG_VSOCKETS and CONFIG_VMWARE_VMCI_VSOCKETS. That of course leaves the normal kernel API churn that needs to be dealt with in hgfs driver as being the only on

[Bug 1269985] Re: Revert package back to Devel release

2014-01-22 Thread Dmitry Torokhov
Nate, We would definitely advise against using the monthly releases in shipped products as they are and always been "developer preview" type of release and receive very limited testing as opposed to stable releases which go through much more rigorous testing. That said if you have changes to the

[Bug 1269985] Re: Revert package back to Devel release

2014-01-22 Thread Dmitry Torokhov
Nate, Looking at dkms files I still see references to vmblock and vmxnet, which are obsolete. You also seem to be building vsock out of open-vm- tools, but it has been accepted in the kernel proper so should be comping from there. Thanks, Dmitry -- You received this bug notification because you

[Bug 1269985] Re: Revert package back to Devel release

2014-01-22 Thread Dmitry Torokhov
Nate, The other distributions are fine with using stable releases recommended by us as they see it as the least risky options, especially since these are versions that we intend to support. RHEL and Fedora actually have policy against using out of tree drivers, so their requirement was to compile

[Bug 1368444] [NEW] Add support for ForcePads found on HP EliteBook Folio 1040

2014-09-11 Thread Dmitry Torokhov
Public bug reported: Please include the following commit from mainline in Ubuntu kernel: >From 5715fc764f7753d464dbe094b5ef9cffa6e479a4 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Sat, 30 Aug 2014 13:51:06 -0700 Subject: Input: synaptics - add support for ForcePads ForcePads are fo

[Bug 1368444] Re: Add support for ForcePads found on HP EliteBook Folio 1040

2014-09-11 Thread Dmitry Torokhov
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1368444 Title: Add support for ForcePads found on HP EliteBook Folio 1040 To manag

[Bug 1030177] Re: [12.04] update-rc.d: warning: tpconfig stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none)

2014-10-17 Thread Dmitry Torokhov
*** This bug is a duplicate of bug 490550 *** https://bugs.launchpad.net/bugs/490550 ** This bug has been marked a duplicate of bug 490550 tpconfig utility should not be packaged for distributions based on 2.6 kernels -- You received this bug notification because you are a member of Ubun

[Bug 300341] Re: package tpconfig None [modified: /var/lib/dpkg/info/tpconfig.list] failed to install/upgrade: trying to overwrite `/usr/bin/tpconfig', which is also in package turboprint

2014-10-17 Thread Dmitry Torokhov
*** This bug is a duplicate of bug 490550 *** https://bugs.launchpad.net/bugs/490550 ** This bug has been marked a duplicate of bug 490550 tpconfig utility should not be packaged for distributions based on 2.6 kernels -- You received this bug notification because you are a member of Ubun

[Bug 737482] Re: Touchpad on Gigabyte T1005 not working without extra kernel parameter

2012-07-31 Thread Dmitry Torokhov
Anyone needing i8042.noloop to get their touchpad working may send output of "sudo dmidecode" directly to dmitry.torok...@gmail.com with a short descrition of their laptop. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 755518] Re: Synaptics Touchpad incorrectly detected as PS/2 mouse on clausoft MNW737 (aka meenee, aka PX1)

2012-09-12 Thread Dmitry Torokhov
On Wednesday, September 12, 2012 09:05:22 PM Ed Spittles wrote: > The tpconfig tool is unable to adjust zthreshold or disable tap > to click. tpconfig reports this: > > # tpconfig -D1 -z0 > Probing mouse port [/dev/psaux]. > Grabbing mouse port [/dev/psaux]. > Trying Synaptics detection. > [query

[Bug 86820] Re: touchpad doesn't work after suspend

2010-07-03 Thread Dmitry Torokhov
If you guys still have issues with keyboard/mouse/touchpad not working after suspending to RAM (in absence of i8042.nomux/i8042.reset parameters in grub), could you please try the following patch? It is against 2.6.35-rc3 but should probably apply to 2.6.34 as well. ** Patch added: "Reset i8042 wh

[Bug 601113] Re: Dell Latitude E6410 Touchpad - Not all functions working; detected as PS/2 mouse

2010-07-03 Thread Dmitry Torokhov
** Package changed: xserver-xorg-input-synaptics (Ubuntu) => linux (Ubuntu) ** Bug watch added: Linux Kernel Bug Tracker #14660 http://bugzilla.kernel.org/show_bug.cgi?id=14660 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=14660 Importance: Unknown Status:

[Bug 601035] Re: Dell e6410 trackpad is not recognized by Lucid

2010-07-03 Thread Dmitry Torokhov
*** This bug is a duplicate of bug 601113 *** https://bugs.launchpad.net/bugs/601113 ** This bug has been marked a duplicate of bug 601113 Dell Latitude E6410 Touchpad - Not all functions working; detected as PS/2 mouse -- Dell e6410 trackpad is not recognized by Lucid https://bugs.launc

[Bug 598366] Re: touchpad not recognized

2010-07-03 Thread Dmitry Torokhov
The touchpad not recognized correctly is a kernel problem. If you do dual-boot what the other OS reports the touchpad as? Since it is detected as Logitech by linux kernel it might actually be elantech, but it is hard to be sure. ** Package changed: xserver-xorg-input-synaptics (Ubuntu) => linux (U

[Bug 587968] Re: touchpad cursor frozen (does not move) after suspend

2010-07-03 Thread Dmitry Torokhov
Does booting with i8042.reset kernel option (set in grub) help any? -- touchpad cursor frozen (does not move) after suspend https://bugs.launchpad.net/bugs/587968 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing li

[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-11-24 Thread Dmitry Torokhov
If anyone who still has the device and is willing to try kernel patches would try this one and let me know if it works for them it would be great. I am pretty sure it should apply to vanilla 2.6.36. Thanks! ** Patch added: "Immediately open ACRUX devices and keep them opened (in kernel)" htt

[Bug 677633] Re: keyboard doesn't work with acpi on lenovo s10-3c

2011-02-01 Thread Dmitry Torokhov
Just out of curiosity, does booting with atkbd.reset on the kernel command line gets the keyboard going? (I assume Ubuntu has atkbd built in). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/677633 Titl

[Bug 592039] Re: Please enable vmware-balloon driver in kernel config

2011-01-14 Thread Dmitry Torokhov
Verified that the driver is present in package linux- image-2.6.35-25-virtual. Thanks! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 659422] Re: Boot failure after upgrading kernel to 2.6.32-25-generic

2010-10-15 Thread Dmitry Torokhov
Why exactly was it marked 'incomplete' without any additional comments? What information is missing? ** Changed in: linux (Ubuntu) Status: Incomplete => New -- Boot failure after upgrading kernel to 2.6.32-25-generic https://bugs.launchpad.net/bugs/659422 You received this bug notificatio

[Bug 592039] Re: Please enable vmware-balloon driver in kernel config

2010-10-15 Thread Dmitry Torokhov
Unfortunately the driver is still missing from "linux-virtual" package. -- Please enable vmware-balloon driver in kernel config https://bugs.launchpad.net/bugs/592039 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 659422] [NEW] Boot failure after upgrading kernel to 2.6.32-25-generic

2010-10-12 Thread Dmitry Torokhov
Public bug reported: After installing 10.04.1 in a 32-bit VM and updating only the kernel package to 2.6.32-25-generic the system fails to boot due to udevd process segfaulting (somewhere in libc.so) and thus neither of required kernel modules being loaded. Booting into previous kernel (2.6.32-24-

[Bug 659422] Re: Boot failure after upgrading kernel to 2.6.32-25-generic

2010-10-12 Thread Dmitry Torokhov
** Attachment added: "AlsaDevices.txt" https://bugs.launchpad.net/bugs/659422/+attachment/1688925/+files/AlsaDevices.txt ** Attachment added: "AplayDevices.txt" https://bugs.launchpad.net/bugs/659422/+attachment/1688926/+files/AplayDevices.txt ** Attachment added: "BootDmesg.txt" htt

[Bug 598366] Re: touchpad not recognized

2010-07-04 Thread Dmitry Torokhov
Ok, so it looks like it is an Elantech touchpad. The support of these touchpads is being improved, with 2.6.34 you will probably need "option psmouse force_elantech=1", 2.6.35 should automatically recognize [most] Elantechs, and 2.6.36 will have better support for the features offered by various mo

[Bug 512192] Re: Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), Asus k40in, Asus U81A, Asus UL80-VT, and Asus N61Jq.

2010-07-23 Thread Dmitry Torokhov
I think Sony favors ALPS touchpads. What was the vendor supplied driver for the other OS? -- Can't configure Elan tech touchpad on Dell Inspiron 11z, Asus K7I0C and maybe also Dell Mini 10 (not V), Asus k40in, Asus U81A, Asus UL80-VT, and Asus N61Jq. https://bugs.launchpad.net/bugs/512192 You re

[Bug 448446] Re: recognizes the joystick, but not the correct model. not working

2010-07-19 Thread Dmitry Torokhov
Stephen, Would you kindly remove the jskeepalive from your distribution and instead raise a proper bugreport on bugzilla.kernel.org so that automatic PM is disabled or fixed for that device? Please CC Jiri Kosina and Oliver Neikum on the report. Thanks. -- recognizes the joystick, but not the c