interested Posted August 28, 2013 Share #1 Posted August 28, 2013 Hi. I have some issues with USB ports (keybord in console not working, UPS not recognized, ... ). I've got a list of All required modules: ehci-hcd.ko etxhci-hcd.ko ohci-hcd.ko - enable support for ups (usb 1.1) uhci-hcd.ko usb-common.ko - usb base driver usb-storage.ko usbcore.ko - usb base driver usbhid.ko xhci-hcd.ko All this modules are included in my folder /bin/modules But if I use command > lsmod SYNOLOGY> lsmod Module Size Used by Tainted: P cifs 210678 0 udf 65535 0 isofs 27971 0 loop 13584 0 nfsd 204612 8195 exportfs 2857 1 nfsd rpcsec_gss_krb5 22034 0 etxhci_hcd 77119 1 xhci_hcd 80202 1 ohci_hcd 17429 0 ehci_hcd 33120 0 bromolow_synobios 32186 0 synoacl_ext4 12967 1 synoacl_vfs 4940 1 btrfs 457847 0 zlib_deflate 17435 1 btrfs libcrc32c 826 1 btrfs hfsplus 72553 0 md4 2950 0 hmac 2719 0 fuse 54797 0 vfat 8035 0 fat 40994 1 vfat aesni_intel 40278 0 cryptd 6634 1 aesni_intel ecryptfs 78809 0 sha512_generic 4537 0 sha256_generic 8524 0 sha1_generic 1699 0 ecb 1737 0 aes_x86_64 7220 1 aesni_intel chainiv 2850 0 des_generic 15403 0 crc32c 2494 1 eseqiv 2339 0 krng 1017 0 ansi_cprng 3313 0 cts 3499 0 rng 1701 4 chainiv,eseqiv,krng,ansi_cprng aes_generic 25546 2 aesni_intel,aes_x86_64 md5 1638 0 cbc 2403 0 cryptomgr 2127 0 pcompress 1221 0 aead 4765 3 aesni_intel,cryptd,cryptomgr crypto_hash 9978 10 cifs,libcrc32c,md4,hmac,cryptd,sha512_generic,sha256_generic,sha1_generic,crc32c,md5 crypto_blkcipher 10914 8 aesni_intel,cryptd,ecryptfs,ecb,chainiv,eseqiv,cts,cbc crypto_wq 679 2 cryptd,chainiv crypto_algapi 9967 18 hmac,aesni_intel,cryptd,ecb,aes_x86_64,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher crypto 5536 18 cifs,nfsd,rpcsec_gss_krb5,libcrc32c,hmac,aesni_intel,cryptd,ecryptfs,ecb,ansi_cprng,cts,rng,cbc,pcompress,aead,crypto_hash,crypto_blkcipher,crypto_algapi be2net 55234 0 ixgbe 114857 0 dca 4226 1 ixgbe mdio 2880 1 ixgbe cpufreq_conservative 4368 0 cpufreq_powersave 798 0 cpufreq_performance 802 8 cpufreq_ondemand 5139 0 acpi_cpufreq 5026 0 mperf 1003 1 acpi_cpufreq processor 24719 1 acpi_cpufreq thermal_sys 12373 1 processor cpufreq_stats 2685 0 freq_table 1944 3 cpufreq_ondemand,acpi_cpufreq,cpufreq_stats dm_snapshot 24290 0 crc_itu_t 1153 1 udf crc_ccitt 1187 0 quota_v2 3319 2 quota_tree 6332 1 quota_v2 usbcore 136103 5 etxhci_hcd,xhci_hcd,ohci_hcd,ehci_hcd sg 20749 0 psnap 1649 0 p8022 899 0 llc 3186 2 psnap,p8022 usb_common 721 1 usbcore ipv6 224403 69 r8168 238220 0 r8101 93691 0 mpt2sas 189720 0 e1000e 188504 0 I do not see these two inside: usb-storage usbhid What these means & what should I check, to address the problem ??? TNX in advance. Link to comment Share on other sites More sharing options...
Trantor Posted August 28, 2013 Share #2 Posted August 28, 2013 uhci-hcd, usb-storage and usbhid modules are not loaded. Connect to SSH and type: insmod /lib/modules/uhci-hcd.ko insmod /lib/modules/usb-storage.ko insmod /lib/modules/usbhid .ko If everything is ok nothing will be display when you hit enter, if not post output here. You can check modules are loaded with lsmod Link to comment Share on other sites More sharing options...
interested Posted August 28, 2013 Author Share #3 Posted August 28, 2013 Here are results after restart: SYNOLOGY> insmod /lib/modules/uhci-hcd.ko SYNOLOGY> insmod /lib/modules/usb-storage.ko SYNOLOGY> insmod /lib/modules/usbhid.ko insmod: can't insert '/lib/modules/usbhid.ko': unknown symbol in module, or unknown parameter SYNOLOGY> lsmod: SYNOLOGY> lsmod Module Size Used by Tainted: P usb_storage 39484 0 uhci_hcd 18455 0 cifs 210678 0 udf 65535 0 isofs 27971 0 loop 13584 0 etxhci_hcd 77119 1 xhci_hcd 80202 1 ohci_hcd 17429 0 ehci_hcd 33120 0 bromolow_synobios 32186 0 synoacl_ext4 12967 1 synoacl_vfs 4940 1 btrfs 457847 0 zlib_deflate 17435 1 btrfs libcrc32c 826 1 btrfs hfsplus 72553 0 md4 2950 0 hmac 2719 0 fuse 54797 0 vfat 8035 0 fat 40994 1 vfat aesni_intel 40278 0 cryptd 6634 1 aesni_intel ecryptfs 78809 0 sha512_generic 4537 0 sha256_generic 8524 0 sha1_generic 1699 0 ecb 1737 0 aes_x86_64 7220 1 aesni_intel chainiv 2850 0 des_generic 15403 0 crc32c 2494 1 eseqiv 2339 0 krng 1017 0 ansi_cprng 3313 0 cts 3499 0 rng 1701 4 chainiv,eseqiv,krng,ansi_cprng aes_generic 25546 2 aesni_intel,aes_x86_64 md5 1638 0 cbc 2403 0 cryptomgr 2127 0 pcompress 1221 0 aead 4765 3 aesni_intel,cryptd,cryptomgr crypto_hash 9978 10 cifs,libcrc32c,md4,hmac,cryptd,sha512_generic,sha256_generic,sha1_generic,crc32c,md5 crypto_blkcipher 10914 8 aesni_intel,cryptd,ecryptfs,ecb,chainiv,eseqiv,cts,cbc crypto_wq 679 2 cryptd,chainiv crypto_algapi 9967 18 hmac,aesni_intel,cryptd,ecb,aes_x86_64,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher crypto 5536 16 cifs,libcrc32c,hmac,aesni_intel,cryptd,ecryptfs,ecb,ansi_cprng,cts,rng,cbc,pcompress,aead,crypto_hash,crypto_blkcipher,crypto_algapi be2net 55234 0 ixgbe 114857 0 dca 4226 1 ixgbe mdio 2880 1 ixgbe cpufreq_conservative 4368 0 cpufreq_powersave 798 0 cpufreq_performance 802 8 cpufreq_ondemand 5139 0 acpi_cpufreq 5026 0 mperf 1003 1 acpi_cpufreq processor 24719 1 acpi_cpufreq thermal_sys 12373 1 processor cpufreq_stats 2685 0 freq_table 1944 3 cpufreq_ondemand,acpi_cpufreq,cpufreq_stats dm_snapshot 24290 0 crc_itu_t 1153 1 udf crc_ccitt 1187 0 quota_v2 3319 2 quota_tree 6332 1 quota_v2 usbcore 136103 7 usb_storage,uhci_hcd,etxhci_hcd,xhci_hcd,ohci_hcd,ehci_hcd sg 20749 0 psnap 1649 0 p8022 899 0 llc 3186 2 psnap,p8022 usb_common 721 1 usbcore ipv6 224403 50 r8168 238220 0 r8101 93691 0 mpt2sas 189720 0 e1000e 188504 0 SYNOLOGY> One more try: SYNOLOGY> insmod /lib/modules/uhci-hcd.ko insmod: can't insert '/lib/modules/uhci-hcd.ko': File exists SYNOLOGY> insmod /lib/modules/usb-storage.ko insmod: can't insert '/lib/modules/usb-storage.ko': File exists SYNOLOGY> insmod /lib/modules/usbhid.ko insmod: can't insert '/lib/modules/usbhid.ko': unknown symbol in module, or unknown parameter SYNOLOGY> What does this mean ??? it seems to me at firs like uhci-hcd.ko and usb-storage.ko are not running, the third one (usbhid.ko) is damaged ??? Link to comment Share on other sites More sharing options...
interested Posted August 30, 2013 Author Share #4 Posted August 30, 2013 4.2.3211-1.2 login as: root root@192.168.1.38's password: BusyBox v1.16.1 (2013-04-16 20:10:08 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. SYNOLOGY> lsmod Module Size Used by Tainted: P cifs 210678 0 udf 65535 0 isofs 27971 0 loop 13584 0 nfsd 204612 127 exportfs 2857 1 nfsd rpcsec_gss_krb5 22034 0 etxhci_hcd 77119 1 xhci_hcd 80202 1 ohci_hcd 17429 0 ehci_hcd 33120 0 bromolow_synobios 32186 0 synoacl_ext4 12967 1 synoacl_vfs 4940 1 btrfs 457847 0 zlib_deflate 17435 1 btrfs libcrc32c 826 1 btrfs hfsplus 72553 0 md4 2950 0 hmac 2719 0 fuse 54797 0 vfat 8035 0 fat 40994 1 vfat aesni_intel 40278 0 cryptd 6634 1 aesni_intel ecryptfs 78809 0 sha512_generic 4537 0 sha256_generic 8524 0 sha1_generic 1699 0 ecb 1737 0 aes_x86_64 7220 1 aesni_intel chainiv 2850 0 des_generic 15403 0 crc32c 2494 1 eseqiv 2339 0 krng 1017 0 ansi_cprng 3313 0 cts 3499 0 rng 1701 4 chainiv,eseqiv,krng,ansi_cprng aes_generic 25546 2 aesni_intel,aes_x86_64 md5 1638 0 cbc 2403 0 cryptomgr 2127 0 pcompress 1221 0 aead 4765 3 aesni_intel,cryptd,cryptomgr crypto_hash 9978 10 cifs,libcrc32c,md4,hmac,cryptd,sha512_generic,sha256_generic,sha1_generic,crc32c,md5 crypto_blkcipher 10914 8 aesni_intel,cryptd,ecryptfs,ecb,chainiv,eseqiv,cts,cbc crypto_wq 679 2 cryptd,chainiv crypto_algapi 9967 18 hmac,aesni_intel,cryptd,ecb,aes_x86_64,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher crypto 5536 18 cifs,nfsd,rpcsec_gss_krb5,libcrc32c,hmac,aesni_intel,cryptd,ecryptfs,ecb,ansi_cprng,cts,rng,cbc,pcompress,aead,crypto_hash,crypto_blkcipher,crypto_algapi be2net 55234 0 ixgbe 114857 0 dca 4226 1 ixgbe mdio 2880 1 ixgbe cpufreq_conservative 4368 0 cpufreq_powersave 798 0 cpufreq_performance 802 8 cpufreq_ondemand 5139 0 acpi_cpufreq 5026 0 mperf 1003 1 acpi_cpufreq processor 24719 1 acpi_cpufreq thermal_sys 12373 1 processor cpufreq_stats 2685 0 freq_table 1944 3 cpufreq_ondemand,acpi_cpufreq,cpufreq_stats dm_snapshot 24290 0 crc_itu_t 1153 1 udf crc_ccitt 1187 0 quota_v2 3319 2 quota_tree 6332 1 quota_v2 usbcore 136103 5 etxhci_hcd,xhci_hcd,ohci_hcd,ehci_hcd sg 20749 0 psnap 1649 0 p8022 899 0 llc 3186 2 psnap,p8022 usb_common 721 1 usbcore ipv6 224403 67 megaraid_sas 80889 0 mpt2sas 189720 0 r8168 238220 0 r8101 93691 0 e1000e 188504 0 SYNOLOGY> SYNOLOGY> insmod /lib/modules/uhci-hcd.ko SYNOLOGY> insmod /lib/modules/usb-storage.ko SYNOLOGY> insmod /lib/modules/usbhid.ko insmod: can't insert '/lib/modules/usbhid.ko': unknown symbol in module, or unknown parameter SYNOLOGY> SYNOLOGY> lsmod Module Size Used by Tainted: P usb_storage 39484 0 uhci_hcd 18455 0 cifs 210678 0 udf 65535 0 isofs 27971 0 loop 13584 0 nfsd 204612 127 exportfs 2857 1 nfsd rpcsec_gss_krb5 22034 0 etxhci_hcd 77119 1 xhci_hcd 80202 1 ohci_hcd 17429 0 ehci_hcd 33120 0 bromolow_synobios 32186 0 synoacl_ext4 12967 1 synoacl_vfs 4940 1 btrfs 457847 0 zlib_deflate 17435 1 btrfs libcrc32c 826 1 btrfs hfsplus 72553 0 md4 2950 0 hmac 2719 0 fuse 54797 0 vfat 8035 0 fat 40994 1 vfat aesni_intel 40278 0 cryptd 6634 1 aesni_intel ecryptfs 78809 0 sha512_generic 4537 0 sha256_generic 8524 0 sha1_generic 1699 0 ecb 1737 0 aes_x86_64 7220 1 aesni_intel chainiv 2850 0 des_generic 15403 0 crc32c 2494 1 eseqiv 2339 0 krng 1017 0 ansi_cprng 3313 0 cts 3499 0 rng 1701 4 chainiv,eseqiv,krng,ansi_cprng aes_generic 25546 2 aesni_intel,aes_x86_64 md5 1638 0 cbc 2403 0 cryptomgr 2127 0 pcompress 1221 0 aead 4765 3 aesni_intel,cryptd,cryptomgr crypto_hash 9978 10 cifs,libcrc32c,md4,hmac,cryptd,sha512_generic,sha256_generic,sha1_generic,crc32c,md5 crypto_blkcipher 10914 8 aesni_intel,cryptd,ecryptfs,ecb,chainiv,eseqiv,cts,cbc crypto_wq 679 2 cryptd,chainiv crypto_algapi 9967 18 hmac,aesni_intel,cryptd,ecb,aes_x86_64,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher crypto 5536 18 cifs,nfsd,rpcsec_gss_krb5,libcrc32c,hmac,aesni_intel,cryptd,ecryptfs,ecb,ansi_cprng,cts,rng,cbc,pcompress,aead,crypto_hash,crypto_blkcipher,crypto_algapi be2net 55234 0 ixgbe 114857 0 dca 4226 1 ixgbe mdio 2880 1 ixgbe cpufreq_conservative 4368 0 cpufreq_powersave 798 0 cpufreq_performance 802 8 cpufreq_ondemand 5139 0 acpi_cpufreq 5026 0 mperf 1003 1 acpi_cpufreq processor 24719 1 acpi_cpufreq thermal_sys 12373 1 processor cpufreq_stats 2685 0 freq_table 1944 3 cpufreq_ondemand,acpi_cpufreq,cpufreq_stats dm_snapshot 24290 0 crc_itu_t 1153 1 udf crc_ccitt 1187 0 quota_v2 3319 2 quota_tree 6332 1 quota_v2 usbcore 136103 7 usb_storage,uhci_hcd,etxhci_hcd,xhci_hcd,ohci_hcd,ehci_hcd sg 20749 0 psnap 1649 0 p8022 899 0 llc 3186 2 psnap,p8022 usb_common 721 1 usbcore ipv6 224403 67 megaraid_sas 80889 0 mpt2sas 189720 0 r8168 238220 0 r8101 93691 0 e1000e 188504 0 messages Aug 30 20:14:34 kernel: [ 25.917408] [] ? usb_hcd_pci_probe+0x203/0x2f6 [usbcore] Aug 30 20:14:34 kernel: [ 25.917503] [] ? xhci_pci_probe+0x27/0xb1 [xhci_hcd] Aug 30 20:14:34 kernel: [ 25.917599] [] ? local_pci_probe+0x12/0x16 Aug 30 20:14:34 kernel: [ 25.917693] [] ? pci_device_probe+0x5b/0x83 Aug 30 20:14:34 kernel: [ 25.917788] [] ? driver_probe_device+0x99/0x11c Aug 30 20:14:34 kernel: [ 25.917883] [] ? driver_probe_device+0x11c/0x11c Aug 30 20:14:34 kernel: [ 25.917976] [] ? __driver_attach+0x45/0x61 Aug 30 20:14:34 kernel: [ 25.918071] [] ? bus_for_each_dev+0x43/0x6e Aug 30 20:14:34 kernel: [ 25.918168] [] ? 0xffffffffa00d0fff Aug 30 20:14:34 kernel: [ 25.918260] [] ? bus_add_driver+0xb2/0x201 Aug 30 20:14:34 kernel: [ 25.918358] [] ? 0xffffffffa00d0fff Aug 30 20:14:34 kernel: [ 25.918450] [] ? driver_register+0x95/0x101 Aug 30 20:14:34 kernel: [ 25.918545] [] ? 0xffffffffa00d0fff Aug 30 20:14:34 kernel: [ 25.918637] [] ? __pci_register_driver+0x4f/0xb0 Aug 30 20:14:34 kernel: [ 25.918729] [] ? 0xffffffffa00d0fff Aug 30 20:14:34 kernel: [ 25.918820] [] ? xhci_hcd_init+0x6/0x22 [xhci_hcd] Aug 30 20:14:34 kernel: [ 25.918912] [] ? do_one_initcall+0x79/0x127 Aug 30 20:14:34 kernel: [ 25.919003] [] ? sys_init_module+0x1039/0x11db Aug 30 20:14:34 kernel: [ 25.919095] [] ? fput+0x175/0x196 Aug 30 20:14:34 kernel: [ 25.919185] [] ? filp_close+0x64/0x6c Aug 30 20:14:34 kernel: [ 25.919275] [] ? ia32_do_call+0x13/0x13 Aug 30 20:14:34 kernel: [ 25.919364] Code: 8f ba 04 00 00 ff c8 4c 8b 7c 24 18 66 89 44 24 4e 0f b7 c0 48 c1 e0 03 49 01 c7 49 8b 17 8b 12 48 8b 74 24 20 48 01 c6 48 8b 06 <8b> 08 83 fa ff 0f 84 82 04 00 00 89 d3 81 e3 e9 ff 00 4e 66 41 Aug 30 20:14:34 kernel: [ 25.921580] RIP [] xhci_hub_control+0x607/0xabf [xhci_hcd] Aug 30 20:14:34 kernel: [ 25.921711] RSP Aug 30 20:14:34 kernel: [ 25.921800] CR2: 0000000200000001 Aug 30 20:14:34 kernel: [ 25.921890] ---[ end trace a8acaabfeaeed11f ]--- Aug 30 20:14:34 synoprint: synoprint.c:92 Failed to clean CUPS USB Printer config.[0x0900 printer_cups_usb_conf_rm_all.c:28] Aug 30 20:14:34 kernel: [ 26.322914] Got empty serial number. Generate serial number from product. Aug 30 20:14:34 kernel: [ 26.581858] Got empty serial number. Generate serial number from product. Aug 30 20:14:34 kernel: [ 26.581958] drivers/usb/core/hub.c (2088) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0 Aug 30 20:14:35 synocheckshare: Fix shares in smb.conf. Aug 30 20:14:37 .updater: updater.c:4225 Start of the updater... Aug 30 20:14:37 .updater: updater.c:3591 Original version number before upgrade: 2661, event: before_service_start Aug 30 20:14:37 .updater: updater_lib.c:126 UpdateUnlinkManUtil, err: 0 Aug 30 20:14:37 .updater: updater_lib.c:142 UpdateUnlinkOldPHPConf, err: 0 Aug 30 20:14:37 .updater: updater_lib.c:165 UpdateCrondConf Aug 30 20:14:37 .updater: update zoneinfo: Brussels Aug 30 20:14:37 .updater: updater.c:2965 update config for version: 3199 Aug 30 20:14:37 .updater: updater.c:2965 update config for version: 3134 Aug 30 20:14:37 .updater: updater.c:2965 update config for version: 3142 Aug 30 20:14:37 .updater: updater.c:2965 update config for version: 3157 Aug 30 20:14:37 .updater: updater.c:2965 update config for version: 3174 Aug 30 20:14:37 .updater: updater.c:2965 update config for version: 3174 Aug 30 20:14:37 .updater: updater.c:2965 update config for version: 3186 Aug 30 20:14:37 .updater: updater.c:2965 update config for version: 3187 Aug 30 20:14:37 .updater: updater.c:2965 update config for version: 3202 Aug 30 20:14:38 synousbdisk: RCClean succeeded Aug 30 20:14:38 synosata: synosata.c:152 no external sata devices granted Aug 30 20:14:39 heartbeatd: heartbeatd.c:157 Heartbeat is not enabled, skip starting Aug 30 20:14:40 ddnsd: IsDDNSEnable(ddnsd.c:2887): All Config are Disable, Stop daemon Aug 30 20:14:43 cupsd[6933]: [conf.c:1893] Filter "pstoraster" not found. Aug 30 20:14:44 synoindexd: pgsql.c (96) Failed to connect to (null), user: admin, pass:xxx, db:mediaserver. (FATAL: invalid page header in block 0 of relation "pg_index" ) Aug 30 20:14:44 synoindexd: database.c (101) Failed to connect to database Aug 30 20:14:44 synoindexd: database.c (1110) Failed to exec [VACUUM FULL ANALYZE]. Aug 30 20:14:44 synoindexd: synoindexd.c:129 vaccuum package db failed: media. Aug 30 20:14:45 synoexternal: write to uart2 error, error=(5)Input/output error Aug 30 20:14:46 kernel: [ 37.875318] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory Aug 30 20:14:46 sm-notify[7422]: Failed to open /var/lib/nfs/sm.bak: No such file or directory Aug 30 20:14:46 synocheckhotspare: synocheckhotspare.c:129 [iNFO] No hotspare config, skip hotspare config check. [0x2000 virtual_space_layer_get.c:98] Aug 30 20:14:47 ssctl: Failed to run PQexec: ERROR: could not open segment 1 of relation 1663/16608/2704 (target block 2040895720): No such file or directory Aug 30 20:14:47 ssctl: Failed to run PQexec: ERROR: could not open segment 1 of relation 1663/16608/2704 (target block 2040895720): No such file or directory Aug 30 20:14:47 ssctl: Failed to run PQexec: ERROR: invalid page header in block 7 of relation "pg_type_typname_nsp_index" Aug 30 20:14:47 avahi-daemon[7671]: Failed to add service 'SYNOLOGY' of type '_http._tcp', ignoring service group (/usr/syno/avahi/services/http.service): Invalid record Aug 30 20:14:49 sstaskqueued: Failed to run PQexec: ERROR: could not open segment 1 of relation 1663/16608/2704 (target block 2040895720): No such file or directory Aug 30 20:14:52 ssrotated: Failed to run PQexec: ERROR: could not access status of transaction 4238553914 DETAIL: Could not open file "pg_clog/0FCA": No such file or directory. Aug 30 20:14:53 scemd: write to uart2 error, error=(5)Input/output error Aug 30 20:14:53 scemd: modules/service.c:178 SCEMD: Failed to put the SysRun light up. Aug 30 20:14:55 scemd: write to uart2 error, error=(5)Input/output error Aug 30 20:14:55 scemd: write to uart2 error, error=(5)Input/output error Aug 30 20:16:34 scemd: scemd.c:423 stop manutild. Aug 30 20:17:27 LogViewer.cgi: SYNOLogChangeSize : logfile /var/log/synosys.log not existed Aug 30 20:17:42 LogViewer.cgi: SYNOLogChangeSize : logfile /var/log/synosys.log not existed Aug 30 20:17:50 pingpong.cgi: pingpong.cpp:69 SLIBRelaydGetServerId failed. Aug 30 20:17:51 reboot.cgi: write to uart2 error, error=(5)Input/output error Aug 30 20:17:51 reboot: init/halt.c (118) syno_poweroff_task start Aug 30 20:17:51 scheduler: scheduler.c (1833) Got signal. Die gracefully. Aug 30 20:17:54 ssrotated: Failed to run PQexec: ERROR: could not access status of transaction 4238553914 DETAIL: Could not open file "pg_clog/0FCA": No such file or directory. Aug 30 20:17:55 pingpong.cgi: pingpong.cpp:69 SLIBRelaydGetServerId failed. Aug 30 20:18:00 findhostd: findhostd.c:113(FHOSTDProcessNameGet) open [/proc/10550/cmdline] fail:(2)[No such file or directory] Aug 30 20:18:00 findhostd: findhostd.c:64(FHOSTDExit) exit on signal[15] Aug 30 20:18:00 root: /usr/syno/etc/rc.d/S98findhostd.sh stop findhostd Aug 30 20:18:00 pingpong.cgi: pingpong.cpp:69 SLIBRelaydGetServerId failed. Aug 30 20:18:14 kernel: [ 245.779350] nfsd: last server has exited, flushing export cache Aug 30 20:18:16 synoexternal: write to uart2 error, error=(5)Input/output error killall: synolunbkp: no process killed Aug 30 20:18:19 root: /usr/syno/etc/rc.d/S40irqbalance.sh stopped irqbalance Aug 30 20:18:22 syslogd exiting Aug 30 20:18:58 syslogd started: BusyBox v1.16.1 Aug 30 20:18:59 spacetool: spacetool.c:2484 [info] Old vg path: [/dev/vg1000], New vg path: [/dev/vg1000], UUID: [nxqczH-dR1w-qONM-BNBY-kDun-IVPr-4kXSgZ] Aug 30 20:18:59 spacetool: spacetool.c:2491 [info] Activate all VG Aug 30 20:18:59 spacetool: spacetool.c:2502 Activate LVM [/dev/vg1000] Aug 30 20:18:59 spacetool: spacetool.c:2525 space: [/dev/vg1000] Aug 30 20:18:59 spacetool: spacetool.c:2553 space: [/dev/vg1000], ndisk: [6] Aug 30 20:19:00 synovspace: virtual_space_conf_check.c:74 [iNFO] No implementation, skip checking configuration of virtual space [HA] Aug 30 20:19:00 synovspace: virtual_space_conf_check.c:74 [iNFO] No implementation, skip checking configuration of virtual space [sNAPSHOT_ORG] Aug 30 20:19:00 synovspace: virtual_space_implement.c:1100 [iNFO] No config, skip it Aug 30 20:19:00 synovspace: virtual_space_implement.c:1265 [iNFO] No SSD Cache space, skip it. Aug 30 20:19:00 synovspace: virtual_space_conf_check.c:78 [iNFO] "PASS" checking configuration of virtual space [FCACHE], app: [1] Aug 30 20:19:00 synovspace: vspace_wrapper_load_all.c:76 [iNFO] No virtual layer above space: [/volume1] / [/dev/vg1000/lv] Aug 30 20:19:06 scemd: scemd.c:167 fan_type=9, raid_type=1, led_type=3, thermal_type=2, diskled_ctrl_type=1, auto_poweron_type=1, dual_power_type=1, usbcopy_type=2, fan_number=2, eunit_pwron_type=2, pis_type=0, rtc_type=3, lcm_type=2, wifi_wps_type=0 Aug 30 20:19:06 scemd: write to uart2 error, error=(5)Input/output error Aug 30 20:19:06 scemd: modules/fan_speed_adjust_common.c:117 Type: INTERNAL Fan Mode: LOW Aug 30 20:19:07 scemd: modules/fan_check_common.c:454 can't read data. Aug 30 20:19:07 scemd: modules/fan_check_common.c:518 can't get ttyS1 data. Aug 30 20:19:07 scemd: modules/raid_sys_volume_check.c:150 MD0 active disks 6, designed disks 12 Aug 30 20:19:07 scemd: modules/raid_sys_volume_check.c:150 MD1 active disks 6, designed disks 12 Aug 30 20:19:07 scemd: modules/disk_hibernation.c:1976 Force hibernation enable, idle minutes 0 Aug 30 20:19:07 scemd: modules/disk_hibernation.c:2008 Eunit Deep sleep timer 0 Aug 30 20:19:07 kernel: [ 17.836228] xhci_hcd 0000:00:14.0: Failed to enable MSI-X Killed Aug 30 20:19:07 kernel: [ 17.836816] BUG: unable to handle kernel NULL pointer dereference at (null) Aug 30 20:19:07 kernel: [ 17.837018] IP: [] xhci_hub_control+0x607/0xabf [xhci_hcd] Aug 30 20:19:07 kernel: [ 17.837144] PGD 4053a6067 PUD 40f16d067 PMD 0 Aug 30 20:19:07 kernel: [ 17.837322] Oops: 0000 [#1] SMP Aug 30 20:19:07 kernel: [ 17.838936] CPU 0 Aug 30 20:19:07 kernel: [ 17.838971] Modules linked in: xhci_hcd(+) ohci_hcd ehci_hcd bromolow_synobios(P) synoacl_ext4(P) synoacl_vfs(P) btrfs zlib_deflate libcrc32c hfsplus md4 hmac fuse vfat fat aesni_intel cryptd ecryptfs sha512_generic sha256_g Aug 30 20:19:07 kernel: [ 17.842010] Aug 30 20:19:07 kernel: [ 17.842094] Pid: 5137, comm: insmod Tainted: P O 3.2.30 #16 ASUS All Series/GRYPHON Z87 Aug 30 20:19:07 kernel: [ 17.842330] RIP: 0010:[] [] xhci_hub_control+0x607/0xabf [xhci_hcd] Aug 30 20:19:07 kernel: [ 17.842511] RSP: 0000:ffff8804059b94d8 EFLAGS: 00010082 Aug 30 20:19:07 kernel: [ 17.842600] RAX: 0000000000000000 RBX: 0000000000000007 RCX: 0000000000000202 Aug 30 20:19:07 kernel: [ 17.842693] RDX: 00000000000002a0 RSI: ffff88040e723470 RDI: ffff88040e098048 Aug 30 20:19:07 kernel: [ 17.842786] RBP: 000000000000000e R08: ffff8804059b95f8 R09: 0000000000000000 Aug 30 20:19:07 kernel: [ 17.842878] R10: 0000000000000000 R11: ffff88040df7b440 R12: 0000000000000008 Aug 30 20:19:07 kernel: [ 17.842971] R13: 0000000000000007 R14: ffff88040e098000 R15: ffff8804059bfd70 Aug 30 20:19:07 kernel: [ 17.843064] FS: 0000000000000000(0000) GS:ffff88041fa00000(0000) knlGS:0000000000000000 Aug 30 20:19:07 kernel: [ 17.843207] CS: 0010 DS: 002b ES: 002b CR0: 000000008005003b Aug 30 20:19:07 kernel: [ 17.843297] CR2: 0000000000000000 CR3: 000000040c54a000 CR4: 00000000001406f0 Aug 30 20:19:07 kernel: [ 17.843390] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 Aug 30 20:19:07 kernel: [ 17.843483] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Aug 30 20:19:07 kernel: [ 17.843576] Process insmod (pid: 5137, threadinfo ffff8804059b8000, task ffff88040e7c6620) Aug 30 20:19:07 kernel: [ 17.843719] Stack: Aug 30 20:19:07 kernel: [ 17.843802] 0000000000000046 ffff88040d694200 0000000000000202 ffff8804059bfd40 Aug 30 20:19:07 kernel: [ 17.844067] ffff88040e723440 ffff88040e098a70 ffff8804059b0000 0000000000000000 Aug 30 20:19:07 kernel: [ 17.844333] ffff88040e098048 0006ffff8102a94f ffff88040df7b440 ffff88040df7b440 Aug 30 20:19:07 kernel: [ 17.844597] Call Trace: Aug 30 20:19:07 kernel: [ 17.844688] [] ? usb_hcd_submit_urb+0x520/0x6bc [usbcore] Aug 30 20:19:07 kernel: [ 17.844784] [] ? usb_hcd_giveback_urb+0x60/0x8e [usbcore] Aug 30 20:19:07 kernel: [ 17.844881] [] ? usb_hcd_submit_urb+0x5bc/0x6bc [usbcore] Aug 30 20:19:07 kernel: [ 17.844976] [] ? wait_for_common+0x26/0x107 Aug 30 20:19:07 kernel: [ 17.845070] [] ? usb_start_wait_urb+0x39/0xa3 [usbcore] Aug 30 20:19:07 kernel: [ 17.845167] [] ? usb_control_msg+0xcd/0xf0 [usbcore] Aug 30 20:19:07 kernel: [ 17.845262] [] ? set_port_feature+0x40/0x45 [usbcore] Aug 30 20:19:07 kernel: [ 17.845357] [] ? hub_power_on+0x38/0x6a [usbcore] Aug 30 20:19:07 kernel: [ 17.845453] [] ? hub_activate+0xb1/0x330 [usbcore] Aug 30 20:19:07 kernel: [ 17.845548] [] ? hub_probe+0x655/0x6a3 [usbcore] Aug 30 20:19:07 kernel: [ 17.845645] [] ? usb_probe_interface+0xbf/0xfa [usbcore] Aug 30 20:19:07 kernel: [ 17.845741] [] ? driver_probe_device+0x99/0x11c Aug 30 20:19:07 kernel: [ 17.845833] [] ? __driver_attach+0x61/0x61 Aug 30 20:19:07 kernel: [ 17.845925] [] ? bus_for_each_drv+0x46/0x77 Aug 30 20:19:07 kernel: [ 17.846017] [] ? device_attach+0x5c/0x73 Aug 30 20:19:07 kernel: [ 17.846109] [] ? bus_probe_device+0x22/0x3b Aug 30 20:19:07 kernel: [ 17.846200] [] ? device_add+0x3d2/0x52d Aug 30 20:19:07 kernel: [ 17.846295] [] ? usb_set_configuration+0x4c2/0x514 [usbcore] Aug 30 20:19:07 kernel: [ 17.846443] [] ? generic_probe+0x48/0x73 [usbcore] Aug 30 20:19:07 kernel: [ 17.846536] [] ? driver_probe_device+0x99/0x11c Aug 30 20:19:07 kernel: [ 17.846629] [] ? __driver_attach+0x61/0x61 Aug 30 20:19:07 kernel: [ 17.846720] [] ? bus_for_each_drv+0x46/0x77 Aug 30 20:19:07 kernel: [ 17.846812] [] ? device_attach+0x5c/0x73 Aug 30 20:19:07 kernel: [ 17.846902] [] ? bus_probe_device+0x22/0x3b Aug 30 20:19:07 kernel: [ 17.846994] [] ? device_add+0x3d2/0x52d Aug 30 20:19:07 kernel: [ 17.847088] [] ? usb_new_device+0x304/0x34d [usbcore] Aug 30 20:19:07 kernel: [ 17.847184] [] ? usb_add_hcd+0x3e1/0x5a3 [usbcore] Aug 30 20:19:07 kernel: [ 17.847280] [] ? usb_hcd_pci_probe+0x203/0x2f6 [usbcore] Aug 30 20:19:07 kernel: [ 17.847376] [] ? xhci_pci_probe+0x27/0xb1 [xhci_hcd] Aug 30 20:19:07 kernel: [ 17.847470] [] ? local_pci_probe+0x12/0x16 Aug 30 20:19:07 kernel: [ 17.847562] [] ? pci_device_probe+0x5b/0x83 Aug 30 20:19:07 kernel: [ 17.847654] [] ? driver_probe_device+0x99/0x11c Aug 30 20:19:07 kernel: [ 17.847746] [] ? driver_probe_device+0x11c/0x11c Aug 30 20:19:07 kernel: [ 17.847838] [] ? __driver_attach+0x45/0x61 Aug 30 20:19:07 kernel: [ 17.847930] [] ? bus_for_each_dev+0x43/0x6e Aug 30 20:19:07 kernel: [ 17.848022] [] ? 0xffffffffa00d0fff Aug 30 20:19:07 kernel: [ 17.848112] [] ? bus_add_driver+0xb2/0x201 Aug 30 20:19:07 kernel: [ 17.848204] [] ? 0xffffffffa00d0fff Aug 30 20:19:07 kernel: [ 17.848294] [] ? driver_register+0x95/0x101 Aug 30 20:19:07 kernel: [ 17.848386] [] ? 0xffffffffa00d0fff Aug 30 20:19:07 kernel: [ 17.848476] [] ? __pci_register_driver+0x4f/0xb0 Aug 30 20:19:07 kernel: [ 17.848569] [] ? 0xffffffffa00d0fff Aug 30 20:19:07 kernel: [ 17.848662] [] ? xhci_hcd_init+0x6/0x22 [xhci_hcd] Aug 30 20:19:07 kernel: [ 17.848755] [] ? do_one_initcall+0x79/0x127 Aug 30 20:19:07 kernel: [ 17.848848] [] ? sys_init_module+0x1039/0x11db Aug 30 20:19:07 kernel: [ 17.848940] [] ? fput+0x175/0x196 Aug 30 20:19:07 kernel: [ 17.849031] [] ? filp_close+0x64/0x6c Aug 30 20:19:07 kernel: [ 17.849123] [] ? ia32_do_call+0x13/0x13 Aug 30 20:19:07 kernel: [ 17.849214] Code: 8f ba 04 00 00 ff c8 4c 8b 7c 24 18 66 89 44 24 4e 0f b7 c0 48 c1 e0 03 49 01 c7 49 8b 17 8b 12 48 8b 74 24 20 48 01 c6 48 8b 06 <8b> 08 83 fa ff 0f 84 82 04 00 00 89 d3 81 e3 e9 ff 00 4e 66 41 Aug 30 20:19:07 kernel: [ 17.851463] RIP [] xhci_hub_control+0x607/0xabf [xhci_hcd] Aug 30 20:19:07 kernel: [ 17.851590] RSP Aug 30 20:19:07 kernel: [ 17.851677] CR2: 0000000000000000 Aug 30 20:19:07 kernel: [ 17.851763] ---[ end trace e608b7e0f666f81f ]--- Aug 30 20:19:07 scemd: modules/scemd_connector.c:103 scemd connector thread start. Aug 30 20:19:07 scemd: enclosure_list_enum.c:43 SYNOEnclosureExpanderEnum() failed. [0x0D00] Aug 30 20:19:07 scemd: enclosure_enum_by_valid_link.c:589 Fail to SYNOEnclosureListEnum(). Aug 30 20:19:07 scemd: net_wol_enable.c:168 Failed to disable wake-on-lan Aug 30 20:19:07 scemd: modules/net.c:139 failed to disable WOL. Interface [eth1] Aug 30 20:19:07 scemd: net_wol_enable.c:168 Failed to disable wake-on-lan Aug 30 20:19:07 scemd: modules/net.c:139 failed to disable WOL. Interface [eth2] Aug 30 20:19:07 scemd: net_wol_enable.c:168 Failed to disable wake-on-lan Aug 30 20:19:07 scemd: modules/net.c:139 failed to disable WOL. Interface [eth3] Aug 30 20:19:07 scemd: net_wol_enable.c:163 Failed to set wake-on-lan Aug 30 20:19:07 scemd: modules/net.c:148 failed to enable WOL. Interface [eth0] Aug 30 20:19:07 scemd: scemd.c:167 fan_type=9, raid_type=1, led_type=3, thermal_type=2, diskled_ctrl_type=1, auto_poweron_type=1, dual_power_type=1, usbcopy_type=2, fan_number=2, eunit_pwron_type=2, pis_type=0, rtc_type=3, lcm_type=2, wifi_wps_type=0 Aug 30 20:19:07 scemd: scemd.c:366 WIFI/WPS button is not support on this model. Aug 30 20:19:08 synoprint: synoprint.c:92 Failed to clean CUPS USB Printer config.[0x0900 printer_cups_usb_conf_rm_all.c:28] Aug 30 20:19:08 kernel: [ 18.263620] Got empty serial number. Generate serial number from product. Aug 30 20:19:08 kernel: [ 18.522564] Got empty serial number. Generate serial number from product. Aug 30 20:19:08 kernel: [ 18.522664] drivers/usb/core/hub.c (2088) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0 Aug 30 20:19:09 synocheckshare: Fix shares in smb.conf. Aug 30 20:19:11 synousbdisk: RCClean succeeded Aug 30 20:19:11 synosata: synosata.c:152 no external sata devices granted Aug 30 20:19:13 heartbeatd: heartbeatd.c:157 Heartbeat is not enabled, skip starting Aug 30 20:19:13 ddnsd: IsDDNSEnable(ddnsd.c:2887): All Config are Disable, Stop daemon Aug 30 20:19:16 cupsd[6371]: [conf.c:1893] Filter "pstoraster" not found. Aug 30 20:19:18 synoindexd: pgsql.c (96) Failed to connect to (null), user: admin, pass:xxx, db:mediaserver. (FATAL: invalid page header in block 0 of relation "pg_index" ) Aug 30 20:19:18 synoindexd: database.c (101) Failed to connect to database Aug 30 20:19:18 synoindexd: database.c (1110) Failed to exec [VACUUM FULL ANALYZE]. Aug 30 20:19:18 synoindexd: synoindexd.c:129 vaccuum package db failed: media. Aug 30 20:19:18 synoexternal: write to uart2 error, error=(5)Input/output error Aug 30 20:19:19 kernel: [ 29.469449] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory Aug 30 20:19:19 sm-notify[6860]: Failed to open /var/lib/nfs/sm.bak: No such file or directory Aug 30 20:19:20 synocheckhotspare: synocheckhotspare.c:129 [iNFO] No hotspare config, skip hotspare config check. [0x2000 virtual_space_layer_get.c:98] Aug 30 20:19:21 ssctl: Failed to run PQexec: ERROR: could not open segment 1 of relation 1663/16608/2704 (target block 2040895720): No such file or directory Aug 30 20:19:21 avahi-daemon[7119]: Failed to add service 'SYNOLOGY' of type '_http._tcp', ignoring service group (/usr/syno/avahi/services/http.service): Invalid record Aug 30 20:19:21 ssctl: Failed to run PQexec: ERROR: could not open segment 1 of relation 1663/16608/2704 (target block 2040895720): No such file or directory Aug 30 20:19:21 ssctl: Failed to run PQexec: ERROR: invalid page header in block 7 of relation "pg_type_typname_nsp_index" Aug 30 20:19:22 synologset1: SYNOLogChangeSize : logfile /var/log/synoconn.log not existed Aug 30 20:19:23 sstaskqueued: Failed to run PQexec: ERROR: could not open segment 1 of relation 1663/16608/2704 (target block 2040895720): No such file or directory Aug 30 20:19:26 ssrotated: Failed to run PQexec: ERROR: could not access status of transaction 4238553914 DETAIL: Could not open file "pg_clog/0FCA": No such file or directory. Aug 30 20:19:27 scemd: write to uart2 error, error=(5)Input/output error Aug 30 20:19:27 scemd: modules/service.c:178 SCEMD: Failed to put the SysRun light up. Aug 30 20:19:28 scemd: write to uart2 error, error=(5)Input/output error Aug 30 20:19:28 scemd: write to uart2 error, error=(5)Input/output error Aug 30 20:21:08 scemd: scemd.c:423 stop manutild. Aug 30 20:22:53 kernel: [ 243.049703] usbhid: Unknown symbol hid_output_report (err 0) Aug 30 20:22:53 kernel: [ 243.049828] usbhid: Unknown symbol hid_unregister_driver (err 0) Aug 30 20:22:53 kernel: [ 243.049952] usbhid: Unknown symbol __hid_register_driver (err 0) Aug 30 20:22:53 kernel: [ 243.050056] usbhid: Unknown symbol hid_allocate_device (err 0) Aug 30 20:22:53 kernel: [ 243.050156] usbhid: Unknown symbol hid_destroy_device (err 0) Aug 30 20:22:53 kernel: [ 243.050315] usbhid: Unknown symbol hid_set_field (err 0) Aug 30 20:22:53 kernel: [ 243.050422] usbhid: Unknown symbol hid_check_keys_pressed (err 0) Aug 30 20:22:53 kernel: [ 243.050549] usbhid: Unknown symbol hid_input_report (err 0) Aug 30 20:22:53 kernel: [ 243.050647] usbhid: Unknown symbol hid_debug (err 0) Aug 30 20:22:53 kernel: [ 243.050765] usbhid: Unknown symbol hidinput_find_field (err 0) Aug 30 20:22:53 kernel: [ 243.050866] usbhid: Unknown symbol hid_parse_report (err 0) Aug 30 20:22:53 kernel: [ 243.050974] usbhid: Unknown symbol hid_add_device (err 0) Aug 30 20:22:55 synorelayd: stop failed, start again killall: synolunbkp: no process killed Aug 30 20:22:56 avahi-daemon[9153]: Failed to add service 'SYNOLOGY' of type '_http._tcp', ignoring service group (/usr/syno/avahi/services/http.service): Invalid record Aug 30 20:23:00 minissdpd[9257]: MiniSSDPd is already running. EXITING Aug 30 20:23:02 ssrotated: Failed to run PQexec: ERROR: could not access status of transaction 4238553914 DETAIL: Could not open file "pg_clog/0FCA": No such file or directory. Aug 30 20:23:08 ssctl: Failed to run PQexec: ERROR: could not open segment 1 of relation 1663/16608/2704 (target block 2040895720): No such file or directory Aug 30 20:23:08 ssctl: Failed to run PQexec: ERROR: could not open segment 1 of relation 1663/16608/2704 (target block 2040895720): No such file or directory Aug 30 20:23:08 ssctl: Failed to run PQexec: ERROR: invalid page header in block 7 of relation "pg_type_typname_nsp_index" Aug 30 20:23:10 sstaskqueued: Failed to run PQexec: ERROR: could not open segment 1 of relation 1663/16608/2704 (target block 2040895720): No such file or directory Aug 30 20:23:12 ssrotated: Failed to run PQexec: ERROR: could not access status of transaction 4238553914 DETAIL: Could not open file "pg_clog/0FCA": No such file or directory. Aug 30 20:33:12 ssrotated: Failed to run PQexec: ERROR: invalid page header in block 7 of relation "pg_type_typname_nsp_index" Aug 30 20:33:12 ssrotated: Failed to run PQexec: ERROR: invalid page header in block 7 of relation "pg_type_typname_nsp_index" Aug 30 20:33:12 ssrotated: Failed to run PQexec: ERROR: invalid page header in block 7 of relation "pg_type_typname_nsp_index" Aug 30 20:33:12 ssrotated: Failed to run PQexec: ERROR: could not access status of transaction 4238553914 DETAIL: Could not open file "pg_clog/0FCA": No such file or directory. Link to comment Share on other sites More sharing options...
Trantor Posted August 31, 2013 Share #5 Posted August 31, 2013 You can't insmod usbhid.ko because it depend on hid.ko. You must first insmod /lib/modules/hid.ko and then insmod /lib/modules/usbhid.ko I hope this will finally solve your issue Link to comment Share on other sites More sharing options...
interested Posted August 31, 2013 Author Share #6 Posted August 31, 2013 I did try it ... lsmod (before) SYNOLOGY> lsmod Module Size Used by Tainted: P cifs 210678 0 udf 65535 0 isofs 27971 0 loop 13584 0 nfsd 204612 127 exportfs 2857 1 nfsd rpcsec_gss_krb5 22034 0 etxhci_hcd 77119 1 xhci_hcd 80202 1 ohci_hcd 17429 0 ehci_hcd 33120 0 bromolow_synobios 32186 0 synoacl_ext4 12967 1 synoacl_vfs 4940 1 btrfs 457847 0 zlib_deflate 17435 1 btrfs libcrc32c 826 1 btrfs hfsplus 72553 0 md4 2950 0 hmac 2719 0 fuse 54797 0 vfat 8035 0 fat 40994 1 vfat aesni_intel 40278 0 cryptd 6634 1 aesni_intel ecryptfs 78809 0 sha512_generic 4537 0 sha256_generic 8524 0 sha1_generic 1699 0 ecb 1737 0 aes_x86_64 7220 1 aesni_intel chainiv 2850 0 des_generic 15403 0 crc32c 2494 1 eseqiv 2339 0 krng 1017 0 ansi_cprng 3313 0 cts 3499 0 rng 1701 4 chainiv,eseqiv,krng,ansi_cprng aes_generic 25546 2 aesni_intel,aes_x86_64 md5 1638 0 cbc 2403 0 cryptomgr 2127 0 pcompress 1221 0 aead 4765 3 aesni_intel,cryptd,cryptomgr crypto_hash 9978 10 cifs,libcrc32c,md4,hmac,cryptd,sha512_generic,sha256_generic,sha1_generic,crc32c,md5 crypto_blkcipher 10914 8 aesni_intel,cryptd,ecryptfs,ecb,chainiv,eseqiv,cts,cbc crypto_wq 679 2 cryptd,chainiv crypto_algapi 9967 18 hmac,aesni_intel,cryptd,ecb,aes_x86_64,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher crypto 5536 18 cifs,nfsd,rpcsec_gss_krb5,libcrc32c,hmac,aesni_intel,cryptd,ecryptfs,ecb,ansi_cprng,cts,rng,cbc,pcompress,aead,crypto_hash,crypto_blkcipher,crypto_algapi be2net 55234 0 ixgbe 114857 0 dca 4226 1 ixgbe mdio 2880 1 ixgbe cpufreq_conservative 4368 0 cpufreq_powersave 798 0 cpufreq_performance 802 8 cpufreq_ondemand 5139 0 acpi_cpufreq 5026 0 mperf 1003 1 acpi_cpufreq processor 24719 1 acpi_cpufreq thermal_sys 12373 1 processor cpufreq_stats 2685 0 freq_table 1944 3 cpufreq_ondemand,acpi_cpufreq,cpufreq_stats dm_snapshot 24290 0 crc_itu_t 1153 1 udf crc_ccitt 1187 0 quota_v2 3319 2 quota_tree 6332 1 quota_v2 usbcore 136103 5 etxhci_hcd,xhci_hcd,ohci_hcd,ehci_hcd sg 20749 0 psnap 1649 0 p8022 899 0 llc 3186 2 psnap,p8022 usb_common 721 1 usbcore ipv6 224403 74 megaraid_sas 80889 0 mpt2sas 189720 0 r8168 238220 0 r8101 93691 0 e1000e 188504 0 insmod /lib/modules/hid.ko insmod /lib/modules/usbhid.ko insmod /lib/modules/usb-storage.ko lsmod (after) SYNOLOGY> lsmod Module Size Used by Tainted: P usb_storage 39484 0 usbhid 21174 0 hid 41820 1 usbhid cifs 210678 0 udf 65535 0 isofs 27971 0 loop 13584 0 nfsd 204612 127 exportfs 2857 1 nfsd rpcsec_gss_krb5 22034 0 etxhci_hcd 77119 1 xhci_hcd 80202 1 ohci_hcd 17429 0 ehci_hcd 33120 0 bromolow_synobios 32186 0 synoacl_ext4 12967 1 synoacl_vfs 4940 1 btrfs 457847 0 zlib_deflate 17435 1 btrfs libcrc32c 826 1 btrfs hfsplus 72553 0 md4 2950 0 hmac 2719 0 fuse 54797 0 vfat 8035 0 fat 40994 1 vfat aesni_intel 40278 0 cryptd 6634 1 aesni_intel ecryptfs 78809 0 sha512_generic 4537 0 sha256_generic 8524 0 sha1_generic 1699 0 ecb 1737 0 aes_x86_64 7220 1 aesni_intel chainiv 2850 0 des_generic 15403 0 crc32c 2494 1 eseqiv 2339 0 krng 1017 0 ansi_cprng 3313 0 cts 3499 0 rng 1701 4 chainiv,eseqiv,krng,ansi_cprng aes_generic 25546 2 aesni_intel,aes_x86_64 md5 1638 0 cbc 2403 0 cryptomgr 2127 0 pcompress 1221 0 aead 4765 3 aesni_intel,cryptd,cryptomgr crypto_hash 9978 10 cifs,libcrc32c,md4,hmac,cryptd,sha512_generic,sha256_generic,sha1_generic,crc32c,md5 crypto_blkcipher 10914 8 aesni_intel,cryptd,ecryptfs,ecb,chainiv,eseqiv,cts,cbc crypto_wq 679 2 cryptd,chainiv crypto_algapi 9967 18 hmac,aesni_intel,cryptd,ecb,aes_x86_64,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher crypto 5536 18 cifs,nfsd,rpcsec_gss_krb5,libcrc32c,hmac,aesni_intel,cryptd,ecryptfs,ecb,ansi_cprng,cts,rng,cbc,pcompress,aead,crypto_hash,crypto_blkcipher,crypto_algapi be2net 55234 0 ixgbe 114857 0 dca 4226 1 ixgbe mdio 2880 1 ixgbe cpufreq_conservative 4368 0 cpufreq_powersave 798 0 cpufreq_performance 802 8 cpufreq_ondemand 5139 0 acpi_cpufreq 5026 0 mperf 1003 1 acpi_cpufreq processor 24719 1 acpi_cpufreq thermal_sys 12373 1 processor cpufreq_stats 2685 0 freq_table 1944 3 cpufreq_ondemand,acpi_cpufreq,cpufreq_stats dm_snapshot 24290 0 crc_itu_t 1153 1 udf crc_ccitt 1187 0 quota_v2 3319 2 quota_tree 6332 1 quota_v2 usbcore 136103 7 usb_storage,usbhid,etxhci_hcd,xhci_hcd,ohci_hcd,ehci_hcd sg 20749 0 psnap 1649 0 p8022 899 0 llc 3186 2 psnap,p8022 usb_common 721 1 usbcore ipv6 224403 74 megaraid_sas 80889 0 mpt2sas 189720 0 r8168 238220 0 r8101 93691 0 e1000e 188504 0 after restart, all three disappear again ??? Which one is needed for UPS ??? Link to comment Share on other sites More sharing options...
Trantor Posted August 31, 2013 Share #7 Posted August 31, 2013 When you load all these modules, did you get USB working ? If yes (great news) you can make simple script to insmod these module on boot ohci_hcd module is needed for UPS support. Link to comment Share on other sites More sharing options...
interested Posted August 31, 2013 Author Share #8 Posted August 31, 2013 When you load all these modules, did you get USB working ? No, I still doent see any USB. I have put in 3x USB + SD Card. I suppose it does not matter in which format is it ??? Could it be, becouse I have already 6xdisk & there is no more space ??? lsmod (maybe something is still missing) SYNOLOGY> lsmod Module Size Used by Tainted: P uhci_hcd 18455 0 usb_storage 39484 0 usbhid 21174 0 hid 41820 1 usbhid cifs 210678 0 udf 65535 0 isofs 27971 0 loop 13584 0 nfsd 204612 8195 exportfs 2857 1 nfsd rpcsec_gss_krb5 22034 0 etxhci_hcd 77119 1 xhci_hcd 80202 1 ohci_hcd 17429 0 ehci_hcd 33120 0 bromolow_synobios 32186 0 synoacl_ext4 12967 1 synoacl_vfs 4940 1 btrfs 457847 0 zlib_deflate 17435 1 btrfs libcrc32c 826 1 btrfs hfsplus 72553 0 md4 2950 0 hmac 2719 0 fuse 54797 0 vfat 8035 0 fat 40994 1 vfat aesni_intel 40278 0 cryptd 6634 1 aesni_intel ecryptfs 78809 0 sha512_generic 4537 0 sha256_generic 8524 0 sha1_generic 1699 0 ecb 1737 0 aes_x86_64 7220 1 aesni_intel chainiv 2850 0 des_generic 15403 0 crc32c 2494 1 eseqiv 2339 0 krng 1017 0 ansi_cprng 3313 0 cts 3499 0 rng 1701 4 chainiv,eseqiv,krng,ansi_cprng aes_generic 25546 2 aesni_intel,aes_x86_64 md5 1638 0 cbc 2403 0 cryptomgr 2127 0 pcompress 1221 0 aead 4765 3 aesni_intel,cryptd,cryptomgr crypto_hash 9978 10 cifs,libcrc32c,md4,hmac,cryptd,sha512_generic,sha256_generic,sha1_generic,crc32c,md5 crypto_blkcipher 10914 8 aesni_intel,cryptd,ecryptfs,ecb,chainiv,eseqiv,cts,cbc crypto_wq 679 2 cryptd,chainiv crypto_algapi 9967 18 hmac,aesni_intel,cryptd,ecb,aes_x86_64,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher crypto 5536 18 cifs,nfsd,rpcsec_gss_krb5,libcrc32c,hmac,aesni_intel,cryptd,ecryptfs,ecb,ansi_cprng,cts,rng,cbc,pcompress,aead,crypto_hash,crypto_blkcipher,crypto_algapi be2net 55234 0 ixgbe 114857 0 dca 4226 1 ixgbe mdio 2880 1 ixgbe cpufreq_conservative 4368 0 cpufreq_powersave 798 0 cpufreq_performance 802 8 cpufreq_ondemand 5139 0 acpi_cpufreq 5026 0 mperf 1003 1 acpi_cpufreq processor 24719 1 acpi_cpufreq thermal_sys 12373 1 processor cpufreq_stats 2685 0 freq_table 1944 3 cpufreq_ondemand,acpi_cpufreq,cpufreq_stats dm_snapshot 24290 0 crc_itu_t 1153 1 udf crc_ccitt 1187 0 quota_v2 3319 2 quota_tree 6332 1 quota_v2 usbcore 136103 8 uhci_hcd,usb_storage,usbhid,etxhci_hcd,xhci_hcd,ohci_hcd,ehci_hcd sg 20749 0 psnap 1649 0 p8022 899 0 llc 3186 2 psnap,p8022 usb_common 721 1 usbcore ipv6 224403 70 megaraid_sas 80889 0 mpt2sas 189720 0 r8168 238220 0 r8101 93691 0 e1000e 188504 0 Link to comment Share on other sites More sharing options...
interested Posted September 1, 2013 Author Share #9 Posted September 1, 2013 log (messages): Aug 30 20:19:08 kernel: [ 18.522664] drivers/usb/core/hub.c (2088) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0 in Which file ??? Link to comment Share on other sites More sharing options...
fonix232 Posted September 1, 2013 Share #10 Posted September 1, 2013 Yes, I was looking at the same line. Seems to be a malfunction of the USB controller's driver, all the devices get the same serial, then it fails. What kind of USB controller are you using? I presume, the motherboard's built-in one, right? Link to comment Share on other sites More sharing options...
interested Posted September 1, 2013 Author Share #11 Posted September 1, 2013 Yes, I was looking at the same line. Seems to be a malfunction of the USB controller's driver, all the devices get the same serial, then it fails.What kind of USB controller are you using? I presume, the motherboard's built-in one, right? I am using motherboard's built-in one ... This is somehow broken with 4.2 (all ver.) USB & UPS on 4.1.2668_1.3a from Trantor works. I did try a clean install today with 4.2.3211_1.2 but without any luck. fonix232, please tell me how can I locate this Issues ??? If needed: - I can start run Ubuntu from my storage card on this machine. - I can put one disk inside and install 4.1.2668_1.3a again - on my second PC I have VM version 4.1.2668_1.3a, I can search for the file & compare it. Link to comment Share on other sites More sharing options...
fonix232 Posted September 1, 2013 Share #12 Posted September 1, 2013 Yes, I was looking at the same line. Seems to be a malfunction of the USB controller's driver, all the devices get the same serial, then it fails.What kind of USB controller are you using? I presume, the motherboard's built-in one, right? I am using motherboard's built-in one ... This is somehow broken with 4.2 (all ver.) USB & UPS on 4.1.2668_1.3a from Trantor works. I did try a clean install today with 4.2.3211_1.2 but without any luck. fonix232, please tell me how can I locate this Issues ??? If needed: - I can start run Ubuntu from my storage card on this machine. - I can put one disk inside and install 4.1.2668_1.3a again - on my second PC I have VM version 4.1.2668_1.3a, I can search for the file & compare it. You could try running Ubuntu and checking for the USB devices. The driver name and version should be available somewhere, unfortunately I do not know where off the top of my head, but I believe Trantor might know the answer. Check if it works properly with Ubuntu, if it does, check driver version, then compare with 4.2. After that, the driver must be fixed to work with your controller properly. If it does not work, try another version of Ubuntu, and if that won't work either, I'd suggest contacting Asus. Link to comment Share on other sites More sharing options...
interested Posted September 1, 2013 Author Share #13 Posted September 1, 2013 modinfo hid filename: /lib/modules/3.8.0-19-generic/kernel/drivers/hid/hid.ko license: GPL author: Jiri Kosina author: Vojtech Pavlik author: Andreas Gal srcversion: 95B34EF23908E513881D8CB depends: intree: Y vermagic: 3.8.0-19-generic SMP mod_unload modversions parm: ignore_special_drivers:int parm: debug:toggle HID debugging messages (int) modinfo usbhid filename: /lib/modules/3.8.0-19-generic/kernel/drivers/hid/usbhid/usbhid.ko license: GPL description: USB HID core driver author: Jiri Kosina author: Vojtech Pavlik author: Andreas Gal srcversion: 0160BC33EE142C015CCC99C alias: usb:v*p*d*dc*dsc*dp*ic03isc*ip*in* depends: hid intree: Y vermagic: 3.8.0-19-generic SMP mod_unload modversions parm: mousepoll:Polling interval of mice (uint) parm: ignoreled:Autosuspend with active leds (uint) parm: quirks:Add/modify USB HID quirks by specifying quirks=vendorID:productID:quirks where vendorID, productID, and quirks are all in 0x-prefixed hex (array of charp) modinfo usb_storage filename: /lib/modules/3.8.0-19-generic/kernel/drivers/usb/storage/usb-storage.ko license: GPL description: USB Mass Storage driver for Linux author: Matthew Dharm srcversion: 4A4B5C362BFD8DB4C51FDDE alias: usb:v*p*d*dc*dsc*dp*ic08isc06ip50in* alias: usb:v*p*d*dc*dsc*dp*ic08isc05ip50in* alias: usb:v*p*d*dc*dsc*dp*ic08isc04ip50in* alias: usb:v*p*d*dc*dsc*dp*ic08isc03ip50in* alias: usb:v*p*d*dc*dsc*dp*ic08isc02ip50in* alias: usb:v*p*d*dc*dsc*dp*ic08isc01ip50in* alias: usb:v*p*d*dc*dsc*dp*ic08isc06ip00in* alias: usb:v*p*d*dc*dsc*dp*ic08isc05ip00in* alias: usb:v*p*d*dc*dsc*dp*ic08isc04ip00in* alias: usb:v*p*d*dc*dsc*dp*ic08isc03ip00in* alias: usb:v*p*d*dc*dsc*dp*ic08isc02ip00in* alias: usb:v*p*d*dc*dsc*dp*ic08isc01ip00in* alias: usb:v*p*d*dc*dsc*dp*ic08isc06ip01in* alias: usb:v*p*d*dc*dsc*dp*ic08isc05ip01in* alias: usb:v*p*d*dc*dsc*dp*ic08isc04ip01in* alias: usb:v*p*d*dc*dsc*dp*ic08isc03ip01in* alias: usb:v*p*d*dc*dsc*dp*ic08isc02ip01in* alias: usb:v*p*d*dc*dsc*dp*ic08isc01ip01in* alias: usb:vED10p7636d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:vED06p4500d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:vC251p4003d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v4146pBA01d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v4102p1059d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v4102p1020d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v3340pFFFFd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v2735p100Bd*dc*dsc*dp*ic*isc*ip*in* alias: usb:v22B8p6426d0101dc*dsc*dp*ic*isc*ip*in* alias: usb:v22B8p3010d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v2116p0320d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v1E74p4621d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v1E68p001Bd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v1B1Cp1AB5d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v1908p3335d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v1908p1320d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v1908p1315d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v177Fp0400d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v1652p6600d0201dc*dsc*dp*ic*isc*ip*in* alias: usb:v152Dp2329d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v14CDp6600d0201dc*dsc*dp*ic*isc*ip*in* alias: usb:v13FEp3600d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v1370p6828d0110dc*dsc*dp*ic*isc*ip*in* alias: usb:v132Bp000Bd0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p143Fd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p143Ed0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p143Dd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p143Cd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p143Bd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p143Ad0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1439d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1438d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1437d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1436d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1435d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1434d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1433d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1432d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1431d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1430d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p142Fd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p142Ed0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p142Dd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p142Cd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p142Bd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p142Ad0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1429d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1428d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1427d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1426d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1425d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1424d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1423d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1422d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1421d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1420d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p141Fd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p141Ed0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p141Dd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p141Cd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p141Bd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p141Ad0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1419d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1418d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1417d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1416d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1415d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1414d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1413d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1412d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1411d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1410d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p140Fd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p140Ed0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p140Dd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p140Cd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p140Bd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p140Ad0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1409d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1408d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1407d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1406d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1405d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1404d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1403d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1402d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1401d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1004d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1003d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v12D1p1001d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v1210p0003d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v1199p0FFFd*dc*dsc*dp*ic*isc*ip*in* alias: usb:v1186p3E04d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v10D6p2200d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v1058p070Ad*dc*dsc*dp*ic*isc*ip*in* alias: usb:v1058p0704d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v1019p0C55d00*dc*dsc*dp*ic*isc*ip*in* alias: usb:v1019p0C55d010*dc*dsc*dp*ic*isc*ip*in* alias: usb:v1019p0C55d0110dc*dsc*dp*ic*isc*ip*in* alias: usb:v0FCEpE092d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0FCEpE031d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0FCEpE030d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0FCEpD0E1d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0FCEpD008d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0F88p042Ed0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0F19p0105d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0F19p0103d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0ED1p7636d0103dc*dsc*dp*ic*isc*ip*in* alias: usb:v0EA0p6828d0110dc*dsc*dp*ic*isc*ip*in* alias: usb:v0EA0p2168d0110dc*dsc*dp*ic*isc*ip*in* alias: usb:v0ED1p6660d0[1-2]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0ED1p6660d0300dc*dsc*dp*ic*isc*ip*in* alias: usb:v0E21p0520d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0DDAp0301d0012dc*dsc*dp*ic*isc*ip*in* alias: usb:v0DDAp0001d0012dc*dsc*dp*ic*isc*ip*in* alias: usb:v0DD8pD202d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0DD8p1060d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0DC4p0073d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0D96p5200d01*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0D96p5200d00[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0D96p5200d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v0D96p5200d000[1-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v0D96p410Ad[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0D96p410Ad0[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0D96p410Ad00[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0D96p410Ad000[1-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v0C45p1060d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0D49p7310d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0BC2p3010d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0BC2p2300d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0pD357d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0pD257d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0pD157d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0pD058d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0pD057d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0pC100d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p8304d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p8302d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p8300d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p7A05d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p7A01d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p7901d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p7706d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p7701d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p7501d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p7401d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p7011d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0AF0p6971d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0ACEp20FFd0101dc*dsc*dp*ic*isc*ip*in* alias: usb:v0ACEp2011d0101dc*dsc*dp*ic*isc*ip*in* alias: usb:v0A17p0004d1000dc*dsc*dp*ic*isc*ip*in* alias: usb:v090Cp6000d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v090Cp1132d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v090Ap1200d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v090Ap1050d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v090Ap1001d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v08CAp3103d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v08BDp1100d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0851p1543d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v0851p1542d0002dc*dsc*dp*ic*isc*ip*in* alias: usb:v084Dp0011d0110dc*dsc*dp*ic*isc*ip*in* alias: usb:v0840p0085d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v0840p0084d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v0840p0082d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v0839p000Ad0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v07CFp1167d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v07CFp1001d[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v07C4pA4A5d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v07C4pA400d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v07AFp0005d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v07AFp0004d01[0-2]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v07AFp0004d013[0-3]dc*dsc*dp*ic*isc*ip*in* alias: usb:v07ABpFCCDd*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0781p0100d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0781p0002d0009dc*dsc*dp*ic*isc*ip*in* alias: usb:v0781p0001d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v0727p0306d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v071Bp3203d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v071Bp32BBd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v071Bp3203d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v069Bp3004d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v0693p0005d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0686p4017d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v0686p4011d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v067Bp3507d00[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v067Bp3507d010[0-1]dc*dsc*dp*ic*isc*ip*in* alias: usb:v067Bp3507d000[1-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v067Bp2507d00[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v067Bp2507d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v067Bp2507d000[1-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v067Bp2317d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v067Bp1063d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v066Fp8000d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v0644p0000d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0636p0003d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05E3p0723d9451dc*dsc*dp*ic*isc*ip*in* alias: usb:v05E3p0702d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05E3p0701d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05DCpB002d00*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05DCpB002d010*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05DCpB002d011[0-3]dc*dsc*dp*ic*isc*ip*in* alias: usb:v05C6p1000d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05ACp120Ad*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05ACp1205d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05ACp1204d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05ACp1203d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05ACp1202d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v05ABp0060d1110dc*dsc*dp*ic*isc*ip*in* alias: usb:v05ABp0060d110[4-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v059Fp0643d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v059Bp0001d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0595p4343d[0-1]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0595p4343d2[0-1]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0595p4343d220*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0595p4343d2210dc*dsc*dp*ic*isc*ip*in* alias: usb:v058Fp6387d0141dc*dsc*dp*ic*isc*ip*in* alias: usb:v057Bp0022d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v057Bp0000d0[0-2]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v055Dp2020d0[0-1]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v055Dp2020d020*dc*dsc*dp*ic*isc*ip*in* alias: usb:v055Dp2020d0210dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp016Ad*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0099d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp006Dd*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0069d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0058d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0032d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Ed0500dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Ed02*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Ed030*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Ed01[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Ed0310dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Ed010[6-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Dd0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Cd1*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Cd0[6-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Cd05[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Cd2000dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp002Cd050[1-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0025d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0010d05*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0010d060*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0010d0610dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0010d0[2-3]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0010d04[0-4]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0010d01[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0010d0450dc*dsc*dp*ic*isc*ip*in* alias: usb:v054Cp0010d010[6-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v052Bp1911d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v052Bp1905d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v052Bp1807d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v052Bp1804d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v052Bp1801d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0525pA4A5d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0525pA140d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v050Dp0115d0133dc*dsc*dp*ic*isc*ip*in* alias: usb:v04FCp80C2d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E8p5136d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E8p5122d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E8p507Cd0220dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p0101d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p000Cd0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p000Bd0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p000Ad0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p0009d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p0007d01*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p0007d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p0006d0205dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p0006d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p0002d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v04E6p0001d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v04DAp2373d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04DAp2372d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04DAp0D05d0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v04DAp0901d01*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04DAp0901d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v04CEp0002d026Cdc*dsc*dp*ic*isc*ip*in* alias: usb:v04CBp0100d[0-1]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04CBp0100d2[0-1]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04CBp0100d220*dc*dsc*dp*ic*isc*ip*in* alias: usb:v04CBp0100d2210dc*dsc*dp*ic*isc*ip*in* alias: usb:v04B8p0602d0110dc*dsc*dp*ic*isc*ip*in* alias: usb:v04B8p0601d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v04B3p4001d0110dc*dsc*dp*ic*isc*ip*in* alias: usb:v04B0p0301d0010dc*dsc*dp*ic*isc*ip*in* alias: usb:v04A5p3010d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v04A4p0004d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v0482p0107d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0482p0103d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0482p0101d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0482p0100d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v046BpFF40d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v045EpFFFFd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v0457p0151d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0457p0150d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0451p5416d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0495d0370dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0492d[1-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0492d0[5-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0492d04[6-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0492d045[2-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p047Cd0[4-5]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p047Cd060*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p047Cd03[7-9]*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p047Cd0610dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p044Ed0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0446d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0444d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0434d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0433d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p042Ed0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0019d060*dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0019d0610dc*dsc*dp*ic*isc*ip*in* alias: usb:v0421p0019d059[2-9]dc*dsc*dp*ic*isc*ip*in* alias: usb:v0420p0001d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0419pAAF6d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0419pAAF5d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0419pAACEd0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0419p0100d0100dc*dsc*dp*ic*isc*ip*in* alias: usb:v0411p001Cd0113dc*dsc*dp*ic*isc*ip*in* alias: usb:v040Dp6205d0003dc*dsc*dp*ic*isc*ip*in* alias: usb:v0409p0040d*dc*dsc*dp*ic*isc*ip*in* alias: usb:v03F0p4002d0001dc*dsc*dp*ic*isc*ip*in* alias: usb:v03F0p070Cd0000dc*dsc*dp*ic*isc*ip*in* alias: usb:v03F0p0107d0200dc*dsc*dp*ic*isc*ip*in* alias: usb:v03EEp6906d0003dc*dsc*dp*ic*isc*ip*in* alias: usb:v03EBp2002d0100dc*dsc*dp*ic*isc*ip*in* depends: intree: Y vermagic: 3.8.0-19-generic SMP mod_unload modversions parm: option_zero_cd:ZeroCD mode (1=Force Modem (default), 2=Allow CD-Rom (uint) parm: swi_tru_install:TRU-Install mode (1=Full Logic (def), 2=Force CD-Rom, 3=Force Modem) (uint) parm: delay_use:seconds to delay before using a new device (uint) parm: quirks:supplemental list of device IDs and their quirks (string) hwinfo Size: 30702592 sectors a 512 bytes Speed: 480 Mbps Module Alias: "usb:v090Cp6000d0100dc00dsc00dp00ic08isc06ip50in00" Driver Info #0: Driver Status: usb_storage is active Driver Activation Cmd: "modprobe usb_storage" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #22 (USB Controller) 68: None 00.0: 11300 Partition [Created at block.412] Unique ID: ApjH.SE1wIdpsiiC Parent ID: lIUR.SxjdKpQO5c3 SysFS ID: /class/block/sdh/sdh1 Hardware Class: partition Model: "Partition" Device File: /dev/sdh1 Device Files: /dev/sdh1, /dev/disk/by-id/usb-Generic_USB2.0_Card_Reader_12345678901234567890-0:0-part1, /dev/disk/by-path/pci-0000:00:14.0-usb-0:12:1.0-scsi-0:0:0:0-part1, /dev/disk/by-uuid/35401e1c-2ca8-40a4-977c-a75a3c786928 Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #67 (Disk) 69: None 00.0: 11300 Partition [Created at block.412] Unique ID: d_zL.SE1wIdpsiiC Parent ID: lIUR.SxjdKpQO5c3 SysFS ID: /class/block/sdh/sdh2 Hardware Class: partition Model: "Partition" Device File: /dev/sdh2 Device Files: /dev/sdh2, /dev/disk/by-id/usb-Generic_USB2.0_Card_Reader_12345678901234567890-0:0-part2, /dev/disk/by-path/pci-0000:00:14.0-usb-0:12:1.0-scsi-0:0:0:0-part2 Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #67 (Disk) 70: None 00.0: 11300 Partition [Created at block.412] Unique ID: _WkY.SE1wIdpsiiC Parent ID: lIUR.SxjdKpQO5c3 SysFS ID: /class/block/sdh/sdh5 Hardware Class: partition Model: "Partition" Device File: /dev/sdh5 Device Files: /dev/sdh5, /dev/disk/by-id/usb-Generic_USB2.0_Card_Reader_12345678901234567890-0:0-part5, /dev/disk/by-path/pci-0000:00:14.0-usb-0:12:1.0-scsi-0:0:0:0-part5, /dev/disk/by-uuid/af6728d2-36a4-414c-8fdd-d881d109919c Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #67 (Disk) 71: SCSI a00.0: 10600 Disk [Created at block.243] Unique ID: BR6c.PnOqJWneYsD Parent ID: MZfG.__UIfDQoJ+8 SysFS ID: /class/block/sdi SysFS BusID: 10:0:0:0 SysFS Device Link: /devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13:1.0/host10/target10:0:0/10:0:0:0 Hardware Class: disk Model: "Generic Flash Disk" Vendor: usb 0x058f "Generic" Device: usb 0x6387 "Flash Disk" Revision: "8.07" Serial ID: "569FDDF6" Driver: "usb-storage", "sd" Driver Modules: "usb_storage" Device File: /dev/sdi (/dev/sg8) Device Files: /dev/sdi, /dev/disk/by-id/usb-Generic_Flash_Disk_569FDDF6-0:0, /dev/disk/by-label/PENDRIVE, /dev/disk/by-path/pci-0000:00:14.0-usb-0:13:1.0-scsi-0:0:0:0, /dev/disk/by-uuid/19EF-2B6D Device Number: block 8:128-8:143 (char 21:8) Geometry (Logical): CHS 1020/65/62 Size: 4112384 sectors a 512 bytes Speed: 480 Mbps Module Alias: "usb:v058Fp6387d0103dc00dsc00dp00ic08isc06ip50in00" Driver Info #0: Driver Status: usb_storage is active Driver Activation Cmd: "modprobe usb_storage" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #22 (USB Controller) 72: SCSI b00.0: 10600 Disk [Created at block.243] Unique ID: YccR.ssDpuEdcyMB Parent ID: MZfG.__UIfDQoJ+8 SysFS ID: /class/block/sdj SysFS BusID: 11:0:0:0 SysFS Device Link: /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/host11/target11:0:0/11:0:0:0 Hardware Class: disk Model: "JetFlash Transcend 16GB" Vendor: usb 0x8564 "JetFlash" Device: usb 0x1000 "Transcend 16GB" Revision: "1100" Serial ID: "AA00000000000485" Driver: "usb-storage", "sd" Driver Modules: "usb_storage" Device File: /dev/sdj (/dev/sg9) Device Files: /dev/sdj, /dev/disk/by-id/usb-JetFlash_Transcend_16GB-0:0, /dev/disk/by-path/pci-0000:00:14.0-usb-0:9:1.0-scsi-0:0:0:0 Device Number: block 8:144-8:159 (char 21:9) Geometry (Logical): CHS 1972/255/63 Size: 31690752 sectors a 512 bytes Speed: 480 Mbps Module Alias: "usb:v8564p1000d1100dc00dsc00dp00ic08isc06ip50in00" Driver Info #0: Driver Status: usb_storage is active Driver Activation Cmd: "modprobe usb_storage" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #22 (USB Controller) 73: None 00.0: 11300 Partition [Created at block.412] Unique ID: KjM8.SE1wIdpsiiC Parent ID: YccR.ssDpuEdcyMB SysFS ID: /class/block/sdj/sdj1 Hardware Class: partition Model: "Partition" Device File: /dev/sdj1 Device Files: /dev/sdj1, /dev/disk/by-id/usb-JetFlash_Transcend_16GB-0:0-part1, /dev/disk/by-path/pci-0000:00:14.0-usb-0:9:1.0-scsi-0:0:0:0-part1, /dev/disk/by-uuid/79658923-7822-403f-849f-b0d0998b004b Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #72 (Disk) 76: USB 00.0: 10a00 Hub [Created at usb.122] Unique ID: uIhY.2DFUsyrieMD Parent ID: MZfG.__UIfDQoJ+8 SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0 SysFS BusID: 3-0:1.0 Hardware Class: hub Model: "Linux 3.8.0-19-generic xhci_hcd xHCI Host Controller" Hotplug: USB Vendor: usb 0x1d6b "Linux 3.8.0-19-generic xhci_hcd" Device: usb 0x0002 "xHCI Host Controller" Revision: "3.08" Serial ID: "0000:00:14.0" Driver: "hub" Driver Modules: "usbcore" Speed: 480 Mbps Module Alias: "usb:v1D6Bp0002d0308dc09dsc00dp01ic09isc00ip00in00" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #22 (USB Controller) 78: USB 00.0: 0000 Unclassified device [Created at usb.122] Unique ID: 4zpN.vVX+vVma+Y5 Parent ID: uIhY.2DFUsyrieMD SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0 SysFS BusID: 3-5:1.0 Hardware Class: unknown Model: "American Power Conversion Back-UPS Pro 500/1000/1500" Hotplug: USB Vendor: usb 0x051d "American Power Conversion" Device: usb 0x0002 "Back-UPS Pro 500/1000/1500" Revision: "0.06" Serial ID: "AS0607112101" Driver: "usbhid" Driver Modules: "usbhid" Speed: 1.5 Mbps Module Alias: "usb:v051Dp0002d0006dc00dsc00dp00ic03isc00ip00in00" Driver Info #0: Driver Status: usbhid is active Driver Activation Cmd: "modprobe usbhid" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #76 (Hub) 79: USB 00.0: 10800 Keyboard [Created at usb.122] Unique ID: W5SY.Ze5SG2POyjB Parent ID: uIhY.2DFUsyrieMD SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0 SysFS BusID: 3-6:1.0 Hardware Class: keyboard Model: "Logitech USB Receiver" Hotplug: USB Vendor: usb 0x046d "Logitech, Inc." Device: usb 0xc52e "USB Receiver" Revision: "23.01" Driver: "usbhid" Driver Modules: "usbhid" Device File: /dev/input/event2 Device Files: /dev/input/event2, /dev/input/by-id/usb-Logitech_USB_Receiver-event-kbd, /dev/input/by-path/pci-0000:00:14.0-usb-0:6:1.0-event-kbd Device Number: char 13:66 Speed: 12 Mbps Module Alias: "usb:v046DpC52Ed2301dc00dsc00dp00ic03isc01ip01in00" Driver Info #0: XkbRules: xfree86 XkbModel: pc104 Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #76 (Hub) 80: USB 00.1: 10503 USB Mouse [Created at usb.122] Unique ID: zGic.b0ZOFsTpR64 Parent ID: uIhY.2DFUsyrieMD SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1 SysFS BusID: 3-6:1.1 Hardware Class: mouse Model: "Logitech USB Receiver" Hotplug: USB Vendor: usb 0x046d "Logitech, Inc." Device: usb 0xc52e "USB Receiver" Revision: "23.01" Compatible to: int 0x0210 0x0038 Driver: "usbhid" Driver Modules: "usbhid" Device File: /dev/input/mice (/dev/input/mouse0) Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event3, /dev/input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse, /dev/input/by-path/pci-0000:00:14.0-usb-0:6:1.1-event-mouse, /dev/input/by-id/usb-Logitech_USB_Receiver-if01-mouse, /dev/input/by-path/pci-0000:00:14.0-usb-0:6:1.1-mouse Device Number: char 13:63 (char 13:32) Speed: 12 Mbps Module Alias: "usb:v046DpC52Ed2301dc00dsc00dp00ic03isc01ip02in01" Driver Info #0: Buttons: 8 Wheels: 3 XFree86 Protocol: explorerps/2 GPM Protocol: exps2 Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #76 (Hub) 82: USB 00.0: 10a00 Hub [Created at usb.122] Unique ID: zPk0.xYNhIwdOaa6 Parent ID: MZfG.__UIfDQoJ+8 SysFS ID: /devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0 SysFS BusID: 4-0:1.0 Hardware Class: hub Model: "Linux 3.8.0-19-generic xhci_hcd xHCI Host Controller" Hotplug: USB Vendor: usb 0x1d6b "Linux 3.8.0-19-generic xhci_hcd" Device: usb 0x0003 "xHCI Host Controller" Revision: "3.08" Serial ID: "0000:00:14.0" Driver: "hub" Driver Modules: "usbcore" Module Alias: "usb:v1D6Bp0003d0308dc09dsc00dp03ic09isc00ip00in00" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #22 (USB Controller) 83: USB 00.0: 10a00 Hub [Created at usb.122] Unique ID: 2XnU.029GFTetOb3 Parent ID: svHJ.mefk2bzhA52 SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:01.0/0000:03:00.0/usb5/5-0:1.0 SysFS BusID: 5-0:1.0 Hardware Class: hub Model: "Linux 3.8.0-19-generic xhci_hcd xHCI Host Controller" Hotplug: USB Vendor: usb 0x1d6b "Linux 3.8.0-19-generic xhci_hcd" Device: usb 0x0002 "xHCI Host Controller" Revision: "3.08" Serial ID: "0000:03:00.0" Driver: "hub" Driver Modules: "usbcore" Speed: 480 Mbps Module Alias: "usb:v1D6Bp0002d0308dc09dsc00dp01ic09isc00ip00in00" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #38 (USB Controller) 84: USB 00.0: 10a00 Hub [Created at usb.122] Unique ID: 7eqy.vNHThQQZKpC Parent ID: svHJ.mefk2bzhA52 SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:01.0/0000:03:00.0/usb6/6-0:1.0 SysFS BusID: 6-0:1.0 Hardware Class: hub Model: "Linux 3.8.0-19-generic xhci_hcd xHCI Host Controller" Hotplug: USB Vendor: usb 0x1d6b "Linux 3.8.0-19-generic xhci_hcd" Device: usb 0x0003 "xHCI Host Controller" Revision: "3.08" Serial ID: "0000:03:00.0" Driver: "hub" Driver Modules: "usbcore" Module Alias: "usb:v1D6Bp0003d0308dc09dsc00dp03ic09isc00ip00in00" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #38 (USB Controller) 85: USB 00.0: 10a00 Hub [Created at usb.122] Unique ID: k4bc.FHd55n4xKo7 Parent ID: pwJ7.gKwCbNKNJn8 SysFS ID: /devices/pci0000:00/0000:00:1a.0/usb1/1-0:1.0 SysFS BusID: 1-0:1.0 Hardware Class: hub Model: "Linux 3.8.0-19-generic ehci_hcd EHCI Host Controller" Hotplug: USB Vendor: usb 0x1d6b "Linux 3.8.0-19-generic ehci_hcd" Device: usb 0x0002 "EHCI Host Controller" Revision: "3.08" Serial ID: "0000:00:1a.0" Driver: "hub" Driver Modules: "usbcore" Speed: 480 Mbps Module Alias: "usb:v1D6Bp0002d0308dc09dsc00dp00ic09isc00ip00in00" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #25 (USB Controller) 86: USB 00.0: 10a00 Hub [Created at usb.122] Unique ID: ADDn.e2H5vPw9ceD Parent ID: k4bc.FHd55n4xKo7 SysFS ID: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.0 SysFS BusID: 1-1:1.0 Hardware Class: hub Model: "Hub" Hotplug: USB Vendor: usb 0x8087 Device: usb 0x8008 Revision: "0.04" Driver: "hub" Driver Modules: "usbcore" Speed: 480 Mbps Module Alias: "usb:v8087p8008d0004dc09dsc00dp01ic09isc00ip00in00" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #85 (Hub) 87: USB 00.0: 10a00 Hub [Created at usb.122] Unique ID: pBe4.oLWCeziExdF Parent ID: 1GTX.3RJzDOVRd56 SysFS ID: /devices/pci0000:00/0000:00:1d.0/usb2/2-0:1.0 SysFS BusID: 2-0:1.0 Hardware Class: hub Model: "Linux 3.8.0-19-generic ehci_hcd EHCI Host Controller" Hotplug: USB Vendor: usb 0x1d6b "Linux 3.8.0-19-generic ehci_hcd" Device: usb 0x0002 "EHCI Host Controller" Revision: "3.08" Serial ID: "0000:00:1d.0" Driver: "hub" Driver Modules: "usbcore" Speed: 480 Mbps Module Alias: "usb:v1D6Bp0002d0308dc09dsc00dp00ic09isc00ip00in00" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #29 (USB Controller) 88: USB 00.0: 10a00 Hub [Created at usb.122] Unique ID: FKGF.Wkj53szWOaA Parent ID: pBe4.oLWCeziExdF SysFS ID: /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1:1.0 SysFS BusID: 2-1:1.0 Hardware Class: hub Model: "Hub" Hotplug: USB Vendor: usb 0x8087 Device: usb 0x8000 Revision: "0.04" Driver: "hub" Driver Modules: "usbcore" Speed: 480 Mbps Module Alias: "usb:v8087p8000d0004dc09dsc00dp01ic09isc00ip00in00" Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #87 (Hub) 89: None 00.0: 10103 CPU [Created at cpu.304] Unique ID: rdCR.j8NaKXDZtZ6 Hardware Class: cpu Arch: X86-64 Vendor: "GenuineIntel" Model: 6.60.3 "Intel(R) Core(TM) i7-4765T CPU @ 2.00GHz" Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,d Clock: 800 MHz BogoMips: 4006.94 Cache: 8192 kb Units/Processor: 16 Config Status: cfg=new, avail=yes, need=no, active=unknown 90: None 01.0: 10103 CPU [Created at cpu.304] Unique ID: wkFv.j8NaKXDZtZ6 Hardware Class: cpu Arch: X86-64 Vendor: "GenuineIntel" Model: 6.60.3 "Intel(R) Core(TM) i7-4765T CPU @ 2.00GHz" Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,d Clock: 800 MHz BogoMips: 4006.94 Cache: 8192 kb Units/Processor: 16 Config Status: cfg=new, avail=yes, need=no, active=unknown 91: None 02.0: 10103 CPU [Created at cpu.304] Unique ID: +rIN.j8NaKXDZtZ6 Hardware Class: cpu Arch: X86-64 Vendor: "GenuineIntel" Model: 6.60.3 "Intel(R) Core(TM) i7-4765T CPU @ 2.00GHz" Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,d Clock: 800 MHz BogoMips: 4006.94 Cache: 8192 kb Units/Processor: 16 Config Status: cfg=new, avail=yes, need=no, active=unknown 92: None 03.0: 10103 CPU [Created at cpu.304] Unique ID: 4zLr.j8NaKXDZtZ6 Hardware Class: cpu Arch: X86-64 Vendor: "GenuineIntel" Model: 6.60.3 "Intel(R) Core(TM) i7-4765T CPU @ 2.00GHz" Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,d Clock: 800 MHz BogoMips: 4006.94 Cache: 8192 kb Units/Processor: 16 Config Status: cfg=new, avail=yes, need=no, active=unknown 93: None 04.0: 10103 CPU [Created at cpu.304] Unique ID: 94PJ.j8NaKXDZtZ6 Hardware Class: cpu Arch: X86-64 Vendor: "GenuineIntel" Model: 6.60.3 "Intel(R) Core(TM) i7-4765T CPU @ 2.00GHz" Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,d Clock: 800 MHz BogoMips: 4006.94 Cache: 8192 kb Units/Processor: 16 Config Status: cfg=new, avail=yes, need=no, active=unknown 94: None 05.0: 10103 CPU [Created at cpu.304] Unique ID: EBSn.j8NaKXDZtZ6 Hardware Class: cpu Arch: X86-64 Vendor: "GenuineIntel" Model: 6.60.3 "Intel(R) Core(TM) i7-4765T CPU @ 2.00GHz" Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,d Clock: 800 MHz BogoMips: 4006.94 Cache: 8192 kb Units/Processor: 16 Config Status: cfg=new, avail=yes, need=no, active=unknown 95: None 06.0: 10103 CPU [Created at cpu.304] Unique ID: JIVF.j8NaKXDZtZ6 Hardware Class: cpu Arch: X86-64 Vendor: "GenuineIntel" Model: 6.60.3 "Intel(R) Core(TM) i7-4765T CPU @ 2.00GHz" Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,d Clock: 800 MHz BogoMips: 4006.94 Cache: 8192 kb Units/Processor: 16 Config Status: cfg=new, avail=yes, need=no, active=unknown 96: None 07.0: 10103 CPU [Created at cpu.304] Unique ID: OPYj.j8NaKXDZtZ6 Hardware Class: cpu Arch: X86-64 Vendor: "GenuineIntel" Model: 6.60.3 "Intel(R) Core(TM) i7-4765T CPU @ 2.00GHz" Features: fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,pdpe1gb,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,eagerfpu,pni,pclmulqdq,d Clock: 2000 MHz BogoMips: 4006.94 Cache: 8192 kb Units/Processor: 16 Config Status: cfg=new, avail=yes, need=no, active=unknown 97: None 01.0: 10701 Ethernet [Created at net.124] Unique ID: L2Ua.ndpeucax6V1 Parent ID: JNkJ.dudcF_Vs1O6 SysFS ID: /class/net/eth1 SysFS Device Link: /devices/pci0000:00/0000:00:19.0 Hardware Class: network interface Model: "Ethernet network interface" Driver: "e1000e" Driver Modules: "e1000e" Device File: eth1 HW Address: 74:d0:2b:2c:a6:bf Link detected: yes Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #24 (Ethernet controller) 98: None 03.0: 10701 Ethernet [Created at net.124] Unique ID: GP_i.ndpeucax6V1 Parent ID: DkES.qQIprdItMR3 SysFS ID: /class/net/eth3 SysFS Device Link: /devices/pci0000:00/0000:00:1c.3/0000:08:00.0 Hardware Class: network interface Model: "Ethernet network interface" Driver: "e1000e" Driver Modules: "e1000e" Device File: eth3 HW Address: 68:05:ca:18:98:38 Link detected: yes Config Status: cfg=new, avail=yes, need=no, active=unknown Attached to: #40 (Ethernet controller) 99: None 00.0: 10700 Loopback [Created at net.124] Unique ID: ZsBS.GQNx7L4uPNA SysFS ID: /class/net/lo Hardware Class: network interface Model: "Loopback network interface" Device File: lo Link detected: yes Config Status: cfg=new, avail=yes, need=no, active=unknown Link to comment Share on other sites More sharing options...
interested Posted September 24, 2013 Author Share #14 Posted September 24, 2013 After some time I try it again - ver. 4.1.2668_1.3a from Trantor I see, all three drivers which are missing in 4.2.32111 are automatically loaded (hid.ko, usbhid.ko, usb-storage.ko) in 4.1.2668_1.3a SYNOLOGY> lsmod Module Size Used by Tainted: P nfsd 237562 127 exportfs 3306 1 nfsd rpcsec_gss_krb5 23910 0 auth_rpcgss 37734 2 nfsd,rpcsec_gss_krb5 cifs 234964 0 udf 75275 0 isofs 30682 0 loop 15193 0 usbhid 21142 0 hid 52545 1 usbhid usblp 10106 0 usb_storage 39404 0 uhci_hcd 18455 0 xhci_hcd 77869 1 ohci_hcd 17413 0 ehci_hcd 33040 0 bromolow_synobios 30576 0 synoacl_ext4 12967 1 synoacl_vfs 4940 1 btrfs 527220 0 zlib_deflate 19797 1 btrfs libcrc32c 842 1 btrfs hfsplus 80222 0 md4 3049 0 hmac 2793 0 fuse 54733 0 vfat 9880 0 fat 47148 1 vfat aesni_intel 44282 0 cryptd 7108 1 aesni_intel ecryptfs 87003 0 sha512_generic 4777 0 sha256_generic 8620 0 sha1_generic 1907 0 ecb 1849 0 aes_x86_64 7284 1 aesni_intel chainiv 3063 0 des_generic 15563 0 crc32c 2606 1 eseqiv 2555 0 krng 1033 0 ansi_cprng 3605 0 cts 3968 0 rng 1805 4 chainiv,eseqiv,krng,ansi_cprng aes_generic 25626 2 aesni_intel,aes_x86_64 md5 1737 0 cbc 2563 0 cryptomgr 2168 0 pcompress 1317 0 aead 5236 3 aesni_intel,cryptd,cryptomgr crypto_hash 11271 10 cifs,libcrc32c,md4,hmac,cryptd,sha512_generic,sha256_generic,sha1_generic,crc32c,md5 crypto_blkcipher 12121 8 aesni_intel,cryptd,ecryptfs,ecb,chainiv,eseqiv,cts,cbc crypto_wq 679 2 cryptd,chainiv crypto_algapi 11095 18 hmac,aesni_intel,cryptd,ecb,aes_x86_64,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher crypto 6290 18 nfsd,rpcsec_gss_krb5,cifs,libcrc32c,hmac,aesni_intel,cryptd,ecryptfs,ecb,ansi_cprng,cts,rng,cbc,pcompress,aead,crypto_hash,crypto_blkcipher,crypto_algapi be2net 60337 0 ixgbe 130979 0 dca 4692 1 ixgbe mdio 3136 1 ixgbe cpufreq_conservative 4368 0 cpufreq_powersave 798 0 cpufreq_performance 802 0 cpufreq_ondemand 5139 0 acpi_cpufreq 5026 0 processor 24392 1 acpi_cpufreq thermal_sys 12373 1 processor cpufreq_stats 2685 0 freq_table 1944 3 cpufreq_ondemand,acpi_cpufreq,cpufreq_stats dm_snapshot 26927 0 crc_itu_t 1169 1 udf crc_ccitt 1203 0 quota_v2 3639 2 quota_tree 7078 1 quota_v2 usbcore 115314 9 usbhid,usblp,usb_storage,uhci_hcd,xhci_hcd,ohci_hcd,ehci_hcd sg 23471 0 psnap 1717 0 p8022 979 0 llc 3456 2 psnap,p8022 usb_common 721 1 usbcore ipv6 255838 61 mperf 987 1 acpi_cpufreq r8168 248602 0 r8101 93691 0 e1000e 188504 0 /var/log/messages Sep 24 20:32:04 kernel: [ 30.259596] BUG: unable to handle kernel NULL pointer dereference at (null) Sep 24 20:32:04 kernel: [ 30.259807] IP: [] xhci_hub_control+0x5b3/0xa65 [xhci_hcd] Sep 24 20:32:04 kernel: [ 30.259940] PGD 40d1cb067 PUD 40d004067 PMD 0 Sep 24 20:32:04 kernel: [ 30.260127] Oops: 0000 [#1] SMP Sep 24 20:32:04 kernel: [ 30.260279] CPU 5 Sep 24 20:32:04 kernel: [ 30.260315] Modules linked in: xhci_hcd(+) ohci_hcd ehci_hcd bromolow_synobios(P) synoacl_ext4(P) synoacl_vfs(P) btrfs zlib_deflate libcrc32c hfsplus md4 hmac fuse vfat fat aesni_intel cryptd ecryptfs sha512_generic sha256_g Sep 24 20:32:04 kernel: [ 30.263373] Sep 24 20:32:04 kernel: [ 30.263460] Pid: 7027, comm: insmod Tainted: P O 3.2.11 #2 ASUS All Series/GRYPHON Z87 Sep 24 20:32:04 kernel: [ 30.263704] RIP: 0010:[] [] xhci_hub_control+0x5b3/0xa65 [xhci_hcd] Sep 24 20:32:04 kernel: [ 30.263890] RSP: 0000:ffff88040dc414c8 EFLAGS: 00010086 Sep 24 20:32:04 kernel: [ 30.263982] RAX: 0000000000000000 RBX: 0000000000000007 RCX: 0000000000000202 Sep 24 20:32:04 kernel: [ 30.264078] RDX: 00000000000002a0 RSI: ffff88040e12f230 RDI: ffff880402ad4048 Sep 24 20:32:04 kernel: [ 30.264173] RBP: ffff880402ad4000 R08: 000000000000000e R09: 0000000000000000 Sep 24 20:32:04 kernel: [ 30.264269] R10: 0000000000000000 R11: ffffffff81191c5f R12: 0000000000000008 Sep 24 20:32:04 kernel: [ 30.264365] R13: 0000000000000007 R14: ffff88040ab5ee70 R15: ffff88040309be00 Sep 24 20:32:04 kernel: [ 30.264461] FS: 0000000000000000(0000) GS:ffff88041fb40000(0000) knlGS:0000000000000000 Sep 24 20:32:04 kernel: [ 30.264609] CS: 0010 DS: 002b ES: 002b CR0: 000000008005003b Sep 24 20:32:04 kernel: [ 30.264701] CR2: 0000000000000000 CR3: 000000040c837000 CR4: 00000000001406e0 Sep 24 20:32:04 kernel: [ 30.264797] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 Sep 24 20:32:04 kernel: [ 30.264893] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Sep 24 20:32:04 kernel: [ 30.264989] Process insmod (pid: 7027, threadinfo ffff88040dc40000, task ffff88040c4ce620) Sep 24 20:32:04 kernel: [ 30.265135] Stack: Sep 24 20:32:04 kernel: [ 30.265221] 000000000001047c 000000000000000e 0000000000000046 ffffffff000009a3 Sep 24 20:32:04 kernel: [ 30.265494] 0000000000000202 ffff88040ab5ee40 ffff88040e12f200 ffff880402ad4a70 Sep 24 20:32:04 kernel: [ 30.265766] ffff88040dc40000 0000000000000000 ffff880402ad4048 0006ffff8102aa6e Sep 24 20:32:04 kernel: [ 30.266038] Call Trace: Sep 24 20:32:04 kernel: [ 30.266132] [] ? usb_hcd_submit_urb+0x520/0x6bc [usbcore] Sep 24 20:32:04 kernel: [ 30.266233] [] ? usb_hcd_giveback_urb+0x60/0x8e [usbcore] Sep 24 20:32:04 kernel: [ 30.266333] [] ? usb_hcd_submit_urb+0x5bc/0x6bc [usbcore] Sep 24 20:32:04 kernel: [ 30.266431] [] ? wait_for_common+0x26/0x107 Sep 24 20:32:04 kernel: [ 30.266529] [] ? usb_start_wait_urb+0x39/0xa3 [usbcore] Sep 24 20:32:04 kernel: [ 30.266629] [] ? usb_control_msg+0xcd/0xf0 [usbcore] Sep 24 20:32:04 kernel: [ 30.266727] [] ? set_port_feature+0x40/0x45 [usbcore] Sep 24 20:32:04 kernel: [ 30.266826] [] ? hub_power_on+0x38/0x6b [usbcore] Sep 24 20:32:04 kernel: [ 30.266925] [] ? hub_activate+0xb1/0x330 [usbcore] Sep 24 20:32:04 kernel: [ 30.267023] [] ? hub_probe+0x642/0x68e [usbcore] Sep 24 20:32:04 kernel: [ 30.267126] [] ? usb_probe_interface+0xbf/0xfa [usbcore] Sep 24 20:32:04 kernel: [ 30.267225] [] ? driver_probe_device+0x99/0x11c Sep 24 20:32:04 kernel: [ 30.267321] [] ? __driver_attach+0x61/0x61 Sep 24 20:32:04 kernel: [ 30.267415] [] ? bus_for_each_drv+0x46/0x77 Sep 24 20:32:04 kernel: [ 30.267511] [] ? device_attach+0x5c/0x73 Sep 24 20:32:04 kernel: [ 30.267605] [] ? bus_probe_device+0x22/0x3b Sep 24 20:32:04 kernel: [ 30.267699] [] ? device_add+0x3d2/0x52d Sep 24 20:32:04 kernel: [ 30.267798] [] ? usb_set_configuration+0x4c6/0x518 [usbcore] Sep 24 20:32:04 kernel: [ 30.267949] [] ? generic_probe+0x48/0x73 [usbcore] Sep 24 20:32:04 kernel: [ 30.268045] [] ? driver_probe_device+0x99/0x11c Sep 24 20:32:04 kernel: [ 30.268140] [] ? __driver_attach+0x61/0x61 Sep 24 20:32:04 kernel: [ 30.268234] [] ? bus_for_each_drv+0x46/0x77 Sep 24 20:32:04 kernel: [ 30.268332] [] ? device_attach+0x5c/0x73 Sep 24 20:32:04 kernel: [ 30.268432] [] ? bus_probe_device+0x22/0x3b Sep 24 20:32:04 kernel: [ 30.268532] [] ? device_add+0x3d2/0x52d Sep 24 20:32:04 kernel: [ 30.268632] [] ? usb_new_device+0x26d/0x2b6 [usbcore] Sep 24 20:32:04 kernel: [ 30.268732] [] ? usb_add_hcd+0x3e1/0x5a3 [usbcore] Sep 24 20:32:04 kernel: [ 30.268837] [] ? usb_hcd_pci_probe+0x203/0x2f6 [usbcore] Sep 24 20:32:04 kernel: [ 30.268942] [] ? xhci_pci_probe+0x16/0xa2 [xhci_hcd] Sep 24 20:32:04 kernel: [ 30.269041] [] ? local_pci_probe+0x12/0x16 Sep 24 20:32:04 kernel: [ 30.269136] [] ? pci_device_probe+0x5b/0x83 Sep 24 20:32:04 kernel: [ 30.269231] [] ? driver_probe_device+0x99/0x11c Sep 24 20:32:04 kernel: [ 30.269327] [] ? driver_probe_device+0x11c/0x11c Sep 24 20:32:04 kernel: [ 30.269422] [] ? __driver_attach+0x45/0x61 Sep 24 20:32:04 kernel: [ 30.269516] [] ? bus_for_each_dev+0x43/0x6e Sep 24 20:32:04 kernel: [ 30.269612] [] ? 0xffffffffa00e4fff Sep 24 20:32:04 kernel: [ 30.269704] [] ? bus_add_driver+0xb2/0x201 Sep 24 20:32:04 kernel: [ 30.269799] [] ? 0xffffffffa00e4fff Sep 24 20:32:04 kernel: [ 30.269892] [] ? driver_register+0x95/0x101 Sep 24 20:32:04 kernel: [ 30.269986] [] ? 0xffffffffa00e4fff Sep 24 20:32:04 kernel: [ 30.270079] [] ? __pci_register_driver+0x4f/0xb0 Sep 24 20:32:04 kernel: [ 30.270174] [] ? 0xffffffffa00e4fff Sep 24 20:32:04 kernel: [ 30.270270] [] ? xhci_hcd_init+0x6/0x22 [xhci_hcd] Sep 24 20:32:04 kernel: [ 30.270366] [] ? do_one_initcall+0x79/0x127 Sep 24 20:32:04 kernel: [ 30.270464] [] ? sys_init_module+0x104a/0x11ef Sep 24 20:32:04 kernel: [ 30.270563] [] ? fput+0x175/0x196 Sep 24 20:32:04 kernel: [ 30.270656] [] ? filp_close+0x64/0x6c Sep 24 20:32:04 kernel: [ 30.270753] [] ? ia32_do_call+0x13/0x13 Sep 24 20:32:04 kernel: [ 30.270845] Code: 8f b1 04 00 00 ff c8 4c 8b 74 24 28 66 89 44 24 5e 0f b7 c0 48 c1 e0 03 49 01 c6 49 8b 16 8b 12 48 8b 74 24 30 48 01 c6 48 8b 06 <8b> 08 83 fa ff 0f 84 79 04 00 00 89 d3 81 e3 e9 ff 00 4e 66 41 Sep 24 20:32:04 kernel: [ 30.273130] RIP [] xhci_hub_control+0x5b3/0xa65 [xhci_hcd] Sep 24 20:32:04 kernel: [ 30.273262] RSP Sep 24 20:32:04 kernel: [ 30.273352] CR2: 0000000000000000 Sep 24 20:32:04 kernel: [ 30.273443] ---[ end trace 206ba71a916f6698 ]--- Sep 24 20:32:04 synoprint: printer_enable_ext.c:488 delete printer failed: no bus id Sep 24 20:32:05 syno_hdd_util: Model:[WD30EFRX-68AX9N0], Firmware:[80.00A80], S/N:[WD-WCC1T1131888] in [/dev/sdf] is not ssd Sep 24 20:32:05 syno_hdd_util: Model:[WD30EFRX-68AX9N0], Firmware:[80.00A80], S/N:[WD-WCC1T1151820] in [/dev/sde] is not ssd Sep 24 20:32:05 syno_hdd_util: Model:[WD30EFRX-68AX9N0], Firmware:[80.00A80], S/N:[WD-WMC1T3154090] in [/dev/sdd] is not ssd Sep 24 20:32:05 syno_hdd_util: Model:[WD30EFRX-68AX9N0], Firmware:[80.00A80], S/N:[WD-WMC1T3174318] in [/dev/sdc] is not ssd Sep 24 20:32:05 syno_hdd_util: Model:[WD30EFRX-68AX9N0], Firmware:[80.00A80], S/N:[WD-WMC1T3181950] in [/dev/sdb] is not ssd Sep 24 20:32:05 syno_hdd_util: Model:[WD30EFRX-68AX9N0], Firmware:[80.00A80], S/N:[WD-WMC1T3071230] in [/dev/sda] is not ssd Sep 24 20:32:06 synocheckshare: Fix shares in smb.conf. Sep 24 20:32:07 kernel: [ 32.635156] Got empty serial number. Generate serial number from product. Sep 24 20:32:09 synousbdisk: RCClean succeeded Sep 24 20:32:09 synosata: synosata.c:152 no external sata devices granted Sep 24 20:32:09 kernel: [ 34.853674] Got empty serial number. Generate serial number from product. Sep 24 20:32:09 kernel: [ 34.853774] drivers/usb/core/hub.c (2040) Same device found. Change serial to ffffffd1ffffffb2ffffffdbffffffa0 Sep 24 20:32:10 ddnsd: main(ddnsd.c:3006): not enable DDNS, shutdown daemon Sep 24 20:32:13 kernel: [ 39.149115] Got empty serial number. Generate serial number from product. Sep 24 20:32:13 kernel: [ 39.153878] Get empty minor:104 Sep 24 20:32:14 synoindexd: pgsql.c (96) Failed to connect to (null), user: admin, pass:xxx, db:mediaserver. (FATAL: invalid page header in block 0 of relation "pg_index" ) Sep 24 20:32:14 synoindexd: database.c (101) Failed to connect to database Sep 24 20:32:14 synoindexd: database.c (1112) Failed to exec [VACUUM FULL ANALYZE]. Sep 24 20:32:14 synoindexd: synoindexd.c:128 vaccuum package db failed: media. Sep 24 20:32:15 synoexternal: write to uart2 error, error=(5)Input/output error Sep 24 20:32:15 cups-lpd[8864]: Unable to get list of printers - No destinations added. Sep 24 20:32:16 kernel: [ 41.760669] xs_local_setup_socket: unhandled error (111) connecting to /var/run/rpcbind.sock Sep 24 20:32:16 kernel: [ 41.761388] svc: failed to register lockdv1 RPC service (errno 97). Sep 24 20:32:16 kernel: [ 41.761503] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory Sep 24 20:32:16 sm-notify[9558]: Failed to open /var/lib/nfs/sm.bak: No such file or directory Sep 24 20:32:17 scemd: write to uart2 error, error=(5)Input/output error Sep 24 20:32:17 scemd: modules/service.c:178 SCEMD: Failed to put the SysRun light up. Sep 24 20:32:17 avahi-daemon[10151]: Failed to add service 'SYNOLOGY' of type '_http._tcp', ignoring service group (/usr/syno/avahi/services/http.service): Invalid record Sep 24 20:32:18 scemd: write to uart2 error, error=(5)Input/output error Sep 24 20:32:18 scemd: write to uart2 error, error=(5)Input/output error Sep 24 20:32:19 usbhid-ups[10928]: Startup successful Sep 24 20:32:19 root: The UPS is connected. product=[51d/2/6], cmd=[-x productid=0002] Sep 24 20:32:19 root: /usr/syno/bin/ups.sh start invoked. Sep 24 20:32:21 upsd[11046]: Startup successful Sep 24 20:32:21 upsd[11046]: upsd.c:730 IP [127.0.0.1] add to ACL list Sep 24 20:32:21 upsd[11046]: upsd.c:734 IP [::1] add to ACL list Sep 24 20:32:22 upsmon[11370]: Startup successful Sep 24 20:32:22 upsmon[11374]: UPS [ups@localhost] connected Sep 24 20:34:05 scemd: scemd.c:413 stop manutild. UPS which is connected with USB is working in 4.1.2668_1.3a Link to comment Share on other sites More sharing options...
interested Posted September 27, 2013 Author Share #15 Posted September 27, 2013 after replacing file usbcore.ko (from http://pastebin.com/4vL65THx) in lib/modules , I see now that all three missing files are present: - hid.ko - usbhid.ko - usb-storage.ko SYNOLOGY> lsmod Module Size Used by Tainted: P cifs 210678 0 udf 65535 0 isofs 27971 0 loop 13584 0 usbhid 21174 0 hid 41820 1 usbhid usblp 9510 0 usb_storage 39484 0 uhci_hcd 18455 0 uas 13262 0 xhci_hcd 80202 1 ohci_hcd 17429 0 ehci_hcd 33120 0 bromolow_synobios 32186 0 synoacl_ext4 12967 0 synoacl_vfs 4940 0 btrfs 457847 0 zlib_deflate 17435 1 btrfs libcrc32c 826 1 btrfs hfsplus 72553 0 md4 2950 0 hmac 2719 0 fuse 54797 0 vfat 8035 0 fat 40994 1 vfat aesni_intel 40278 0 cryptd 6634 1 aesni_intel ecryptfs 78809 0 sha512_generic 4537 0 sha256_generic 8524 0 sha1_generic 1699 0 ecb 1737 0 aes_x86_64 7220 1 aesni_intel chainiv 2850 0 des_generic 15403 0 crc32c 2494 1 eseqiv 2339 0 krng 1017 0 ansi_cprng 3313 0 cts 3499 0 rng 1701 4 chainiv,eseqiv,krng,ansi_cprng aes_generic 25546 2 aesni_intel,aes_x86_64 md5 1638 0 cbc 2403 0 cryptomgr 2127 0 pcompress 1221 0 aead 4765 3 aesni_intel,cryptd,cryptomgr crypto_hash 9978 10 cifs,libcrc32c,md4,hmac,cryptd,sha512_generic,sha256_generic,sha1_generic,crc32c,md5 crypto_blkcipher 10914 8 aesni_intel,cryptd,ecryptfs,ecb,chainiv,eseqiv,cts,cbc crypto_wq 679 2 cryptd,chainiv crypto_algapi 9967 18 hmac,aesni_intel,cryptd,ecb,aes_x86_64,chainiv,des_generic,eseqiv,krng,ansi_cprng,cts,aes_generic,cbc,cryptomgr,pcompress,aead,crypto_hash,crypto_blkcipher crypto 5536 16 cifs,libcrc32c,hmac,aesni_intel,cryptd,ecryptfs,ecb,ansi_cprng,cts,rng,cbc,pcompress,aead,crypto_hash,crypto_blkcipher,crypto_algapi be2net 55234 0 ixgbe 114857 0 dca 4226 1 ixgbe mdio 2880 1 ixgbe cpufreq_conservative 4368 0 cpufreq_powersave 798 0 cpufreq_performance 802 8 cpufreq_ondemand 5139 0 acpi_cpufreq 5026 0 mperf 1003 1 acpi_cpufreq processor 24719 1 acpi_cpufreq thermal_sys 12373 1 processor cpufreq_stats 2685 0 freq_table 1944 3 cpufreq_ondemand,acpi_cpufreq,cpufreq_stats dm_snapshot 24290 0 crc_itu_t 1153 1 udf crc_ccitt 1187 0 quota_v2 3319 0 quota_tree 6332 1 quota_v2 usbcore 132226 9 usbhid,usblp,usb_storage,uhci_hcd,uas,xhci_hcd,ohci_hcd,ehci_hcd sg 20749 0 psnap 1649 0 p8022 899 0 llc 3186 2 psnap,p8022 usb_common 721 1 usbcore ipv6 224403 50 megaraid_sas 80889 0 mpt2sas 189720 0 r8168 238220 0 r8101 93691 0 e1000e 188504 0 Anyway, USB still not working ... any advice ???? Link to comment Share on other sites More sharing options...
darkest_star Posted October 6, 2013 Share #16 Posted October 6, 2013 I had the identical problem with a ASRock B85m-itx. Disabling USB3.0 in BIOS has solved it for me. Now USB2.0 is working for keyboard and USB-harddisk without known problems. Link to comment Share on other sites More sharing options...
interested Posted October 7, 2013 Author Share #17 Posted October 7, 2013 Disabling USB3.0 Does not help ... Link to comment Share on other sites More sharing options...
interested Posted October 7, 2013 Author Share #18 Posted October 7, 2013 ohci_hcd module is needed for UPS support. dmesg | grep ohci_hcd [ 16.087897] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 16.102114] Modules linked in: xhci_hcd(+) ohci_hcd ehci_hcd bromolow_synobios(P) synoacl_ext4(P) synoacl_vfs(P) btrfs zlib_deflate libcrc32c hfsplus md4 hmac fuse vfat fat aesni_intel cryptd ecryptfs sha512_generic sha256_generic sha1_generic ecb aes_x86_64 chainiv des_generic crc32c eseqiv krng ansi_cprng cts rng aes_generic md5 cbc cryptomgr pcompress aead crypto_hash crypto_blkcipher crypto_wq crypto_algapi crypto be2net ixgbe dca mdio cpufreq_conservative cpufreq_powersave cpufreq_performance cpufreq_ondemand acpi_cpufreq mperf processor thermal_sys cpufreq_stats freq_table dm_snapshot crc_itu_t crc_ccitt q uota_v2 quota_tree usbcore sg psnap p8022 llc usb_common ipv6 megaraid_sas(O) mpt2sas(O) r8168(O) r8101(O) e1000e(O) [last unloaded: bromolow_synobios] dmesg | grep ehci [ 16.062586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 16.062756] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23 [ 16.062907] ehci_hcd 0000:00:1d.0: setting latency timer to 64 [ 16.062911] ehci_hcd 0000:00:1d.0: EHCI Host Controller [ 16.063019] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1 [ 16.063188] ehci_hcd 0000:00:1d.0: debug port 2 [ 16.067149] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported [ 16.067160] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf0437000 [ 16.077867] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 16.078310] usb usb1: Manufacturer: Linux 3.2.30 ehci_hcd [ 16.102114] Modules linked in: xhci_hcd(+) ohci_hcd ehci_hcd bromolow_synobios(P) synoacl_ext4(P) synoacl_vfs(P) btrfs zlib_deflate libcrc32c hfsplus md4 hmac fuse vfat fat aesni_intel cryptd ecryptfs sha512_generic sha256_generic sha1_generic ecb aes_x86_64 chainiv des_generic crc32c eseqiv krng ansi_cprng cts rng aes_generic md5 cbc cryptomgr pcompress aead crypto_hash crypto_blkcipher crypto_wq crypto_algapi crypto be2net ixgbe dca mdio cpufreq_conservative cpufreq_powersave cpufreq_performance cpufreq_ondemand acpi_cpufreq mperf processor thermal_sys cpufreq_stats freq_table dm_snapshot crc_itu_t crc_ccitt quota_v2 quota_tree usbcore sg psnap p8022 llc usb_common ipv6 megaraid_sas(O) mpt2sas(O) r8168(O) r8101(O) e1000e(O) [last unloaded: bromolow_synobios] [ 16.400806] usb 1-1: new high-speed USB device number 2 using ehci_hcd dmesg | grep xhci [ 16.098185] xhci_hcd 0000:00:14.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21 [ 16.098358] xhci_hcd 0000:00:14.0: setting latency timer to 64 [ 16.098361] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 16.098460] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 16.098678] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 16.098692] xhci_hcd 0000:00:14.0: irq 21, io mem 0xf0420000 [ 16.098802] xhci_hcd 0000:00:14.0: Failed to enable MSI-X [ 16.098945] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X [ 16.099321] usb usb2: Manufacturer: Linux 3.2.30 xhci_hcd [ 16.099608] xHCI xhci_add_endpoint called for root hub [ 16.099611] xHCI xhci_check_bandwidth called for root hub [ 16.100133] IP: [] xhci_hub_control+0x341/0xc70 [xhci_hcd] [ 16.102114] Modules linked in: xhci_hcd(+) ohci_hcd ehci_hcd bromolow_synobios(P) synoacl_ext4(P) synoacl_vfs(P) btrfs zlib_deflate libcrc32c hfsplus md4 hmac fuse vfat fat aesni_intel cryptd ecryptfs sha512_generic sha256_generic sha1_generic ecb aes_x86_64 chainiv des_generic crc32c eseqiv krng ansi_cprng cts rng aes_generic md5 cbc cryptomgr pcompress aead crypto_hash crypto_blkcipher crypto_wq crypto_algapi crypto be2net ixgbe dca mdio cpufreq_conservative cpufreq_powersave cpufreq_performance cpufreq_ondemand acpi_cpufreq mperf processor thermal_sys cpufreq_stats freq_table dm_snapshot crc_itu_t crc_ccitt quota_v2 quota_tree usbcore sg psnap p8022 llc usb_common ipv6 megaraid_sas(O) mpt2sas(O) r8168(O) r8101(O) e1000e(O) [last unloaded: bromolow_synobios] [ 16.105457] RIP: 0010:[] [] xhci_hub_control+0x341/0xc70 [xhci_hcd] [ 16.110653] [] ? xhci_pci_probe+0x31/0xe0 [xhci_hcd] [ 16.111971] [] ? xhci_hcd_init+0x6/0x30 [xhci_hcd] [ 16.114744] RIP [] xhci_hub_control+0x341/0xc70 [xhci_hcd] [ 16.128290] etxhci_hcd: Unknown symbol usb_wakeup_notification (err 0) Link to comment Share on other sites More sharing options...
Recommended Posts