- Bearbeitet
Hallo,
ich habe leider ein weiteres kleines Problem, und zwar mit dem Internet.
Als allererstes mal ein paar informationen. Mein Inetprovider ist aol und ich bekomme meine Ip von einem Router zugewiesen, muss also nur mit dhcp automatisch beziehen.
Dann, ich habe xorg und kde und alles ja schon aus dem inet installiert, und wenn ich in einer Konsole bin kann ich Internet auch benutzen, egal ob als normaler User oder als root.
Auf der graphischen Oberfläche läuft es allerdings weniger gut.
Wenn ich in des Systemeinstellungen versuche will meine Karte zu konfigurieren, wird mir erstmal erklärt, dass Arch nicht richtig unterstützt wird und ich aus einer Liste eine Arch ähnliche Distri auswählen soll.
(hab da Slackwaregenommen).
Wenn ich dann mein eth device neustarten will, bekomme ich eine Fehlermeldung, dass dies nicht geht und ich es manuel ausführen soll.
Mit hilfe des Terminals komm ich jedoch auch nicht ins Internet.
HIer noch einige Infos:
rc.conf:
ich habe leider ein weiteres kleines Problem, und zwar mit dem Internet.
Als allererstes mal ein paar informationen. Mein Inetprovider ist aol und ich bekomme meine Ip von einem Router zugewiesen, muss also nur mit dhcp automatisch beziehen.
Dann, ich habe xorg und kde und alles ja schon aus dem inet installiert, und wenn ich in einer Konsole bin kann ich Internet auch benutzen, egal ob als normaler User oder als root.
Auf der graphischen Oberfläche läuft es allerdings weniger gut.
Wenn ich in des Systemeinstellungen versuche will meine Karte zu konfigurieren, wird mir erstmal erklärt, dass Arch nicht richtig unterstützt wird und ich aus einer Liste eine Arch ähnliche Distri auswählen soll.
(hab da Slackwaregenommen).
Wenn ich dann mein eth device neustarten will, bekomme ich eine Fehlermeldung, dass dies nicht geht und ich es manuel ausführen soll.
Mit hilfe des Terminals komm ich jedoch auch nicht ins Internet.
HIer noch einige Infos:
rc.conf:
#
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="myhost"
#
# 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"
INTERFACES=(lo 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 dbus hal alsa !crond cpufreq)
# End of file
Die Datei /etc/network-profiles/templates enthält folgendes#
# Network Profile
#
DESCRIPTION="Default Network Profile"
# Network Settings
INTERFACE=eth0
HOSTNAME=myhost
# Interface Settings (use IFOPTS="dhcp" for DHCP)
IFOPTS="192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
GATEWAY=192.168.0.1
# DNS Settings (optional)
DOMAIN=localdomain
DNS1=192.168.0.1
DNS2=
# Wireless Settings (optional)
#ESSID=default
#KEY=
#IWOPTS="mode managed essid $ESSID channel 6 key restricted $KEY"
WIFI_INTERFACE=wlan0 # use this if you have a special wireless interface
# that is linked to the real $INTERFACE
WIFI_WAIT=5 # seconds to wait for the wireless card to
# associate before bringing the interface up
#USEWPA="yes" # start wpa_supplicant with the profile
#WPAOPTS="" # use "" for normal operation or specify additional
# options (eg, "-D ipw")
# see /etc/wpa_supplicant.conf for configuration
#AUTOWPA="yes" # automatically configure WPA
#PASSKEY="" # wpa passkey/phrase. for use with AUTOWPA
Und die ausgabe von ifconfigifconfig
eth0 Link encap:Ethernet HWaddr 00:03:0D:38:F5:61
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::203:dff:fe38:f561/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:280 errors:0 dropped:0 overruns:0 frame:0
TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:88260 (86.1 Kb) TX bytes:3594 (3.5 Kb)
Interrupt:18 Base address:0x4c00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7136 (6.9 Kb) TX bytes:7136 (6.9 Kb)
resolv.conf:
# Generated by dhcpcd for interface eth0
nameserver 192.168.0.1