[ubuntu-uk] wifi dongle driver .....

Matthew Daubney matt at daubers.co.uk
Fri May 13 19:58:42 UTC 2011


On 13 May 2011 19:46, Barry Drake <bdrake at crosswire.org> wrote:

> Hi there ...  I got a wifi dongle from e-bay today.  Very cheap.  It
> turns out to be a Realtek RTL8188cu.  There was a disk with it which
> includes a Linux driver that need building.  It builds and runs just
> fine on 10.04 and 10.10, but under Natty, I get the error: implicit
> declaration of function 'init_MUTEX'.  I haven't a clue where this used
> to be defined, and why it's disappeared.  Anyone know if there is a
> workaround?  Yes - before someone tells me - I have got it running with
> the Windows driver under ndiswrapper, but I'd rather have the native
> Linux driver.
>
> Suggestions anyone?
>
> Regards,                Barry.
> --
> Barry Drake is a member of the the Ubuntu Advertising team.
> http://ubuntuadverts.org/
>
> Mutex's are locks, sounds like that driver may have depended on a locking
function that may no longer exist or is being deprecated. There's lots of
work going on to remove some locking stuff, and that may have been one of
them.

Lots of suggestions on the net seem to suggest replacing all instances of
init_MUTEX with sema_init (use a semaphore lock instead of a mutex lock).
Might be worth a try :)

-Matt Daubney
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-uk/attachments/20110513/96a7325f/attachment.html>


More information about the ubuntu-uk mailing list