Re: if_wpi will not work for me
"Yousif Hassan" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <FAD152AEC8964784A7DA72415A6B9690@alderaan> |
Torfinn Ingolfsen <[email protected]> wrote: > Johan Johansen <[email protected]> wrote: > >> Returning from my vacation, I notice that my problem is somewhat >> different from what some of you other guys describe. I cant get a >> wpi-device to work with at all. >> >> Booting without acpi makes no differens. >> Applying patch wpi_releng7.diff makes no differens. >> >> Before I load if_wpi, pciconf says >> none0@pci0:8:0:0: class=0x028000 card=0x135c103c >> chip=0x42228086 rev=0x02 hdr=0x00 >> vendor = 'Intel Corporation' >> device = '10418086 Intel 3945ABG Wireless LAN controller' >> class = network >> and after >> wpi0@pci0:8:0:0: class=0x028000 card=0x135c103c >> chip=0x42228086 rev=0x02 hdr=0x00 >> vendor = 'Intel Corporation' >> device = '10418086 Intel 3945ABG Wireless LAN controller' >> class = network >> but still no wpi0 present. >> >> So, would it help to buy more memory, and if I do, where should I put >> it? > > Just curious: why do you think that buying more memory will help? > Because of the "cabn't allocate memory resource" message? > AFAIU, that message indicates that there is something wrong with the > way your acpi / bios tells FreeBSD what memory / how much memory it > needs, not that the machine itself has too little memory. To wit, my experience has been that this message is innocuous. This has been confirmed by Ben, who wrote the driver. I used to get these messages but the wpi0 device would attach fine (it tends to get buried during bootup messages after all that scroll - check dmesg). In addition, Andrew's latest patches to -current and -stable resolve this message - it no longer appears for me. So Johan, do not buy more memory simply to solve this issue! Did you try those latest patches, and do you still see a problem? If your pciconf is reporting a "wpi0@...." in the device list, it seems improbable that the device didn't attach - in that case you'd have seen "noneX@..." This may be stating the obvious, but there are specific steps you need to do to enable this device, including accepting a license via /boot/loader.conf; did you follow them? Do you have a dmesg confirming that the device did not attach? Do you have the output of ifconfig for us to look at? --Y _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"