prism2_config() failed... (Consulted FAQ's and Mailing archive but still could not resolve)

Bryan Kadzban bryan
Tue May 16 19:14:06 PDT 2006


Fawad Nazir wrote:
> 3. Why the out of dmesg shows the following messages. Is orinoco
> driver also being tried to load:
> [4296860.095000] orinoco 0.15rc3 (David Gibson
> <hermes at gibson.dropbear.id.au>, Pavel Roskin <proski at gnu.org>, et al)
> [4296860.123000] orinoco_cs 0.15rc3 (David Gibson
> <hermes at gibson.dropbear.id.au>, Pavel Roskin <proski at gnu.org>, et al)
> [4296860.127000] pcmcia: registering new device pcmcia0.1
> 
> I have already blacklisted it. But still it is listed in lsmod command.

It looks like you haven't blacklisted it *correctly*, though; you're
getting this from modprobe:

> fawad at Ubuntu-01:~$ sudo modprobe hostap_cs ignore_cis_vcc=1
> WARNING: /etc/modprobe.d/my_blacklist line 1: ignoring bad line
> starting with 'orinoco_cs'
> WARNING: /etc/modprobe.d/my_blacklist line 2: ignoring bad line
> starting with 'orinoco'

Notice how those "bad line"s *start* with orinoco_cs and orinoco.  The
correct syntax to blacklist those two modules is:

blacklist orinoco_cs
blacklist orinoco

and neither of those lines start with orinoco_cs or orinoco.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
Url : http://lists.shmoo.com/pipermail/hostap/attachments/20060516/f4906272/attachment.pgp 



More information about the Hostap mailing list