wifi

  1. i-bsd

    Need wireless USB dongle recommendation (with good range)

    I know this question has probably been asked a thousand times here (sorry) but I'm in need of a quality wireless USB dongle with very good range (i.e. antenna). Currently I'm using an Edimax nano dongle that I bought off Amazon which connects fine, but the signal is very weak. I'm sure with a...
  2. T

    Incredibly slow 5 GHz wifi performance

    I have a Lenovo ThinkPad X230 with the Centrino Advanced-N 6205 card. I've got FreeBSD 12.0-CURRENT installed and I can successfully connect to my home WiFi on the 5 GHz band. However, I'm noticing that there is a significant performance hit to my Internet speeds. When I had a Linux distro...
  3. E

    Well-supported PCI Express Wifi card?

    I'm in the situation where my desktop needs to have wifi. It runs the latest RELEASE amd64 version of FreeBSD. I would much rather have wired ethernet, but it's rather difficult to run wires in my current setup. Are there any well-supported, high quality desktop WiFi cards? I've been trying to...
  4. Z

    Can't set up wifi

    The command "pciconf -lv | grep -B3 network" outputs two things. One being my Ethernet device and the other my Qualcomm Atheros device. Qualcomm Atheros: Device: QCA9377 802.11ac Wireless Network Adapter Class: network ifconfig doesn't seem to detect my wireless device. What can I do to...
  5. H

    Solved iwn wifi awefully slow

    Hi there, I have a dell latitude d830 laptop with an intel pro/wireless 4965 wifi card. With windows 7 and with debian gnu/linux I had data transfer rates into the internet at around 240 kB/s (the maximum my provider offers here). Unfortunately there was a serious hard disc crash so I replaced...
  6. nengkya

    connectiong wifi

    [Ask] I'm new here to FreeBSD 11. Succed installing, and wifi-connection through installer. # ifconfig wlan0 : wlan0: flags=8843<UP, BROADCAST, RUNNING, SIMPLEX, MULTICAST> metric 0 mtu 1500 ether ec:08:6b:2a:49:9c inet6 fe80::ee08:6bff:fe2a:499c%wlan0 prefixlen 64 scopied 0x3 inet...
  7. asys

    Can I do anything about unsupported wireless card?

    I have asked a similar question in this thread(59187#post-342471) but I'm not the author of the thread so I figure a new thread would be a good idea. My laptop comes with Qualcomm Atheros QCA9377 wireless card and I have all the reason to believe that it will not be supported well through its...
  8. Karolson

    FreeBSD-Boot_Problem_Graphic(SOLVED)

    Hello All Fresh guy here (First try BSD, just want some this true UNIX feel), but I got one problem. I got Lenovo Y70. I install FreeBSD from usb, all go nice and smooth ,making a 3 partitions (auto from Bsd installer) swap, boot, and /. I am using Grub 2 to boot BSD , i got grub installed on...
  9. E

    FreeBSD 10->11: How can I change the WiFi interface mac address?

    Hi everyone, I upgraded to FreeBSD 11 yesterday. Seems like you can't manage interface settings with ifconfig anymore. For instance, I used to do this: ifconfig ath0 ether ff:ff:ff:... ifconfig wlan0 create wlandev ath0 Now, I can't do anything to ath0. If I set the mac address on wlan0, it...
  10. dave

    FreeBSD 11-RC1 urtwn Associated But No Traffic

    Hello, I am running FreeBSD 11 RC1 on a raspberry pi 2. I have a urtwn usb wifi device. I can get it associated with my access point, but it just won't seem to send/receive any traffic: not DHCP packets, and not pings if I configure it statically. # uname -a FreeBSD rpi2 11.0-RC1 FreeBSD...
  11. C

    Problem with wpa_supplicant (wlan0 no carrier)

    Hello, I've got a little problem with my WLAN-Configuration. The WLAN-Card of my laptop is not supported by FreeBSD, so I bought an USB adapter with a Realtek RTL 8192CU chip. Then I put the lines if_urtwn_load="YES" legal.realtek.license_ack=1 into my /boot/loader.conf like described in...
  12. Nureo

    How to install and configure Atheros USB WiFi-card?

    Hello. I have a USB WiFi-card. It is Atheros TL-WN722N (TP-LINK). How I do for install the current free (like in freedom) drivers? and, how can I configure them? I want to make WiFi connections.
  13. Stefan G.

    wlan0 keeps going DOWN on its own

    New FreeBSD install (and new to FreeBSD). My DELL Latitude's wlan0 keeps going DOWN on its own. Running dmesg only shows this: Limiting closed port RST response from 203 to 200 packets/sec wlan0: link state changed to DOWN ifa_del_loopback_route: deletion failed: 48 What else can I do to...
  14. Kalero

    Broadcom BCM4313 Wireless Device

    Hi, yesterday I installed FreeBSD 11.0-CURRENT and wanted to set up my wifi. I have a Broadcom BCM4313 and I read googleing there were some problems attempting to get this card working with the net/bwn-firmware-kmod, so some people used ndis to use the Windows' drivers. Because I wouldn't like...
  15. Kalero

    Atheros AR9565 not working: a lot of "bad series0"

    Hi, I'm trying to get my wireless working in my FreeBSD 10.2 for my work and I don't know exactly what's happening (maybe there's a bug in the ath driver for my card). I'm attaching the results of dmesg | grep -i 'ath'Some help will be appreciated. Many thanks.
  16. Kalero

    Other Wifi signal icon at Lumina desktop

    Hi, I installed Lumina desktop 0.8.7 on FreeBSD 10.2 and if I look for Lumina screenshots at the web, I see they have the typical wifi signal icon at the system tray, but I can't find it in the plugins list for the panel (Lumina is a plugin based desktop). I've searched at FreeBSD packages and...
  17. Grzegorz

    WIFI Access Point on FreeBSD 9 and run driver

    Hello everyone. I'm trying to set up a WIFI Access Point on my FreeBSD 9 machine. First, I using a simple USB card with urtwn, but on FreeBSD 9 there is no driver. Next I take from work a USB Tp-link card with uses zyd driver, no results. So I bought Runlink USB WIFI Adapter, that using run...
  18. F

    Solved wpa_supplicant, multiple networks, and WPA

    Evening all, I've got FreeBSD-CURRENT running on my T440. I set up my /etc/rc.conf with the following: wlans_iwm0="wlan0" ifconfig_wlan0="WPA DHCP" And in my /etc/wpa_supplicant.conf I have the following: network={ ssid="HomeWifi" psk="MySecretPassword" } network={ ssid="Some hotel...
Back
Top