Hallo Hallo
Ich habe bei meinem recht frischen archlinux noch einige Netzwerkprobleme. Ich habe zwei divices: eth0 (kabel) und eth1(wlan).
Unter Windows
Unter windows funktioniert das Netzwerk einwandfrei.
Unter archlinux
Unter archlinux erreiche ich mit der Konsole folgendes:
[root@tsa /]# dhclient eth0
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:0d:60:3b:b8:84
Sending on LPF/eth0/00:0d:60:3b:b8:84
Sending on Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.178.1
bound to 192.168.178.26 -- renewal in 404109 seconds.
Das klappt also soweit recht gut.
Beim WLan sieht es wie folgt aus:
[root@tsa /]# iwlist eth1 scanning
eth1 Scan completed :
Cell 01 - Address: 00:04:0E:9C:9B:24
ESSID:"kuepers cooles netzwerk :)"
Protocol:IEEE 802.11bg
Mode:Master
Channel:6
Frequency:2.437 GHz (Channel 6)
Encryption key:off
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 22 Mb/s; 24 Mb/s
36 Mb/s; 48 Mb/s; 54 Mb/s
Quality=78/100 Signal level=-73 dBm Noise level=-72 dBm
Extra: Last beacon: 110ms ago
[root@tsa /]# iwconfig eth1 essid "kuepers cooles netwerk :)"
[root@tsa /]# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
irda0 no wireless extensions.
eth1 IEEE 802.11b/g ESSID:"kuepers cooles netwerk :)" Nickname:"Broadcom 4306"
Mode:Managed Frequency=2.472 GHz Access Point: Invalid
Bit Rate=1 Mb/s Tx-Power=19 dBm
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=0/100 Signal level=-256 dBm Noise level=-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
[root@tsa /]# dhclient eth1
There is already a pid file /var/run/dhclient.pid with pid 6387
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth1/00:03:c9:55:c2:02
Sending on LPF/eth1/00:03:c9:55:c2:02
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
Das klappt also leider noch nicht. Kann mir jemand sagen warum?
KNetworkmanager
Abgesehen davon würde ich gerne den knetworkmanager zum laufen kriegen (oder eine andere komfortabele alternative mit grafischer oberfläche). Leider meldet dieser aber nur: "Kein Netzwerkgerät gefunden."
Meine Konfiguration
Zum abschluss noch einiges an Konfigurationen:
[root@tsa /]# lspci
[...]
02:02.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
02:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (MOB) Ethernet Controller (rev 81)
Für das WLAN habe ich das Modul bcm43xx geladen, welches auch wie mir scheint funktioniert (denn sonnst würde iwconfig eth1 scanning doch nichts ergeben, oder?)
Meine /etc/rc.conf sieht so aus:
[root@tsa /]# cat /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=()
#
# Modules to load at boot-up (in this order)
# - prefix a module with a ! to blacklist it
#
MODULES=()
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="tsa"
#
# 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"
eth0="dhcp"
eth1="dhcp"
INTERFACES=(lo !eth0 !eth1)
#
# 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 alsa dhcdbd networkmanager)
# End of file
Also:
Wie kriege ich mein WLAN zum laufen?
Wie kriege ich den KNetworkmanager zum laufen?
Oder gibt es eine bessere Alternative zum KNetworkmanager?
Sind die Konfigurationen soweit klar oder fehlen noch irgendwelche infos? Für Hilfe währe ich dankbar.
MfG
Mogoh