This version is no longer supported. If this is still reproducible on a
newer/supported version, please reopen.


** Changed in: linux (Ubuntu)
       Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1006804

Title:
  beagle xm: usb dead after kexec

Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  how to reproduce the bug:

  1) install P/armhf on a beaglexm board (on the sd card in this case)
  2) install kexec-tools and create the following file (kexec.sh):

  cat > kexec.sh << EOF
  #!/bin/sh

  ver=`uname -r`
  sudo kexec -l /boot/vmlinuz-"$ver" --initrd=/boot/initrd.img-"$ver" 
--command-line="`cat /proc/cmdline`"
  sudo kexec -e
  EOF
  chmod +x kexec.sh

  3) execute it

  ./kexec.sh

  the board will reboot (via kexec) but the difference is that the
  smsc95xx nic, usd attached devices, etcetc this time around, are dead:

  flag@flag-desktop:~$ ifconfig eth0
  eth0: error fetching interface information: Device not found

  flag@flag-desktop:~$ ls -la /dev/sd*
  ls: cannot access /dev/sd*: No such file or directory
  (and i've a usb disk attached)

  and so on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1006804/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to