Hi there!,
I just installed my Debian (sarge) (kernel 2.4.25) on Laptop which has a Realtek 8180l (rtl8180l) wireless mini-pci nic.
I am actually trying to use ndiswrapper to get it working.
(I have installed ndiswrapper, 0.9 using aptitude. I used the 170 windows driver on Realtek's website.
But 'ndiswrapper -l' gave me : net8180 hardware NOT present)
But found out that 'iwconfig' was not installed. So went and installed it.
But when run: 'iwconfig' - I get :
:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
I don't quite know how to set things up from here on.
Would be very grateful if one of you could point me in the right direction here.
Thanks a lot

ps1. ifconfig works on the system. ie I am using eth0 lan nic now.
ps2 my /etc/network/interfaces is :
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# This entry denotes the loopback (127.0.0.1) interface.
auto lo
iface lo inet loopback
# This entry was created during the Debian installation
auto eth0
iface eth0 inet dhcp
# This entry by me for wlan
auto eth1
iface eth1 inet dhcp