Re: WIFI

2024-07-03 Thread Eike Lantzsch ZP5CGE / KY4PZ
On Wednesday, 3 July 2024 03:06:08 -04 David wrote: > On Wed, 2024-07-03 at 08:51 +0200, Dan wrote: > > Beyond the help that everyone also eventually the spammers deserve > > like a longtime OpenBSD user who target this "terrific" OS for its > > security, > > then portability and managiability (it

Re: WIFI

2024-07-03 Thread David
On Wed, 2024-07-03 at 08:51 +0200, Dan wrote: > > Beyond the help that everyone also eventually the spammers deserve > like a longtime OpenBSD user who target this "terrific" OS for its > security, > then portability and managiability (it will form "man"..) I would > like to state > my strange fee

Re: WIFI

2024-07-02 Thread Dan
Beyond the help that everyone also eventually the spammers deserve like a longtime OpenBSD user who target this "terrific" OS for its security, then portability and managiability (it will form "man"..) I would like to state my strange feeling reading about a WiFi choice for interconnecting its ow

Re: WIFI

2024-07-02 Thread Peter N. M. Hansteen
On Wed, Jul 03, 2024 at 12:23:49AM -0400, openbsd_fr...@mail2tor.com wrote: > Dear users! > > How do I get wifi working for desktop use? the general instructions in the FAQ, in particular https://www.openbsd.org/faq/faq6.html and https://www.openbsd.org/faq/faq6.html#Wireless should be helpful

Re: wifi

2024-05-26 Thread Mihai Popescu
> ... reading posts from people using these on other OS (which aren't very > positive) I > wouldn't think this is worth the trouble. Somebody I know has a mainboard with Realtek chipset with 2.5Gb rate and runs Windows 11. On Auto mode, the card "jumps" and locks on 100Mb mode in a 1Gb network. T

Re: wifi

2024-05-25 Thread Stuart Henderson
On 2024-05-24, Gustavo Rios wrote: > --b1957806193be4bf > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > Is there plan to add support ? Can't say for sure what somebody might like to work on, but from reading posts from people using these o

Re: wifi

2024-05-24 Thread Otto Moerbeek
I have no idea It depends on a lot of tings: availbility of docs from Realtek, availability of hardware, availability of desire and time from a developer. FreeBSD has a driver, it uses their "bolt a Linux driver on a FreeBSD kernel" framework we don't have. So no easy port of that one.

Re: wifi

2024-05-24 Thread Gustavo Rios
Is there plan to add support ? Thanks a lot Em qui., 23 de mai. de 2024 às 04:10, Otto Moerbeek escreveu: > On Thu, May 23, 2024 at 03:56:01AM -0300, Gustavo Rios wrote: > > > Here you have them: > > ... > "Realtek 8821CE" rev 0x00 at pci2 dev 0 function 0 not configured > > That means there is

Re: wifi

2024-05-23 Thread Mizsei Zoltán
>From a quick glance it is a bog-standard m.2 / NGFF card, so it should be >fairly trivial to replace the card with a supported one, see the removal >steps at 01:30 : https://www.youtube.com/watch?app=desktop&v=dqJ9LjY0Jco Stuart Henderson írta 2024. máj.. 23, Cs-n 09:23 órakor: > On 2024-05-

Re: wifi

2024-05-23 Thread Stuart Henderson
On 2024-05-23, Gustavo Rios wrote: > --1fa3f9061917b744 > Content-Type: text/plain; charset="UTF-8" > > Hi folks! > > I would like to setup my openbsd wifi but up to now, no success. > Here is my lspci output. May some one help me ? > > Thanks a lot. > > 02:00.0 Network controller: Rea

Re: wifi

2024-05-23 Thread Otto Moerbeek
On Thu, May 23, 2024 at 03:56:01AM -0300, Gustavo Rios wrote: > Here you have them: ... "Realtek 8821CE" rev 0x00 at pci2 dev 0 function 0 not configured That means there is no driver available in OpenBSD for that card. -Otto

Re: wifi

2024-05-22 Thread Gustavo Rios
Here you have them: Em qui., 23 de mai. de 2024 às 02:59, Otto Moerbeek escreveu: > On Thu, May 23, 2024 at 01:44:57AM -0300, Gustavo Rios wrote: > > > Hi folks! > > > > I would like to setup my openbsd wifi but up to now, no success. > > Here is my lspci output. May some one help me ? > > > >

Re: wifi

2024-05-22 Thread Otto Moerbeek
On Thu, May 23, 2024 at 01:44:57AM -0300, Gustavo Rios wrote: > Hi folks! > > I would like to setup my openbsd wifi but up to now, no success. > Here is my lspci output. May some one help me ? > > Thanks a lot. > > 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE > 802.11ac

Re: wifi hotspot workaround

2024-04-05 Thread ofthecentury
Well, FreeBSD did do it after all. I only had 1 instance of Wifi connectivity issue so far but zero wifi disconnects, like I constantly had on OpenBSD. Shady. On Thu, Apr 4, 2024 at 10:50 PM Peter N. M. Hansteen wrote: > > On Thu, Apr 04, 2024 at 07:22:01PM +0500, ofthecentury wrote: > > Okkk, de

Re: wifi hotspot workaround

2024-04-04 Thread Peter N. M. Hansteen
On Thu, Apr 04, 2024 at 07:22:01PM +0500, ofthecentury wrote: > Okkk, device hangups still occur. But there's some > statistics at least in FreeBSD, by running > `sysctl dev.ath`...anything like that in OpenBSD? netstat -I $devicename with your choice of options will reveal at least some informati

Re: wifi hotspot workaround

2024-04-04 Thread ofthecentury
Okkk, device hangups still occur. But there's some statistics at least in FreeBSD, by running `sysctl dev.ath`...anything like that in OpenBSD? On Thu, Apr 4, 2024 at 6:54 PM ofthecentury wrote: > > Here's the solution to the athn0 driver constant cop outs. > I installed FreeBSD and running a wif

Re: wifi hotspot workaround

2024-04-04 Thread ofthecentury
Here's the solution to the athn0 driver constant cop outs. I installed FreeBSD and running a wifi AP there seems smooth. It might still start being wonky and might not last, but for now there's been an immediate relief in symptoms, it seems. Aside being on a different implementation of the wireless

Re: wifi hotspot workaround

2024-04-02 Thread ofthecentury
Frolicking through the net80211 jungle of the code, it looks like the authenticated wifi client info is stored by the kernel and not exposed to the userspace. But I'm still not 100% sure which source file does it and what variable holds that. I see net80211 code that deals with the association fram

Re: wifi hotspot workaround

2024-04-02 Thread Peter J. Philipp
On Tue, Apr 02, 2024 at 11:20:52PM +0500, ofthecentury wrote: > I'll take a look at those locations, thanks. It might just be arp > that's the authenticated client data store from the point of view of > the wireless interface. If you really want to debug what's going on I suggest you put another m

Re: wifi hotspot workaround

2024-04-02 Thread ofthecentury
I'll take a look at those locations, thanks. It might just be arp that's the authenticated client data store from the point of view of the wireless interface. I do know German, I'll see if I can get the book, or if I even need it after I poke around. My OpenWrt router got fried by a remote electr

Re: wifi hotspot workaround

2024-04-02 Thread Peter J. Philipp
On Tue, Apr 02, 2024 at 10:31:59PM +0500, ofthecentury wrote: > Where does OpenBSD keep a list of all wireless clients that have > been authenticated? Not the dhcpd leases list. Actual wireless stations > that have authenticated to an interface running in hostap mode. Not arp > cache, is it? > > T

Re: wifi hotspot workaround

2024-04-02 Thread ofthecentury
Where does OpenBSD keep a list of all wireless clients that have been authenticated? Not the dhcpd leases list. Actual wireless stations that have authenticated to an interface running in hostap mode. Not arp cache, is it? This way I can cycle the wireless interface in hostap mode, which resolves

Re: wifi hotspot workaround

2024-03-30 Thread Peter N. M. Hansteen
On Sat, Mar 30, 2024 at 08:59:49PM +0500, ofthecentury wrote: > And now something else happened, which seems like a big > bug. > athn0 sent a reason 6 deauthentication to my wifi client > after I cycled the athn0 wifi interface! > Reason 6 death is class 2 frame received from a nonauthenticated > s

Re: wifi hotspot workaround

2024-03-30 Thread ofthecentury
And now something else happened, which seems like a big bug. athn0 sent a reason 6 deauthentication to my wifi client after I cycled the athn0 wifi interface! Reason 6 death is class 2 frame received from a nonauthenticated station. Correct me if I'm wrong, but this sounds like a major bug in the d

Re: wifi hotspot workaround

2024-03-30 Thread ofthecentury
Ok, I also just got reason 16 deauth happen. It says it was sending msg 1/2 of the group key handshake to my wifi client, it repeated it twice, and then the reason 16 deauth happened. Then it says deauth to the wifi client and then wifi client was purged from node cache. And now, the network SSID d

Re: wifi hotspot workaround

2024-03-30 Thread ofthecentury
Ok, I'm honing in on the details. There were different things going on that were making it confusing. It still might be different things going on, but there's a little more info. For now, it seems that I get the "athn0: device timeout" that the man page for athn0 mentions. That resets athn0, it 'c

Re: wifi hotspot workaround

2024-03-30 Thread Peter N. M. Hansteen
On Sat, Mar 30, 2024 at 05:44:32PM +0500, ofthecentury wrote: > On Sat, Mar 30, 2024 at 5:29 PM Peter N. M. Hansteen wrote: > > > > why? > > I got "disassoc"s events in the log. disassociations can happen for a number of different reasons. The event should log a reason code, which you can look u

Re: wifi hotspot workaround

2024-03-30 Thread ofthecentury
On Sat, Mar 30, 2024 at 5:29 PM Peter N. M. Hansteen wrote: > > why? I got "disassoc"s events in the log. > The option to make the driver output more information is > > debug I did this. "ifconfig athn0 debug." That's how I saw "disassoc" events. Anyone can send disassociation events to the ac

Re: wifi hotspot workaround

2024-03-30 Thread Peter N. M. Hansteen
On Sat, Mar 30, 2024 at 04:19:31PM +0500, ofthecentury wrote: > I have an athn0 wifi hotspot going. > I think I get wifi dissassoc attacks. why? > I actually don't understand why cycling > the interface gets my wifi device back > online. Maybe it's actually a problem with > the athn0? The logs so

Re: Wifi AP with 802.1x

2022-08-01 Thread Stuart Henderson
On 2022-07-31, Kostya Berger wrote: > Hello everyone. I'm trying to set up a wireless AP with EAP-TLS (802.1x).So, > in the file /etc/hostname.athn0 I use "mediaopt hostap" and "wpa wpaakms > 802.1x" options among the standard. > QUESTION: where do I supply Radius server address:port ? It's neve

Re: wifi ax 201, iwx not working on thinkpad e15 gen2 intel model

2022-01-06 Thread Stuart Henderson
On 2022/01/06 16:57, Anant Pande wrote: > Post installation after fw_update ( which did not automatically install the > iwx driver, so had to manually do ‘fw_update iwx’), the wifi is not working, > that is no wireless interface shows up in ifconfig command output. > I tried this on Openbsd 7.0 r

Re: wifi manager

2018-09-23 Thread Marcus MERIGHI
ed...@pettijohn-web.com (Edgar Pettijohn III), 2018.09.22 (Sat) 16:49 (CEST): > I've just uploaded what I feel to be a completed gui wifi manager to > complement the base tools. > https://sourceforge.net/projects/openbsd-wifi-manager/ I tried it, what I found: - I had to "pkg_add p5-Gtk2", which i

Re: WiFi: Join + wpa_supplicant

2018-09-05 Thread Stefan Wollny
Am 09/05/18 um 14:37 schrieb Stefan Sperling: Hi Stefan! > On Wed, Sep 05, 2018 at 01:39:53PM +0200, Stefan Wollny wrote: >> After a 'sh /etc/netstart' 'ifconfig gives me the following: >> >> iwm0: flags=8943 mtu 1500 >> lladdr 80:fa:5b:14:xx:yy >> index 1 priority 4 llprio 3 >>

Re: WiFi: Join + wpa_supplicant

2018-09-05 Thread Stefan Sperling
On Wed, Sep 05, 2018 at 01:39:53PM +0200, Stefan Wollny wrote: > After a 'sh /etc/netstart' 'ifconfig gives me the following: > > iwm0: flags=8943 mtu 1500 > lladdr 80:fa:5b:14:xx:yy > index 1 priority 4 llprio 3 > trunk: trunkdev trunk0 > groups: wlan > med

Re: WiFi: Join + wpa_supplicant

2018-09-05 Thread Stefan Wollny
Am 09/05/18 um 13:05 schrieb Peter Hessler: > On 2018 Sep 05 (Wed) at 12:12:05 +0200 (+0200), Stefan Wollny wrote: > :Hi there, > : > :I am a little bit confused: Do I read the docs correct assuming that > :defining a join-list in /etc/hostname. and wpa_supplicant are > :mutually exclusive? > : > :

Re: WiFi: Join + wpa_supplicant

2018-09-05 Thread Peter Hessler
On 2018 Sep 05 (Wed) at 12:12:05 +0200 (+0200), Stefan Wollny wrote: :Hi there, : :I am a little bit confused: Do I read the docs correct assuming that :defining a join-list in /etc/hostname. and wpa_supplicant are :mutually exclusive? : :I have set up a join-list and now I need to attach to a netw

Re: wifi gui manager

2018-09-01 Thread Christopher Turkel
I don't know about anyone else but the window when it coems up is huge, I can't scroll down to the connect button. On Sat, Sep 1, 2018 at 3:39 PM Edgar Pettijohn III wrote: > Please check out the new version. > > https://sourceforge.net/projects/openbsd-wifi-manager/ > > Includes a README and Ma

Re: wifi gui manager

2018-09-01 Thread Edgar Pettijohn III
Please check out the new version. https://sourceforge.net/projects/openbsd-wifi-manager/ Includes a README and Makefile. I believe it should connect to a WEP network, but I don't have access to one to test with. Thanks, Edgar

Re: wifi gui manager

2018-08-28 Thread Edgar Pettijohn
Sent from my Verizon Smartphone On Aug 28, 2018 9:23 AM, "Heppler, J. Scott" wrote: > > It is possible to put together a gui, wifi tray applet that utilizes  > doas. > > http://daemonforums.org/showthread.php?t=10400  > > > --  > J. Scott Heppler > I looked into it some, but my wm doesn't have a t

Re: wifi gui manager

2018-08-28 Thread Heppler, J. Scott
It is possible to put together a gui, wifi tray applet that utilizes doas. http://daemonforums.org/showthread.php?t=10400 -- J. Scott Heppler

Re: wifi gui manager

2018-08-26 Thread Dumitru Moldovan
Stefan Sperling wrote: > On Wed, Aug 22, 2018 at 06:38:11PM -0700, Chris Bennett wrote: > > Well, there are probably additional reasons too, but my father > > happily runs OpenBSD. Of course, he needs to be able to turn the > > computer off. > > I would recommend using doas(1) to grant 'shutdo

Re: wifi gui manager

2018-08-23 Thread edgar
On Aug 23, 2018 2:34 AM, Stefan Sperling wrote: > > On Wed, Aug 22, 2018 at 06:38:11PM -0700, Chris Bennett wrote: > > Well, there are probably additional reasons too, but my father happily > > runs OpenBSD. Of course, he needs to be able to turn the computer off. > > I would recommend using doa

Re: wifi gui manager

2018-08-23 Thread Stefan Sperling
On Wed, Aug 22, 2018 at 06:38:11PM -0700, Chris Bennett wrote: > Well, there are probably additional reasons too, but my father happily > runs OpenBSD. Of course, he needs to be able to turn the computer off. I would recommend using doas(1) to grant 'shutdown' to a particular user. You don't want

Re: wifi gui manager

2018-08-22 Thread Theo de Raadt
Chris Bennett wrote: > On Wed, Aug 22, 2018 at 04:29:38PM +, ed...@pettijohn-web.com wrote: > > > > I'm curious why you have to be root to set up networking, but the operator > > group can shut the machine off. > > > > Well, there are probably additional reasons too, but my father happily

Re: wifi gui manager

2018-08-22 Thread Chris Bennett
On Wed, Aug 22, 2018 at 04:29:38PM +, ed...@pettijohn-web.com wrote: > > I'm curious why you have to be root to set up networking, but the operator > group can shut the machine off. > Well, there are probably additional reasons too, but my father happily runs OpenBSD. Of course, he needs to

Re: wifi gui manager

2018-08-22 Thread edgar
On Aug 22, 2018 9:10 AM, Theo de Raadt wrote: > > Edward Lopez-Acosta wrote: > > > Can't properly reply to the thread. I need to fix my subscription, but why > > not just update the following to work on OpenBSD? > > > > https://github.com/ghostbsd/networkmgr > > > > Seems like a better use of

Re: wifi gui manager

2018-08-22 Thread Tomasz Rola
On Wed, Aug 22, 2018 at 08:49:57AM +0300, Consus wrote: > On 18:07 Tue 21 Aug, Stuart Henderson wrote: [...] > > They're even slower and uglier if you have to run the m4 stuff to > > *generate* them before you can even run them, and may not work as > > intended if they're run through a version of a

Re: wifi gui manager

2018-08-22 Thread edgar
It's python. On Aug 22, 2018 9:07 AM, Edward Lopez-Acosta wrote: > > Can't properly reply to the thread. I need to fix my subscription, but why > not just update the following to work on OpenBSD? > > https://github.com/ghostbsd/networkmgr > > Seems like a better use of resources than reinventing t

Re: wifi gui manager

2018-08-22 Thread Theo de Raadt
Edward Lopez-Acosta wrote: > Can't properly reply to the thread. I need to fix my subscription, but why > not just update the following to work on OpenBSD? > > https://github.com/ghostbsd/networkmgr > > Seems like a better use of resources than reinventing the wheel. Unless > there is something

Re: wifi gui manager

2018-08-22 Thread Edward Lopez-Acosta
Can't properly reply to the thread. I need to fix my subscription, but why not just update the following to work on OpenBSD? https://github.com/ghostbsd/networkmgr Seems like a better use of resources than reinventing the wheel. Unless there is something fundamental I am missing in the new projec

Re: wifi gui manager

2018-08-22 Thread Stefan Sperling
On Wed, Aug 22, 2018 at 10:50:46AM +0300, Consus wrote: > On 00:22 Wed 22 Aug, Anthony J. Bentley wrote: > > > If you create a release > > > (https://help.github.com/articles/creating-releases/) then all > > > associated generated tarballs are immutable, as far as I know. > > > > They're not immut

Re: wifi gui manager

2018-08-22 Thread Consus
On 00:22 Wed 22 Aug, Anthony J. Bentley wrote: > Consus writes: > > On 18:07 Tue 21 Aug, Stuart Henderson wrote: > > > On 2018-08-21, Consus wrote: > > > > On 15:05 Tue 21 Aug, Stuart Henderson wrote: > > > >> > Also what's wrong with gitlab/github? > > > >> > > > >> They encourage devs to be laz

github's generated archives are not stable (was: Re: wifi gui manager)

2018-08-22 Thread Stefan Sperling
On Wed, Aug 22, 2018 at 08:49:57AM +0300, Consus wrote: > If you create a release > (https://help.github.com/articles/creating-releases/) then all > associated generated tarballs are immutable, as far as I know. Please stop spreading this myth. It is 100% wrong. These artifacts are not stable. If

Re: wifi gui manager

2018-08-21 Thread Anthony J. Bentley
Consus writes: > On 18:07 Tue 21 Aug, Stuart Henderson wrote: > > On 2018-08-21, Consus wrote: > > > On 15:05 Tue 21 Aug, Stuart Henderson wrote: > > >> > Also what's wrong with gitlab/github? > > >> > > >> They encourage devs to be lazy and not produce proper stable release ass > ets. > > >> Lot

Re: wifi gui manager

2018-08-21 Thread Consus
On 18:07 Tue 21 Aug, Stuart Henderson wrote: > On 2018-08-21, Consus wrote: > > On 15:05 Tue 21 Aug, Stuart Henderson wrote: > >> > Also what's wrong with gitlab/github? > >> > >> They encourage devs to be lazy and not produce proper stable release > >> assets. > >> Lots of mess in the ports tre

Re: wifi gui manager

2018-08-21 Thread Stuart Henderson
On 2018-08-21, Consus wrote: > On 15:05 Tue 21 Aug, Stuart Henderson wrote: >> > Also what's wrong with gitlab/github? >> >> They encourage devs to be lazy and not produce proper stable release assets. >> Lots of mess in the ports tree from people who just tag something on github, >> don't produc

Re: wifi gui manager

2018-08-21 Thread Consus
On 15:05 Tue 21 Aug, Stuart Henderson wrote: > > Also what's wrong with gitlab/github? > > They encourage devs to be lazy and not produce proper stable release assets. > Lots of mess in the ports tree from people who just tag something on github, > don't produce a stable tarball, don't generate au

Re: wifi gui manager

2018-08-21 Thread edgar
On Aug 21, 2018 5:46 AM, Stuart Henderson wrote: > > On 2018-08-20, Edgar Pettijohn III wrote: > > I've written a simple gui wifi manager. It can be found at: > > > > https://sourceforge.net/projects/openbsd-wifi-manager/ > > I'd strongly recommend using source control rather than just posting

Re: wifi gui manager

2018-08-21 Thread Stuart Henderson
On 2018-08-21, Consus wrote: > On 10:46 Tue 21 Aug, Stuart Henderson wrote: >> On 2018-08-20, Consus wrote: >> > Oh my god, why sourceforge? >> >> Why not? At least it's not gitlab or github! > > It's been known for embedding spam in zip archives. That was some years ago under previous ownershi

Re: wifi gui manager

2018-08-21 Thread Consus
On 10:46 Tue 21 Aug, Stuart Henderson wrote: > On 2018-08-20, Consus wrote: > > Oh my god, why sourceforge? > > Why not? At least it's not gitlab or github! It's been known for embedding spam in zip archives. Also what's wrong with gitlab/github?

Re: wifi gui manager

2018-08-21 Thread Stuart Henderson
On 2018-08-20, Edgar Pettijohn III wrote: > I've written a simple gui wifi manager. It can be found at: > > https://sourceforge.net/projects/openbsd-wifi-manager/ I'd strongly recommend using source control rather than just posting a zip file. By breaking up development into chunks and describing

Re: wifi gui manager

2018-08-19 Thread Consus
On 22:34 Sun 19 Aug, Edgar Pettijohn III wrote: > I've written a simple gui wifi manager. It can be found at: > > https://sourceforge.net/projects/openbsd-wifi-manager/ Oh my god, why sourceforge?

Re: Wifi Ierrs

2018-01-11 Thread Raimo Niskanen
On Thu, Jan 11, 2018 at 01:43:11PM +0100, Stefan Sperling wrote: > On Thu, Jan 11, 2018 at 10:51:32AM +0100, Raimo Niskanen wrote: > > Hello misc! > > > > I have an PC Engines Alix 2d13 with an Atheros AR9280 running WPA2-PSK, > > and see a lot of input errors over WiFi. netstat -ivn shows: > >

Re: Wifi Ierrs

2018-01-11 Thread Stefan Sperling
On Thu, Jan 11, 2018 at 10:51:32AM +0100, Raimo Niskanen wrote: > Hello misc! > > I have an PC Engines Alix 2d13 with an Atheros AR9280 running WPA2-PSK, > and see a lot of input errors over WiFi. netstat -ivn shows: > > NameMtu Network Address Ipkts IerrsOpkts Oerrs

Re: Wifi on Acer Aspire One ZG5 doesn't work

2016-01-10 Thread Stuart Henderson
On 2016-01-09, Stefan Sperling wrote: > On Sat, Jan 09, 2016 at 03:48:41PM +0100, Nick Erdmann wrote: >> Hi, >> I'm running OpenBSD 5.8 i386 on an Acer Aspire One ZG5. Wifi doesn't work. >> I've attached the dmesg output. The device has a wifi switch, which doesn't >> seem to have any effect on th

Re: Wifi on Acer Aspire One ZG5 doesn't work

2016-01-09 Thread Stefan Sperling
On Sat, Jan 09, 2016 at 03:48:41PM +0100, Nick Erdmann wrote: > Hi, > I'm running OpenBSD 5.8 i386 on an Acer Aspire One ZG5. Wifi doesn't work. > I've attached the dmesg output. The device has a wifi switch, which doesn't > seem to have any effect on this problem. On FreeBSD and Linux everything >

Re: Wifi on Acer Aspire One ZG5 doesn't work

2016-01-09 Thread Nick Erdmann
I didn't because I thought ath and athn are different drivers? Now I did "fw_update -a" and rebooted but that didn't seem to change anything at all. On Sat, Jan 09, 2016 at 03:36:31PM +, Maurice McCarthy wrote: > You have installed > http://firmware.openbsd.org/firmware/5.8/athn-firmware-1.1p

Re: Wifi on Acer Aspire One ZG5 doesn't work

2016-01-09 Thread Maurice McCarthy
You have installed http://firmware.openbsd.org/firmware/5.8/athn-firmware-1.1p1.tgz yes?

Re: Wifi on Acer Aspire One ZG5 doesn't work

2016-01-09 Thread Craig Skinner
On 2016-01-09 Sat 15:48 PM |, Nick Erdmann wrote: > Hi, > I'm running OpenBSD 5.8 i386 on an Acer Aspire One ZG5. Wifi doesn't work. > I've attached the dmesg output. The device has a wifi switch, which doesn't > seem to have any effect on this problem. On FreeBSD and Linux everything > works as ex

Re: Wifi Configuration | Realtek RTL8191SE

2015-12-11 Thread Christoph R. Murauer
Hello ! As workaround you could look - for example - at the following USB WiFi adapter. TP-LINK WN725NN (should be that model but I am not 100% sure) Edimax EW-7811Un Booth work (not perfect) with urtwn. I had to many WiFi networks around me so, I switched back to a Android tablet and use USB te

Re: Wifi Configuration | Realtek RTL8191SE

2015-12-11 Thread Luiz Moraes
Stefan, Thank you very very much for your attention. When i grow up, i would like to be like you =P. Unfortunatelly I don't program anymore, to get the knowledge to do this i'll spend a lot of time, but it's my intention to come back to study computer programming and maybe in a future helps the

Re: Wifi Configuration | Realtek RTL8191SE

2015-12-11 Thread Stefan Sperling
On Fri, Dec 11, 2015 at 02:37:54PM -0200, Luiz Moraes wrote: > Hi Stefan, > I already downloaded from http://firmware.openbsd.org/firmware/5.8/ the > firmwares *rtwn*, *rsu and* u*rtwn *and installed them all with *fw_update*, > later i restarted the laptop but the status on *dmesg *is the same

Re: Wifi Configuration | Realtek RTL8191SE

2015-12-11 Thread Luiz Moraes
Hi Stefan, I already downloaded from http://firmware.openbsd.org/firmware/5.8/ the firmwares *rtwn*, *rsu and* u*rtwn *and installed them all with *fw_update*, later i restarted the laptop but the status on *dmesg *is the same. I really would like to can keep OpenBSD as the main OS, but ma

Re: Wifi Configuration | Realtek RTL8191SE

2015-12-11 Thread Stefan Sperling
On Fri, Dec 11, 2015 at 01:38:24PM -0200, Luiz Moraes wrote: > Hi Everyone, > Im a Linux user (Slackware) and now i decided to try OpenBSD as my main > OS on my laptop, the only thing that i couldn't solve is to make my Wifi > card works on OpenBSD. > It's a Realtek RTL8191SE PCI. I tried

Re: wifi profiles in hostname.if

2015-09-26 Thread Steve Dee
On Sat, Sep 26, 2015 at 10:00 AM Stefan Sperling wrote: > On Sat, Sep 26, 2015 at 07:44:45AM -0600, Chris Lobkowicz wrote: > > Good day, I am curious if there is the possibility of adding/using > multiple > > profiles or network entries, much like ~/.ssh/config ? > > > > eg: > > > > In /etc/hostn

Re: wifi profiles in hostname.if

2015-09-26 Thread Marc Peters
On 09/26/15 15:44, Chris Lobkowicz wrote: > Good day, I am curious if there is the possibility of adding/using multiple > profiles or network entries, much like ~/.ssh/config ? > I use the scripts provided by afresh1@. They're available at https://gist.github.com/afresh1/7149844 Marc > eg: >

Re: wifi profiles in hostname.if

2015-09-26 Thread Stefan Sperling
On Sat, Sep 26, 2015 at 07:44:45AM -0600, Chris Lobkowicz wrote: > Good day, I am curious if there is the possibility of adding/using multiple > profiles or network entries, much like ~/.ssh/config ? > > eg: > > In /etc/hostname.iwn0 > > nwid primary > wpakey key > dhcp > > ???nwid ???secondary

Re: WiFi BCM43224 not configured!

2015-06-17 Thread Jon Simola
On Wed, Jun 17, 2015 at 4:48 AM, Jérémie Courrèges-Anglas wrote: > Stefan Sperling writes: > > > On Wed, Jun 17, 2015 at 12:47:57PM +0200, Jérémie Courrèges-Anglas wrote: > >> IIUC BCM43* nics could have been supported if development efforts hadn't > >> been killed by licensing issues. I

Re: WiFi BCM43224 not configured!

2015-06-17 Thread Jérémie Courrèges-Anglas
Stefan Sperling writes: > On Wed, Jun 17, 2015 at 12:47:57PM +0200, Jérémie Courrèges-Anglas wrote: >> IIUC BCM43* nics could have been supported if development efforts hadn't >> been killed by licensing issues. I doubt there are developers who want >> to work on this anymore. > > You're probabl

Re: WiFi BCM43224 not configured!

2015-06-17 Thread Stefan Sperling
On Wed, Jun 17, 2015 at 12:47:57PM +0200, Jérémie Courrèges-Anglas wrote: > IIUC BCM43* nics could have been supported if development efforts hadn't > been killed by licensing issues. I doubt there are developers who want > to work on this anymore. You're probably referring to the b43 Linux drive

Re: WiFi BCM43224 not configured!

2015-06-17 Thread Jérémie Courrèges-Anglas
Mohammad BadieZadegan writes: > Is that possible to informing the OpenBSD developers that use its driver on > the next release? Sorry but merely asking developers for feature X in release+1 is not the way to go. IIUC BCM43* nics could have been supported if development efforts hadn't been kille

Re: WiFi BCM43224 not configured!

2015-06-17 Thread Mohammad BadieZadegan
Is that possible to informing the OpenBSD developers that use its driver on the next release? On Wed, Jun 17, 2015 at 1:33 PM, Stefan Sperling wrote: > On Wed, Jun 17, 2015 at 01:04:03PM +0330, Mohammad BadieZadegan wrote: > > Hi, > > I have BCM 43224 WiFi card on my Dell-E6410 notebook But not

Re: WiFi BCM43224 not configured!

2015-06-17 Thread Stefan Sperling
On Wed, Jun 17, 2015 at 01:04:03PM +0330, Mohammad BadieZadegan wrote: > Hi, > I have BCM 43224 WiFi card on my Dell-E6410 notebook But not detected when > I run ifconfig! > # dmesg | grep BCM43224 > "Broadcom BCM43224" rev 0x01 at pci3 dev 0 function 0 not configured > "Broadcom BCM43224" rev 0x01

Re: wifi firmware for lenovo thinkpad E420

2013-12-02 Thread cyril
On 12/2/2013 11:10 PM, Craig McCormick wrote: Siju George gmail.com> writes: On Fri, May 11, 2012 at 12:11 AM, Henning Brauer bsws.de> wrote: I have one of these somewhere - basically, all that is needed is a pci attachment for the existing urtwn. shouldn't be too hard, but as usual - someb

Re: wifi firmware for lenovo thinkpad E420

2013-12-02 Thread Craig McCormick
Siju George gmail.com> writes: > > On Fri, May 11, 2012 at 12:11 AM, Henning Brauer bsws.de> wrote: > > I have one of these somewhere - basically, all that is needed is a pci > > attachment for the existing urtwn. shouldn't be too hard, but as usual > > - somebody has to do it. > > > > Hope s

Re: wifi 5.4

2013-11-04 Thread Alexander Pakhomov
Thanks everybody! Just bought tp-link 823 v1.1 (RTL8192CU), it's OK. Be careful, many vendors such as TP-LINK and D-Link change chipset version or manufacture without market name change (they change version printed small letters on the box). 04.11.2013, 14:29, "Raimo Niskanen" : > On Sat, Nov 0

Re: wifi 5.4

2013-11-04 Thread Raimo Niskanen
On Sat, Nov 02, 2013 at 08:49:43PM +0400, Alexander Pakhomov wrote: > Hi! Have anybody got success with any modern USB WiFi? > I have Realtek 8188CE connected via PCI in my laptop. The 8188CE driver > (urtwn) is USB only. So I decided to buy USB WiFi. I've got 2 realtek based > and one Realtek 8

Re: wifi 5.4

2013-11-02 Thread Jean Lucas
Hi, > I have Realtek 8188CE connected via PCI in my laptop. The 8188CE driver > (urtwn) is USB only. So I decided to buy USB WiFi. I've got 2 realtek based > and one Realtek 8188EU, one Ralink 5372 and one Atheros AR9271. The first two > aren't recognised, the last one hang network after ten m

Re: wifi 5.4

2013-11-02 Thread alex
On 11/02/2013 09:18 PM, Gilles Cafedjian wrote: I forgot to say, the chip of the Belkin Surf N300 is Realtek RTL8192CU revelent dmesg: urtwn0 at uhub1 port 1 "Realtek Belkin Wireless Adapter" rev 2.00/2.00 addr 2 urtwn0: MAC/BB RTL8192CU, RF 6052 2T2R, address ff:ff:ff:ff:ff:ff Le 2013-11-02 18

Re: wifi 5.4

2013-11-02 Thread Gilles Cafedjian
I forgot to say, the chip of the Belkin Surf N300 is Realtek RTL8192CU revelent dmesg: urtwn0 at uhub1 port 1 "Realtek Belkin Wireless Adapter" rev 2.00/2.00 addr 2 urtwn0: MAC/BB RTL8192CU, RF 6052 2T2R, address ff:ff:ff:ff:ff:ff Le 2013-11-02 18:01, Gilles Cafedjian a écrit : > Hello, > I

Re: wifi 5.4

2013-11-02 Thread Gilles Cafedjian
Hello, I use Belkin Surf N300 USB WiFi with urtwn(4) driver. I bougth it specially to work on my old laptop with OpenBSD and it work very well. Don't forget to run fw_update(1) to get the firmware. Le 2013-11-02 17:49, Alexander Pakhomov a écrit : > Hi! Have anybody got success with any modern

Re: wifi firmware for lenovo thinkpad E420

2012-06-27 Thread Siju George
On Fri, May 11, 2012 at 12:11 AM, Henning Brauer wrote: > I have one of these somewhere - basically, all that is needed is a pci > attachment for the existing urtwn. shouldn't be too hard, but as usual > - somebody has to do it. > Hope somebody does this for 5.2 :-) Thanks --Siju

Re: wifi not detected during installation

2012-06-23 Thread Remco
Tomasz Marszal wrote: > You can look in http://firmware.OpenBSD.org/firmware. You can look on the > manufacturers spec if it support OpenBSD, There is a possibility to add > unsupported hardware by compiling its driver in to the kernel if its not > in GENERIC > Although I am not an expert in serve

Re: wifi not detected during installation

2012-06-23 Thread Tomasz Marszal
You can look in http://firmware.OpenBSD.org/firmware. You can look on the manufacturers spec if it support OpenBSD, There is a possibility to add unsupported hardware by compiling its driver in to the kernel if its not in GENERIC Although I am not an expert in server hardware i would look in mobo u

Re: wifi not detected during installation

2012-06-23 Thread Jonathan Gray
On Fri, Jun 22, 2012 at 08:21:10PM -0700, Sha'ul wrote: > I can't get the Atheros AR9485WB-EG wireless network adapter > working. I think it might be tied into the Atheros AR3012 bluetooth > 3.0 and Broadcom wireless utility. Looking at athn(4), is there no > support for it? The kernel can't see t

Re: wifi not detected during installation

2012-06-22 Thread Tomas Bodzar
On Sat, Jun 23, 2012 at 5:21 AM, Sha'ul wrote: > I can't get the Atheros AR9485WB-EG wireless network adapter working. I > think it might be tied into the Atheros AR3012 bluetooth 3.0 and Broadcom > wireless utility. Looking at athn(4), is there no support for it? Send pcidump -xv for that partic

Re: wifi firmware for lenovo thinkpad E420

2012-05-11 Thread Siju George
On Fri, May 11, 2012 at 12:11 AM, Henning Brauer wrote: > > I have one of these somewhere - basically, all that is needed is a pci > attachment for the existing urtwn. shouldn't be too hard, but as usual > - somebody has to do it. > ok thanks :-) Siju

Re: wifi firmware for lenovo thinkpad E420

2012-05-10 Thread Henning Brauer
* Siju George [2012-05-08 10:54]: > On Fri, May 4, 2012 at 5:39 PM, Stuart Henderson wrote: > >> "Realtek 8188CE" rev 0x01 at pci4 dev 0 function 0 not configured > > urtwn(4) is for USB-attached devices, your wlan controller is an > > unsupported PCIE device. > Any idea if it will get supported

Re: wifi firmware for lenovo thinkpad E420

2012-05-08 Thread Siju George
On Fri, May 4, 2012 at 5:39 PM, Stuart Henderson wrote: > >> "Realtek 8188CE" rev 0x01 at pci4 dev 0 function 0 not configured > > urtwn(4) is for USB-attached devices, your wlan controller is an > unsupported PCIE device. > Any idea if it will get supported in the near future Is this a class of

Re: wifi firmware for lenovo thinkpad E420

2012-05-04 Thread Stuart Henderson
On 2012-05-04, Siju George wrote: > On Thu, May 3, 2012 at 6:35 PM, David Coppa wrote: >> It should be urtwn-firmware-1.1p1.tgz... >> >> Btw, just do a fw_update (man fw_update for info) >> > > Thankyou David and Lawrence for the reply :-) > > an fw_update does basically nothing > > # fw_update >

  1   2   >