FC4, hostap and TrueMobile 1150

Jar jar at pcuf.fi
Wed Feb 15 08:11:48 EST 2006


> (orinoco_cs driver). I have to say that hostap WAS NOT
> used.
> Yesterday, I yum'ed my computer to update it. Lots of
> updates, including the kernel (from 2.6.14-1.1637_FC4
> to 2.6.15-1.1831_FC4). And from then, the wireless
> card does not function properly.

> ieee80211_crypt: registered algorithm 'NULL'
> hostap_cs: 0.4.4-kernel (Jouni Malinen

Hostap driver get loaded

> orinoco 0.15rc3 (David Gibson
> <hermes at gibson.dropbear.id.au>, Pavel Roskin
> <proski at gnu.org>, et al)
> orinoco_cs 0.15rc3 (David Gibson

Orinoco driver get loaded

> wifi0: NIC: id=0x01 v5.0.4
> wifi0: PRI: id=0x15 v4.4.1
> wifi0: STA: id=0x1f v8.10.1

This seems to be orinoco card not Prism card, so the orinoco_cs is the correct drver
to this hw. The "double" loaded driver problem is common bug.

Try to blacklist hostap_cs in /etc/modprobe.d/blacklist-compat, add line:

blacklist hostap_cs

If the blacklistning doesn't work, you can always move the hostap_cs.ko module to
outside the kernel module tree
(/lib/modules/2.6.xxxx_FC3/kernel/drivers/net/wireless/), and then run 'depmod -ea'.
E.g.

1) mv /lib/modules/2.6.15-1.1831_FC4/kernel/drivers/net/wireless/hostap/hostap_cs.ko
/home/Nestor
2) depmod -ea
3) Reboot the system


-- 
Best Regards, Jar



More information about the HostAP mailing list