Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
I have a hp zd7249cl laptop and have installed ubuntu 10.10 on it. The main problem I am having at the time is the wireless button will not turn on ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Location
    I live in Ohio in a town called Oberlin
    Posts
    6

    [SOLVED] wireless switch inop hp zd7249cl laptop with ubuntu 10.10

    I have a hp zd7249cl laptop and have installed ubuntu 10.10 on it. The main problem I am having at the time is the wireless button will not turn on so there for I have no internet access. The switch works fine in windows, but not in ubuntu. The switch didn't work with the live cd either, but I thought it might after install. The wired card that is in the laptop is no good and quit working a couple of years ago so all I have is wireless now.

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hello and Welcome.
    Can you post the output of this command?
    Code:
    sudo lsmod |grep -i rfkill
    Post your results using the code tags, please.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Jan 2011
    Location
    I live in Ohio in a town called Oberlin
    Posts
    6
    I don't get anything when I do that.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Try loading that module with:
    Code:
    sudo modprobe rfkill
    You should not get any output from the above command.
    If you get no errors, try this command.
    Code:
    sudo rfkill list
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Jan 2011
    Location
    I live in Ohio in a town called Oberlin
    Posts
    6
    from the second one I got soft block: no and hard block: no

  6. #6
    Just Joined!
    Join Date
    Jan 2011
    Location
    I live in Ohio in a town called Oberlin
    Posts
    6
    The whole thing says
    0: phy0: Wireless Lan
    Soft block: no
    Hard block: no
    Last edited by wmyers; 01-02-2011 at 04:05 PM.

  7. #7
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Can you post the entire output of
    Code:
    sudo lsmod
    There might be a module interfering with it. Here is the link I am looking at.
    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/523143
    Did you do an update recently?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  8. #8
    Just Joined!
    Join Date
    Jan 2011
    Location
    I live in Ohio in a town called Oberlin
    Posts
    6
    Code:
    led_class            2633  1  b43
    crc_ccitt             1351  1  irda
    i2c_algo_bit       5168   1  nouveau
    output               1883   1  video
    pcmcia_core      14657  3  pcmcia,yenta_socket,pcncia_rsrc
    psmouse           59033  0
    intel_agp           26360  1
    serio_raw            4022  0  
    shpchp              29886  0
    soundcore             880  1  snd
    snd_page_alloc    7120  2  snd_intel8x0,snd_pcm
    agpgart             32011  3  ttm,drm,intel_agp
    lp                        7342  0
    parport              31492  3  ppdev,parport_pc,lp
    cb710_mmc        6019  0
    firewire_ohci      21106  0
    8139too            19581  0
    ssb                    39288  1  b43
    8139cp              16934  0led_class 2633 
    firewire_core      46643  1  firewire_ohci
    crc_itu_t             1383  1  firewire_core
    cb710                  4726  1  cb710_mmc
    mii                       4425  2  8139too,8139cp
    Last edited by MikeTbob; 01-02-2011 at 06:00 PM. Reason: Added Code Tags

  9. #9
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    I'm not seeing the rfkill module loaded, did you reboot since you modprobe rfkill?
    Other than that, I don't see anything that sticks out.
    Try going through this HOWTO and post your results, perhaps the driver or firmware isn't loading correctly.
    http://www.linuxforums.org/forum/wir...tart-here.html
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  10. #10
    Just Joined! teyster2's Avatar
    Join Date
    Sep 2008
    Location
    Luverne, AL
    Posts
    7
    The only way I've ever gotten Ubuntu/Kubuntu to load wireless was to hard wire first, and then download the drivers.

Page 1 of 2 1 2 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
  •  
...