Schönen guten Abend/Tag ☺
Ich hoffe, hier in der richtigen Rubrik gelandet zu sein ☺
Seit einiger Zeit benutze ich jetzt K/Ubuntu und bin sehr zufrieden damit. Sogar meine Frau kommt gut damit klar. Mit Grafikkartenproblemen komme ich dank dieses Forums und der tollen Wiki jetzt prima zurecht ☺
Jetzt mein aktuelles Problem, für das ich keine Lösung finde:
Wenn ich mit dem Browser etwas downloade, hab ich eine max. Geschwindigkeit von 150 - 200 kb/s ( gemessen auf einigen Speedtestseiten, zu verschiedenen Zeiten, auch beim Testdownload auf verschiedenen Seiten ) Der Bittorrent zieht die .iso der neuen Distri mit knappen 700 kb/s in rund 20 Minuten runter.
Ich benutze die 9.04 auf einem 5050er AMD Dualcore mit 2GB Ram und gehe über einen Siemens Gigaset SE515 DSL Router über Draht ins Netz.
Michael
michi@compi:~$ cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 #iface eth0 inet dhcp 3.2 michi@compi:~$ cat /etc/resolv.conf # Generated by NetworkManager domain home search home nameserver 192.168.1.1 nameserver 217.237.151.97 3.3 michi@compi:~$ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 compi.home compi # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts michi@compi:~$ ifconfig eth0 Link encap:Ethernet Hardware Adresse 00:1f:d0:99:2b:42 inet Adresse:192.168.1.3 Bcast:192.168.1.255 Maske:255.255.255.0 inet6-Adresse: fe80::21f:d0ff:fe99:2b42/64 Gültigkeitsbereich:Verbindung UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1 RX packets:15161722 errors:0 dropped:0 overruns:0 frame:0 TX packets:14087538 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:1000 RX bytes:6329853582 (6.3 GB) TX bytes:979766734 (979.7 MB) Interrupt:253 Basisadresse:0x8000 lo Link encap:Lokale Schleife inet Adresse:127.0.0.1 Maske:255.0.0.0 inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine UP LOOPBACK RUNNING MTU:16436 Metrik:1 RX packets:1296 errors:0 dropped:0 overruns:0 frame:0 TX packets:1296 errors:0 dropped:0 overruns:0 carrier:0 Kollisionen:0 Sendewarteschlangenlänge:0 RX bytes:64800 (64.8 KB) TX bytes:64800 (64.8 KB) michi@compi:~$ route -n Kernel-IP-Routentabelle Ziel Router Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 Ping zum Router : michi@compi:~$ ping -c 4 192.168.1.1 PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data. 64 bytes from 192.168.1.1: icmp_seq=1 ttl=255 time=1.54 ms 64 bytes from 192.168.1.1: icmp_seq=2 ttl=255 time=1.34 ms 64 bytes from 192.168.1.1: icmp_seq=3 ttl=255 time=0.957 ms 64 bytes from 192.168.1.1: icmp_seq=4 ttl=255 time=1.59 ms --- 192.168.1.1 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3013ms rtt min/avg/max/mdev = 0.957/1.361/1.594/0.252 ms Ping zu Ubuntuusers.de : michi@compi:~$ ping -c 4 www.ubuntuusers.de PING www.ubuntuusers.de (213.95.41.13) 56(84) bytes of data. 64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=1 ttl=57 time=52.2 ms 64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=2 ttl=57 time=51.0 ms 64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=3 ttl=57 time=51.6 ms 64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_seq=4 ttl=57 time=56.0 ms --- www.ubuntuusers.de ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3013ms rtt min/avg/max/mdev = 51.093/52.751/56.088/1.967 ms Ping zu 213.95.41.11 michi@compi:~$ ping -c 4 213.95.41.11 PING 213.95.41.11 (213.95.41.11) 56(84) bytes of data. 64 bytes from 213.95.41.11: icmp_seq=1 ttl=57 time=52.0 ms 64 bytes from 213.95.41.11: icmp_seq=2 ttl=57 time=51.6 ms 64 bytes from 213.95.41.11: icmp_seq=3 ttl=57 time=49.4 ms 64 bytes from 213.95.41.11: icmp_seq=4 ttl=57 time=49.3 ms --- 213.95.41.11 ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3015ms rtt min/avg/max/mdev = 49.303/50.603/52.021/1.274 ms