DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 20th December 2018
Scripter Scripter is offline
Port Guard
 
Join Date: Apr 2018
Posts: 12
Default Wifi transfer rate

Hey all,

I recently followed this guide for setting up openbsd as a wifi access point on an older (2010) netbook. Although it "basically works," I have two concerns and want to know what I can do to solve or mitigate them.

1) The transfer rate of files is notably slower than hostapd on Linux (devuan). On that system, I was getting speeds around 1.6-2mbps. On openbsd, the range is something like 100-700kbps. (My home router gets around 2.6-3mbps.) I'm trying to figure out what I can adjust to increase transfer speed.

2) The system runs hotter than it did with Linux, and the noisy fan is becoming an annoyance at times. Can I do anything to keep it running cooler?

Thanks!
Reply With Quote
  #2   (View Single Post)  
Old 20th December 2018
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Performance varies by NIC and driver, but generally, wireless NICs do not perform as well in Host AP mode as they do in infrastructure mode. External AP bridges will usually perform better.

You can use apmd(8) to reduce CPU performance (and heat) during periods of low CPU demand. This may reduce fan speed. Set Automatic Performance Mode with the -A operand.
Code:
# rcctl enable apmd
# rcctl set apmd flags -A
Reply With Quote
Reply

Thread Tools
Display Modes

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
PF: UDP rate limiting marianh FreeBSD General 1 28th November 2017 12:00 PM
PF sessions/s rate evaluation Vauteck OpenBSD Security 1 16th August 2011 10:09 AM
iptables: overload on max-src-conn-rate? Carpetsmoker Other BSD and UNIX/UNIX-like 2 13th May 2011 09:34 PM
transfer rate zomo OpenBSD General 7 26th January 2009 03:00 AM
OpenBSD 4.4 and refresh rate 75 mfaridi OpenBSD Installation and Upgrading 8 12th November 2008 12:05 PM


All times are GMT. The time now is 03:37 PM.


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