Changes between Version 4 and Version 5 of Ticket #6323


Ignore:
Timestamp:
Apr 17, 2012, 8:17:02 AM (12 years ago)
Author:
diver
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6323 – Description

    v4 v5  
    11on my Acer Aspire One I find that the wifi works for a bit then just drops
    22 
    3 
    4 ifconfig then shows ~> ifconfig
    5 loop    Hardware Type: Local Loopback, Address: none
    6         inet addr: 127.0.0.1, Mask: 255.0.0.0
    7         MTU: 16384, Metric: 0, up loopback link
    8         Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
    9         Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
    10         Collisions: 0
    11 
     3ifconfig then shows
     4{{{
     5~> ifconfig
    126/dev/net/atheroswifi/0
    137        Hardware Type: Ethernet, Address: 00:24:2b:1d:ae:cd
     
    2519        Transmit: 9 packets, 0 errors, 2673 bytes, 0 mcasts, 0 dropped
    2620        Collisions: 0
    27 
    28 instead of the original~> ifconfig
    29 loop    Hardware Type: Local Loopback, Address: none
    30         inet addr: 127.0.0.1, Mask: 255.0.0.0
    31         MTU: 16384, Metric: 0, up loopback link
    32         Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
    33         Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
    34         Collisions: 0
    35 
     21}}}
     22instead of the original
     23{{{
     24~> ifconfig
    3625/dev/net/atheroswifi/0
    3726        Hardware Type: Ethernet, Address: 00:24:2b:1d:ae:cd
     
    4938        Transmit: 6 packets, 0 errors, 1782 bytes, 0 mcasts, 0 dropped
    5039        Collisions: 0
     40}}}