C
ccc
Routinier
hallo
habe bei meinem opensuse 10.0 gemäss:
http://www.rwarner.de/pub/howto/Howto-WPA-Suse-9.2.html
wpa boot script konfiguriert und der script startet jetzt,
aber ich habe anderes problem:
script startet automatisch aber die wlan karte bekommt keine verbindung.
er startet erst nach dem network und nicht vorher, bzw. die wireless interface hat zu wenig zeit,
um die verbindung zu bekommen.
er muss aber VOR dem ath0 gestartet werden, da das ath0 eine funktionierende physikalische Netzwerkverbindung voraussetzt.
in /etc/sysconfig/network/config habe:
"WAIT_FOR_INTERFACES" auf 30 geändert, hilft aber nicht.
erst wenn ich nach dem computer restart, den script manuell restarte,
dann geht es.
hat jemand Idee, wie man dieses problem lösen kann ?
habe bei meinem opensuse 10.0 gemäss:
http://www.rwarner.de/pub/howto/Howto-WPA-Suse-9.2.html
wpa boot script konfiguriert und der script startet jetzt,
aber ich habe anderes problem:
script startet automatisch aber die wlan karte bekommt keine verbindung.
er startet erst nach dem network und nicht vorher, bzw. die wireless interface hat zu wenig zeit,
um die verbindung zu bekommen.
er muss aber VOR dem ath0 gestartet werden, da das ath0 eine funktionierende physikalische Netzwerkverbindung voraussetzt.
Code:
# vi /var/log/boot.msg
Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8
done ath0 device: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
ath0 configuration: wlan-id-00:0f:b5:25:b2:b8
ath0 warning: using NO encryption
ath0 IP address: 192.168.200.10/24
done eth0 device: Intel Corporation 82541PI Gigabit Ethernet Controller (rev 05)
eth0 No configuration found for eth0
unused eth1 device: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
eth1 No configuration found for eth1
unusedSetting up service network . . . . . . . . . . . . . . . .done
<notice>startproc: execve (/sbin/portmap) [ /sbin/portmap ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 TERM=linux SHELL=/bin/sh ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=99 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/lib/klibc/bin vga=788 RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-800x600.cfg PREVLEVEL=N LINES=34 HOME=/ SHLVL=2 splash=silent SPLASH=yes ROOTFS_BLKDEV=/dev/hdb7 _=/sbin/startproc DAEMON=/sbin/portmap ]
<notice>startproc: execve (/usr/sbin/mdnsd) [ /usr/sbin/mdnsd -f /etc/nss_mdns.conf -b ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 TERM=linux SHELL=/bin/sh ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=99 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/lib/klibc/bin vga=788 RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-800x600.cfg PREVLEVEL=N LINES=34 HOME=/ SHLVL=2 splash=silent SPLASH=yes ROOTFS_BLKDEV=/dev/hdb7 _=/sbin/startproc DAEMON=/usr/sbin/mdnsd ]
Starting RPC portmap daemondone
<notice>startproc: execve (/usr/local/sbin/wpa_supplicant) [ /usr/local/sbin/wpa_supplicant -iath0 -Dmadwifi -c/etc/wpa_supplicant.conf -Bw ], [ CONSOLE=/dev/console ROOTFS_FSTYPE=ext3 TERM=linux SHELL=/bin/sh ROOTFS_FSCK=0 LC_ALL=POSIX INIT_VERSION=sysvinit-2.85 REDIRECT=/dev/tty1 COLUMNS=99 PATH=/sbin:/usr/sbin:/bin:/usr/bin:/lib/klibc/bin vga=788 RUNLEVEL=5 PWD=/ SPLASHCFG=/etc/bootsplash/themes/SuSE/config/bootsplash-800x600.cfg PREVLEVEL=N LINES=34 HOME=/ SHLVL=2 splash=silent SPLASH=yes ROOTFS_BLKDEV=/dev/hdb7 _=/sbin/startproc DAEMON=/usr/local/sbin/wpa_supplicant ]
"WAIT_FOR_INTERFACES" auf 30 geändert, hilft aber nicht.
erst wenn ich nach dem computer restart, den script manuell restarte,
dann geht es.
hat jemand Idee, wie man dieses problem lösen kann ?
Zuletzt bearbeitet: