As a follow-up to kern/169433: iwn(4) doesn't support 6235 chip. and http://forums.freebsd.org/showthread.php?t=35467 I managed to get WiFi running on my Intel Centrino Advanced-N 6235 chip on the newest firmware downloaded from http://intellinuxwireless.org/ . After finding out the chip's numbers with pciconf -lbcev I added one line to if_iwn.c, recompiled the module and it worked. Please find attached the output from `svn diff` in /usr/src. Required steps in order to get it working are documented in the forum post mentioned above. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->freebsd-wireless Over to maintainer(s).
Responsible Changed From-To: freebsd-wireless->eadler I'll take it.
On 30 November 2012 20:28, Adrian Chadd <adrian@freebsd.org> wrote: > It's not that simple. Speak to bernhard. Davide, You mention some issues and I asked you to follow up to the PR. Can you please explain them? > There are other issues that he knows about. I don't know if he's > replied to the email or not; poke him on irc. IRC doesn't help as the record does not go into the PR -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams
On Saturday 01 December 2012 05:59:22 Eitan Adler wrote: > On 30 November 2012 20:28, Adrian Chadd <adrian@freebsd.org> wrote: > > It's not that simple. Speak to bernhard. > > > Davide, You mention some issues and I asked you to follow up to the > PR. Can you please explain them? > > > There are other issues that he knows about. I don't know if he's > > replied to the email or not; poke him on irc. > > IRC doesn't help as the record does not go into the PR For the record.. I thought I mentioned this in another PR already. Using the new firmware and adding the PCI IDs is enough to detect the cards and get some basic stuff working. The major part of the features is not though. At least on 11n HT40 you will definitely get a firmware crash. Also, the throughput sucks, even in legacy mode. I'm not able to pin the cause, working on it. Johannes is also looking into it. -- Bernhard
Responsible Changed From-To: eadler->freebsd-wireless sorry I held on to this for so long; at the moment I have no time to look at this PR so return to the pool
Note: There is also a reference to the firmware in sys/conf/files. -- Ahmed Charles
State Changed From-To: open->closed Fixed in- HEAD