ad4d
![]() |
|
|
|
|
|||||||
| Peripheral Hardware Stuff that plugs in via USB, FireWire, eSATA, PS/2, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Today i upgraded my work laptop to 8.0, better said reinstalled and restored, because P4M 1.5GHz would rebuild ports for days. The card was not operational afterwards, ifconfig can't scan networks, exits with error, and wpa_supplicant doesn't work, reports IOCTL error against the driver.
Note, i "restored" the system, meaning after newfs-ing the 7.2 root partition and 8.0 installation on it, i restored original relevant files to /etc tree. Therefore, the module load line and legal acknowledgment line are there. The module dumps "ipw0 : no firmware" at debug console. Man page refers to ipwfw(4) as firmware module but there is no man page found. I found no such module in boot/kernel so i went installing the firmware via ports, in net/ipw-firmware-kmod, and the port just reported that the module is included in base install. Found the module sources in /usr/src/sys/modules/ipwfw, made a make / make install, and got three files, ipw_ibss, ipw_bss, and ipw_monitor, loaded them all before loading if_ipw, still same "no firmware" error. Am i missing something here? |
|
#2
|
|||
|
|||
|
I'm having the same problem.
kldstat shows the following: Code:
Id Refs Address Size Name 1 38 0xc0400000 b6dfe0 kernel 2 1 0xc0f6e000 c6c4 if_ipw.ko ... Code:
ipw0: no firmware ALSO: I have the following in /boot/loader.conf (which might help the parent to this reply): Code:
legal.intel_ipw.license_ack="1" Code:
legal.intel_ipw.license_ack=1 Thanks for any help. |
|
#3
|
|||
|
|||
|
Ok, I got the firmware to start working but wpa_supplicant just does not work. Rather, my Sofaware Safe@Office wireless access points complains about something missing.
Here is how I got the firmware to function (followed by the wpa_supplicant problem): In /boot/loader.conf: Code:
if_ipw_load="YES" Code:
wlans_ipw0="wlan0" ifconfig_wlan0="WPA x.x.x.x netmask 0xffffff00" Code:
WLAN client <my mac> disconnected from wlan network. Initiator: AP, Reason: Invalid information element Running wpa_supplicant with the -dd option is not showing errors. But, wpa_suppliment normally gives these lines in /var/log/messages: Code:
(timestamp host) wpa_supplicant[PID]: CTRL-EVENT-SCAN-RESULTS (timestamp host) wpa_supplicant[PID]: Trying to associate with <safe@office mac> (SSID='my ssid' freq=2437 MHz) (timestamp host) wpa_supplicant[PID]: Authentication with <safe@office mac> timed out. Last edited by DutchDaemon; December 29th, 2009 at 22:10. Reason: wrong tags |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 8.0-release | gpatrick | General | 5 | October 31st, 2009 00:28 |
| FreeBSD 7.1-RELEASE -- Problems with ATAPICAM & DMA on 2 SATA DVDs | DutchDaemon | System Hardware | 2 | May 6th, 2009 00:24 |
| Problems with upgraded FreeBSD RELEASE 7.1 | pancake | Installing & Upgrading | 6 | April 17th, 2009 12:18 |
| Where to get 7.1-RELEASE-p2? | honk | Installing & Upgrading | 5 | February 12th, 2009 05:07 |
| Freebsd 7 GStreamer problems - no sound + linux->fbsd compile problems | int80 | General | 0 | December 23rd, 2008 20:13 |