Getting there... took a look a /etc/conf.d/net and found my config entries had been adjusted. Corrected these and restarted eth1.. it had put extra quotations outside of the brackets. The device now comes up but will not see my router.
This is my net file
Code: Select all
modules=("!iwconfig")
config_eth1=("192.168.1.2 netmask 255.255.255.0")
routes_eth1=("default via 192.168.1.1")
I'll try the manual command and see what happens
manual still does not work..
checked my /etc/conf.d/wireless and read the net.example and wireless.example for any changes. Made sure my ipw2200, ieee80211, ieee80211_crypt & ieee80211_srypt_wep modules were loaded.
/var/log/messages seems to report everything loading ok with no errors.
It looks like now it's just case of getting the thing to accept my wep settings...
iwlist doesn't anything either
** EDIT ** I have removed all security from the router and enabled DHCP.. still nothing.. still can't see the router
Went back (again) to baselayout-1.11.15-r3 and iwlist works again and I can see the router when I scan.. still can't connect though.
** EDIT ** YAY... sorted.. changed modules=("!iwconfig") to modules=("iwconfig") and wireless is now working again with WEP.
summary:
baselayout-1.11.15-r3
modules ipw2200, ieee80211, ieee80211_crypt & ieee80211_crypt_wep loaded
/etc/conf.d/net
Code: Select all
modules=("iwconfig")
config_eth1=("192.168.1.2 netmask 255.255.255.0")
routes_eth1=("default via 192.168.1.1")
/etc/conf.d/wireless
Code: Select all
mode_eth1=Managed
channel_eth1=6
essid_eth1=*********
key_*********=********************
Dunno what to do about baselayout... I suppose if it ain't broke don't fix it. Thanx to you for your help.