látható mi a megoldás. Működik is.
Kell még hozzá:
cat /etc/iftab
eth1 driver ipw2200
[ggergely@vosztok ~]$ cat /etc/rc.d/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
echo "enabled" > /proc/acpi/ibm/hotkey
# fix the "rouge" interface. it should run by NM-Dispatcher.don't know if it does.
# so this is here for being sure. This script takes care of ifrenaming, restarting
# HAL and NM & NM-dispatcher
ifname=$(/sbin/iwconfig 2>/dev/null | /bin/grep ESSID | /bin/cut -f 1 -d " ")
/etc/NetworkManager/dispatcher.d/ifrename_bad_ipw2200.sh "$ifname"
unset ifname;
Szóval ezután megy :) Remélem. Nem tudom volt-emár rá szükségem. most meggy. ha nem fog menni ezt kell kijavítani :)
- Névtelen blogja
- A hozzászóláshoz be kell jelentkezni
- 703 megtekintés