[Prism54-devel] problems with iwlist scan

Luis R. Rodriguez mcgrof@ruslug.rutgers.edu
Fri, 19 Dec 2003 10:54:53 -0500 (EST)


> But I still do not see a message like
>
>  prism54_mib_init()

That in essence is the problem.

ifconfig eth1 down && dmesg -c
rmmod prism54 && dmesg -c
modprobe prism54 && dmesg -c
ifconfig eth1 up && dmesg -c
iwlist eth1 scanning && dmesg -c

See if you see it when following those steps

	Luis