USB C 型无法工作

USB C 型无法工作

我将带有 USB C 型插头的外部数字键盘连接到我的笔记本电脑上,但它不起作用。我已经在运行 Windows 的系统上尝试过数字键盘,效果很好。

我在网上尝试了几种解决方案:

modprobe thunderbolt
modprobe intel-wmi-thunderbolt

即使模块加载成功,USB C 型端口仍然无法工作。

我在跑:

uname -a

Linux 6.0.0-kali6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.0.12-1kali1 (2022-12-19) x86_64 GNU/Linux

插入数字键盘时运行tail -f /var/log/kern.log不会在输出中显示任何内容。

我怎样才能解决这个问题?提前致谢。

很抱歉没有提供更多信息,我不知道在哪里查找,所以如果您需要更多信息,请告诉我要运行什么,我将更新问题。

更新:

lsusb                                                                                                                21:18:47
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 05c8:03a0 Cheng Uei Precision Industry Co., Ltd (Foxlink) HP HD Camera
Bus 001 Device 004: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 001 Device 003: ID 258a:0049 BY Tech Gaming Keyboard
Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

---

lsusb -t                                                                                                             21:18:52
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/12p, 480M
    |__ Port 1: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 2: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 2: Dev 3, If 1, Class=Human Interface Device, Driver=usbhid, 12M
    |__ Port 7: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
    |__ Port 7: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
    |__ Port 9: Dev 5, If 0, Class=Video, Driver=uvcvideo, 480M
    |__ Port 9: Dev 5, If 1, Class=Video, Driver=uvcvideo, 480M
cat /boot/config-6.0.0-kali6-amd64 | grep CONFIG_TYPEC                                                               21:25:56
CONFIG_TYPEC=m
CONFIG_TYPEC_TCPM=m
# CONFIG_TYPEC_TCPCI is not set
CONFIG_TYPEC_FUSB302=m
# CONFIG_TYPEC_WCOVE is not set
CONFIG_TYPEC_UCSI=m
CONFIG_TYPEC_TPS6598X=m
# CONFIG_TYPEC_ANX7411 is not set
# CONFIG_TYPEC_RT1719 is not set
# CONFIG_TYPEC_HD3SS3220 is not set
# CONFIG_TYPEC_STUSB160X is not set
# CONFIG_TYPEC_WUSB3801 is not set
# CONFIG_TYPEC_MUX_FSA4480 is not set
CONFIG_TYPEC_MUX_PI3USB30532=m
# CONFIG_TYPEC_MUX_INTEL_PMC is not set
CONFIG_TYPEC_DP_ALTMODE=m
CONFIG_TYPEC_NVIDIA_ALTMODE=m

lsusbUPDATE2:插入数字键盘之前和之后的输出没有差异。

也尝试过翻转插头,没有运气。

相关内容