i've been struggling to get my linksys WMP11 (pci w/ prism 2.5 wavelan chipset) to communicate w/ my netgear MR814 wireless hub. i'm running slackware 9.0 w/ a the OEM bare.i kernel.
the interface eth0 appears to come ok on boot, but i can't communicate w/ the router via DHCP correctly. when i try to use dhclient to contact the router, it gives me the following:
Listening on Socket/eth0
Sending on Socket/eth0
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
in addition to this, i get the following in dmesg:
...
hermes.c: 5 Apr 2002 David Gibson <hermes@gibson.dropbear.id.au>
orinoco.c 0.11b (David Gibson <hermes@gibson.dropbear.id.au> and others)
PCI: Found IRQ 11 for device 00:0b.0
PCI: Sharing IRQ 11 with 00:07.2
Detected Orinoco/Prism2 PCI device at 00:0b.0, mem:0xD9000000 to 0xD9000FFF -> 0
xd185d000, irq:11
Reset done......................................................................
................................................................................
................................................................................
.......;
Clear Reset.....................................................................
................................................................................
...............................................................................
................................................................................
................................................................................
;
pci_cor : reg = 0x0 - 49F - 46D
eth0: Station identity 001f:0002:0001:0004
eth0: Looks like an Intersil firmware version 1.04
eth0: Ad-hoc demo mode supported
eth0: IEEE standard IBSS ad-hoc mode supported
eth0: WEP supported, 104-bit key
eth0: MAC address 00:06:25:09:42:8D
eth0: Station name "Prism I"
eth0: ready
...(stuff not related to ethernet card)...
eth0: Channel out of range (0)!
eth0: Channel out of range (0)!
eth0: error -5 reading info frame. Frame dropped.
when the commands ifconfig and iwconfig are issued, the following is displayed (respectively):
eth0 Link encap:Ethernet HWaddr 00:06:25:09:42:8D
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4743 errors:0 dropped:0 overruns:0 frame:0
TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:256122 (250.1 Kb) TX bytes:9108 (8.8 Kb)
Interrupt:11 Base address:0xd000 Memory:d9000000-d9000fff
eth0 IEEE 802.11-DS ESSID:"NETGEAR" Nickname:"Prism I"
Mode:Managed Frequency:2.462GHz Access Point: 00:09:5B:52:36:52
Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3
Retry min limit:8 RTS thr
ff Fragment thr
ff
Encryption key
ff
Power Management
ff
Link Quality:92/92 Signal level:-10 dBm Noise level:-149 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
the ESSID of eth0 being "NETGEAR" makes me suspect that the router may actually be communicating w/ the card, but in some manner that is unknown to me.
also, i have IRQ sharing issues on bootup that will sometimes freeze the computer. to fix this, i was thinking of removing the sound card and rebooting.
any suggestions are welcome! i've wasted so much time w/ this, somebody plz respond.