so if it supports it. iwlist AP should list its capability ?DougieLawson wrote:The edimax driver in Linux/Raspbian does NOT support ad-hoc.
You need a special driver to support running an edimax as an access point. AFAIK there is no ad-hoc driver available.
Code: Select all
iwlist APjust for learning process as I look at other stuffs and I do comparison. I don't have any other system on hand besides the Pi.ShiftPlusOne wrote:As with the other thread, please provide context. Are you trying to get support for a pi-like knock-off sbc?
RaTTuS wrote:http://www.raspberrypi.org/forums/viewforum.php?f=98
is going to be the best you can do.
unless you are ordering millions you will not get access to the SOC
End goal is I want to use it in the user land.gordon@drogon.net wrote: ioremap is a Linux kernel call AIUI. mmap works from userland.
Is the MIPS code you're looking at running in the Kernel or a user program?
-Gordon