FreeBSD Wireless - Can do WPA but not WEP or even open


 
Thread Tools Search this Thread
Operating Systems BSD FreeBSD Wireless - Can do WPA but not WEP or even open
# 1  
Old 08-19-2008
FreeBSD Wireless - Can do WPA but not WEP or even open

Hello,

I am using FreeBSD on my laptop (R60) and currently it is working great, however, I am having trouble connecting to open or WEP secured networks.

I have read the FreeBSD handbook regarding this many times. That is how I found out how to connect to WPA networks. If anyone could post a brief step by step for open or WEP I would be very greatful.

WPA is easy because I can use WPA suppliment and /etc/rc.d/netif start but this doesnt seem to work for open or WEP... nothing happens.

Thanks,

Karsten
# 2  
Old 08-20-2008
Quote:
Originally Posted by jb_bsd
no WPA nor WEP here. If so, I might have the process written down.
WPA isn't the problem, do you have a solution to OPEN?

kk, I guess I'll search more... and probs give the handbook another go

thanks,
# 3  
Old 08-20-2008
do u have wep enabled in the kernel?
# 4  
Old 08-20-2008
I add the line to enable WEP into /boot/loader.conf

Code:
wlan_wep_load="YES"

I think the problem im having is simply due to using ifconfig wrong because I cannot connect to an open network either. Only WPA lol

this is what i do for open wireless...

in /etc/rc.conf i add

Code:
ifconfig_wifi0="DHCP"

in console I do

Code:
ifconfig wifi0 down
ifconfig wifi0 bssid 00:xx:xx:xx:xx
ifconfig wifi0 up

/etc/rc.d/netif start

and it doesn't do a whole lot. Is this the right process? This is what I worked out from reading the FreeBSD Handbook many many times lol
# 5  
Old 08-24-2008
ifconfig wifi0 authmode open
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Linux

Is possible to bridge wlan0 and eth0 using network manager?How to for wpa?

I have created a bridge with nmcli between eth0 and wlan0 I use this procedure sudo nmcli con add ifname br0 type bridge con-name br0 sudo nmcli con add type bridge-slave ifname eth0 master br0 sudo nmcli con add type bridge-slave ifname wlan0 master br0 sudo nmcli con modify br0... (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

2. Shell Programming and Scripting

FreeBSD rc.subr wireless script

Hi, This is my first thread on Unix forums, so be gentle.:o I'm trying to write a simple start/stop script for my wireless networking adapter, under FreeBSD, using the rc.subr framework. #!/bin/sh # PROVIDE Wireless # KEYWORDS shutdown . /etc/rc.subr name="wireless"... (1 Reply)
Discussion started by: regexp
1 Replies

3. Red Hat

cannot set user id: Resource temporarily unavailable (not open file/open process related)

First post, sorry to be a bother but this one has been dogging me. I have a process user (java application server) that trips a resource limit every couple weeks and need help finding what limit we're hitting. First, this is what's running: This is the error when jobs are run or the... (0 Replies)
Discussion started by: Katahdin
0 Replies

4. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

5. Windows & DOS: Issues & Discussions

WPA crash vista???

Okay. I need help since I barely use M$ any more, the last time I used it for something other than school, work, or AIM was back in the days of WIN98. I was just reading the article on this site, Is Microsoft about to release a Windows “kill switch”? | Ed Bott's Microsoft Report | ZDNet.com, and... (0 Replies)
Discussion started by: Texasone
0 Replies

6. Cybersecurity

WEP Crack Appz

Looking for a good app to go with my iBook/Airport Extreme card for testing WEP security on my own network... I have had a lot of luck with MacStumbler, but none with KisMAC... any suggestions? Jeffrey d9rw1n:/ root#grep ghost There's nothing like bludgeoning your self with a new box...... (0 Replies)
Discussion started by: f1r3g0dz
0 Replies

7. Programming

open an port on freebsd

i have made some thing with leds on it. i put it directly on the printer port. in dos and windows i can send data to it with outp(0x378,123); and then have some leds on and some leds off. i found out that it is possible linux with same assembly (after searching much.). but i want to have those led... (0 Replies)
Discussion started by: jurrien
0 Replies
Login or Register to Ask a Question