glamdring n00b
Joined: 23 Oct 2003 Posts: 42
|
Posted: Thu Nov 24, 2005 9:05 am Post subject: [solved] after baselayout update -> network not starting |
|
|
hi folks,
last night, after updating baselayout to 1.12.0-pre11, my network config got somehow borked. all of a sudden my config-as-always in /etc/conf.d/wireless:
Code: |
key_home="[1] xxxxxxxxxx enc open [1]"
config_home="192.168.1.105 broadcast 192.168.1.255 netmask 255.255.255.0"
routes_home="default via 192.168.1.1"
dns_servers_home=( "195.58.160.194" "195.58.161.122" )
|
barf at me, when i try to start net.eth1 (ipw2200):
Code: |
* Starting eth1
* Configuring wireless network for eth1
* eth1 connected to "schass" at 00:06:25:4B:0F:8D
* in managed mode on channel 11 (WEP enabled - open)
* Bringing up eth1
* 192.168.1.105 [ ok ]
* broadcast
* No loaded modules provide "broadcast" (broadcast_start)
* 192.168.1.255 [ ok ]
* netmask
* No loaded modules provide "netmask" (netmask_start)
* 255.255.255.0
SIOCSIFADDR: Invalid argument
SIOCSIFFLAGS: Cannot assign requested address [ !! ]
* Adding routes
* default ...
Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] [[dev] If]
inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M]
[netmask N] [mss Mss] [window W] [irtt I]
[mod] [dyn] [reinstate] [[dev] If]
inet_route [-vF] add {-host|-net} Target[/prefix] [metric M] reject
inet_route [-FC] flush NOT supported [ !! ]
* via ...
gw: Unknown host [ !! ]
* 192.168.1.1 ...
Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] [[dev] If]
inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M]
[netmask N] [mss Mss] [window W] [irtt I]
[mod] [dyn] [reinstate] [[dev] If]
inet_route [-vF] add {-host|-net} Target[/prefix] [metric M] reject
inet_route [-FC] flush NOT supported
|
anybody experienced something like this? could not find anything about it on bugtracker or in the forums. fallback to dhcp works, but not all networks i connect to have dhcp enabled.
thanks in advance, _________________ it said "win95 or better" on the box... so i installed linux
Last edited by glamdring on Thu Nov 24, 2005 10:24 am; edited 1 time in total |
|