[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Torrents killing my connection



On Mon, Jun 21, 2010 at 1:42 PM, Andrew Sackville-West
<andrew@swclan.homelinux.org> wrote:
> I have no real help to your specific problem, but you need to provide
> some solid useful data so others can debug the problem. Based on stuff
> in the other thread about what versions work and don't work, and the
> above, I recommend you do the following:
>
> 1. provide for each of the two Ubuntu's and Debian the output of:
>
> uname -a
>
> 2. provide for each of the two ubuntu's and debian the output of:
>
> lsmod
>
> 3. provide for the working ubuntu the output of:
>
> ifconfig -a
> iwconfig -a
>
> 4. provide for the broken ubuntu and debian *before* it breaks:
>
> ifconfig -a
> iwconfig -a
>
> 5. provide for the broken ubuntu and debian *after* it breaks, but
> before you do whatever you might do to fix it:
>
> ifconfig -a
> iwconfig -a
>
> 6. from any one of the version, provide the output of:
>
> lspci

Finally getting around to this. Here is the outputs in the exact order
as suggested above. This is for UNE 10.04. I'll post Debian next, then
UNR 9.10.

absdoug@AcerAspireOneZG5:~$ uname -a
Linux AcerAspireOneZG5 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3
22:02:19 UTC 2010 i686 GNU/Linux
absdoug@AcerAspireOneZG5:~$ lsmod
Module                  Size  Used by
usbhid                 36110  0
hid                    67032  1 usbhid
aes_i586                7268  1
aes_generic            26863  1 aes_i586
binfmt_misc             6587  1
ppdev                   5259  0
snd_hda_codec_realtek   203168  1
joydev                  8708  0
fbcon                  35102  71
tileblit                2031  1 fbcon
font                    7557  1 fbcon
bitblit                 4707  1 fbcon
softcursor              1189  1 bitblit
snd_hda_intel          21877  2
arc4                    1153  2
vga16fb                11385  0
vgastate                8961  1 vga16fb
snd_hda_codec          74201  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep               5412  1 snd_hda_codec
snd_pcm_oss            35308  0
snd_mixer_oss          13746  1 snd_pcm_oss
snd_pcm                70662  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy           1338  0
snd_seq_oss            26726  0
snd_seq_midi            4557  0
snd_rawmidi            19056  1 snd_seq_midi
snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
snd_seq                47263  6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              19098  2 snd_pcm,snd_seq
snd_seq_device          5700  5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
ath5k                 121792  0
i915                  282354  4
uvcvideo               56990  0
snd                    54148  16
snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
acerhdf                 6691  0
mac80211              204922  1 ath5k
drm_kms_helper         29297  1 i915
videodev               34361  1 uvcvideo
v4l1_compat            13251  2 uvcvideo,videodev
ath                     7611  1 ath5k
cfg80211              126485  3 ath5k,mac80211,ath
psmouse                63245  0
serio_raw               3978  0
intel_agp              24177  2 i915
drm                   162471  5 i915,drm_kms_helper
i2c_algo_bit            5028  1 i915
led_class               2864  1 ath5k
soundcore               6620  1 snd
video                  17375  1 i915
output                  1871  1 video
snd_page_alloc          7076  2 snd_hda_intel,snd_pcm
agpgart                31724  2 intel_agp,drm
lp                      7028  0
parport                32635  2 ppdev,lp
r8169                  33980  0
mii                     4381  1 r8169
absdoug@AcerAspireOneZG5:~$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:23:8b:51:68:48
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:28 Base address:0xe000

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:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:240 (240.0 B)  TX bytes:240 (240.0 B)

wlan0     Link encap:Ethernet  HWaddr 00:24:2b:01:d1:e6
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::224:2bff:fe01:d1e6/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2732 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2500 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2195729 (2.1 MB)  TX bytes:607275 (607.2 KB)

absdoug@AcerAspireOneZG5:~$ iwconfig -a
-a        No such device

absdoug@AcerAspireOneZG5:~$ ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:23:8b:51:68:48
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:28 Base address:0xe000

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:232 errors:0 dropped:0 overruns:0 frame:0
          TX packets:232 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:7545 (7.5 KB)  TX bytes:7545 (7.5 KB)

wlan0     Link encap:Ethernet  HWaddr 00:24:2b:01:d1:e6
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::224:2bff:fe01:d1e6/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:13924 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16988 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:9281780 (9.2 MB)  TX bytes:5936210 (5.9 MB)

absdoug@AcerAspireOneZG5:~$ iwconfig -a
-a        No such device

absdoug@AcerAspireOneZG5:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory
Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME
Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME,
943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High
Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express
Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express
Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express
Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express
Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI
Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI
Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI
Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface
Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family)
SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
03:00.0 Ethernet controller: Atheros Communications Inc. AR5001
Wireless Network Adapter (rev 01)
absdoug@AcerAspireOneZG5:~$


Reply to: