Page 17 of 17 FirstFirst ... 7151617
Results 161 to 165 of 165

Thread: HOWTO: Install Hardy (8.04.1) on HP tx2500

  1. #161
    Join Date
    May 2006
    Beans
    34

    Re: HOWTO: Install Hardy (8.04.1) on HP tx2500

    After suspend ethernet doesn't work, wile wireless does.

    I've written slightly more here: http://www.pietrobattiston.it/wiki/d...avilion_tx2500

    Pietro

  2. #162
    Join Date
    Jun 2007
    Location
    Brandon, Vermont USA
    Beans
    62
    Distro
    Ubuntu

    Re: HOWTO: Install Hardy (8.04.1) on HP tx2500

    Hey ed021990,

    I was having a problem with the wireless and ehternet after resume on my tx2500z as well, but I was able to fix it rather easily!

    For the wireless:

    Open up a terminal and type:

    Code:
    sudo gedit /etc/default/acpi-support
    In this file, find

    Code:
    MODULES_WHITELIST=""
    and change it to:

    Code:
    MODULES_WHITELIST="wl"
    Save and close the file. That should get the wireless working after a suspend/resume.

    To fix the ethernet after resume:

    check to see what driver your ethernet card has:

    Code:
    lshw -C network
    find your ethernet card, and see what it says for driver=
    Mine is r8169

    Type the following in a terminal:

    Code:
    sudo gedit /etc/pm/config.d/unload_modules
    this should bring up a blank file,

    add this line to the file with your driver name in the quotation marks and save/close the file:

    Code:
    SUSPEND_MODULES="r8169"
    That should fix the ethernet.

    Please let me know if this helped you.
    Chad Merkert

  3. #163
    Join Date
    Jun 2009
    Beans
    5

    Re: HOWTO: Install Hardy (8.04.1) on HP tx2500

    I don't get it, I followed your instructions on the first page and yet my wireless and sound still don't work

    instead of using the ethernet port I used a wireless dongle, could this be effecting the wireless install or what?

    I would really like to try ubuntu as I work and do everything computer related with ms and I just want to try something different

    my tablet is still good on windows though,
    -Tyler

  4. #164
    Join Date
    Jun 2009
    Beans
    5

    Re: HOWTO: Install Hardy (8.04.1) on HP tx2500

    well I got sound to work but the wifi still does not work.

    on a side note I tried booting with acpi=off and it hangs at an all text screen.

    I would really enjoy this if my wireless was working,
    -tyler

    nevermind, I found a working driver under system>administration>hardware drivers

    sorry for being a noob : P
    Last edited by auto123; July 29th, 2009 at 03:52 PM.

  5. #165
    Join Date
    Apr 2009
    Beans
    2

    Re: HOWTO: Install Hardy (8.04.1) on HP tx2500

    Quote Originally Posted by auto123 View Post
    I don't get it, I followed your instructions on the first page and yet my wireless and sound still don't work

    instead of using the ethernet port I used a wireless dongle, could this be effecting the wireless install or what?

    I would really like to try ubuntu as I work and do everything computer related with ms and I just want to try something different

    my tablet is still good on windows though,
    -Tyler
    Is your sound still non-functional? I followed the directions as given, and the sound still didn't work initially, but some tinkering in System > Preferences > Sound got me there ...

Page 17 of 17 FirstFirst ... 7151617

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
  •