Package: discover-data-udeb Version: 1.2002.08.21-2 Severity: normal Tags: d-i patch
Skolelinux got a bug report about a missing PCI id in discover-data-udeb. This is the info we got from Finn-Arne Johansen: localhost:~# lspci -s b ; lspci -s b -n 00:0b.0 Ethernet controller: BROADCOM Corporation: Unknown device 170d (rev 01) 00:0b.0 Class 0200: 14e4:170d (rev 01) localhost:~# grep 14e4 /lib/modules/2.4.24-1-686/modules.pcimap | grep 170d tg3 0x000014e4 0x0000170d 0xffffffff 0xffffffff 0x00000000 0x00000000 0x00000000 loading the tg3 driver solves the problem <URL: http://bugs.skolelinux.no/show_bug.cgi?id=603 >. The PCI ID is not listed in <URL:http://pciids.sourceforge.net/pci.ids.gz>, but it is listed on <URL:http://pciids.sourceforge.net/iii/?i=14e4> as not verified by the PCI list maintainer yet. The following patch should add support for this card. Index: pci.lst =================================================================== RCS file: /var/lib/cvs/skolelinux/src/rebuilds/discover-data/pci.lst,v retrieving revision 1.48 diff -u -3 -p -u -r1.48 pci.lst --- pci.lst 17 Jan 2004 13:15:16 -0000 1.48 +++ pci.lst 28 Jan 2004 18:28:37 -0000 @@ -3946,6 +3946,7 @@ 14e416a8 ethernet tg3 NetXtreme BCM5704S Gigabit Ethernet 14e416c6 ethernet tg3 NetXtreme BCM5702 Gigabit Ethernet 14e416c7 ethernet tg3 NetXtreme BCM5703 Gigabit Ethernet + 14e4170d ethernet tg3 NetXtreme BCM5901 Gigabit Ethernet 14e44210 unknown unknown BCM4210 iLine10 HomePNA 2.0 14e44211 unknown unknown BCM4211 iLine10 HomePNA 2.0 + V.90 56k modem 14e44212 modem unknown BCM v.90 56k modem -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

