Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

Touchpad Not Working i2c_hid i2c-MSFT0001:00

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
sdfgsd
n00b
n00b
Posts: 4
Joined: Sat Sep 05, 2015 11:35 pm

Touchpad Not Working i2c_hid i2c-MSFT0001:00

  • Quote

Post by sdfgsd » Wed Mar 01, 2017 6:20 am

Hello,
I'm having problems with selecting kernel modules. I can't get the i2c_hid module to work with my i2c touchpad. It works with another livecd distro but it does not work on my new install.

Code: Select all

 i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.108502] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.109373] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.110197] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.110999] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.111086] input: MSFT0001:00 06CB:75BD UNKNOWN as /devices/pci0000:00/INT3433:00/i2c-7/i2c-MSFT0001:00/0018:06CB:75BD.0002/input/input9
[   14.111403] hid-multitouch 0018:06CB:75BD.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [MSFT0001:00 06CB:75BD] on
it seemed to detect this hid 1.00 mouse on live cd but I don't know what configuration has been used. Can someone help me out? I can only use touchscreen right now and it's a pain.
Thank you so much.
Top
kharitonow
n00b
n00b
Posts: 38
Joined: Thu Dec 10, 2015 7:36 pm

Re: Touchpad Not Working i2c_hid i2c-MSFT0001:00

  • Quote

Post by kharitonow » Wed Mar 01, 2017 9:32 am

sdfgsd wrote:Hello,
I'm having problems with selecting kernel modules. I can't get the i2c_hid module to work with my i2c touchpad. It works with another livecd distro but it does not work on my new install.

Code: Select all

 i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.108502] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.109373] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.110197] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.110999] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.111086] input: MSFT0001:00 06CB:75BD UNKNOWN as /devices/pci0000:00/INT3433:00/i2c-7/i2c-MSFT0001:00/0018:06CB:75BD.0002/input/input9
[   14.111403] hid-multitouch 0018:06CB:75BD.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [MSFT0001:00 06CB:75BD] on
it seemed to detect this hid 1.00 mouse on live cd but I don't know what configuration has been used. Can someone help me out? I can only use touchscreen right now and it's a pain.
Thank you so much.
Boot from the livecd and invoke command lspci -k from root and look what kernel module is loaded.
Top
Ant P.
Watchman
Watchman
Posts: 6920
Joined: Sat Apr 18, 2009 7:18 pm
Contact:
Contact Ant P.
Website

  • Quote

Post by Ant P. » Fri Mar 03, 2017 8:13 pm

You have a Synaptics device (06cb), so the standard usbhid driver or one of the entries under {Input Devices -> Mice} should support it.

i2c-hid is claiming the device first and preventing the other drivers from loading, so you need to remove or blacklist that.
Top
sdfgsd
n00b
n00b
Posts: 4
Joined: Sat Sep 05, 2015 11:35 pm

Re: Touchpad Not Working i2c_hid i2c-MSFT0001:00

  • Quote

Post by sdfgsd » Sat Mar 04, 2017 9:07 pm

kharitonow wrote:
sdfgsd wrote:Hello,
I'm having problems with selecting kernel modules. I can't get the i2c_hid module to work with my i2c touchpad. It works with another livecd distro but it does not work on my new install.

Code: Select all

 i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.108502] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.109373] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.110197] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.110999] i2c_hid i2c-MSFT0001:00: failed to retrieve report from device.
[   14.111086] input: MSFT0001:00 06CB:75BD UNKNOWN as /devices/pci0000:00/INT3433:00/i2c-7/i2c-MSFT0001:00/0018:06CB:75BD.0002/input/input9
[   14.111403] hid-multitouch 0018:06CB:75BD.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [MSFT0001:00 06CB:75BD] on
it seemed to detect this hid 1.00 mouse on live cd but I don't know what configuration has been used. Can someone help me out? I can only use touchscreen right now and it's a pain.
Thank you so much.
Boot from the livecd and invoke command lspci -k from root and look what kernel module is loaded.
the lspci -k command does not show the i2c touchpad becuase it's not over pci, it's over i2c. It will show my smbus driver only.

@Ant P.

both devices are 06cb the touchpad and touchscreen. one is over usb, the other is over i2c. Removing i2c_hid didn't do anything for me.

are there any other logs I can pull from ubuntu livecd that touchpad works under besides dmesg to see how I can get this to work?
Top
minsoehan
Tux's lil' helper
Tux's lil' helper
Posts: 101
Joined: Fri Jan 02, 2015 5:58 am
Location: Yangon, Burma. (Mother Su's Country)

  • Quote

Post by minsoehan » Sun Mar 05, 2017 11:31 am

Have you tried adding i8042.nopnp to kernel command line?
Top
sdfgsd
n00b
n00b
Posts: 4
Joined: Sat Sep 05, 2015 11:35 pm

  • Quote

Post by sdfgsd » Sun Mar 05, 2017 1:34 pm

minsoehan wrote:Have you tried adding i8042.nopnp to kernel command line?
Although I tried before, there must have been some new modules I installed that made it work now. Thanks so much, it fixed my problem.
Top
minsoehan
Tux's lil' helper
Tux's lil' helper
Posts: 101
Joined: Fri Jan 02, 2015 5:58 am
Location: Yangon, Burma. (Mother Su's Country)

  • Quote

Post by minsoehan » Wed Mar 08, 2017 11:55 am

Could you please mark your thread as [SOLVED] if you fixed the problem.
Top
Post Reply

7 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic