Sorry I haven't posted lately (I really do need your alls help) I just had a crisis at work (whoever at my office that thought it was a good idea for to install sixteen wireless microphones in one should have his head examined [can you say RF nightmare] ) that kept me from completing previous suggestions.
I reinstalled SuSE from scratch because I could not remember everything that I changed but the new output looks promising.
linux:~ # lsmod
Module Size Used by Not tainted
prism2_cs 63324 1
orinoco_cs 4436 0 (unused)
orinoco 31188 0 [orinoco_cs]
hermes 5924 0 [orinoco_cs orinoco]
isa-pnp 29672 0 (unused)
p80211 15860 1 [prism2_cs]
ds 6604 4 [prism2_cs orinoco_cs]
yenta_socket 9760 2
pcmcia_core 41824 0 [prism2_cs orinoco_cs ds yenta_socket]
joydev 5632 0 (unused)
evdev 4032 0 (unused)
mousedev 4148 1
videodev 5600 0 (autoclean)
parport_pc 25800 0
parport 22440 0 [parport_pc]
ipv6 134388 -1 (autoclean)
ide-cd 29404 0 (autoclean)
cdrom 28192 0 (autoclean) [ide-cd]
keybdev 1996 0 (unused)
hid 18308 0 (unused)
input 3104 0 [joydev evdev mousedev keybdev hid]
usb-uhci 22096 0 (unused)
usbcore 57836 1 [hid usb-uhci]
raw1394 14516 0 (unused)
ieee1394 32880 0 [raw1394]
nls_iso8859-1 2812 1 (autoclean)
ntfs 75244 1 (autoclean)
reiserfs 200532 1
linux:~ # iwconfig wlan0
wlan0 IEEE 802.11-b ESSID:""
Mode:Auto Channel:0 Access Point: 00:00:00:00:00:00
Bit Rate:2Mb/s Tx-Power:2346 dBm
Retry min limit:8 RTS thr

ff Fragment thr

ff
Encryption key

ff
Link Quality:0/92 Signal level:-69 dBm Noise level:-90 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
linux:~ # ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:270 errors:0 dropped:0 overruns:0 frame:0
TX packets:270 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26788 (26.1 Kb) TX bytes:26788 (26.1 Kb)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
wlan0 Link encap:Ethernet HWaddr 00:06:25:29:C0:EF
inet addr:192.168.2.153 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::206:25ff:fe29:c0ef/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:210 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0x100
linux:~ # ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:06:25:29:C0:EF
inet addr:192.168.2.10 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::206:25ff:fe29:c0ef/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:210 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0x100
linux:~ #
Still don't know what all of this means but i can see Router MAC address and my static IP (inet addr). When I try to ping 192.168.2.1 I get Destination Host Unreachable , any suggestions?
Thanks again for helping a newbie
Kevin