From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryane Luo Date: Thu, 15 Aug 2013 20:05:15 +0800 Subject: [ath9k-devel] Did ath9k support AR9388? Message-ID: <2013081520051337464531@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Dear, all. I got an Apple original WIFI module which chip is AR9388. Plug it to my latop, it doesn't recognize by Ubuntu 12.04 . And try to plug it to my router(base on Linux--DD-WRT ). ath9k doesn't work for it. Module works fine on Win7 PC, so HW is ok. AR9388 module is cheap and with 450M performance, very familar at AR9380. Anyone know howto support it by ath9k ? Try lspci at the router, got this: #lspci 00:00.0 Class 0200:168c:abcd When manual add Device Id to the src code, it failure again. Here is the boot log: [ 12.626252] cfg80211: Calling CRDA to update world regulatory domain [ 12.632616] cfg80211: World regulatory domain updated: [ 12.637747] cfg80211: (start_freq - end_freq @ bandwidth),(max_antenna_gain, max_eirp) [ 12.645875] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300mBi, 2000 mBm) [ 12.653564] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300mBi, 2000 mBm) [ 12.661258] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300mBi, 2000 mBm) [ 12.668952] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300mBi, 2000 mBm) [ 12.676646] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300mBi, 2000 mBm) [ 12.953229] ath: phy0: Couldn't reset chip [ 12.957311] ath: phy0: Unable to initialize hardware; initialization status: -5 [ 12.964574] ath9k 0000:00:00.0: Failed to initialize device [ 12.970146] ath9k: probe of 0000:00:00.0 failed with error -5 [ 12.981140] ath: phy1: Unable to initialize hardware; initialization status: -5 [ 12.988414] ath9k 0000:01:00.0: Failed to initialize device [ 12.993971] ath9k: probe of 0000:01:00.0 failed with error -5 [ 13.036432] Error: Driver 'gpio-keys-polled' is already registered, aborting... [ 13.086955] NET: Registered protocol family 24 [ 14.843825] Port 0: Link-down [ 14.849334] eth0: link up [ 14.851937] Port 1: Link-up, Full-duplex, Speed-100Mbps. [ 14.859691] Port 2: Link-down [ 14.864999] Port 3: Link-down [ 14.870559] pool #1: pkt_size=1536, buf_size=1632 - 2048 of 2048 buffers added [ 14.879821] eth0: started (on switch) [ 15.010912] device eth0 entered promiscuous mode [ 15.024688] br-lan: port 1(eth0) entering forwarding state [ 15.030148] br-lan: port 1(eth0) entering forwarding state [ 15.047146] eth1: link up [ 15.049757] Port 4: Link-up, Full-duplex, Speed-100Mbps. [ 15.056644] eth1: started (on switch) [ 15.834567] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 17.024320] br-lan: port 1(eth0) entering forwarding state Here is the ebay link. http://www.ebay.com/itm/Apple-Original-NEW-AirPort-MINI-PCI-E-Card-AR9388-WIFI-iMac-450Mbps-AR5BXB112-/330778442954 ---------------------------------------------------------------- Ryane Luo