All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] WiFi USB Dongle using AR9271
Date: Wed, 06 Jul 2011 17:10:08 -0400	[thread overview]
Message-ID: <4E14CF30.7070700@gnu.org> (raw)
In-Reply-To: <CAFU1JTwHZwZ0jokCgp-Se6hS8N8ptA7NgN1sLEe8AXR6VnTEgw@mail.gmail.com>

On 07/06/2011 01:03 PM, Akhilesh Soni wrote:
> Guys,
>
> I wish to integrate the USB wifi dongle with my STB the details of the
> device given below. Please guide me how to proceed to get the device working
> for my embedded kernel.
>
> *USB Dongle Details *
>
> USB vendor:product  0x0cf3:0x9271
>
> *Embeded Device details  *
>
> MIPS 32 bit   running embedded linux 2.6.22 kernel
>
> I've also got LSDK-WLAN-9.2.0.114.tgz from my manufacturer but after
> modifying the Makefile  I got the following modules
>
> mkdir -p /lib/firmware/
> cp ar9271.fw /lib/firmware
> insmod drivers/wlan/adf/adf.ko
> insmod drivers/wlan/asf/asf.ko
> insmod drivers/wlan/os/linux/ath_hal/ath_hal.ko
> insmod drivers/wlan/lmac/ratectrl/ath_rate_atheros.ko
> insmod drivers/wlan/lmac/dfs/ath_dfs.ko
> insmod drivers/wlan/lmac/ath_dev/ath_dev.ko
> insmod drivers/wlan/lmac/ath_pktlog/ath_pktlog.ko
> insmod drivers/wlan/umac/umac.ko
>
> The last two kernel modules didn't got inserted. Some undefined symbol
> errors.

If you want to pursue this venue, this is a wrong place to ask.

> I also copied firmware file /lib/firmware
>
> After all this I ran iwconfig config but couldn't see any wireless
> interface.
>
> The device is exactly similar to this
> http://www.unex.com.tw/product/dnua-93f. I tried compat-wireless also and
> applied 2.6.22 patches also but it didn't compile.
>
> After all this I am clueless Please guide me which which driver I should use
> to get it working.

Try working in two directions.  One is updating your kernel.  Maybe 
there is a newer kernel for your platform.  Or maybe you could apply 
patches that upgrade your kernel to 2.6.23 and even to 2.6.24.

Another approach is backporting compat-wireless to older kernels.  You 
only need to "bridge" two kernel versions to go from 2.6.24 to 2.6.22.

-- 
Regards,
Pavel Roskin

      reply	other threads:[~2011-07-06 21:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-06 17:03 [ath9k-devel] WiFi USB Dongle using AR9271 Akhilesh Soni
2011-07-06 21:10 ` Pavel Roskin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E14CF30.7070700@gnu.org \
    --to=proski@gnu.org \
    --cc=ath9k-devel@lists.ath9k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.