<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>If the info. below doesn't work, i got the Wireless Broadcom nic on a dv-2020 to work using ndiswrapper. It was under Suse 10.1.</DIV>
<DIV> </DIV>
<DIV>Guy Lessard<BR>Professeur CÉGEP de l'Outaouais<BR>Gatineau, Québec<BR>Canada<BR><BR>>>> Matt Oquist <moquist@majen.net> 2007-02-07 12:12:01 >>><BR></DIV>
<DIV style="COLOR: #000000">> From: "Peter Hawxhurst" <phawxhurst@hotmail.com><BR>> Subject: [K12OSN] HAS ANYWONE GOTTEN EDU 6.06 TO RUN ON HP PAV DV2000?<BR>> i have installed both the i386 and amd64 versions of edu on my hp pavilion <BR>> dv2000 but it fails to identify the broadcom wireless card??<BR>> any ideas? thanks. peace<BR><BR>Yes. The broadcom driver isn't included on the installation disk. You<BR>can copy it in from any other Ubuntu system and load it during<BR>install, or you should have it once you reboot.<BR><BR>If you don't have it even after you reboot, I would recommend copying<BR>it in, insmodding it, and then installing linux-image-generic right<BR>away, which is what you should do anyway...details below.<BR><BR>*****************************************<BR>NOTE TO EVERY EDUBUNTU ADMIN: Immediately after you install Edubuntu<BR>and reboot, install the 'linux-image-generic' package, make sure it<BR>will boot by default (edit /boot/grub/menu.lst), and then reboot<BR>again.  linux-image-generic will give you SMP support. You will not<BR>have SMP support until you install another kernel than the default,<BR>and linux-image-generic is the recommended kernel.<BR>*****************************************<BR><BR>Details: copy /lib/modules/2.6.17-10-386/kernel/drivers/net/bnx2.ko<BR>off of another Ubuntu system (install linux-image-2.6.17-10-386 if<BR>necessary to get it) onto a thumb drive, then stick that thumb drive<BR>into your Edubuntu server. If you're currently installing, ALT+F1<BR>(maybe ALT+F2) will give you a terminal, where you can do something<BR>like this:<BR><BR>$ cat /proc/partitions<BR>  "Hmm... /dev/sdb looks like my USB stick. I'll use that."<BR>  ...this could be /dev/sda, /dev/sda1, /dev/sdb1, etc.<BR>$ mkdir /mnt/tmp<BR>$ mount /dev/sdb /mnt/tmp<BR>$ cp /mnt/bnx2.ko /lib/modules/2.6.17-10-386/kernel/drivers/net/<BR>$ umount /mnt/tmp<BR>$ insmod /lib/modules/2.6.17-10-386/kernel/drivers/net/bnx2.ko<BR><BR>--matt<BR><BR>--<BR>Open Source Software Engineering Consultant<BR><A href="http://majen.net/">http://majen.net/</A><BR><BR>_______________________________________________<BR>K12OSN mailing list<BR>K12OSN@redhat.com<BR><A href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</A><BR>For more info see <<A href="http://www.k12os.org">http://www.k12os.org</A>><BR></DIV></BODY></HTML>