[Kernel-packages] [Bug 1598637] Re: Dell Inspiron 5555 touchpad not working

2017-07-15 Thread jeremy-list
This bug report is only for the touchpad issue: it's not the correct
place to ask about battery issues.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1598637

Title:
  Dell Inspiron  touchpad not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Installed Ubuntu 16.04 64 bit (also Linux Mint and other Ubuntu 16.04
  based distros) on my Dell Inspiron  AMD A10-8700P Radeon R6.

  The touchpad sort-of works for a few seconds (pointer moves but
  cliking fails) and after a while it hangs completely. The USB mouse
  works with no issues though.

  I've found following the steps given here
  http://askubuntu.com/a/632570/55128 works:

  1. Run
  $ sudo -H gedit /etc/default/grub

  In the open window edit line

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  it should look this way

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

  Save file and run

  $ sudo update-grub

  2. Run
  $ echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf
  $ sudo depmod -a
  $ sudo update-initramfs -u
  $ echo "synaptics_i2c" | sudo tee -a /etc/modules

  3. Reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598637/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1598637] Re: Dell Inspiron 5555 touchpad not working

2017-05-04 Thread Avanish Mishra
I have the same laptop but after ubuntu installation, its battery backup
falls down drastically. Anyone can help me with this issue

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1598637

Title:
  Dell Inspiron  touchpad not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Installed Ubuntu 16.04 64 bit (also Linux Mint and other Ubuntu 16.04
  based distros) on my Dell Inspiron  AMD A10-8700P Radeon R6.

  The touchpad sort-of works for a few seconds (pointer moves but
  cliking fails) and after a while it hangs completely. The USB mouse
  works with no issues though.

  I've found following the steps given here
  http://askubuntu.com/a/632570/55128 works:

  1. Run
  $ sudo -H gedit /etc/default/grub

  In the open window edit line

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  it should look this way

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

  Save file and run

  $ sudo update-grub

  2. Run
  $ echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf
  $ sudo depmod -a
  $ sudo update-initramfs -u
  $ echo "synaptics_i2c" | sudo tee -a /etc/modules

  3. Reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598637/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1598637] Re: Dell Inspiron 5555 touchpad not working

2017-05-02 Thread Kai-Heng Feng
So does it use hid driver or psmouse driver?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1598637

Title:
  Dell Inspiron  touchpad not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Installed Ubuntu 16.04 64 bit (also Linux Mint and other Ubuntu 16.04
  based distros) on my Dell Inspiron  AMD A10-8700P Radeon R6.

  The touchpad sort-of works for a few seconds (pointer moves but
  cliking fails) and after a while it hangs completely. The USB mouse
  works with no issues though.

  I've found following the steps given here
  http://askubuntu.com/a/632570/55128 works:

  1. Run
  $ sudo -H gedit /etc/default/grub

  In the open window edit line

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  it should look this way

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

  Save file and run

  $ sudo update-grub

  2. Run
  $ echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf
  $ sudo depmod -a
  $ sudo update-initramfs -u
  $ echo "synaptics_i2c" | sudo tee -a /etc/modules

  3. Reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598637/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1598637] Re: Dell Inspiron 5555 touchpad not working

2017-05-01 Thread Avanish Mishra
Ya it's working for touchpad

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1598637

Title:
  Dell Inspiron  touchpad not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Installed Ubuntu 16.04 64 bit (also Linux Mint and other Ubuntu 16.04
  based distros) on my Dell Inspiron  AMD A10-8700P Radeon R6.

  The touchpad sort-of works for a few seconds (pointer moves but
  cliking fails) and after a while it hangs completely. The USB mouse
  works with no issues though.

  I've found following the steps given here
  http://askubuntu.com/a/632570/55128 works:

  1. Run
  $ sudo -H gedit /etc/default/grub

  In the open window edit line

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  it should look this way

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

  Save file and run

  $ sudo update-grub

  2. Run
  $ echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf
  $ sudo depmod -a
  $ sudo update-initramfs -u
  $ echo "synaptics_i2c" | sudo tee -a /etc/modules

  3. Reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598637/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1598637] Re: Dell Inspiron 5555 touchpad not working

2016-08-10 Thread Alex Hung
** Changed in: linux (Ubuntu)
 Assignee: Alex Hung (alexhung) => (unassigned)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1598637

Title:
  Dell Inspiron  touchpad not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Installed Ubuntu 16.04 64 bit (also Linux Mint and other Ubuntu 16.04
  based distros) on my Dell Inspiron  AMD A10-8700P Radeon R6.

  The touchpad sort-of works for a few seconds (pointer moves but
  cliking fails) and after a while it hangs completely. The USB mouse
  works with no issues though.

  I've found following the steps given here
  http://askubuntu.com/a/632570/55128 works:

  1. Run
  $ sudo -H gedit /etc/default/grub

  In the open window edit line

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  it should look this way

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

  Save file and run

  $ sudo update-grub

  2. Run
  $ echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf
  $ sudo depmod -a
  $ sudo update-initramfs -u
  $ echo "synaptics_i2c" | sudo tee -a /etc/modules

  3. Reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598637/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1598637] Re: Dell Inspiron 5555 touchpad not working

2016-08-08 Thread Alex Hung
AMD seems to submitted a patch for this:
http://www.spinics.net/lists/stable/msg139761.html

However, it may require another fix in i2c driver in order to completely
fix it

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Alex Hung (alexhung)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1598637

Title:
  Dell Inspiron  touchpad not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Installed Ubuntu 16.04 64 bit (also Linux Mint and other Ubuntu 16.04
  based distros) on my Dell Inspiron  AMD A10-8700P Radeon R6.

  The touchpad sort-of works for a few seconds (pointer moves but
  cliking fails) and after a while it hangs completely. The USB mouse
  works with no issues though.

  I've found following the steps given here
  http://askubuntu.com/a/632570/55128 works:

  1. Run
  $ sudo -H gedit /etc/default/grub

  In the open window edit line

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  it should look this way

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

  Save file and run

  $ sudo update-grub

  2. Run
  $ echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf
  $ sudo depmod -a
  $ sudo update-initramfs -u
  $ echo "synaptics_i2c" | sudo tee -a /etc/modules

  3. Reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598637/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1598637] Re: Dell Inspiron 5555 touchpad not working

2016-07-26 Thread pranav
I just purchased the same laptop today, installed Ubuntu 16.04 first
thing and the only glitch was the trackpad.

Following the instructions shared by the reporter, I was able to use the
trackpad.

So, I can confirm that this is indeed a bug and the workaround might be
a bit intimidating for the average user who is looking to use Ubuntu.
Would be really great if this worked out-of-the-box :)

Thanks a ton everyone for the good work. I am glad the reporter shared
the workaround.

Gratitude to everyone who will work on fixing this!

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1598637

Title:
  Dell Inspiron  touchpad not working

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Installed Ubuntu 16.04 64 bit (also Linux Mint and other Ubuntu 16.04
  based distros) on my Dell Inspiron  AMD A10-8700P Radeon R6.

  The touchpad sort-of works for a few seconds (pointer moves but
  cliking fails) and after a while it hangs completely. The USB mouse
  works with no issues though.

  I've found following the steps given here
  http://askubuntu.com/a/632570/55128 works:

  1. Run
  $ sudo -H gedit /etc/default/grub

  In the open window edit line

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  it should look this way

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

  Save file and run

  $ sudo update-grub

  2. Run
  $ echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf
  $ sudo depmod -a
  $ sudo update-initramfs -u
  $ echo "synaptics_i2c" | sudo tee -a /etc/modules

  3. Reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598637/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1598637] Re: Dell Inspiron 5555 touchpad not working

2016-07-13 Thread Jack
I have the same issue.  I have to use a USB mouse to do anything.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1598637

Title:
  Dell Inspiron  touchpad not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Installed Ubuntu 16.04 64 bit (also Linux Mint and other Ubuntu 16.04
  based distros) on my Dell Inspiron  AMD A10-8700P Radeon R6.

  The touchpad sort-of works for a few seconds (pointer moves but
  cliking fails) and after a while it hangs completely. The USB mouse
  works with no issues though.

  I've found following the steps given here
  http://askubuntu.com/a/632570/55128 works:

  1. Run
  $ sudo -H gedit /etc/default/grub

  In the open window edit line

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  it should look this way

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

  Save file and run

  $ sudo update-grub

  2. Run
  $ echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf
  $ sudo depmod -a
  $ sudo update-initramfs -u
  $ echo "synaptics_i2c" | sudo tee -a /etc/modules

  3. Reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598637/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1598637] Re: Dell Inspiron 5555 touchpad not working

2016-07-07 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.7 kernel[0].

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

Once testing of the upstream kernel is complete, please mark this bug as
"Confirmed".


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc6-yakkety/


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1598637

Title:
  Dell Inspiron  touchpad not working

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Installed Ubuntu 16.04 64 bit (also Linux Mint and other Ubuntu 16.04
  based distros) on my Dell Inspiron  AMD A10-8700P Radeon R6.

  The touchpad sort-of works for a few seconds (pointer moves but
  cliking fails) and after a while it hangs completely. The USB mouse
  works with no issues though.

  I've found following the steps given here
  http://askubuntu.com/a/632570/55128 works:

  1. Run
  $ sudo -H gedit /etc/default/grub

  In the open window edit line

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

  it should look this way

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nopnp"

  Save file and run

  $ sudo update-grub

  2. Run
  $ echo "blacklist i2c_hid" | sudo tee /etc/modprobe.d/i2c-hid.conf
  $ sudo depmod -a
  $ sudo update-initramfs -u
  $ echo "synaptics_i2c" | sudo tee -a /etc/modules

  3. Reboot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1598637/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp