If anyone can help me figure out why I can't get my wireless setup to work
under RedHat 7.1, that would be great. I'm using a D-Link DWL-650 802.11b
card and a LinkSys BEFWS14 gateway/WAP. Everything works find under windoze
2000.
RedHat 7.1 does almost all the work. After configuring wireless.opts for my
environment, I can insert the card, and the system recognizes it, loads the
wvlan_cs driver, and creates a new network interface (eth1). Here's what's
in dmesg when the driver loads:
PCI: Found IRQ 11 for device 00:03.1
PCI: The same IRQ used for device 00:03.0
PCI: The same IRQ used for device 00:07.2
PCI: The same IRQ used for device 00:10.0
PCI: The same IRQ used for device 00:10.1
Yenta IRQ list 0698, PCI irq11
Socket status: 30000006
Yenta IRQ list 0698, PCI irq11
Socket status: 30000010
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
cs: memory probe 0xa0000000-0xa0ffffff: clean.
wvlan_cs: WaveLAN/IEEE PCMCIA driver v1.0.6
wvlan_cs: index 0x01: Vcc 3.3, irq 3, io 0x0100-0x013f
wvlan_cs: Registered netdevice eth1
wvlan_cs: MAC address on eth1 is 00 43 05 e1 f3 b4
wvlan_cs: This is LinkSys/D-Link card, not a Wavelan IEEE card :-(
You may want report firmare revision (0x7) and what the card support.
I will try to make it work, but you should look for a better driver.
According to http://www.focusresearch.com/dwl-650.html this is the correct
driver. This was the most specific page I could find for this card.
However I have my doubts because of the message, and because of the output
in iwconfig (see below) indicating 802.11 and 2Mbps.
Anyway, I've configured eth1 to use a static interface since DHCP times out.
I can activate the interface, and output from iwconfig and ifconfig seem to
indicate that the interface is active and communicating with the WAP:
% ifconfig
eth1 Link encap:Ethernet HWaddr 00:43:05:E1:F3:B4
inet addr:192.168.1.12 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
% iwconfig
eth1 IEEE 802.11-DS ESSID:"default" Nickname:"Prism I"
Frequency:2.437GHz Sensitivity:1/3 Mode:Managed
Access Point: 00:34:02:D3:A8:C5
Bit Rate:2Mb/s RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link quality:33/92 Signal level:-69 dBm Noise level:-102 dBm
Rx invalid nwid:0 invalid crypt:0 invalid misc:0
However, I cannot even ping my gateway!
% ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) from 192.168.1.12 : 56(84) bytes of data.
From 192.168.1.12: Destination Host Unreachable
From 192.168.1.12: Destination Host Unreachable
From 192.168.1.12: Destination Host Unreachable
From 192.168.1.12: Destination Host Unreachable
From 192.168.1.12: Destination Host Unreachable
From 192.168.1.12: Destination Host Unreachable
--- 192.168.1.1 ping statistics ---
7 packets transmitted, 0 packets received, +6 errors, 100% packet loss
Any help is appreciated! Thanks!!!! Please feel free to copy me directly
on any replies.