Hallo Liebes Arch Team,
So seid einigen Tagen bin ich auch Glücklicher Besitzer eines Arch Systems. Dank den guten Howtos aus dem Wiki und einigen Beiträgen war ich bis jetzt auch gut versorgt. Naja betonung liegt aber auf war... Leider bin ich gezwungen seid einigen Tagen über WLAN zu surfen, da meine WG Bewohner kein Kabel durch die Wohnung mehr sehen können (toll oder?)... Naja gesagt getan WLAn Karte geholt und oh Wunder sie scheint auch zu Funzen....
Aber jetzt zu meinem Problem....Der Speed der Karte is extremst niedrig, ich kann man was ich will....Ich komme nicht über die 100 KB Grenze.....
Trotz dass ich (wie ich hier gelesen hab soll das helfen) dass ich netcfg2 als Zugangstool verwende.... Vielleicht weiss einer von euch VollProfis was ich dagegen tun kann,,, Meine WG Bewohner sind vollkommen überfordert... Das sind alles Mandrake und Vista Nutzer.... 🙁
Hier mal meine Konfigurationen:
Meine /etc/rc.conf
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="de_DE.utf8"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Berlin"
KEYMAP="de-latin1-nodeadkeys"
CONSOLEFONT=""
CONSOLEMAP=
USECOLOR="yes"
#
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# Scan hardware and load required modules at bootup
MOD_AUTOLOAD="yes"
# Module Blacklist - modules in this list will never be loaded by udev
MOD_BLACKLIST=(pcspkr)
#
# Modules to load at boot-up (in this order)
# - prefix a module with a ! to blacklist it
#
MODULES=(slhc snd-emu10k1 tun vboxdrv)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="nicymaus"
#
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
# interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
#wlan0="dhcp"
INTERFACES=(lo)
#NET_PROFILES=(wlan)
NETWORKS=(wlan)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.2.1"
ROUTES=(!gateway)
#
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
#NET_PROFILES=(main)
#
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng !network @dbus @hal @alsa crond @cups net-profiles @tuntap @openntpd)
# End of file
Meine /etc/network.d/wlan
CONNECTION="wlan"
INTERFACE=eth0
SCAN="yes"
SECURITY="wpa"
ESSID="FuckNet"
KEY="Geheimer Key"
IP="dhcp"
TIMEOUT=15
IWOPTS="rate 54M"
Meine WPA Suppilant:
update_config=1
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="FuckNet"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
psk="geheimer code"
}
# Wildcard match for SSID (plaintext APs only). This example select any
# open AP regardless of its SSID.
network={
key_mgmt=NONE
}
<b> Danke für euere Hilfe! </b>