[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#804351: installation-reports: Stretch installer-armel (2015-10-23) does not see storage devices on Dreamplug



On 11/11/2015 03:43 PM, Ian Campbell wrote:
> Perhaps you could drop to a shell and try manually loading those
> modules and see what, if anything, it says?

Modules seem to load ok:

~ # lsmod
Module                  Size  Used by
~ # modprobe ehci_hcd
~ # lsmod
Module                  Size  Used by
ehci_hcd               50075  0
usbcore               141043  1 ehci_hcd
usb_common              2533  1 usbcore
~ # modprobe ehci_orion
~ # lsmod
Module                  Size  Used by
ehci_orion              2986  0
ehci_hcd               50075  1 ehci_orion
usbcore               141043  2 ehci_hcd,ehci_orion
usb_common              2533  1 usbcore


After a reboot, I saw different modules loaded (randomly?):

~ # lsmod
Module                  Size  Used by
mvmdio                  3100  0
of_mdio                 2677  1 mvmdio
libphy                 23336  2 mvmdio,of_mdio
~ # modprobe ehci_hcd
~ # lsmod
Module                  Size  Used by
ehci_hcd               50075  0
usbcore               141043  1 ehci_hcd
usb_common              2533  1 usbcore
mvmdio                  3100  0
of_mdio                 2677  1 mvmdio
libphy                 23336  2 mvmdio,of_mdio
~ # modprobe ehci_orion
~ # lsmod
Module                  Size  Used by
ehci_orion              2986  0
ehci_hcd               50075  1 ehci_orion
usbcore               141043  2 ehci_hcd,ehci_orion
usb_common              2533  1 usbcore
mvmdio                  3100  0
of_mdio                 2677  1 mvmdio
libphy                 23336  2 mvmdio,of_mdio


Strangely, my Dreamplug is also hanging at hw-detect step now. (I didn't
see this previously.)

--
James

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: