Page 1 of 4 123 ... LastLast
Results 1 to 10 of 119

Thread: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

Hybrid View

  1. #1
    Join Date
    Mar 2011
    Location
    Broward County, Florida
    Beans
    90
    Distro
    Ubuntu 12.04 Precise Pangolin

    Exclamation Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Hello Forum,


    The problem I am having is with my Lenovo IdeaPad Z570-1024D9U - Laptop. I just recieved it after ordering from Lenovo and Windows 7 works fine. Ubuntu 11.10 flawless except wireless wont work. Here are the specs.


    Description:

    IdeaPad Z570 Laptop - 1024D9U - Gunmetal Grey: Weekly Deal

    Processor: 2nd generation Intel Core i7-2670QM Processor(
    2.2GHz 1333MHz 6MB)

    Operating system: Genuine Windows 7 Home Premium 64

    Graphics: Intel Integrated HD Graphics 3000

    Memory: 8.0GB PC3-10600 DDR3 SDRAM 1333 MHz

    Display: 15.6" HD Glare with integrated camera 1366x768

    Pointing device: Industry Standard Touchpad

    Hard Drive: 500GB 7200

    Optical Drive: DVD Recordable

    Battery: 6 Cell Lithium-Ion

    Network Card: Intel 1000 BGN Wireless

    Bluetooth: Bluetooth Version 2.1 + EDR

    Warranty: One Year

    Camera: Integrated 2.0MP Camera

    HDMI: HDMI (Out)



    Please help.

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Please open a terminal and run and post:
    Code:
    dmesg | grep iwl
    rfkill list all
    The pipe symbol | is on the right side of my US keyboard on the same key with \. Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Mar 2011
    Location
    Broward County, Florida
    Beans
    90
    Distro
    Ubuntu 12.04 Precise Pangolin

    Exclamation Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Thank you for your speedy reply. Here is the output you requested.

    "zdeuyour@zdeuyour-Ideapad-Z570:~$ dmesg | grep iwl
    [ 10.723612] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [ 10.723615] iwlagn: Copyright(c) 2003-2011 Intel Corporation
    [ 10.723674] iwlagn 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 10.723684] iwlagn 0000:02:00.0: setting latency timer to 64
    [ 10.723718] iwlagn 0000:02:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
    [ 10.743527] iwlagn 0000:02:00.0: device EEPROM VER=0x15d, CALIB=0x6
    [ 10.743530] iwlagn 0000:02:00.0: Device SKU: 0X9
    [ 10.743532] iwlagn 0000:02:00.0: Valid Tx ant: 0X1, Valid Rx ant: 0X3
    [ 10.744017] iwlagn 0000:02:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
    [ 10.744184] iwlagn 0000:02:00.0: irq 43 for MSI/MSI-X
    [ 10.820626] iwlagn 0000:02:00.0: loaded firmware version 39.31.5.1 build 35138
    [ 10.822473] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    zdeuyour@zdeuyour-Ideapad-Z570:~$ rfkill list all
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    1: ideapad_wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    2: ideapad_bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
    3: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
    4: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    "

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    3: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
    acer-wireless on an Ideapad, eh? Please run:
    Code:
    lsmod | grep acer
    Is the module acer-wmi loaded? If so, that's our offender. Let's remove it:
    Code:
    sudo modprobe -r acer-wmi
    sudo rfkill unblock all
    Now does your wireless work? If so,let's blacklist it so it doesn't come back again:
    Code:
    sudo su
    echo "blacklist acer-wmi" >> /etc/modprobe.d/blacklist.conf
    exit
    Post back your result so the searchers will learn.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Mar 2011
    Location
    Broward County, Florida
    Beans
    90
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    OMG it worked ...this disabled the offending driver which I believe is the default for ubuntu. This allowed the process to connect and allow me to connect to the router. Did full restart and system automatically reconnected with router.

    Thank you so much

    Where can I learn more about ubuntu and coding so I can help users in the future?

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Quote Originally Posted by zdeuyo View Post
    OMG it worked ...this disabled the offending driver which I believe is the default for ubuntu. This allowed the process to connect and allow me to connect to the router. Did full restart and system automatically reconnected with router.

    Thank you so much

    Where can I learn more about ubuntu and coding so I can help users in the future?
    I'm glad it's working! Have fun!

    I am sure there are books but I just read the forums and examine my test system, an older laptop with nothing too crucial on it. If I make a mistake, I can reinstall or otherwise without losing my essential files.

    Broward County?? I hearda that place. I spent quite a few years in Boca before I moved to SC.

    Would you please use thread tools at the top to Mark Solved?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Feb 2013
    Beans
    3

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Hi, chili555,

    I have a very strange problem with my acer aspire 3750G. I have two routers at home, it can connect to one router (belkin), but not the other (huawei), could you please help me see if there's anything wrong with my wireless?

    Code:
    bingtian@aspire3750G:~$ dmesg | grep iwl
    bingtian@aspire3750G:~$ rfkill list all
    0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    1: acer-wireless: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    2: acer-bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no
    3: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
    Does the sequence matter? original order was 1,2,0,3, but i did some modprobe, and but acer-wsi in blacklist once.

    Code:
    bingtian@aspire3750G:~$ lsmod | grep acer
    acer_wmi               28418  0
    sparse_keymap          13890  1 acer_wmi
    wmi                    19256  2 acer_wmi,mxm_wmi
    bingtian@aspire3750G:~$ dmesg | grep ath
    [   57.880056] ath9k 0000:0d:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [   57.880071] ath9k 0000:0d:00.0: setting latency timer to 64
    [   57.969810] ath: EEPROM regdomain: 0x65
    [   57.969812] ath: EEPROM indicates we should expect a direct regpair map
    [   57.969814] ath: Country alpha2 being used: 00
    [   57.969816] ath: Regpair used: 0x65
    [   57.973062] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
    [   57.973458] Registered led device: ath9k-phy0
    [   58.126080] usbcore: registered new interface driver ath3k
    Is there any problem? Thank you. I can provide more info on how the two routers are configured. Thanks.

    Quote Originally Posted by chili555 View Post
    Please open a terminal and run and post:
    Code:
    dmesg | grep iwl
    rfkill list all
    The pipe symbol | is on the right side of my US keyboard on the same key with \. Thanks.

  8. #8
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    I can provide more info on how the two routers are configured.
    Please do. You might try a temporary driver parameter:
    Code:
    sudo modprobe -r ath9k
    sudo modprobe ath9k btcoex_enable=1
    If it helps, we can write one quick file to make it persistent.

    Please post:
    Code:
    nm-tool
    Tell us which two access points you are trying to connect to.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #9
    Join Date
    Feb 2013
    Beans
    3

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    Hi, chili,

    Thank you so much for your reply, and sorry for the late reply as now both networks do not work for my ubuntu, so I come up online from the other computer.

    The two networks are configured like this: one network is a subnet of the other. I name the larger one CO and the subnet ES, they are connected through home plug: ES's uplink is from CO LAN port. CO is configured with 192.168.64.* (gateway at 192.168.64.1, mask 255.255.240.0), ES is configured with 192.168.66.* (gateway at 192.168.66.1, mask 255.255.255.0). So the gateway for ES router is set at 192.168.64.1. This configuration works, as my notebook connect to ES in the bedroom and connects to CO at the living room.

    So I paste the outcome after doing "modprobe -r ath9k" and "modprobe ath9k btcoex_enable=1", for CO first, then ES.

    Code:
    bingtian@aspire3750G:~$ ifconfig
    eth0      Link encap:Ethernet  HWaddr e0:69:95:2a:04:68  
              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:50 
    
    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:2184 errors:0 dropped:0 overruns:0 frame:0
              TX packets:2184 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:153869 (153.8 KB)  TX bytes:153869 (153.8 KB)
    
    wlan0     Link encap:Ethernet  HWaddr 88:9f:fa:a2:ac:b1  
              inet addr:192.168.64.31  Bcast:192.168.79.255  Mask:255.255.240.0
              inet6 addr: fe80::8a9f:faff:fea2:acb1/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:24896 errors:0 dropped:0 overruns:0 frame:0
              TX packets:16353 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:29281747 (29.2 MB)  TX bytes:1778517 (1.7 MB)
    
    bingtian@aspire3750G:~$ ping 192.168.64.1
    PING 192.168.64.1 (192.168.64.1) 56(84) bytes of data.
    ^C
    --- 192.168.64.1 ping statistics ---
    19 packets transmitted, 0 received, 100% packet loss, time 18143ms
    
    bingtian@aspire3750G:~$ nm-tool
    
    NetworkManager Tool
    
    State: connected (global)
    
    - Device: wlan0  [CO] -----------------------------------------
      Type:              802.11 WiFi
      Driver:            ath9k
      State:             connected
      Default:           yes
      HW Address:        88:9F:FA:A2:AC:B1
    
      Capabilities:
        Speed:           13 Mb/s
    
      Wireless Properties
        WEP Encryption:  yes
        WPA Encryption:  yes
        WPA2 Encryption: yes
    
      IPv4 Settings:
        Address:         192.168.64.31
        Prefix:          20 (255.255.240.0)
        Gateway:         192.168.64.1
    
        DNS:             192.168.64.1
    
    
    - Device: eth0 -----------------------------------------------------------------
      Type:              Wired
      Driver:            atl1c
      State:             unavailable
      Default:           no
      HW Address:        E0:69:95:2A:04:68
    
      Capabilities:
        Carrier Detect:  yes
    
      Wired Properties
        Carrier:         off
    I have IP but cannot even ping the gateway, which is very strange. Now I disconnect CO and connect to ES

    Code:
    bingtian@aspire3750G:~$ ifconfig
    eth0      Link encap:Ethernet  HWaddr e0:69:95:2a:04:68  
              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:50 
    
    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:3788 errors:0 dropped:0 overruns:0 frame:0
              TX packets:3788 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:260111 (260.1 KB)  TX bytes:260111 (260.1 KB)
    
    wlan0     Link encap:Ethernet  HWaddr 88:9f:fa:a2:ac:b1  
              inet addr:192.168.66.84  Bcast:192.168.66.255  Mask:255.255.255.0
              inet6 addr: 2002:c0a8:4002:1234:8a9f:faff:fea2:acb1/64 Scope:Global
              inet6 addr: fe80::8a9f:faff:fea2:acb1/64 Scope:Link
              inet6 addr: 2002:c0a8:4002:1234:5df7:a9a4:e7f9:6781/64 Scope:Global
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:33 errors:0 dropped:0 overruns:0 frame:0
              TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:5120 (5.1 KB)  TX bytes:17861 (17.8 KB)
    
    bingtian@aspire3750G:~$ ping 192.168.66.1
    PING 192.168.66.1 (192.168.66.1) 56(84) bytes of data.
    64 bytes from 192.168.66.1: icmp_req=1 ttl=64 time=126 ms
    64 bytes from 192.168.66.1: icmp_req=2 ttl=64 time=26.9 ms
    ^C
    --- 192.168.66.1 ping statistics ---
    3 packets transmitted, 2 received, 33% packet loss, time 2002ms
    rtt min/avg/max/mdev = 26.975/76.915/126.856/49.941 ms
    bingtian@aspire3750G:~$ nm-tool 
    
    NetworkManager Tool
    
    State: connected (global)
    
    - Device: wlan0  [ES] ------------------------------------------
      Type:              802.11 WiFi
      Driver:            ath9k
      State:             connected
      Default:           yes
      HW Address:        88:9F:FA:A2:AC:B1
    
      Capabilities:
        Speed:           243 Mb/s
    
      Wireless Properties
        WEP Encryption:  yes
        WPA Encryption:  yes
        WPA2 Encryption: yes
    
      IPv4 Settings:
        Address:         192.168.66.84
        Prefix:          24 (255.255.255.0)
        Gateway:         192.168.66.1
    
        DNS:             192.168.66.1
        DNS:             192.168.64.1
    
    
    - Device: eth0 -----------------------------------------------------------------
      Type:              Wired
      Driver:            atl1c
      State:             unavailable
      Default:           no
      HW Address:        E0:69:95:2A:04:68
    
      Capabilities:
        Carrier Detect:  yes
    
      Wired Properties
        Carrier:         off
    Please advise, thank you!

  10. #10
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Lenovo IdeaPad Z570-1024D9U - Laptop (Wireless Help)

    I don't think you have a wireless card problem at all. I think you have a gateway, subnet, too-many-routers problem. I don't know how to fix this:
    wlan0 Link encap:Ethernet HWaddr 88:9f:fa:a2:ac:b1
    inet addr:192.168.64.31 Bcast:192.168.79.255 Mask:255.255.240.0
    inet6 addr: fe80::8a9f:faff:fea2:acb1/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    It may be solvable and it may be fine but I just am inexperienced in such complications. I suggest you start your own new thread and refer to your setup in detail and ask for an answer. I don't have it.

    I wish I could be of more help.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 1 of 4 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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