Laptop Dell e5430 - system nie wykrywa touchpada - Kubuntu

Problemy dotyczące innych systemów operacyjnych
buker999
Posty: 89
Rejestracja: 18 października 2011, 21:22
Lokalizacja: Warszawa

Laptop Dell e5430 - system nie wykrywa touchpada - Kubuntu

Post autor: buker999 »

Witam.
Zakupiłem laptopa Dell e5430 i mam bardzo nietypowy problem z touchpadem. A mianowicie, nie mogę go wyłączyć. Aktualnie mam zainstalowane Kubuntu (myślałem ze będą tam gotowe jakieś sterowniki, których Debian 7 nie ma).

Touchpad działa bez żadnych problemów tylko nie mogę go konfigurować ani wyłączyć, to samo tyczy się trackpointa. Najprawdopodobniej brakuje mi jakiś dziwnych sterowników, których nigdzie nie ma.

Kod: Zaznacz cały

lspci -k
00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09)
    Subsystem: Dell Device 053c
    Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
    Subsystem: Dell Device 053c
    Kernel driver in use: i915
    Kernel modules: i915
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
    Subsystem: Dell Device 053c
    Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
    Subsystem: Dell Device 053c
    Kernel driver in use: mei
    Kernel modules: mei
00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
    Subsystem: Dell Device 053c
    Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)
    Subsystem: Dell Device 053c
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 3 (rev c4)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1c.3 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 4 (rev c4)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1c.5 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 6 (rev c4)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1c.6 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 7 (rev c4)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
    Subsystem: Dell Device 053c
    Kernel driver in use: ehci_hcd
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
    Subsystem: Dell Device 053c
    Kernel modules: iTCO_wdt
00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04)
    Subsystem: Dell Device 053c
    Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
    Subsystem: Dell Device 053c
    Kernel modules: i2c-i801
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 (rev 34)
    Subsystem: Intel Corporation Centrino Advanced-N 6205 AGN
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi
0b:00.0 SD Host controller: O2 Micro, Inc. Device 8221 (rev 05)
    Subsystem: Dell Device 053c
    Kernel driver in use: sdhci-pci
    Kernel modules: sdhci-pci
0c:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5761 Gigabit Ethernet PCIe (rev 10)
    Subsystem: Dell Device 053c
    Kernel driver in use: tg3
    Kernel modules: tg3

Kod: Zaznacz cały

lspci -n

00:00.0 0600: 8086:0154 (rev 09)
00:02.0 0300: 8086:0166 (rev 09)
00:14.0 0c03: 8086:1e31 (rev 04)
00:16.0 0780: 8086:1e3a (rev 04)
00:1a.0 0c03: 8086:1e2d (rev 04)
00:1b.0 0403: 8086:1e20 (rev 04)
00:1c.0 0604: 8086:1e10 (rev c4)
00:1c.1 0604: 8086:1e12 (rev c4)
00:1c.2 0604: 8086:1e14 (rev c4)
00:1c.3 0604: 8086:1e16 (rev c4)
00:1c.5 0604: 8086:1e1a (rev c4)
00:1c.6 0604: 8086:1e1c (rev c4)
00:1d.0 0c03: 8086:1e26 (rev 04)
00:1f.0 0601: 8086:1e57 (rev 04)
00:1f.2 0106: 8086:1e03 (rev 04)
00:1f.3 0c05: 8086:1e22 (rev 04)
02:00.0 0280: 8086:0082 (rev 34)
0b:00.0 0805: 1217:8221 (rev 05)
0c:00.0 0200: 14e4:1681 (rev 10)
robero
Beginner
Posty: 164
Rejestracja: 05 października 2009, 11:43

Post autor: robero »

Nie wiem czy tak samo jest w Kubuntu ale w Debianie touchpad wyłączyć można poleceniem

Kod: Zaznacz cały

rmmod psmouse
wykonanym z poziomu root.

Przy kolejnym uruchomieniu systemu ten sterownik(moduł?) załaduje się na nowo tak więc trzeba go wyrzucać skryptem albo dodać do blokowanych.
Awatar użytkownika
otypoks
Beginner
Posty: 111
Rejestracja: 18 marca 2007, 13:59
Lokalizacja: Ruda Śląska

Post autor: otypoks »

Masz zainstalowany pakiet

Kod: Zaznacz cały

kde-config-touchpad
?
buker999
Posty: 89
Rejestracja: 18 października 2011, 21:22
Lokalizacja: Warszawa

Post autor: buker999 »

Załącznik zrzut ekranu1.jpg nie jest już dostępny
Tak, wyskakuje mi taki komunikat
Załączniki
zrzut ekranu1.jpg
Awatar użytkownika
otypoks
Beginner
Posty: 111
Rejestracja: 18 marca 2007, 13:59
Lokalizacja: Ruda Śląska

Post autor: otypoks »

Kod: Zaznacz cały

xserver-xorg-input-evdev
xserver-xorg-input-synaptics
również masz zainstalowane? Jaka wersja kernela?
buker999
Posty: 89
Rejestracja: 18 października 2011, 21:22
Lokalizacja: Warszawa

Post autor: buker999 »

Linux Laptop 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Tak oba pakiety zainstalowane
Awatar użytkownika
otypoks
Beginner
Posty: 111
Rejestracja: 18 marca 2007, 13:59
Lokalizacja: Ruda Śląska

Post autor: otypoks »

Masz możliwość zainstalowania nowszej wersji jądra? Twój sprzęt jest bardzo świeży i może nie być tak dobrze wspierany przez starsze jądro.
robero
Beginner
Posty: 164
Rejestracja: 05 października 2009, 11:43

Post autor: robero »

To ma być stare jądro? Nie sądzę.

buker999 wejdź w menedżer usług w ustawieniach systemowych i sprawdź czy usługa synaptiks nie jest zatrzymana. Prawdopodobnie jest zatrzymana i trzeba kliknąć uruchom.
buker999
Posty: 89
Rejestracja: 18 października 2011, 21:22
Lokalizacja: Warszawa

Post autor: buker999 »

Nie ma tam w ogóle takiego procesu. Jak wyszukuje i odpalam aplikacje synaptiks to krzyczy ze nie ma touchpada i koniec.
Awatar użytkownika
yossarian
Beginner
Posty: 241
Rejestracja: 28 lutego 2009, 22:46
Lokalizacja: Kraina Deszczowców

Post autor: yossarian »

Sprawdź wynik:

Kod: Zaznacz cały

xinput -list
ODPOWIEDZ