This bug was filed against a series that is no longer supported and so
is being marked as Won't Fix. If this issue still exists in a supported
series, please file a new bug.
This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.
** Changed in: linux (Ubuntu)
** Changed in: linux (Ubuntu)
Assignee: TJ (intuitivenipple) => (unassigned)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/331415
Title:
request_firmware() fails on resume from suspend
--
ubu
This bug report was marked as Triaged a while ago but has not had any
updated comments for quite some time. Please let us know if this issue
remains in the current Ubuntu release,
http://www.ubuntu.com/getubuntu/download . If the issue remains, click
on the current status under the Status column
Just to add to my comment about e100 driver yesterday, I found
discussion about this problem in the 'Intel Wired Ethernet' project in
SourceForge
(http://sourceforge.net/tracker/?func=detail&aid=2876241&group_id=42302&atid=447449),
and also a fix to the problem in kernel.org git repositories (commi
After upgrading from Ubuntu 9.04 to 9.10 (kernel 2.6.28 to 2.6.31), I
have similar problem with the e100 network driver. It seems that the
firmware used to be within the driver in the older kernels, but is now
available as a separate binary
/lib/firmware/2.6.31-14-generic/e100/d101m_ucode.bin. At b
Hi TJ,
Just wanted to check in and see if there has been any additional
progress on this bug. I noticed it's been a while since the last
comment. Thanks.
--
request_firmware() fails on resume from suspend
https://bugs.launchpad.net/bugs/331415
You received this bug notification because you are
** Tags removed: regression-potential
--
request_firmware() fails on resume from suspend
https://bugs.launchpad.net/bugs/331415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
Progress update:
I've finished a manual line-by-line analysis of every occurrence of:
a) request_firmware() and relations
b) each reference to a firmware file-name either explicitly or via a sprintf()
format-string
I've built an sqlite3 database based on the analysis that tracks every
occurren
** Tags added: regression-potential
--
request_firmware() fails on resume from suspend
https://bugs.launchpad.net/bugs/331415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https
** Tags added: kernel-oops resume
--
request_firmware() fails on resume from suspend
https://bugs.launchpad.net/bugs/331415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:/
This is a small shell-script that can help identify whether a system is
affected by this bug.
for log in /var/log/kern.log*; do CMD="cat "; echo $log; [ !
${log##*.gz} ] && CMD="zcat "; $CMD $log | grep -n 'PM:
\(suspend\|resume\) devices took'; done
Example output:
var/log/kern.log
/var/log/ker
** Changed in: linux (Ubuntu)
Importance: Undecided => Medium
Status: Confirmed => Triaged
--
request_firmware() fails on resume from suspend
https://bugs.launchpad.net/bugs/331415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Tormod: I'm not sure that it blocks SysRq but I think so. When I first
observed it I tried to sync the disks (Alt+SysRq+S) and then power off
(Alt+SysRq+O) and if I recall correctly it didn't respond.
--
request_firmware() fails on resume from suspend
https://bugs.launchpad.net/bugs/331415
You re
Interesting. I might have seen this with ipw2200. Does it also block
alt-sysrq during the 60 seconds? Would this be perfectly reproducible
(my troubles are not)?
--
request_firmware() fails on resume from suspend
https://bugs.launchpad.net/bugs/331415
You received this bug notification because yo
** Changed in: linux (Ubuntu)
Assignee: (unassigned) => TJ (intuitivenipple)
Status: New => Confirmed
--
request_firmware() fails on resume from suspend
https://bugs.launchpad.net/bugs/331415
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
15 matches
Mail list logo