Hi everyone!
ok, i just moved house and need to connect to a new wlan.
In Windows I could connect with dhcp without problems. I know macaddress of the router and dhcp gives me the following ip:
192.168.1.105
In current Ubuntu linux with GNOME I could connect after doing like ten times the same thing, sometimes using dhcp and sometimes setting the ip myself. With the one that worked in windows.
In gentoo I don't suceed...
I have IPW2200 in a dell centrino notebook.
here my ifconfig:
---
# ifconfig
eth0 Protokoll:Ethernet Hardware Adresse 00:11:43:6F:4F:7F
inet Adresse:192.168.178.18 Bcast:192.168.178.255
Maske:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenl?nge:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:19
eth1
Protokoll:Ethernet
Hardware Adresse 00:12:F0:0D:56:4C
inet Adresse:192.168.1.105 Bcast:192.168.1.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47 errors:21 dropped:58 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenl?nge:1000
RX bytes:396 (396.0 b) TX bytes:7032 (6.8 Kb)
Interrupt:18 Basisadresse:0xa000 Speicher:dfcfd000-dfcfdfff
lo
Protokoll:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:346 errors:0 dropped:0 overruns:0 frame:0
TX packets:346 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenl?nge:0
RX bytes:31310 (30.5 Kb) TX bytes:31310 (30.5 Kb)
---
and here is my /etc/conf.d/net
I tried it with and without the following lines:
routes_eth1=( "default gw 192.168.1.1" )
config_eth1=( "192.168.1.18 netmask 255.255.255.0 broadcast 192.168.1.255" )
If I start the service "net.eth1 start", usually dchp client finds mz network Ordifax and tries to connect and then times out..
---
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
# Von mir konfiguriert. mit festn ips und gateway.
# net.eth1 ist wlan und wird in wireless configuriert. Basta.
modules=( "ifconfig" )
modules=( "dhcpcd" )
config_eth0=( "dhcp" )
routes_eth0=( "default gw 192.168.178.1" )
config_eth0=( "192.168.178.18 netmask 255.255.255.0 broadcast 192.168.178.255" )
#config_eth0=( "192.168.178.26 netmask 255.255.255.0 broadcast 192.168.178.255" )
config_eth1=( "dhcp" )
routes_eth1=( "default gw 192.168.1.1" )
config_eth1=( "192.168.1.18 netmask 255.255.255.0 broadcast 192.168.1.255" )
#fallback_eth0=( "dhcp" )
#fallback_eth1=( "arping" )
arping_sleep=4
arping_wait=3
dhcpcd_eth0="-t 8"
dhcpcd_eth1="-t 8"
### WEPs, also keys:
# das s: heisst ein text key, ohne s: ist es ein hex key.
# Mit ' ' kann man luecken in der WLAN Bezeichnung schreiben.
# "enc open" oder "enc restricted"
key_Ordifax="s:PASSWD enc open"
#key_bebel="1234567890 enc open"
# Mit MAC Adresse des AccessPoints:
#mac_key_424783492(MACADRESS)="s:'foo bar' enc open"
#mac_key_00131094A3BB="s:PASSWD enc open"
#mode_eth1="auto"
#adhoc_essid_eth1="Ordifax"
#config_Links_World=( "192.168.178.18" )
## 18 ist fuer ethernet
#config_Links_World=( "192.168.178.26" )
#config_Links_World=( "192.168.178.3" )
### Nicht unbedingt noetig, 10-13 fuer France, 1-13 fuer Europe. 8 fuer St Andre.
#channel_eth1="8"
---
### Nicht noetig, aber wenn treiber ne Sekunde braucht, bevor die Karte scannen kann:
#sleep_scan_eth1="1"
#associate_timeout_eth1="5"
preferred_aps_eth1=( "Ordifax" "Links_World" "Area_51" "bebel" )
#associate_order_eth1="preferredonly"
#associate_order="any"
### Advanced Config:
#keine
---
would be verz grateful for anz ideas or help!
cheers,
boris

