由于我升级到15.10,我的拇指驱动器不是自动安装时,我插入我的棍子。德梅格里什么都没有。以下是syslog的日志:
Dec 30 07:28:55 thomas-linux-box kernel: [174764.056053] usb 8-1.8: new
full-speed USB device number 10 using ehci-pci
Dec 30 07:28:55 thomas-linux-box kernel: [174764.128031] usb 8-1.8: device descriptor read/64, error -32
Dec 30 07:28:55
我正在尝试编译用于USB转串行设备的Linux驱动程序,但遇到错误
/root/moxa_usb_to_serial/mxu11x0/driver/mxu11x0.c:307: error: ‘usb_serial_probe’ undeclared here (not in a function)
/root/moxa_usb_to_serial/mxu11x0/driver/mxu11x0.c:308: error: ‘usb_serial_disconnect’ undeclared here (not in a function)
我有linux
Linux host 3.10.
当我尝试为我的Silabs USB to UART桥安装驱动程序时,我遇到了一个问题。
我从这里下载了驱动程序:
我正试着把它安装在我的树莓树上,它的内核是3.6.11
在说明中,我可以看到以下内容:
make (your cp2010x driver)
cp cp2010x.ko to /libmodules/<kernel>/kernel/driver/usb/serial
insmod /libmodules/<kernel>/kernel/driver/usb/serial/usbserial.ko
insmod xp2010x.ko
然而,当我尝试调用MAKE
这适用于我的每一个外部HDD,USB3.0端口运行良好。当我在它(2.0)中连接鼠标接收器时,它工作得很好。
lsusb连接到USB2.0
时输出
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:0139 Realtek Semiconductor Corp. RTS5139 Card Reader Controller
Bus 001 Device 003: ID 04f2:b3d8 Chicony Electronics Co., Ltd
Bus 001
除其他外,本教程()和阅读Linux设备驱动程序书中的某些章节时,我无法获得探测函数中的pr_debug()语句来显示dmesg中的任何输出。
这是我的密码:
#include <linux/module.h> /*included for all kernel modules*/
#include <linux/kernel.h> /*included for KERN_DEBUG*/
#include <linux/init.h> /*included for __init and __exit macros*/
#include
我买了一个相当便宜的无线天线,现在不得不在Ubuntu14.04位上安装RT2870驱动程序。
我从它的官方网页下载了驱动程序文件2010_0709_RT2870_Linux_STA_v2.4.0.1,并试图编译它,但我得到了编译错误,我不知道如何克服。
所以,在我发布make之后,这个过程就开始了,过了一段时间,它就以
/home/xxx/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevDetach’:
/home/xxx/Desk
我最近安装了Linux,一切看起来都很好,除了我的USB 3驱动器在插入USB 3时不会挂载,它们甚至不会点亮。它们只在插入USB 2端口时才会安装。然而,我的USB 2设备在USB 3和USB 2中都能很好地工作。AFAIK,USB3.0驱动程序在内核中已经存在多年了,为什么它不能工作呢?我相信我在Fedora 30中也有类似的问题,但是我目前还没有安装它,所以我不能测试它。
我知道的是:
* | Port
|
Device | USB 3 USB 2
----------------
USB 3 | | x
USB 2
我有一个带有嵌入式系统的板,它是基于buildroot的。在"make linux-menuconfig“中,我想为USB-RS232适配器"Moxa UPORT 1110”添加适当的驱动程序。我在"make linux-menuconfig“中做了标记: Device Drivers-> USB support -> USB Serial Converter support-> USB MoxaUPORT Serial Driver 将适配器与设备连接后,linux将无法识别该设备。 当我检查"lsusb“时,我得到: lsusb
Bus
有人建议,这一错误在为我的roswell网络适配器RnX-N180UBE运行install.sh脚本时,是由于这些驱动程序与ubuntu13.04不兼容造成的,是这样的吗,如果是,我能做什么呢?
Authentication requested [root] for make driver:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.8.0-31-generic/build M=/home/user/Desktop/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105 mod
我有一个无线接口,我正在尝试安装他们的Linux驱动程序从这里开始。
当我运行install.sh (我只有CLI)时,我会得到这些错误。我该怎么做呢?这是一台64位的机器。
/home/zeno/RTL8188C_8192C_USB_linux_v4.0.2_9000.20130911/driver/rtl8188C_8192C_usb_linux_v4.0.2_9000.20130911/os_dep/linux/os_intfs.c: In function ârtw_proc_init_oneâ:
/home/zeno/RTL8188C_8192C_USB_linux_v4.0.2_9
我最近带了我的raspberry pi 3型号的B+和我的wifi适配器,它是Realtek RTL8188。
当我插入Raspberry pi时,它不起作用,但在我的Windows 10笔记本电脑上立即工作
(详细资料)终端: lsusb
Bus 001 Device 009: ID 0bda:f179 Realtek Semiconductor Corp.
Bus 001 Device 005: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 007: ID 0424:7800 Standard Microsyste
我使用110 WiFi .它过去运行良好,但是在一些配置更改之后,我破坏了一些东西,现在当我插入dongle时,我在lsusb输出中看到了它,但是wlan0没有被创建,dongle上的led也不亮。
要查什么?
~ > uname -a
Linux Distress 3.2.0-56-generic #86-Ubuntu SMP Wed Oct 23 17:31:43 UTC 2013 i686 i686 i386 GNU/Linux
dmesg显示
[ 667.824095] usb 1-8: new high-speed USB device number 6 using ehci
如dmesg下面所示,检测到USB连接:
[ 1106.391415] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 1106.416995] usb 2-1: New USB device found, idVendor=0e8d, idProduct=7612, bcdDevice= 1.00
[ 1106.417027] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[ 1106.417041] usb 2-1: Product
我有一个宾得PocketJet 3 Plus,我想在我的linux机器上使用,但我找不到一个linux驱动程序,只有windows驱动。我能做些什么来让它发挥作用吗?还是我应该忘记这个想法?
这就是我从dmesg那里得到的:
[ 5562.920208] usb 2-3.4: new full-speed USB device number 17 using ehci-pci
[ 5563.014188] usb 2-3.4: New USB device found, idVendor=0a17, idProduct=3406
[ 5563.014195] usb 2-3.4: New US