Page 8 of 11 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 103

Thread: Ubuntu 12.04 doesn't recognize wireless

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

    Re: Ubuntu 12.04 doesn't recognize wireless

    Quote Originally Posted by chili555 View Post
    Please check PM, Varun.
    I'm on it sir.
    I'm super happy to see you are interested

    Quote Originally Posted by jdhoskins View Post
    No references because it actually uses the driver for the previous 3573 version. There are no linux version for 3593 chip at all.
    So basically we're simply adding our device to the supported devices list:
    + {USB_DEVICE(0x13B1,0x003B)}, /* Cisco LinkSys AE3000 */ (in rtusb_dev_id.patch)

    All the other patches are only bugfixes, to allow this driver to work with new kernels, to rename network name to wlan0, etc"
    Hmm.. that "{USB_DEVICE(0x13B1,0x003B)}" part may be the key. Let me know if you need help with applying the patches/changes manually.

    I am working on making it easier anyway. Will post back soon I hope.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  2. #72
    Join Date
    Jun 2013
    Beans
    62

    Re: Ubuntu 12.04 doesn't recognize wireless

    To be honest, I'm not really sure how to start on this one.

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

    Re: Ubuntu 12.04 doesn't recognize wireless

    Quote Originally Posted by jdhoskins View Post
    To be honest, I'm not really sure how to start on this one.
    Just wait then till I post back the complete steps with an automation script. I already have a dirty way to do that, just trying to make it cleaner (at the moment, learning advanced usage of 'patch' command to fit the existing patches).
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  4. #74
    Join Date
    Jun 2013
    Beans
    62

    Re: Ubuntu 12.04 doesn't recognize wireless

    That sounds great!

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

    Re: Ubuntu 12.04 doesn't recognize wireless

    Quote Originally Posted by jdhoskins View Post
    So here is the reply I got when I asked if this was intended for the Ralink rt3593 card. "Hi, yes, it is. No references because it actually uses the driver for the previous 3573 version. There are no linux version for 3593 chip at all.
    So basically we're simply adding our device to the supported devices list:
    + {USB_DEVICE(0x13B1,0x003B)}, /* Cisco LinkSys AE3000 */ (in rtusb_dev_id.patch)

    All the other patches are only bugfixes, to allow this driver to work with new kernels, to rename network name to wlan0, etc"
    I would suggest you also add:
    Code:
    +	{USB_DEVICE(0x1814,0x3593)}, /* Ralink Whatever */
    ...to rtusb_dev_id.c.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #76
    Join Date
    Jun 2013
    Beans
    62

    Re: Ubuntu 12.04 doesn't recognize wireless

    Thanks Chili but I have no idea how to even get started on this. I'm not sure what to do with the patches or even what I should do first. Do I install the driver and then run the patches? If so, how does one install the patches? There's a file called rt3593.install. Do I need to run that file? If so, how do I go about doing that?
    Last edited by jdhoskins; June 18th, 2013 at 12:36 PM.

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

    Re: Ubuntu 12.04 doesn't recognize wireless

    @zalta1990--

    I believe the exact way to get this going is still, so far, unknown. Please continue to follow this thread.

    @jdhoskins--

    I beiieve Varun is trying to work that out now. Please stand by.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

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

    Re: Ubuntu 12.04 doesn't recognize wireless

    Quote Originally Posted by chili555 View Post
    I beiieve Varun is trying to work that out now. Please stand by.
    Almost done.

    Just going to try the package in a VM (have to make some room for it too ), then will post back with instructions.

    One thing that still doesn't look good is that the device in question is a PCI one, while we are defining the modalias as USB.

    I got a very useful link from our friend Hadaka about this : https://wiki.archlinux.org/index.php/Modalias , but that does not make it clear (or I didn't read it thoroughly) whether this difference can be ignored or not.

    When trying to define the modalias as "PCI_DEVICE", I get errors during compilation. So, for now, I've just left it as USB_DEVICE, which works.

    So.. (due to space crisis on my hdd and my world-class snail-speed) it may take me a couple more hours to post back the links and instructions for building what I could manage so far.

    I am ready and willing to work on it further as and if required.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  9. #79
    Join Date
    Jun 2013
    Beans
    62

    Re: Ubuntu 12.04 doesn't recognize wireless

    Varun,

  10. #80
    Join Date
    Jun 2013
    Beans
    62

    Re: Ubuntu 12.04 doesn't recognize wireless

    Varun, thanks so much for everything you're doing to help with this! Also, I do really appreciate the update as well.

Page 8 of 11 FirstFirst ... 678910 ... LastLast

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
  •