Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16
OK, I understand. Post the output of this command: Code: iwconfig It will show your wireless card/connections....
  1. #11
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570


    OK, I understand.

    Post the output of this command:
    Code:
    iwconfig
    It will show your wireless card/connections.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  2. #12
    Just Joined!
    Join Date
    Nov 2008
    Posts
    47
    Code:
    aless@aless-laptop:~$ iwconfig
    lo        no wireless extensions.
    
    wmaster0  no wireless extensions.
    
    wlan0     IEEE 802.11bg  ESSID:"mararie & nijntje"  
              Mode:Managed  Frequency:2.442 GHz  Access Point: 00:02:CF:DA:CC:1A   
              Bit Rate=24 Mb/s   Tx-Power=27 dBm   
              Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
              Power Management:off
              Link Quality=97/100  Signal level:-67 dBm  Noise level=-101 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    
    aless@aless-laptop:~$ iwconfig
    lo        no wireless extensions.
    
    wmaster0  no wireless extensions.
    
    wlan0     IEEE 802.11bg  ESSID:"mararie & nijntje"  
              Mode:Managed  Frequency:2.442 GHz  Access Point: 00:02:CF:DA:CC:1A   
              Bit Rate=6 Mb/s   Tx-Power=27 dBm   
              Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
              Power Management:off
              Link Quality=100/100  Signal level:-65 dBm  Noise level=-102 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0

  3. #13
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    It looks to me like it is working. To check if it is getting an IP address, use this command.
    Code:
    ifconfig
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  4. #14
    Just Joined!
    Join Date
    Nov 2008
    Posts
    47
    Code:
    aless@aless-laptop:~$ sudo ifconfig
    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:2 errors:0 dropped:0 overruns:0 frame:0
              TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:100 (100.0 B)  TX bytes:100 (100.0 B)
    
    wlan0     Link encap:Ethernet  HWaddr 00:16:44:a0:cb:61  
              inet addr:192.168.1.34  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::216:44ff:fea0:cb61/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1855 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1898 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:1910411 (1.9 MB)  TX bytes:406154 (406.1 KB)
    
    wmaster0  Link encap:UNSPEC  HWaddr 00-16-44-A0-CB-61-62-36-00-00-00-00-00-00-00-00  
              UP BROADCAST RUNNING 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)

  5. #15
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,570
    That looks good too. Are you still having trouble connecting to the internet?
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  6. #16
    Just Joined!
    Join Date
    Nov 2008
    Posts
    47
    I do not know if the wired works because I will have to bring my laptop at work. But if you say it looks good, I guess it should work.
    Thank you again!

    Alex

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •