hi,
aus diversen Gründen bin ich,obwohl nun wirklcih nicht gerade linuxprofi-verdächtig, bei Arch gelandet. Und hab auch alles so halbwegs hinbekommen, nur mit dem WLAN, da hab ich mich bislang immer verheddert, vor allem, weil ich die im Wiki erwähnten verschiedenen Wege durcheinander gebracht habe oder es halt immer wieder hakt...
Stand der Dinge
Der Rechner: Acer Notebook Aspire 1362
WLAN-Karte laut lspci:
00:0a.0 Ethernet controller: Linksys, A Division of Cisco Systems [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01)
Treiber: Der Windows-Treiber, mit ndiswrapper eingebunden:
[simoncito@raggnaroek ~]$ ndiswrapper -l
neti2220 : driver installed
device (17FE:2220) present
Nur findet der noch nix:
[root@raggnaroek simoncito]# iwlist wlan0 scan
wlan0 No scan results
Kann er auch wohl nicht, den wlan0 ist ja noch gar nicht eingetragen in der /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="UTC"
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=()
#
# Modules to load at boot-up (in this order)
# - prefix a module with a ! to blacklist it
#
MODULES=(mii via-rhine ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-mpu401-uart snd-ac97-codec snd-via82xx-modem snd-via82xx soundcore)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="raggnaroek"
#
# 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")
#
# Don't use this for wireless interfaces, see network profiles below
#
eth0="dhcp"
INTERFACES=(eth0)
#
# 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.0.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 netfs crond portmap fam dbus hal)
# End of file
Was ich bräuchte
Ich brauch an zwei Stellen - zu Hause und im Büro - je die Möglichkeit, mich mit einem WLAN-Router zu verbinden, per WPA, im Büro auf jeden Fall mit DHCP und zu Hause am liebsten auch. Am besten automatisch, muss aber nicht sein - ggf nach Login, nur sollte die Verbindung einfach herzustellen sein, idealerweise müsste sich ein Starter auf den Desktop legen lassen, meine Frau _hasst_ Kommandozeilen.
Sollte ich das über Network Profiles machen? Oder gleich mit NetworkManager oder Wifi-Radar probieren? Brauch ich wpa_supplicant?
Beim letzten Versuch mit Networkmanagerwar sogar eth0 weg 🙁. Wifi Radar erkannte Netzwerke, konnte sich aber nciht verbinden. Und mit Network Profiles wars dasselbe...
Die Wiki-Artikel "(W)LAN und Arch Linux" und "Wireless Setup" kenn ich. Ich war denen nur nicht gewachsen. 🙂 Die WPA_Supplicant.conf ergab auch diverse Fehlermeldungen...
Deshalb hab ich alles neu installiert und dachte, ich frag diesmal _vorher_.
Vielen Dank für Eure Hilfe sagt schonmal
Simon