Sponsored Content
Full Discussion: OpenBSD and wireless
Operating Systems BSD OpenBSD and wireless Post 302152577 by NelTu on Thursday 20th of December 2007 10:57:21 AM
Old 12-20-2007
Quote:
Originally Posted by Timmy66
I've just installed OpenBSD on my laptop (IBM Thinkpad T42) and since this is my first time with wireless networking in OpenBSD I'm a bit lost.

What I would like to do is connect to a wireless network using WEP or WPA. Where do I place the key and essid?
A man page like ifconfig's tells you all sorts of things. There is no WPA available on OpenBSD at this point, it's half-implmented, wpa_supplicant is in the ports tree, but only works on wired connections.

The OpenBSD Reference may help you if you cannot read man pages, but really, if you're not reading man pages, you should really be running something else.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

please help with openbsd 2.9

Please help. I have downloaded the openbsd 2.9 snapshot from ftp.openbsd.org. the following files were downloaded from the snapshot dir. ( the whole dir. was downloaded ) base29,bsd,bsd.rd,cdrom29.fs,cksum,comp29,etc29,all three floppy images,game29,index,install.ata,install.chs... (11 Replies)
Discussion started by: Blunt_Killer
11 Replies

2. UNIX for Dummies Questions & Answers

FreeBSD or OpenBSD???

Greetings, Newbie to 'nix here. I ran slackware 7.0 for a few months, but am more interested in the BSD flavors. The two I've been considering for my new box are FreeBSD and OpenBSD. I'm in the process of researching the two, but wanted to know if anyone in the crowd could give some advice. Is... (4 Replies)
Discussion started by: networkz
4 Replies

3. Filesystems, Disks and Memory

Maxtor vs. OpenBSD

Can't setup OpenBSD 3.4 with Maxtor Diamond Plus 9 80Gb ATA/133 HDD... Install process stops at hardware initialize, before installing... :confused: Any Comments... Thanks (2 Replies)
Discussion started by: bsdave
2 Replies

4. BSD

OpenBSD security

OpenBSD is best OS in the world! - I'm talking about security :) After 10 years popularity in OpenBSD, was founded just!!!!!!!!!!!!! just one security hole! You can download OpenBSD from there . However, do you know a better OS? (1 Reply)
Discussion started by: zylwyz
1 Replies

5. BSD

setting up OpenBSD 4.0

ok these questions may be a little silly but I just started using OpenBSD as I came from Linux... 1. How do I make my desktop in X all snazzy like, I have wallpapers that need to be used. while I admit it will mainly be used for things I wont need a wallpaper for, you just never know :p, im... (4 Replies)
Discussion started by: Siphter
4 Replies

6. BSD

Trying to get into OpenBSD

I am an eight year Linux user and after getting into an argument with someone about OpenBSD overiding my theory that OS security is 50% OS and 50% admin skill, I decided to try OpenBSD for myself. I've tried BSDs before and haven't been able to get into them for day to dy use, but I am going to... (7 Replies)
Discussion started by: deckard
7 Replies

7. BSD

openbsd-pf

hello , I wondered if anyone could assist me in writing a simple packet filter firewall on my OpenBSD v4.5. All I intend doing is to have two firewalling machine on a separate network : 192.168.1.1 ext_if = xl0 (dhcp) // Internet interface int_if=xl1 // Internatl interface ... (0 Replies)
Discussion started by: mattjam
0 Replies

8. BSD

OpenBSD pf problems

I am having troubles with this pf configuration, it seems when loaded nothing can access my server on the internal interface for the LAN, I cannot see why, and it's pretty much based off the very standard example in the OpenBSD faq. When I unload the configuration, I can access the DNS server on... (0 Replies)
Discussion started by: John Tate
0 Replies

9. BSD

PF troubles on OpenBSD 5.0

I am setting up a system as an ADSL gateway. ADSL is working fine. PF is not forwarding for some reason. # ifconfig lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33196 priority: 0 groups: lo inet6... (0 Replies)
Discussion started by: John Tate
0 Replies

10. BSD

NFSD under OpenBSD

Hi all, I am having a following problem. Trying to run PXE boot server on my OpenBSD machine I have ended up on making NFSd daemon works. On all machines I get an error msg. nfsd : nfsd count is invalid: (null) no matter what computer I run it on. Everything works just well on FreeBSD and linux.... (1 Reply)
Discussion started by: smoofy
1 Replies
OTUS(4) 						   BSD Kernel Interfaces Manual 						   OTUS(4)

NAME
otus -- Atheros USB IEEE 802.11a/g/n wireless network device SYNOPSIS
otus* at uhub? port ? DESCRIPTION
The otus driver supports USB 2.0 wireless network devices based on Atheros Communications AR9001U chipset. The AR9001U chipset is made of an AR9170 MAC/Baseband and an AR9101 (1T2R), AR9102 (2T2R) or AR9104 (dual-band 2T2R) Radio. These are the modes the otus driver can operate in: BSS mode Also known as infrastructure mode, this is used when associating with an access point, through which all traffic passes. This mode is the default. monitor mode In this mode the driver is able to receive packets without associating with an access point. This disables the internal receive filter and enables the card to capture packets from networks which it wouldn't normally have access to, or to scan for access points. The otus driver can be configured to use Wired Equivalent Privacy (WEP) or Wi-Fi Protected Access (WPA-PSK and WPA2-PSK). WPA is the de facto encryption standard for wireless networks. It is strongly recommended that WEP not be used as the sole mechanism to secure wireless communication, due to serious weaknesses in it. The otus driver can be configured at runtime with ifconfig(8) or on boot with ifconfig.if(5). FILES
The driver needs at least version 1.0 of the following firmware files, which are loaded when an interface is attached: /libdata/firmware/if_otus/otus-init /libdata/firmware/if_otus/otus-main Although these firmware files are freely redistributable, their usage is restricted. HARDWARE
The following adapters should work: Arcadyan WN7512 CACE AirPcap Nx D-Link DWA-130 rev D1 D-Link DWA-160 rev A1 D-Link DWA-160 rev A2 IO-Data WN-GDN/US2 NEC Aterm WL300NU-G Netgear WNDA3100 Netgear WN111 v2 Planex GW-US300 SMC SMCWUSB-N2 TP-Link TL-WN821N Ubiquiti SR71 USB Unex DNUA-81 Z-Com UB81 Z-Com UB82 ZyXEL NWD-271N EXAMPLES
The following ifconfig.if(5) example configures otus0 to join whatever network is available on boot, using WEP key ``0x1deadbeef1'', channel 11, obtaining an IP address using DHCP: nwkey 0x1deadbeef1 chan 11 dhcp Join an existing BSS network, ``my_net'': # ifconfig otus0 192.168.1.1 netmask 0xffffff00 nwid my_net To use WPA, see wpa_supplicant(8) and wpa_supplicant.conf(5). DIAGNOSTICS
otus%d: error %d, could not read firmware %s For some reason, the driver was unable to read the microcode file from the filesystem. The file might be missing or corrupted. otus%d: device timeout A frame dispatched to the hardware for transmission did not complete in time. The driver will reset the hardware. This should not happen. SEE ALSO
arp(4), ifmedia(4), netintro(4), usb(4), wpa_supplicant.conf(5), ifconfig(8), wpa_supplicant(8), Atheros Communications AR9001U-2NX/AR9001U-2NG/AR9001U-NG: http://www.atheros.com/pt/bulletins/AR9001USBBulletin.pdf HISTORY
The otus driver first appeared in OpenBSD 4.6. It was ported to NetBSD by Anon Ymous and first appeared in NetBSD 6.0. AUTHORS
The otus driver was written by Damien Bergamini <damien@openbsd.org> based on source code licensed under the ISC released in 2008 by Atheros Communications for Linux. CAVEATS
The AVM FRITZ!WLAN USB Stick N adapter is currently not supported. The otus driver does not support any of the 802.11n capabilities offered by the AR9001U chipset. Additional work is required in ieee80211(9) before those features can be supported. The otus driver also does not currently support EDCA as this is missing in the NetBSD network stack. The hooks for it are in the driver code. BSD
November 4, 2010 BSD
All times are GMT -4. The time now is 05:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy