实体机是3U的服务器。后面四个口,前面一个口。
USB部分发现两个控制器,不知道usb设备对应哪个,下面是lspci
- +-1a.0 Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #2 [8086:1d2d]
- +-1d.0 Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 [8086:1d26]
复制代码 我看不出来对应哪个控制器,就按顺序写的,用的00:1a.0,下面是我写的。一直写到Port 8,就不重复贴了。
- [Usb Enclosure]
- VENDOR = QNAP
- MODEL = USB
- MAX_PORT_NUM = 9
- USB3_PORT_BITMAP = 0x3FE
- EXT_PORT_NUM = 2
- [Usb Port 1]
- DEV_BUS = B00:D26:F0
- DEV_PORT = 1
- [Usb Port 2]
- DEV_BUS = B00:D26:F0
- DEV_PORT = 2
复制代码 下面是一部分bmesg信息,我插了一个鼠标,一个键盘,还有金士顿的U盘。
- usb 1-1: new high-speed USB device number 2 using ehci-pci
- squashfs: version 4.0 (2009/01/31) Phillip Lougher
- usb 2-1: new high-speed USB device number 2 using ehci-pci
- input: PC Speaker as /devices/platform/pcspkr/input/input2
- hub 1-1:1.0: USB hub found
- hub 1-1:1.0: 6 ports detected
- hub 2-1:1.0: USB hub found
- hub 2-1:1.0: 8 ports detected
- random: fast init done
- EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
- EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
- EXT4-fs (sda7): mounting ext2 file system using the ext4 subsystem
- EXT4-fs (sda7): mounted filesystem without journal. Opts: (null)
- EXT4-fs (sda5): mounting ext2 file system using the ext4 subsystem
- EXT4-fs (sda5): mounted filesystem without journal. Opts: (null)
- usb 1-1.4: new high-speed USB device number 3 using ehci-pci
- usb 2-1.2: new low-speed USB device number 3 using ehci-pci
- EXT4-fs (sda3): mounting ext2 file system using the ext4 subsystem
- EXT4-fs (sda3): mounted filesystem without journal. Opts: (null)
- EXT4-fs (sda6): mounting ext2 file system using the ext4 subsystem
- EXT4-fs (sda6): mounted filesystem without journal. Opts: (null)
- input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:093A:2510.0001/input/input3
- hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:1d.0-1.2/input0
- usb-storage 1-1.4:1.0: USB Mass Storage device detected
- scsi host6: usb-storage 1-1.4:1.0
- usb 2-1.4: new full-speed USB device number 4 using ehci-pci
- input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/0003:046B:FF10.0002/input/input4
- hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.4/input0
- input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.1/0003:046B:FF10.0003/input/input5
- hid-generic 0003:046B:FF10.0003: input,hidraw2: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.4/input1
- usb 2-1.7: new low-speed USB device number 5 using ehci-pci
- input: Chicony HP Elite USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.0/0003:03F0:034A.0004/input/input6
- hid-generic 0003:03F0:034A.0004: input,hidraw3: USB HID v1.10 Keyboard [Chicony HP Elite USB Keyboard] on usb-0000:00:1d.0-1.7/input0
- input: Chicony HP Elite USB Keyboard System Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.1/0003:03F0:034A.0005/input/input7
- input: Chicony HP Elite USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.1/0003:03F0:034A.0005/input/input8
- hid-generic 0003:03F0:034A.0005: input,hidraw4: USB HID v1.10 Device [Chicony HP Elite USB Keyboard] on usb-0000:00:1d.0-1.7/input1
- scsi 6:0:0:0: Direct-Access Kingston DataTraveler 3.0 PMAP PQ: 0 ANSI: 6
- sd 6:0:0:0: Attached scsi generic sg2 type 0
- sd 6:0:0:0: [sdc] 30277632 512-byte logical blocks: (15.5 GB/14.4 GiB)
- sd 6:0:0:0: [sdc] Write Protect is off
- sd 6:0:0:0: [sdc] Mode Sense: 45 00 00 00
- sd 6:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
复制代码
|
|