![]() |
|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
Hello,everyone.This is my first post.
I have a atheros AR5213 card.In the windows xp,i can search the default network and connect to the network with dhcp.But in the openbsd 4.3-release,by default mediaopt,i can't find the network in the same place. Code:
#ifconfig ath0 I input Code:
#ifconfig ath0 media autoselect mediaopt ibss nwid default But,i input Code:
#ifconfig ath0 Code:
# ifconfig ath0 ath0: flags=8963<UP,BROADCAST,NOTRAILERS,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500 lladdr 00:0b:6b:37:a4:20 groups: wlan media: IEEE802.11 autoselect (DS1) status: active ieee80211: nwid default chan 6 bssid 00:0b:6b:37:a4:20 17% inet6 fe80::20b:6bff:fe37:a420%ath0 prefixlen 64 scopeid 0x1 So i can't surf the internet. Do you have some ideas? Last edited by johnzlly; 19th September 2008 at 07:27 AM. |
|
||||
![]()
According to ifconfig(8), you are setting your wireless NIC to an ESSID of "default" -- if you don't have an Access Point configured to broadcast ESSID "default" your NIC will not connect to your network.
If you want your NIC to find the nearest Access Point, do net set your nwid at all, or set it to "". If you actually do have a WiFi network called "default" then you are configuring your connection correctly. If so: |
|
|||
![]()
Yes,i did set the ESSID.Because there are a WiFi network called "default" actually.
Here is my dmesg. Code:
#dmesg | grep ath ath0 at pci2 dev 2 function 0 "Atheros AR5212 (IBM MiniPCI)" rev 0x01: irq 11 ath0: AR5213 5.6 phy 4.1 rf5111 1.7 rf2111 2.3, MKK1A, address 00:05:4e:4f:f2:c7 Code:
#cat /etc/hostname.ath0 dhcp NONE NONE NONE |
|
||||
![]()
Searching for "ar5213" in the misc@ mailing list archives, it looks like this chipset may work with 802.11b (up to 11Mbit/s) WiFi networks, but not 802.11g (up to 54Mbit/s). See the mode option in the ifconfig(8) man page to force the NIC to use 802.11b ("mode 11b") -- of course, your Access Point must have 802.11b capability configured.
Last edited by jggimi; 20th September 2008 at 04:57 AM. |
|
|||
![]() Quote:
Quote:
Quote:
And thanks for your reply,jggimi. |
|
||||
![]()
Read your AP's owner's manual, specification sheet, configuration GUI .. most 11g-capable products should be able to support 11b, but that doesn't mean all do.
Quote:
|
|
|||
![]()
Thanks so much.
Your replys are so helpful and patient! Can I give you a THANKS? ![]() |
|
|||
![]()
That's right!Today i try it again,then it works.
I use the option like: Code:
#ifconfig ath0 media DS1 mode 11b ![]() |
|
|||
![]()
The following cards always lock a box completely after trying a "nwkey" option, and occasionally with just an "up" option, regardless of code (I've been trying from time to time to make those work with almost every snapshot and cvs-ed code of i386 CURRENT, or 4.1, 4.2 or 4.3 RELEASE, since August):
Code:
DrFooDo # uname -mrs ; dmesg | grep ^ath OpenBSD 4.3 i386 ath0 at pci0 dev 13 function 0 "Atheros AR5212" rev 0x01: irq 10 ath0: AR5213 7.9 phy 4.5 rf2112a 5.6, FCC2A*, address 00:1d:0f:xx:xx:xx ath1 at pci2 dev 10 function 0 "Atheros AR2413" rev 0x01: irq 11 ath1: AR2413 7.8 phy 4.5 rf 5.6, FCC2A*, address 00:1d:0f:xx:xx:xx ath2 at pci2 dev 11 function 0 "Atheros AR5212" rev 0x01: irq 11 ath2: AR5213 7.9 phy 4.5 rf2112a 5.6, FCC2A*, address 00:1d:0f:xx:xx:xx Last edited by zeleni_obad; 21st September 2008 at 03:41 PM. |
|
|||
![]()
It is important to remember that the people answering questions at this site are hobbists, professionals, & others interested in OpenBSD, but are not in a position to influence policy or develop code for the project. If you are having problems with particular chipsets, you may want to contact the official developers either directly or through problem reports. Information on submitting reports can be found at the following:
http://openbsd.org/report.html Last edited by ocicat; 21st September 2008 at 04:27 PM. |
|
|||
![]() Quote:
What I want is to publish the description of the parts that do not work properly at the moment, so users would get a chance to read about a problem with a particular device, before they purchase it [the AR5212's are stated as supported, yet, those are "the newish ones", in the above-mentioned post] |
![]() |
Tags |
ar5213, atheros, atheros ar5213 |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenBSD release to -current: Xenocara question | IronForge | OpenBSD Installation and Upgrading | 4 | 1st September 2009 05:44 PM |
atheros wireless card not working | guitarscn | FreeBSD General | 0 | 26th August 2009 05:50 PM |
atheros AR5424 | amru | OpenBSD General | 5 | 12th June 2009 12:29 AM |
Atheros L1E - linux driver fustration | biscuits | FreeBSD General | 3 | 13th October 2008 04:16 PM |
FreeBSD 6.2-RELEASE > 7.0-RELEASE Upgrade | Marci | FreeBSD Installation and Upgrading | 2 | 23rd July 2008 02:10 PM |