Wired mouse and keyboard stop working after boot

Post here if you are a new Porteus member and you're looking for some help.
PuranaPaapi
White ninja
White ninja
Posts: 7
Joined: 24 Nov 2023, 12:12
Distribution: 5.01 KDE

Wired mouse and keyboard stop working after boot

Post#16 by PuranaPaapi » 28 Nov 2023, 20:53

beny, I run lsmod on terminal but module CONFIG_TYPEC=M was not showing in the list

beny
Full of knowledge
Full of knowledge
Posts: 2098
Joined: 02 Jan 2011, 11:33
Location: italy

Wired mouse and keyboard stop working after boot

Post#17 by beny » 28 Nov 2023, 21:05

if you can try insmod path of the driver like this: this is the stock porteus5.1 kernel or modprobe but insmod work ok

Code: Select all

bash-5.2# lib/modules/6.5.5-porteus/kernel/drivers/usb/typec/typec.ko' 
filename:     kernel/drivers/usb/typec/typec.ko
description:    USB Type-C Connector Class
license:        GPL v2
author:         Heikki Krogerus <heikki.krogerus@linux.intel.com>
depends:        
retpoline:      Y
intree:         Y
name:           typec
vermagic:       6.5.5-porteus SMP preempt mod_unload 
sig_id:         PKCS#7
signer:         Build time autogenerated kernel key
sig_key:        77:5C:9C:12:FF:B7:AC:39:55:15:50:94:A9:4E:AD:F7:00:9E:1B:31
sig_hashalgo:   sha1
signature:      1C:D9:4F:48:36:08:E7:8D:7B:72:7B:18:C8:9D:12:6A:5A:87:A3:F5:
		C9:87:1F:7D:E1:CD:03:6F:3A:61:4C:57:F4:17:F2:D8:19:E9:F7:D5:
		5F:81:51:AF:A2:D0:BE:01:71:D1:70:6E:3A:E7:86:FB:2C:27:17:00:
		7B:19:CC:DC:9C:8C:3C:E4:DB:E5:5F:F3:A7:12:70:F9:FF:38:66:FC:
		61:77:76:D0:F7:A4:64:AB:52:07:79:EC:AB:31:57:5A:54:42:19:24:
		B2:C9:98:2A:FB:4C:01:30:16:BC:4F:76:83:5B:4B:DA:FA:EA:14:95:
		DA:83:C9:94:32:74:7E:1C:54:23:9C:5A:E9:44:88:46:A3:76:5D:9A:
		77:94:B0:4B:8D:95:16:ED:B6:3F:C7:4A:D2:0C:CD:64:D3:95:4E:F2:
		53:5E:3A:9F:00:08:B1:E6:45:E2:AB:46:C0:A1:6B:92:8B:1D:46:5C:
		E4:2D:66:87:C2:27:1A:AF:C7:B9:D7:DE:C7:4C:41:76:89:21:9A:83:
		9B:CD:CA:09:1B:F9:BB:E7:41:F4:14:50:AA:63:22:92:AC:87:BA:77:
		F0:C7:23:16:4C:03:FC:CB:C9:71:7A:6B:18:3A:6B:CC:DA:93:01:12:
		E0:65:41:FA:12:8F:DB:A2:B0:76:6C:D8:C3:76:FE:F5:24:2C:0C:3C:
		D9:91:94:F5:92:27:BD:BE:43:BE:0E:EA:55:8C:D1:2D:D4:AA:09:6A:
		3F:83:A3:61:51:97:99:31:83:C8:E5:12:94:DE:6B:92:E6:B5:8E:27:
		AF:80:DC:97:AD:B4:BD:8C:7E:CF:DB:42:99:47:05:65:77:52:C6:5F:
		62:32:CD:21:1C:DA:D0:B5:2E:5A:4D:A4:0C:5F:34:1A:CB:89:8B:C8:
		C0:00:20:9C:80:03:3D:12:C3:E5:23:1E:B0:61:0A:84:9E:E3:AF:A1:
		05:C8:D8:BF:EC:CA:AD:59:CD:F8:74:8A:D9:54:B0:AB:AD:84:B8:3E:
		10:11:10:E2:17:DB:49:1E:09:04:44:14:0E:AF:6E:AD:45:BA:F4:7E:
		7D:2A:18:9B:F0:70:42:AB:0F:11:D3:CA:6C:37:92:06:7A:B4:34:90:
		AB:84:0F:BF:DC:21:66:24:64:53:0A:EB:AC:7D:B5:8D:AB:0D:44:6D:
		94:82:F9:50:F9:2E:40:3A:E5:71:F6:50:E0:9D:F0:DF:F2:1F:13:50:
		AD:E2:F0:0A:9B:7E:FC:5D:A3:32:D5:7A:8D:12:47:4F:66:0E:E4:79:
		AE:8C:21:24:BF:AE:C6:38:2C:85:EF:22:4C:51:ED:C0:60:78:9F:50:
		29:91:42:EC:39:B6:41:9D:4C:FD:77:5D
bash-5.2#

User avatar
Rava
Contributor
Contributor
Posts: 5416
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

Wired mouse and keyboard stop working after boot

Post#18 by Rava » 29 Nov 2023, 00:55

PuranaPaapi you have to manually insert that module, some kernel modules are not inserted by default because they are known to cause errors and other strange behaviour on machines that don't need that very kernel module.
Cheers!
Yours Rava

PuranaPaapi
White ninja
White ninja
Posts: 7
Joined: 24 Nov 2023, 12:12
Distribution: 5.01 KDE

Wired mouse and keyboard stop working after boot

Post#19 by PuranaPaapi » 29 Nov 2023, 08:28

Rava, can you please guide me how to manually insert the said modules?

Update on the keyboard and mouse not working via the hub issue :
The keyboard and mouse work when Porteus is booted with the hub connected to any 1 of the 2 USB 3.1 Ports (Gen2 , on Front side) but wont work when the hub is connected to any 1 of the 4 USB 3.0 Ports (on back side).

So I have resolved the issue by connecting the HUB to the front USB port. I have not connected any external power supply to the power input port of the Hub.

Thank you everyone for the help.

Post Reply