Subject: Re: NDIS support is broken
To: Aleksej Saushev <asau@inbox.ru>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 12/12/2007 10:56:28
On Wed, Dec 12, 2007 at 01:23:37AM +0300, Aleksej Saushev wrote:
> I used this driver: http://support.dell.com/support/downloads/download.aspx?&fileid=171897

Ok, the simple pseudo-unicode hack in the ndiscvt parser can not deal with
this inf file which uses real unicode chars.

You can use "iconv -f unicode -t ascii < /tmp/bcmwl5.inf > /tmp/test.inf"
and then run ndiscvt on the test.inf file instead, which avoids the conversion
error.

I'll "fix" the scanner.

Martin