Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3178

dockstar sid/jessie usb-root issue (2 replies)

$
0
0
Hi,

After upgrading to jessie I am stuck with a non-booting installation.
It looks like usb modules are not loaded at right stage during the boot process.
I have tried to load the modules manually with no luck either.

Linux (none) 3.9-1-kirkwood #1 Debian 3.9.6-1 armv5tel armv5tel
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Waiting for root file system ... done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/sda2 does not exist.  Dropping to [   43.589654] usbcore: registered new interface driver usbfs
a shell!
[   43.596562] usbcore: registered new interface driver hub
[   43.602069] usbcore: registered new device driver usb
[   43.609432] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   43.616679] ehci-pci: EHCI PCI platform driver
[   43.637647] uhci_hcd: USB Universal Host Controller Interface driver
[   43.653128] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   43.671370] hidraw: raw HID events driver (C) Jiri Kosina
[   43.680848] usbcore: registered new interface driver usbhid
[   43.686446] usbhid: USB HID core driver
(initramfs) cat /proc/modules
usbhid 34741 0 - Live 0xbf098000
hid 72311 1 usbhid, Live 0xbf07f000
ohci_hcd 18628 0 - Live 0xbf076000
uhci_hcd 20267 0 - Live 0xbf06d000
ehci_pci 3142 0 - Live 0xbf069000
ehci_hcd 34116 1 ehci_pci, Live 0xbf05b000
usbcore 132046 5 usbhid,ohci_hcd,uhci_hcd,ehci_pci,ehci_hcd, Live 0xbf028000
usb_common 648 1 usbcore, Live 0xbf024000
mv643xx_eth 24159 0 - Live 0xbf010000
inet_lro 4293 1 mv643xx_eth, Live 0xbf00b000
libphy 17615 1 mv643xx_eth, Live 0xbf000000
(initramfs) cat /proc/cmdline
console=ttyS0,115200 root=/dev/sda1 rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data) root=/dev/sda2
(initramfs) cat /proc/partitions
major minor  #blocks  name

  31        0       1024 mtdblock0
  31        1       4096 mtdblock1
  31        2      32768 mtdblock2
  31        3     224256 mtdblock3

Any suggestions?

Cheers
tree

Viewing all articles
Browse latest Browse all 3178

Trending Articles