I have the command-line-only install of 7.04
im trying to get my wireless to work
info:
1) i installed NDISWRAPPER
apt-get install ndiswrapper-common ndiswrapper-utils-1.9 ndisgtk
2) lspci
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705M Gigabit Ethernet (rev 01)
02:03.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04)
--I WENT WITH THE WIRELESS--
3) lspci -n
02:00.0 0200: 14e4:165d (rev 01)
02:03.0 0280: 8086:1043 (rev 04)
4) x-ref to find proper drivers
# Chipset: Intel PRO/Wireless Lan 2100 3B
# pciid: 8086:1043
# Driver: w70n51.inf
5) download driver exe from support.dell.com
Release Title: Network: Intel (R) Pro/Wireless 2100 LAN miniPCI Adapter, Driver, Windows 2000, Windows XP, Multi Language, Multi System, v.1.2.4.35, 7.1.4.4, A21
Release Date: 7/27/2005
Criticality: Optional
Description: Intel PRO/Wireless LAN 2100 3A Mini-PCI Adapter Customer Installer Package
5a) unpack...i get 3 files
-w70n5.sys
-w70n51.sys
-w70n501.inf
6) install driver
ndiswrapper -i w70n501.inf
7) ndiswrapper -l
w70n501 : driver installed
device (8086:1043) present (alternate driver: ipw2200)
8) load driver
depmod -a
modprobe ndiswrapper
9) tail /var/log/messages
--no messages related to anything im doing--
10) ifconfig and iwconfig
NEITHER SHOW WLAN0
however under iwconfig i get:
lo no wireless extensions.
eth0 no wireless extensions.
eth1 unassociated ESSID:off/any Nickname:"ipw2100" Mode:Managed Channel=0 Access Point: Not-Associated Bit Rate=0 kb/s Tx-Power:16 dBm Retry limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
is eth1 valid??? if so how can i edit the encryption settings?
what am i doing wrong???
i followed this: https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper
and x-ref'd with: http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,list/
any ideas?