Search results

  1. adrian@

    Intel Dual Band Wireless-N 7260

    Hi! I've made a little progress on the 7260 driver. I spent some time debugging issues with firmware command handling. I'm almost at the point where I'm ready to read the channel list from the firmware and setup the state net80211 needs to think the thing is a real wifi NIC. After that it's...
  2. adrian@

    Laptop Battery drains extremly fast!

    Right, ivy bridge. So, do this: # pkg install intel-pcm # kldload cpuctl # pcm.x 1 Run it for a few seconds, hit ctrl-C and paste the results here. It's likely that the CPU isn't going fully into deep sleep states and your battery is being chewed. Then put this in /boot/loader.conf, reboot...
  3. adrian@

    Laptop Battery drains extremly fast!

    Please post the 'dmesg' output after boot so we can see what hardware is in the thing. Thanks!
  4. adrian@

    Lost connection to server, plenty of ath1 messages in the log

    Try adding TKIP to the allowed pairwise keys. -adrian
  5. adrian@

    Intel Dual Band Wireless-N 7260

    So on the plus side, I have the thing probing, attaching, and loading in an initial firmware. That required way too much blood and tears. I'm going to tidy up what I have and then see about getting calibration and scan support working. That'll be enough for people to at least try it and tell me...
  6. adrian@

    Lost connection to server, plenty of ath1 messages in the log

    OK, there's something else going on. You have the right 11n options set it seems - it's allocated 512 RX/TX buffers correctly. Mine looks like this: no tx bufs (empty list): 0 no tx bufs (was busy): 0 aggr single packet: 14289 aggr single packet w/ BAW closed: 0 aggr non-baw packet: 91 aggr...
  7. adrian@

    Problems with iwn

    Hi! Would you please try FreeBSD-HEAD? Maybe I've fixed that behaviour. :)
  8. adrian@

    Intel Dual Band Wireless-N 7260

    There's still no timeline, sorry. I'm trying to find the time. :)
  9. adrian@

    dhclient send_packet: Permission denied

    Which version of FreeBSD? There's a recent fix to FreeBSD -HEAD that fixed an issue with RAW IP injection and it was noticed because of dhclient errors.
  10. adrian@

    Intel Centrino Advanced-N 6235 WiFi Driver

    Hi! (Wow this is an old thread.) FreeBSD -HEAD has updated support, including the 6235 support. -a
  11. adrian@

    Would the ath driver work with a Atheros AR9485 card?

    Hi! I'm the ath developer / WiFi maintainer. The AR9485 is best supported by FreeBSD-11. I run -HEAD on all of my development and user systems, so that's what I fix bugs in. Thanks! -a
  12. adrian@

    [Re-opened] WiFi not working

    Hi! Erm, you should file a bug. https://bugs.freebsd.org/submit/ I've started addressing some of the kinks in the AR9485 support on some chipsets - apparently there's some, erm, "options" that the driver didn't know about. They're in FreeBSD-HEAD, so I'd appreciate it if you can try out the...
  13. adrian@

    Wireless slow

    Hi! Please try FreeBSD-HEAD. I've fixed a whole lot of bugs in the Intel iwn driver on FreeBSD which supports (among other things) the Intel 6500. It's not perfect though and it's still buggy in high interference situations, but it works well enough for me to use daily. Thanks! -adrian
  14. adrian@

    FreeBSD 10, Intel I350 NIC and DHCP not working

    Hi! Nope, this is odd. Please file a bug - https://bugs.freebsd.org/submit/ - and we'll poke the Intel maintainers to see what's going on. Would you be able to try the FreeBSD 10.1 release candidate images to see if things improved?
  15. adrian@

    Lost connection to server, plenty of ath1 messages in the log

    Hi! You can file bugs at https://bugs.FreeBSD.org/submit/. It looks like it's supposed to be working (it's indicating 11n support was compiled in) but normally that error happens when there are not enough buffers or descriptors available. Try doing a sysctl dev.ath.0.txagg=1 and sysctl...
  16. adrian@

    Intel Dual Band Wireless-N 7260

    Hi, We're working on it. Unlike the Linux Intel WiFi support, there's no-one paid from any company to maintain any WiFi driver in FreeBSD, so it's totally a free time community effort. I finally have a couple of people willing to help me do the 7260 port based on both what appeared in OpenBSD...
  17. adrian@

    FreeBSD 10 Link aggregation problem

    Hi, I'm the lacp / lagg hacker. :-) What's the output if 'ifconfig -a' with the lagg not working? -a
  18. adrian@

    wireless network and more on dell inspiron 15r se 7520

    .. we do need more iwn maintainers Intel support the driver on Linux, but they don't have anyone actively doing FreeBSD development. Bernhard has done a great job fixing 11n support for the intel NICs, but he sadly doesn't have the time right now to work on the newer chipset support. So it...
  19. adrian@

    Broadcom WiFi

    If you're serious about hacking on updated broadcom/marvell support .. then please join the FreeBSD wireless list (freebsd-wireless@freebsd.org) and don't be afraid to ask questions. I'm not really allowed to work on it (as I'm employed by Qualcomm Atheros), so I stick to net80211 and...
  20. adrian@

    Install on macbook 3.1

    There's no BCM43xx support in FreeBSD. Someone needs to step up and be the Broadcom BSD wifi maintainer. :)
Back
Top