Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 28
Hello. I'm not too experienced with this.. I've got a problem on my newly bought Lenovo s10 lap-top. The first thing I did was of course to install Ubuntu. My ...
  1. #1
    Just Joined! Golvmopp's Avatar
    Join Date
    Jun 2010
    Location
    Somewhere between a rock and A Hard Place.
    Posts
    22

    Question Wireless network problem

    Hello.
    I'm not too experienced with this..
    I've got a problem on my newly bought Lenovo s10 lap-top. The first thing I did was of course to install Ubuntu.
    My problem: The wireless network won't find any of my two routers. The hardware works, it's actually searching when I manually write in the router information. The routers works, my other laptops can find them. Internet works, when I connect it with a wire, it works with eth0.
    I've got Ubuntu 10.4

    Thank you for helping me out with this.

  2. #2
    Linux Newbie JosePF's Avatar
    Join Date
    Jun 2010
    Posts
    225
    hi,
    your wireless interface runs ok? I mean if you can see other wireless network with network-manager or when you run iwconfig in terminal can you see your interface and scanning with iwlist interface-name scanning?

    Regards

  3. #3
    Just Joined! Golvmopp's Avatar
    Join Date
    Jun 2010
    Location
    Somewhere between a rock and A Hard Place.
    Posts
    22
    I can't find any wireless networks.
    Didn't really understand what you mean though..


    Code:
    william@S10:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off

  4. #4
    Linux Newbie JosePF's Avatar
    Join Date
    Jun 2010
    Posts
    225
    run iwlist wlan0 scanning
    if this show you wireless networks, the problem is with network-manager.

    Im sorry if i can not explain correctly but my english is not too good.
    Regards

  5. #5
    Just Joined!
    Join Date
    Sep 2005
    Location
    Edmonton, Canada
    Posts
    34
    From the iwconfig output:
    Mode:Managed Access Point: Not-Associated Tx-Power=off
    The Tx-Power=off likely means your laptop has a physical switch that turns off the wifi transmitter. Look for the the Wifi switch on the laptop case somewhere and assure it is on.

  6. #6
    Just Joined! Golvmopp's Avatar
    Join Date
    Jun 2010
    Location
    Somewhere between a rock and A Hard Place.
    Posts
    22
    Thanks to both of you for taking your time.

    william@S10:~$ iwlist wlan0 scanning
    wlan0 Failed to read scan data : Network is down

    The switch is ON.

  7. #7
    Linux Newbie JosePF's Avatar
    Join Date
    Jun 2010
    Posts
    225
    "The switch is ON."
    The switch buttons on notebooks dont work well on all computers.
    I'll try:

    1) run:
    sudo ifconfig wlan0 up

    2) I would check if bios is set to start automatically the wireless interface when boot.

    Regards

  8. #8
    Just Joined! Golvmopp's Avatar
    Join Date
    Jun 2010
    Location
    Somewhere between a rock and A Hard Place.
    Posts
    22
    I ran:

    sudo ifconfig wlan0 up

    Then I had to type in my password and then nothing more happened. Wireless network still does not work.
    Everything I could find about wireless network in BIOS is turned on.

  9. #9
    Linux Newbie JosePF's Avatar
    Join Date
    Jun 2010
    Posts
    225
    Please, could you report:

    sudo dmesg | grep wlan0

    sudo lspci -k

    sudo lsmod
    ?

  10. #10
    Just Joined! Golvmopp's Avatar
    Join Date
    Jun 2010
    Location
    Somewhere between a rock and A Hard Place.
    Posts
    22
    Code:
    william@S10:~$ sudo dmesg | grep wlan0
    [sudo] password for william: 
    william@S10:~$ sudo lspci -k
    00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
    	Kernel driver in use: agpgart-intel
    	Kernel modules: intel-agp
    00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
    	Kernel driver in use: i915
    	Kernel modules: i915
    00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
    00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
    	Kernel driver in use: HDA Intel
    	Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
    	Kernel driver in use: pcieport
    	Kernel modules: shpchp
    00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
    	Kernel driver in use: uhci_hcd
    00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
    	Kernel driver in use: ehci_hcd
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 02)
    00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 02)
    	Kernel driver in use: ahci
    	Kernel modules: ahci
    00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
    	Kernel modules: i2c-i801
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
    	Kernel driver in use: r8169
    	Kernel modules: r8169
    09:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    	Kernel driver in use: ath9k
    	Kernel modules: ath9k
    william@S10:~$ sudo lsmod
    Module                  Size  Used by
    binfmt_misc             6587  1 
    ppdev                   5259  0 
    snd_hda_codec_realtek   203310  1 
    joydev                  8708  0 
    fbcon                  35102  71 
    tileblit                2031  1 fbcon
    font                    7557  1 fbcon
    bitblit                 4707  1 fbcon
    softcursor              1189  1 bitblit
    vga16fb                11385  0 
    vgastate                8961  1 vga16fb
    snd_hda_intel          21941  2 
    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
    arc4                    1153  2 
    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
    ath9k                 306010  0 
    i915                  285076  3 
    mac80211              205146  1 ath9k
    uvcvideo               56990  0 
    drm_kms_helper         29297  1 i915
    ath                     7611  1 ath9k
    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
    videodev               34361  1 uvcvideo
    v4l1_compat            13251  2 uvcvideo,videodev
    intel_agp              24119  2 i915
    drm                   162377  4 i915,drm_kms_helper
    i2c_algo_bit            5028  1 i915
    psmouse                63245  0 
    serio_raw               3978  0 
    cfg80211              126517  3 ath9k,mac80211,ath
    soundcore               6620  1 snd
    agpgart                31724  2 intel_agp,drm
    led_class               2864  1 ath9k
    video                  17375  1 i915
    output                  1871  1 video
    snd_page_alloc          7076  2 snd_hda_intel,snd_pcm
    lp                      7028  0 
    parport                32635  2 ppdev,lp
    usb_storage            39425  0 
    ahci                   32168  2 
    r8169                  34076  0 
    mii                     4381  1 r8169
    william@S10:~$
    I don't understand any of this :P Thanks for helping me.

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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