Results 1 to 8 of 8

Thread: Issues with wireless internet!

  1. #1
    Join Date
    Nov 2012
    Beans
    3

    Issues with wireless internet!

    i have been trying to mess around with ubuntu (newbie) And i have a problem with wireless internet. im dual boot with windows 7 and i have a custom pc. my wireless adapter is a component of the pc. it is call ASUS PCE-n53. i've tried alot of things out their but no prevail!

  2. #2
    Join Date
    Jul 2005
    Beans
    2,047

    Re: Issues with wireless internet!


  3. #3
    Join Date
    Nov 2012
    Beans
    3

    Re: Issues with wireless internet!

    alright so i did as it told me to and i unpacked it. i went into the directory and did
    tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326.tar.b z2.

    this is where it failed.

    @ubuntu:~$ tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326.tar.b z2
    tar (child): DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326.tar.b z2: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now

  4. #4
    Join Date
    Jul 2005
    Beans
    2,047

    Re: Issues with wireless internet!

    Literally, what you want to do is do the "tar" on the name of the file you downloaded.

    And I think you have a typo there. The end of the file would be ".bz2" not ".b.z2" . A "bz2" file is a specific type of compressed archive file...

  5. #5
    Join Date
    Nov 2012
    Beans
    3

    Re: Issues with wireless internet!

    tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326.tar.b z2
    tar (child): DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326.tar.b z2: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now


    same issue

  6. #6
    Join Date
    Jul 2005
    Beans
    2,047

    Re: Issues with wireless internet!

    You're going to keep having the same error if you don't spell the name of the file correctly. As I said above, the end of the file name is ".bz2" not ".bz.2" That extra period does not belong there.

  7. #7
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Issues with wireless internet!

    Quote Originally Posted by dirtbikerboy11 View Post
    tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326.tar.b z2
    dirtbikerboy11,
    You need to be in the directory where you have downloaded the file. For example, if you downloaded it using firefox or chromium, it will by default be downloaded to your Download directory. So when you open a terminal, you first need to -
    Code:
    cd Downloads
    Then to enter the 'tar -jxvf DPO_....' command, just type "tar -jxvf DPO_" then press 'Tab' key on the keyboard. This should automatically fill in the rest of the file name for you. If not, it means you are in the wrong directory. Double check.

    However, before trying the above, can you please post the output of (you may copy-paste the command in terminal using your mouse cursor) -
    Code:
    lspci -nnk | grep -iA2 net
    This will help us know which exact chip you are compiling the driver for.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  8. #8
    Join Date
    Jul 2008
    Beans
    9

    Re: Issues with wireless internet!

    It might be a good idea to read this article here.

    If you scroll to the bottom there was some help (if some what depressing) responses, I grabbed a quote from a user -

    I got a response from Asus saying only kernel version 2.6.x is supported and that newer kernel version might be incompatible and that they do not have any timeline for when a new driver will released. In other words the solution is probably to downgrade Ubuntu version (not something I am willing to do) or get a new wireless card – oyse Dec 9 at 15:58

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
  •