DaemonForums  

Go Back   DaemonForums > Miscellaneous > General software and network

General software and network General OS-independent software and network questions, X11, MTA, routing, etc.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 18th November 2008
JMJ_coder JMJ_coder is offline
VPN Cryptographer
 
Join Date: May 2008
Posts: 464
Default Wireless Network Config working -- almost

Hello,

I set up my wireless for my laptop. And it works -- almost. I can connect and all, but the problem I'm having is that one of the configuration seems to be causing a boot up error. When i boot up in that network, and it goes to initialize the interfaces, I get a fatal firmware error. I can then restart the network after I log in and it works just fine.

I'm running NetBSD 4.0.1 with kernel 5.99.01. The wireless card is Intel PRO/Wireless 3945ABG. I'm using the wpi0 driver and wpa_supplicant version 0.4.9.

Here is the rc.conf section:

Code:
dhclient=YES
wpa_supplicant=YES
wpa_supplicant_flags="-B -i wpi0 -c /etc/wpa_supplicant.conf"
critical_filesystems_local="/var /usr"
The above order was straight from the NetBSD community wiki pages.


Here is the section for the secure network that is giving me issues:

Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel

network={
        ssid="blank for security"
        scan_ssid=1
        key_mgmt=WPA-EAP
        pairwise=TKIP
        group=TKIP
        ca_cert="/etc/cert/certificate.cer"
        client_cert="/etc/cert/certificate.cer"
        private_cert="/etc/cert/certificate.cer"
        identity="blank for security"
        password="blank for security"
}

I am able to log into the network, it's just that since it gives me that fatal firmware error on boot up, I have to restart the network and the dhclient manually - it doesn't give me such errors when I'm in my home network.
__________________
And the WORD was made flesh, and dwelt among us. (John 1:14)
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
atheros wireless card not working guitarscn FreeBSD General 0 26th August 2009 05:50 PM
wireless not working. bsdnewbie999 OpenBSD General 17 19th July 2009 03:06 AM
Wireless Network Loses Connection JMJ_coder NetBSD General 5 17th February 2009 09:14 PM
Wireless Network Problem fuma218 NetBSD General 8 8th January 2009 12:00 AM
Network not working in my jail. krreagan FreeBSD Security 7 5th May 2008 11:43 PM


All times are GMT. The time now is 08:51 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick