Re: problem with wpa_supplicant

2010-09-03 Thread Bernhard Schmidt
On Friday, September 03, 2010 01:34:54 Davide Italiano wrote:
 Hi. I've been recently upgraded to -CURRENT (9.0).
 After
 # make buildworld
 # make buildkernel KERNCONF=MYKERNEL
 # make install kernel KERNCONF=MYKERNEL
 
 I have rebooted to single-user mode, as suggested in the documentation.
 No more wireless connection. I've a intel 2200 bg wireless card,
 running using the kernel built-in iwi module.
 
 In particular, when I run wpa_supplicant -i wlan0 -c
 /etc/wpa_supplicant.conf I get this:
 
 CTRL-EVENT-SCAN-RESULTS
 CTRL-EVENT-SCAN-RESULTS
 CTRL-EVENT-SCAN-RESULTS
 ...
 
 My wpa_supplicant.conf is:
 
 ap_scan=1
 fast_reauth=1
 
 network={
 ssid=MY_SSID
 psk=MY_KEY
 }
 
 Also, my /boot/loader.conf contains
 
 legal.intel_iwi.license_ack=1
 if_iwi_load=YES
 
 and my rc.conf
 
 wlans_iwi0=wlan0
 ifconfig_wlan0=WPA inet 192.168.1.110 netmask 0xff00
 defaultrouter=192.168.1.1
 
 Again, it worked w/ freebsd 8.1 (stable). Also, I've read in the
 UPDATING file in /usr/src this:
 
 Applications such as wpa_supplicant(8) may require a full world
 build without using NO_CLEAN in order to get synchronized with the
 new structure.
 
 But, I've done a make buildworld before, isn't enough?
 
 Thanks a lot

Did you also run make installworld?

-- 
Bernhard
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: problem with wpa_supplicant

2010-09-03 Thread Davide Italiano
On 03/09/10 08:32, Bernhard Schmidt wrote:
 On Friday, September 03, 2010 01:34:54 Davide Italiano wrote:
  Hi. I've been recently upgraded to -CURRENT (9.0).
  After
  # make buildworld
  # make buildkernel KERNCONF=MYKERNEL
  # make install kernel KERNCONF=MYKERNEL
  
  I have rebooted to single-user mode, as suggested in the documentation.
  No more wireless connection. I've a intel 2200 bg wireless card,
  running using the kernel built-in iwi module.
  
  In particular, when I run wpa_supplicant -i wlan0 -c
  /etc/wpa_supplicant.conf I get this:
  
  CTRL-EVENT-SCAN-RESULTS
  CTRL-EVENT-SCAN-RESULTS
  CTRL-EVENT-SCAN-RESULTS
  ...
  
  My wpa_supplicant.conf is:
  
  ap_scan=1
  fast_reauth=1
  
  network={
  ssid=MY_SSID
  psk=MY_KEY
  }
  
  Also, my /boot/loader.conf contains
  
  legal.intel_iwi.license_ack=1
  if_iwi_load=YES
  
  and my rc.conf
  
  wlans_iwi0=wlan0
  ifconfig_wlan0=WPA inet 192.168.1.110 netmask 0xff00
  defaultrouter=192.168.1.1
  
  Again, it worked w/ freebsd 8.1 (stable). Also, I've read in the
  UPDATING file in /usr/src this:
  
  Applications such as wpa_supplicant(8) may require a full world
  build without using NO_CLEAN in order to get synchronized with the
  new structure.
  
  But, I've done a make buildworld before, isn't enough?
  
  Thanks a lot
 
 Did you also run make installworld?
 
 -- 
 Bernhard

Now it works. Thanks. I've been forgotten to merge configuration files using 
mergemaster.


___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


problem with wpa_supplicant

2010-09-02 Thread Davide Italiano
Hi. I've been recently upgraded to -CURRENT (9.0).
After
# make buildworld
# make buildkernel KERNCONF=MYKERNEL
# make install kernel KERNCONF=MYKERNEL

I have rebooted to single-user mode, as suggested in the documentation.
No more wireless connection. I've a intel 2200 bg wireless card,
running using the kernel built-in iwi module.

In particular, when I run wpa_supplicant -i wlan0 -c
/etc/wpa_supplicant.conf I get this:

CTRL-EVENT-SCAN-RESULTS
CTRL-EVENT-SCAN-RESULTS
CTRL-EVENT-SCAN-RESULTS
...

My wpa_supplicant.conf is:

ap_scan=1
fast_reauth=1

network={
ssid=MY_SSID
psk=MY_KEY
}

Also, my /boot/loader.conf contains

legal.intel_iwi.license_ack=1
if_iwi_load=YES

and my rc.conf

wlans_iwi0=wlan0
ifconfig_wlan0=WPA inet 192.168.1.110 netmask 0xff00
defaultrouter=192.168.1.1

Again, it worked w/ freebsd 8.1 (stable). Also, I've read in the
UPDATING file in /usr/src this:

Applications such as wpa_supplicant(8) may require a full world
build without using NO_CLEAN in order to get synchronized with the
new structure.

But, I've done a make buildworld before, isn't enough?

Thanks a lot

Davide
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org