This does not appear to be a linux-firmware bug.
** Changed in: linux-firmware (Ubuntu Lucid)
Status: New => Invalid
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
You received this bug notification because you are a member of Ubuntu
Bugs, whi
** Branch linked: lp:ubuntu/initramfs-tools
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
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.ubunt
This bug was fixed in the package initramfs-tools - 0.92bubuntu54
---
initramfs-tools (0.92bubuntu54) lucid; urgency=low
* hook-functions: check both /lib/firmware/$(uname -r) and /lib/firmware
for the firmware that we wish to copy; in any cases where we want to
suppress a f
** Also affects: initramfs-tools (Ubuntu Lucid)
Importance: High
Assignee: Steve Langasek (vorlon)
Status: In Progress
** Also affects: linux-firmware (Ubuntu Lucid)
Importance: Undecided
Status: New
** Tags added: regression-release
--
qla2xxx takes ~one minute to init
I'm reopening this bug. This is not a wishlist at all; it's a
significant regression for users of this hardware, that will affect both
new installs and LTS->LTS upgrades. While I agree that doubling the
size of all initramfses unreasonably penalizes users without this
hardware, we do need to have
My pressed late_command for including Jens's script
d-i preseed/late_command string mkdir -p /target/etc/initdramfs-
tools/hooks/ql2xxx ; wget http:///files/ql2xxx -o
/target/etc/initdramfs-tools/hooks/ql2xxx ; chmod +x /target/etc
/initdramfs-tools/hooks/ql2xxx ; in-target update-initramfs -u
-
RE: Comment #11. Jens Langner. Many thanks Jens for your helpful script.
I've not quite got it integrated with my preseed, but I confirm your
script works well for me.
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
You received this bug notification b
RE: Comment #11. Thanks Jens. I'm adding this into my preseed for 9.x
server builds this evening.
I'd like to add my voice to this bug as 'me too'. It is pesky and
frustrating to have to work this out for the 'minor' releases. I hope
we'll see the firmware included in the next LTS... or perhaps s
RE: Comment #11. Jens Langner you are awesome! I just got bit by this
problem on a fresh Jaunty server install on an HP BL35 blade. Your hook
script worked beautifully. Thanks!
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
You received this bug notif
Hi
Is there any reason why this worked out of the box in Hardy LTS (8.04.2)
64 Bit? Heres the dmesg:
[4.923483] qla2xxx :03:00.0: Found an ISP2432, irq 16, iobase
0xc203e000
[4.924118] qla2xxx :03:00.0: Configuring PCI space...
[4.927146] qla2xxx :03:00.0: Config
Let me add that I would also be glad if the firmware loading mechanism
could be directly integrated into Ubuntu without having to create an own
initramfs-tools hooks. However, as many people were already asking in
other fora how to create such a hook, here is the one I created as /etc
/initdramfs-t
On Wed, 2009-07-15 at 15:10 +, Andy Hauser wrote:
> Hence the wishlist?
>
My personal preference is to close wishlist bugs that we don't intend to
address.
Scott
--
Scott James Remnant
sc...@canonical.com
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bug
Hence the wishlist?
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
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://lists.ubun
On Wed, 2009-07-15 at 14:35 +, Andy Hauser wrote:
> There should be an easier way to get this working.
> Make it wishlist?
>
At this time, it's not something we support.
Scott
--
Scott James Remnant
sc...@canonical.com
--
qla2xxx takes ~one minute to initialize per device
https://bugs.lau
There should be an easier way to get this working.
Make it wishlist?
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing lis
** Changed in: udev (Ubuntu)
Status: Confirmed => Won't Fix
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
Thanks! Now it boots up in 18s to gdm :)
before:
http://users.tkk.fi/~tjaalton/foo/jaunty-20090213-1.png
after:
http://users.tkk.fi/~tjaalton/foo/jaunty-20090213-2.png
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
You received this bug notification
On Fri, 2009-02-13 at 07:41 +, Timo Aaltonen wrote:
> That sounds ok, if it only worked :)
>
> rogue tmp # mkdir foo
> rogue tmp # cd foo/
> rogue foo # zcat /boot/initrd.img-2.6.28-7-server |cpio -id
> rogue foo # ls -l lib/udev/firmware.sh lib/firmware/ql2400_fw.bin
> -rw-r--r-- 1 root roo
That sounds ok, if it only worked :)
rogue tmp # mkdir foo
rogue tmp # cd foo/
rogue foo # zcat /boot/initrd.img-2.6.28-7-server |cpio -id
rogue foo # ls -l lib/udev/firmware.sh lib/firmware/ql2400_fw.bin
-rw-r--r-- 1 root root 206500 2009-02-13 09:34 lib/firmware/ql2400_fw.bin
-rwxr-xr-x 1 root
We deliberately don't support firmware loading in the initramfs right
now, because it would almost double the size of it!
You can trivially add support by creating your own file in /etc
/initramfs-tools/hooks that copies /lib/udev/firmware.sh and the
/lib/firmware/ql2400_fw.bin file into the initr
Ok, got a reply from QLogic suggesting that it's a bug in udev:
"This is an issue with the initrd (initramfs) infrastructure not
supporting the request_firmware() interface. Basically, the 60 second
lag time is the request_firmware() call timing out due to udev being
unable to satisfy the call to
** Attachment added: "the dmesg"
http://launchpadlibrarian.net/22551065/rogue-dmesg.txt
--
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
22 matches
Mail list logo