Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter: bug still valid?
Hi, Holger Wansing wrote: > [House-cleaning on bugreports] > > This bug reports about a Broadcom ethernet adapter beeing unable > to work because the firmware was not available from the attached > usb storage device. > > Peter: > do you have a possibility to test, if this bug still exists? > I think there is a good chance, that if works for you now. > Please try a daily build testing d-i image from > http://www.debian.org/devel/debian-installer/. Since there has been no answer from subscriber: whould you agree to close this bug? Holger -- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Created with Sylpheed 2.5.0 under DEBIAN GNU/LINUX 5.0.0 - L e n n y Registered LinuxUser #311290 - http://counter.li.org/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter: bug still valid?
[House-cleaning on bugreports] This bug reports about a Broadcom ethernet adapter beeing unable to work because the firmware was not available from the attached usb storage device. Peter: do you have a possibility to test, if this bug still exists? I think there is a good chance, that if works for you now. Please try a daily build testing d-i image from http://www.debian.org/devel/debian-installer/. Thanks Holger -- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Created with Sylpheed 2.5.0 under DEBIAN GNU/LINUX 5.0.0 - L e n n y Registered LinuxUser #311290 - http://counter.li.org/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter
On Thu, Nov 06, 2008 at 08:51:54PM +, Adrian Bridgett wrote: > I added the firmware from the firmware-bnx2 package into the initrd > (we pxeboot the servers) to fix this FWIW. > > You can't download it via udeb since it could be the network adapter > you are trying to use! http://lists.debian.org/debian-boot/2008/11/msg5.html is the current status of the issue. Cheers, -- Guido -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter
I added the firmware from the firmware-bnx2 package into the initrd (we pxeboot the servers) to fix this FWIW. You can't download it via udeb since it could be the network adapter you are trying to use! Adrian -- Email: [EMAIL PROTECTED] -*- GPG key available on public key servers Debian GNU/Linux - the maintainable distribution -*- www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter
Well, dmesg output shows, that device is properly identified (vendor, name, capacity) and after "Assuming drive cache: write through" line follows the line: sda: sda1 So I can assume, that partition reads correctly. Output from list-devices disk /dev/cciss/c0d0 /dev/sda /dev/sdb /dev/sdc Output from list-devices partition /dev/cciss/c0d0p1 /dev/cciss/c0d0p2 /dev/cciss/c0d0p5 /dev/cciss/c0d0p6 /dev/device /dev/holders /dev/power /dev/queue /dev/slaves /dev/subsystem /dev/sda1 Note: the "/dev garbage" I mentioned before was regarding the /dev/device etc.. As one can see, the /dev/sda1 IS at the end of the list. So, why it dosen't work? I went through syslog. All partitions and devices, listed in above lists, are attempted to mount (failing with Invalid parameter though), however I never see any attempt to mount /dev/sda1 there! Never ever! Could this be some bad cycle design issue? Then, however, why would it succed when I mount the /dev/sda1 to /media manually? Peter Jérémy Bobbio wrote / napísal(a): On Wed, Jul 30, 2008 at 01:38:56PM +0200, Peter Tuhársky wrote: It seems for me, that it simply fails to mount the USB pendrive. Anyhow, the partition of course resides on /dev/sda1, not on /dev/sda! So I don't wonder it fails. Strange... Could you watch dmesg log and see if it reads the partition table of your USB stick successfully? In the installer environment, could you look for the ouput of: $ list-devices disk $ list-devices partition Cheers, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter
On Wed, Jul 30, 2008 at 01:38:56PM +0200, Peter Tuhársky wrote: > It seems for me, that it simply fails to mount the USB pendrive. Anyhow, > the partition of course resides on /dev/sda1, not on /dev/sda! So I > don't wonder it fails. Strange… Could you watch dmesg log and see if it reads the partition table of your USB stick successfully? In the installer environment, could you look for the ouput of: $ list-devices disk $ list-devices partition Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter
Bingo! It is really the mount issue! I just manually mounted /dev/sda1 to /media and whoila, the firmware is found now! Maybe the script dosen't try to mount the sd{a|b|c}1, just the sd{a|b|c} and therefore it must fail! Peter Jérémy Bobbio wrote / napísal(a): (Please keep the bug CC'ed) On Wed, Jul 30, 2008 at 09:30:40AM +0200, Peter Tuhársky wrote: The installer should at least prompted you to supply a .fw firmware file. Did it do this? Well, I tested daily build from 20080729, and yes, the installer prompts for these files. However, I can't figure out, how could I give it to him. I have put them on the root of usb pendrive, they are exactly the files that he needs, and it still asks for them again and again. Could you look closely at the syslog (Alt+F4, or Alt+F2 and /var/log/syslog) for firmware related issues? You can also edit (using nano) /bin/check-missing-firmware and add a "set -x" at the beginning of the script. This will trace its execution in the syslog. Cheers, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter
I type here just what is going on for bnx2 and I will not put here messages for another hw that needs firmwaremessages, qla2xxx 11:04:56 kernel: Broadcom Nextreme II Gigabit Ethernet Driver bnx2 v1.7.4 (Feburary 18, 2008) 11:04:56 kernel: bnx2: Can't load firmware file bnx2-06-4.0.5.fw 11:04:56 kernel: bnx2: probe of :02:03.0 failed with error -2 11:04:56 kernel: bnx2: Can't load firmware file bnx2-06-4.0.5.fw 11:04:56 kernel: bnx2: probe of :02:04.0 11:06:13 check-missing-firmware: missing firmware files (ql2400_fw.bin bnx2-06-4.0.5.fw) for qlaxxx bnx2 11:13:50 kernel: FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive! (repeated cca 10x in the same second) here the show begins: 11:13:51 main-menu[1481]: (process:5851): mount: mounting /dev/sda on /media failed: Invalid argument the same for sdb, sdc then FAT comply 3x again, and then it tryes to mount cciss/c0d0p2 (the internal HP raid E200) and fails with "attempt to access beyond end of device" then FAT again ... another attempts to mount all the backage found in /dev... It seems for me, that it simply fails to mount the USB pendrive. Anyhow, the partition of course resides on /dev/sda1, not on /dev/sda! So I don't wonder it fails. Peter (Please keep the bug CC'ed) On Wed, Jul 30, 2008 at 09:30:40AM +0200, Peter Tuhársky wrote: The installer should at least prompted you to supply a .fw firmware file. Did it do this? Well, I tested daily build from 20080729, and yes, the installer prompts for these files. However, I can't figure out, how could I give it to him. I have put them on the root of usb pendrive, they are exactly the files that he needs, and it still asks for them again and again. Could you look closely at the syslog (Alt+F4, or Alt+F2 and /var/log/syslog) for firmware related issues? You can also edit (using nano) /bin/check-missing-firmware and add a "set -x" at the beginning of the script. This will trace its execution in the syslog. Cheers, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter
(Please keep the bug CC'ed) On Wed, Jul 30, 2008 at 09:30:40AM +0200, Peter Tuhársky wrote: > >The installer should at least prompted you to supply a .fw firmware file. > >Did it do this? > > Well, I tested daily build from 20080729, and yes, the installer prompts > for these files. However, I can't figure out, how could I give it to > him. I have put them on the root of usb pendrive, they are exactly the > files that he needs, and it still asks for them again and again. Could you look closely at the syslog (Alt+F4, or Alt+F2 and /var/log/syslog) for firmware related issues? You can also edit (using nano) /bin/check-missing-firmware and add a "set -x" at the beginning of the script. This will trace its execution in the syslog. Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter
On Tue, Jul 29, 2008 at 05:09:22PM +0200, Peter Tuhársky wrote: > Package: debian-installer > Version: 20080522 > > I'm testing the Lenny weekly build 2008-07-21, and the installer fails > to detect Broadcom network adapter, that Etch has had no problem with. I > have several machines like this HP BL465, and Debian is anticipated to > run on them, so please, fix the detection ;-) Would you have a more specific reference for this network adapter? Do you know which Linux driver supports it in Linux 2.6.25? > I don't know, whether it has something to do with, but I choosed not to > run PCMCIA, however I have been asked immediately for PCMCIA parameters. > Before the network detection, again. Known issue, see #479391. Cheers, -- Jérémy Bobbio.''`. [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism `. `'` `- signature.asc Description: Digital signature
Bug#492878: lenny installer -dosen't detect Broadcom ethernet adapter
Package: debian-installer Version: 20080522 I'm testing the Lenny weekly build 2008-07-21, and the installer fails to detect Broadcom network adapter, that Etch has had no problem with. I have several machines like this HP BL465, and Debian is anticipated to run on them, so please, fix the detection ;-) I don't know, whether it has something to do with, but I choosed not to run PCMCIA, however I have been asked immediately for PCMCIA parameters. Before the network detection, again. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]