Changes between Initial Version and Version 3 of Ticket #9414
- Timestamp:
- Feb 5, 2020, 2:51:31 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9414
- Property Component User Interface → Drivers/Input/USB-HID
- Property Owner changed from to
-
Ticket #9414 – Description
initial v3 9 9 '''~> listdev''' 10 10 11 {{{ 11 12 device Serial bus controller (SMBus) [c|5|0] 12 13 vendor 8086: Intel Corporation … … 68 69 vendor 8086: Intel Corporation 69 70 device 0104: 2nd Generation Core Processor Family DRAM Controller 70 71 }}} 71 72 72 73 73 74 '''~> listusb -v''' 75 76 {{{ 74 77 [Device /dev/bus/usb/0/0/2] 75 78 Class .................. 0xef (Miscellaneous) … … 414 417 Port 1 status....... 0503.0000 Connect Enable Power Highspeed 415 418 Port 2 status....... 0100.0000 Power 419 }}} 416 420 417 421 '''~> tail /var/log/syslog''' 422 423 {{{ 418 424 KERN: Mouse device exiting, Device not ready 419 425 KERN: usb hub 29: port 2: new device connected … … 425 431 KERN: Mouse device exiting, Device not ready 426 432 KERN: usb hub 29: port 2: new device connected 433 }}} 427 434 428 435 '''~> listimage | grep drivers''' 436 437 {{{ 429 438 53 /boot/system/add-ons/kernel/drivers/dev/console 0x817cd000 0x817cf000 0 0 430 439 54 /boot/system/add-ons/kernel/drivers/dev/dprintf 0x81671000 0x81672000 0 0 … … 443 452 1802 /boot/system/add-ons/kernel/drivers/dev/audio/hmulti/hda 0xdd7a1000 0xdd7ac000 0 0 444 453 TEAM 3891 (/bin/grep --color=auto drivers): 454 }}}