由于我升级到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.
lsusb说:
chris@cnb:/var/log$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device
这个问题有点奇怪和复杂。我最近在virtualbox.So上安装了linux,当我运行这个系统时,我可以使用linux system.At从火狐访问网站,同时我可以从windows.But访问网站,问题是当我在终端中输入iwconfig时,我找不到任何wlan接口。我应该像wlan0一样获得一个无线局域网接口,因为我有一个TP LINK network adapter。现在,当我从device>USB中选择我的usb设备时,我从windows.After上断开了互联网连接,这样做的话,我甚至不能从linux.But访问网站,如果我在终端中输入iwconfig,我会得到一个wlan0 in
Problem Statement
在windows服务器中,提供对USB设备的访问是由GFI管理的。在Linux中是否有任何开源工具可以完成同样的工作。我想阻止基于设备类的USB设备。我在找add-on或some set of commands。我希望在Linux服务器中安装外接程序,并根据组提供对客户端系统的访问。
tried out
我看过关于“如何在linux中阻止usb存储设备”的文章。如图所示。
我想重新启动USB调制解调器,就像重新启动时的电源一样,而不需要重新启动,并且在Linux机器上物理地拔出它。我试过这样做:
回波-n 0>-n
回波-n 1>-n
但是我只能切断它,但是第二个命令失败了。提供下列指纹:
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
usb 1-1: new full speed USB device using musb-hdrc and address 4
usb 1-1: device descriptor read/64, error -19
usb 1-1:
我想要使用的外部USB键盘被识别为USB设备,但是当Linux被引导时,它就没有功能了。它在插入Windows桌面时工作,在grub中工作,但在系统启动时不起作用。
该设备可在USB端口上看到(05a4:8003):
$ lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 046d:c078 Lo
我使用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
我想在我的Ubuntu中安装以太网,但是错误消息仍然是这样发生的:
tcpdump: eth0: No such device exists
(SIOCGIFHWADDR: No such device)
root@ubuntu:~# tcpdump -D
1.ens33 [Up, Running]
2.any (Pseudo-device that captures on all interfaces) [Up, Running]
3.lo [Up, Running, Loopback]
4.bluetooth0 (Bluetooth adapter number 0)
5.nflog
我正在尝试为我的Mecer配置NUT,它要求我提供UPS连接到的端口,在NUT ups.conf示例中显示
port = /dev/ttyS1
如何确定UPS USB连接到的端口?
Linux是CentOS 6,它是。
我试着插入它并运行dmesg put --我无法理解输出
usb 1-6: new low speed USB device number 103 using xhci_hcd
usb 1-6: New USB device found, idVendor=0665, idProduct=5161
usb 1-6: New USB device strings: Mfr=1,
手机解锁后,我插上了USB电缆。什么都没发生。dmesg报告:
[190136.646920] usb 1-1: new high-speed USB device number 39 using xhci_hcd
[190136.647031] usb 1-1: Device not responding to setup address.
[190136.851142] usb 1-1: Device not responding to setup address.
[190137.055269] usb 1-1: device not accepting address 39, erro
我正在System76 Galago上运行Artix。当我插入USB设备时,它显示为/dev/usb/003/00X。
示例lsusb输出:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 5986:9102 Acer, Inc BisonCam,NB Pro
Bus 003 Device 002: ID 05dc:a815 Lexar Media, Inc. JumpDrive V10
Bus 003 Device 004: ID 8087:0026 Intel Cor
我正在寻找一种方法,以防止usbcore注册一个新的界面usbhid或其他在“请求”探针后。
C函数Linux内核模块(mUSBdriver.c)
...
static int mUSBdriver_probe(struct usb_interface *interface, const struct usb_device_id *id){
printk(KERN_INFO "mUSBdriver: new USB device PLUGGED!");
return 0; // indicate we will manage this device
我有一个alfa awus036h,但是我不知道如何在ubuntu14.04上安装驱动程序。当设备被插入和无线开关关闭时。这是lsusb的输出。
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 007: ID 0cf3:3004 Atheros Communications
我正在Raspberry Pi 4上运行UbuntuServer22.04。
ubuntu@ubuntu:~$ uname -a
Linux ubuntu 5.15.0-1014-raspi #16-Ubuntu SMP PREEMPT Thu Aug 25 09:50:55 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
我坐的地方无线信号不强。Pi通过以太网连接到路由器。我想分享互联网连接从这个Pi到附近的笔记本电脑(运行UbuntuDesktop22.04)通过USB到以太网适配器连接到Pi。
当我将适配器(StarTech -USB3.0连接到千兆
编辑:我添加了一些来自sudo lsusb和sudo dmesg的附加信息,这是telcoM在下面推荐的。我有一台可以工作的相机,还有一台来自同一家制造商的类似的相机,它在Linux上不工作,但在Windows上工作。
当我把我的摄像头插入USB接口时,它不会被检测为摄像头。
以下是插入相机之前的lsusb输出:
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 0