Failling install Ralink RT5592 driver on Ubuntu 14.04 LTSUnable to compile Wireless Driver for Linux Driver...

How should I respond when I lied about my education and the company finds out through background check?

It grows, but water kills it

Count the occurrence of each unique word in the file

How to explain what's wrong with this application of the chain rule?

Where does the bonus feat in the cleric starting package come from?

Why does the Sun have different day lengths, but not the gas giants?

Creepy dinosaur pc game identification

When were female captains banned from Starfleet?

Aragorn's "guise" in the Orthanc Stone

Is it improper etiquette to ask your opponent what his/her rating is before the game?

The screen of my macbook suddenly broken down how can I do to recover

Is the U.S. Code copyrighted by the Government?

Biological Blimps: Propulsion

Terse Method to Swap Lowest for Highest?

What does routing an IP address mean?

"Spoil" vs "Ruin"

What was the exact wording from Ivanhoe of this advice on how to free yourself from slavery?

A social experiment. What is the worst that can happen?

What does chmod -u do?

Yosemite Fire Rings - What to Expect?

Delivering sarcasm

Lowest total scrabble score

Closed-form expression for certain product

How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?



Failling install Ralink RT5592 driver on Ubuntu 14.04 LTS


Unable to compile Wireless Driver for Linux Driver Asus PCE-N53 (Ralink RT5592 chipset)How can I install the drivers for Ralink RT5592 on Ubuntu 14.04 LTS?Ubuntu 12.04 patched b43 driver compilation errorIssues installing wireless network driverRalink rt3290 Bluetooth not workingAMD legacy driver installation failed due to missing kernel headersHow do I install driver for Radeon Mobility HD 3650?Unable to compile Wireless Driver for Linux Driver Asus PCE-N53 (Ralink RT5592 chipset)Error try install php5-pgsqlUsing Wireless ASUS PCE-AC68 on Ubuntu 14.04.5Trying to install Tp-Link card | Make won't workTrying to free up space for some updates, but havent dependency issues trying to remove/purge













2















My problem concerns the installation of a wi-fi driver (RT5592) for my new wi-fi adapter (PCE-N53) on my newly built computer. Basically, I don't manage to get the driver installed and therefore I cannot get the wifi to work.

I know I am not the only one having this issue this year, between RT5592 driver and Ubuntu 14.04 LTS, in one way or the other.

Is there anybody who has ever been able to fix this problem? It does not look like on all the posts I have been through...



Following an answer to a same problem as mine (I was getting the same error message as Christopher Kyle Horton of "incompatible types" etc), I have applied the instructions and done the editings in a script as suggested by
Paul B.



Unfortunately I still do get error/warnings message (a different one this time) at the end of the make and the wi-fi still does not work.

Below is a snapshot of the end of the message:



In file included from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/os/rt_linux.h:31:0,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/rtmp_os.h:44,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/rtmp_comm.h:69,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:31:
include/linux/module.h:88:32: error: ‘__mod_pci_device_table’ aliased to undefined symbol ‘rt2860_pci_tbl’
extern const struct gtype##_id __mod_##gtype##_table
^
include/linux/module.h:146:3: note: in expansion of macro ‘MODULE_GENERIC_TABLE’
MODULE_GENERIC_TABLE(type##_device,name)
^
/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:73:1: note: in expansion of macro ‘MODULE_DEVICE_TABLE’
MODULE_DEVICE_TABLE(pci, rt2860_pci_tbl);
^
cc1: some warnings being treated as errors
make[2]: *** [/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.o] Error 1
make[1]: *** [_module_/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic'
make: *** [LINUX] Error 2


The full pastebin data is here



It looks from the message that one would need to edit manually some of/other scripts in the driver package, as did Paul B suggest in one case. But I have no idea how to do that.



Here is the driver package of the wifi adapter



My system is as following:



OS: ubuntu 14.04 LTS      
wi-fi card: Asus PCE-N53
motherboard: Asus KCMA-D8
processor: AMD Opteron 4228 HE
kernel: 3.13.0-32-generic


Following this info from chili555 in here, below are some extra info about my system:



lspci -nn | grep 0280


gives



04:00.0 Network controller [0280]: Ralink corp. RT5592 PCI2 Wireless Network Adapater [1814:5592]


and



sudo apt-get install linux-headers-generic


returns



linux-headers-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


If this is a kernel version (I have 3.13.0-32-generic) incompatibility issue with the driver as chilli555 suggests (the README file in the driver package says indeed it is compatible with kernel 2.6), how could one trick this around to make it work? that should be possible right? On ubuntu forums, the patches proposed dont work (leads the computer to freeze).



Basically: is there anybody out there who has ever been able to make a PCE-N53 work on Ubuntu 14.04 LTS (kernel 3.13)? how shall I edit the driver package to make it work for my kernel?










share|improve this question
















bumped to the homepage by Community 7 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I think you can get it going on 12.04 using the 3.2.0-xx kernel. Please see: ubuntuforums.org/showthread.php?t=2203226

    – chili555
    Aug 19 '14 at 14:01











  • Can you modinfo rt2800usb; lsusb please?

    – pilona
    Aug 19 '14 at 15:40











  • @chilli555: I have seen your posts there (thanks they are very good!), but the only solution is still (on 20 August 2014) to downgrade the OS? there is no option for making PCE-N53/RT5592 work on Ubuntu 14.04/kernel 3.13?

    – atisou
    Aug 20 '14 at 9:56











  • @pilona: I am not sure what the list of usb devices is going to tell more? PCE-N53 is a wifi card plugged on the motherboard PCI slot, not a usb dongle.

    – atisou
    Aug 20 '14 at 10:04











  • @pilona: instead, for pci, modinfo rt2800pci returns http://paste.ubuntu.com/8096789/. Can you spot something wrong with it? If you need more info about the driver/scripts provided by Asus, see the link in the text above or here again www.asus.com/uk/Networking/PCEN53/HelpDesk_Download/.

    – atisou
    Aug 20 '14 at 10:27


















2















My problem concerns the installation of a wi-fi driver (RT5592) for my new wi-fi adapter (PCE-N53) on my newly built computer. Basically, I don't manage to get the driver installed and therefore I cannot get the wifi to work.

I know I am not the only one having this issue this year, between RT5592 driver and Ubuntu 14.04 LTS, in one way or the other.

Is there anybody who has ever been able to fix this problem? It does not look like on all the posts I have been through...



Following an answer to a same problem as mine (I was getting the same error message as Christopher Kyle Horton of "incompatible types" etc), I have applied the instructions and done the editings in a script as suggested by
Paul B.



Unfortunately I still do get error/warnings message (a different one this time) at the end of the make and the wi-fi still does not work.

Below is a snapshot of the end of the message:



In file included from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/os/rt_linux.h:31:0,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/rtmp_os.h:44,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/rtmp_comm.h:69,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:31:
include/linux/module.h:88:32: error: ‘__mod_pci_device_table’ aliased to undefined symbol ‘rt2860_pci_tbl’
extern const struct gtype##_id __mod_##gtype##_table
^
include/linux/module.h:146:3: note: in expansion of macro ‘MODULE_GENERIC_TABLE’
MODULE_GENERIC_TABLE(type##_device,name)
^
/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:73:1: note: in expansion of macro ‘MODULE_DEVICE_TABLE’
MODULE_DEVICE_TABLE(pci, rt2860_pci_tbl);
^
cc1: some warnings being treated as errors
make[2]: *** [/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.o] Error 1
make[1]: *** [_module_/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic'
make: *** [LINUX] Error 2


The full pastebin data is here



It looks from the message that one would need to edit manually some of/other scripts in the driver package, as did Paul B suggest in one case. But I have no idea how to do that.



Here is the driver package of the wifi adapter



My system is as following:



OS: ubuntu 14.04 LTS      
wi-fi card: Asus PCE-N53
motherboard: Asus KCMA-D8
processor: AMD Opteron 4228 HE
kernel: 3.13.0-32-generic


Following this info from chili555 in here, below are some extra info about my system:



lspci -nn | grep 0280


gives



04:00.0 Network controller [0280]: Ralink corp. RT5592 PCI2 Wireless Network Adapater [1814:5592]


and



sudo apt-get install linux-headers-generic


returns



linux-headers-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


If this is a kernel version (I have 3.13.0-32-generic) incompatibility issue with the driver as chilli555 suggests (the README file in the driver package says indeed it is compatible with kernel 2.6), how could one trick this around to make it work? that should be possible right? On ubuntu forums, the patches proposed dont work (leads the computer to freeze).



Basically: is there anybody out there who has ever been able to make a PCE-N53 work on Ubuntu 14.04 LTS (kernel 3.13)? how shall I edit the driver package to make it work for my kernel?










share|improve this question
















bumped to the homepage by Community 7 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • I think you can get it going on 12.04 using the 3.2.0-xx kernel. Please see: ubuntuforums.org/showthread.php?t=2203226

    – chili555
    Aug 19 '14 at 14:01











  • Can you modinfo rt2800usb; lsusb please?

    – pilona
    Aug 19 '14 at 15:40











  • @chilli555: I have seen your posts there (thanks they are very good!), but the only solution is still (on 20 August 2014) to downgrade the OS? there is no option for making PCE-N53/RT5592 work on Ubuntu 14.04/kernel 3.13?

    – atisou
    Aug 20 '14 at 9:56











  • @pilona: I am not sure what the list of usb devices is going to tell more? PCE-N53 is a wifi card plugged on the motherboard PCI slot, not a usb dongle.

    – atisou
    Aug 20 '14 at 10:04











  • @pilona: instead, for pci, modinfo rt2800pci returns http://paste.ubuntu.com/8096789/. Can you spot something wrong with it? If you need more info about the driver/scripts provided by Asus, see the link in the text above or here again www.asus.com/uk/Networking/PCEN53/HelpDesk_Download/.

    – atisou
    Aug 20 '14 at 10:27
















2












2








2








My problem concerns the installation of a wi-fi driver (RT5592) for my new wi-fi adapter (PCE-N53) on my newly built computer. Basically, I don't manage to get the driver installed and therefore I cannot get the wifi to work.

I know I am not the only one having this issue this year, between RT5592 driver and Ubuntu 14.04 LTS, in one way or the other.

Is there anybody who has ever been able to fix this problem? It does not look like on all the posts I have been through...



Following an answer to a same problem as mine (I was getting the same error message as Christopher Kyle Horton of "incompatible types" etc), I have applied the instructions and done the editings in a script as suggested by
Paul B.



Unfortunately I still do get error/warnings message (a different one this time) at the end of the make and the wi-fi still does not work.

Below is a snapshot of the end of the message:



In file included from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/os/rt_linux.h:31:0,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/rtmp_os.h:44,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/rtmp_comm.h:69,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:31:
include/linux/module.h:88:32: error: ‘__mod_pci_device_table’ aliased to undefined symbol ‘rt2860_pci_tbl’
extern const struct gtype##_id __mod_##gtype##_table
^
include/linux/module.h:146:3: note: in expansion of macro ‘MODULE_GENERIC_TABLE’
MODULE_GENERIC_TABLE(type##_device,name)
^
/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:73:1: note: in expansion of macro ‘MODULE_DEVICE_TABLE’
MODULE_DEVICE_TABLE(pci, rt2860_pci_tbl);
^
cc1: some warnings being treated as errors
make[2]: *** [/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.o] Error 1
make[1]: *** [_module_/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic'
make: *** [LINUX] Error 2


The full pastebin data is here



It looks from the message that one would need to edit manually some of/other scripts in the driver package, as did Paul B suggest in one case. But I have no idea how to do that.



Here is the driver package of the wifi adapter



My system is as following:



OS: ubuntu 14.04 LTS      
wi-fi card: Asus PCE-N53
motherboard: Asus KCMA-D8
processor: AMD Opteron 4228 HE
kernel: 3.13.0-32-generic


Following this info from chili555 in here, below are some extra info about my system:



lspci -nn | grep 0280


gives



04:00.0 Network controller [0280]: Ralink corp. RT5592 PCI2 Wireless Network Adapater [1814:5592]


and



sudo apt-get install linux-headers-generic


returns



linux-headers-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


If this is a kernel version (I have 3.13.0-32-generic) incompatibility issue with the driver as chilli555 suggests (the README file in the driver package says indeed it is compatible with kernel 2.6), how could one trick this around to make it work? that should be possible right? On ubuntu forums, the patches proposed dont work (leads the computer to freeze).



Basically: is there anybody out there who has ever been able to make a PCE-N53 work on Ubuntu 14.04 LTS (kernel 3.13)? how shall I edit the driver package to make it work for my kernel?










share|improve this question
















My problem concerns the installation of a wi-fi driver (RT5592) for my new wi-fi adapter (PCE-N53) on my newly built computer. Basically, I don't manage to get the driver installed and therefore I cannot get the wifi to work.

I know I am not the only one having this issue this year, between RT5592 driver and Ubuntu 14.04 LTS, in one way or the other.

Is there anybody who has ever been able to fix this problem? It does not look like on all the posts I have been through...



Following an answer to a same problem as mine (I was getting the same error message as Christopher Kyle Horton of "incompatible types" etc), I have applied the instructions and done the editings in a script as suggested by
Paul B.



Unfortunately I still do get error/warnings message (a different one this time) at the end of the make and the wi-fi still does not work.

Below is a snapshot of the end of the message:



In file included from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/os/rt_linux.h:31:0,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/rtmp_os.h:44,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/include/rtmp_comm.h:69,
from /home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:31:
include/linux/module.h:88:32: error: ‘__mod_pci_device_table’ aliased to undefined symbol ‘rt2860_pci_tbl’
extern const struct gtype##_id __mod_##gtype##_table
^
include/linux/module.h:146:3: note: in expansion of macro ‘MODULE_GENERIC_TABLE’
MODULE_GENERIC_TABLE(type##_device,name)
^
/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.c:73:1: note: in expansion of macro ‘MODULE_DEVICE_TABLE’
MODULE_DEVICE_TABLE(pci, rt2860_pci_tbl);
^
cc1: some warnings being treated as errors
make[2]: *** [/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux/../../os/linux/pci_main_dev.o] Error 1
make[1]: *** [_module_/home/username/Downloads/PCE-N53/Linux/DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326/os/linux] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic'
make: *** [LINUX] Error 2


The full pastebin data is here



It looks from the message that one would need to edit manually some of/other scripts in the driver package, as did Paul B suggest in one case. But I have no idea how to do that.



Here is the driver package of the wifi adapter



My system is as following:



OS: ubuntu 14.04 LTS      
wi-fi card: Asus PCE-N53
motherboard: Asus KCMA-D8
processor: AMD Opteron 4228 HE
kernel: 3.13.0-32-generic


Following this info from chili555 in here, below are some extra info about my system:



lspci -nn | grep 0280


gives



04:00.0 Network controller [0280]: Ralink corp. RT5592 PCI2 Wireless Network Adapater [1814:5592]


and



sudo apt-get install linux-headers-generic


returns



linux-headers-generic is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


If this is a kernel version (I have 3.13.0-32-generic) incompatibility issue with the driver as chilli555 suggests (the README file in the driver package says indeed it is compatible with kernel 2.6), how could one trick this around to make it work? that should be possible right? On ubuntu forums, the patches proposed dont work (leads the computer to freeze).



Basically: is there anybody out there who has ever been able to make a PCE-N53 work on Ubuntu 14.04 LTS (kernel 3.13)? how shall I edit the driver package to make it work for my kernel?







14.04 wireless drivers ralink






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:25









Community

1




1










asked Aug 19 '14 at 8:41









atisouatisou

1113




1113





bumped to the homepage by Community 7 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 7 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • I think you can get it going on 12.04 using the 3.2.0-xx kernel. Please see: ubuntuforums.org/showthread.php?t=2203226

    – chili555
    Aug 19 '14 at 14:01











  • Can you modinfo rt2800usb; lsusb please?

    – pilona
    Aug 19 '14 at 15:40











  • @chilli555: I have seen your posts there (thanks they are very good!), but the only solution is still (on 20 August 2014) to downgrade the OS? there is no option for making PCE-N53/RT5592 work on Ubuntu 14.04/kernel 3.13?

    – atisou
    Aug 20 '14 at 9:56











  • @pilona: I am not sure what the list of usb devices is going to tell more? PCE-N53 is a wifi card plugged on the motherboard PCI slot, not a usb dongle.

    – atisou
    Aug 20 '14 at 10:04











  • @pilona: instead, for pci, modinfo rt2800pci returns http://paste.ubuntu.com/8096789/. Can you spot something wrong with it? If you need more info about the driver/scripts provided by Asus, see the link in the text above or here again www.asus.com/uk/Networking/PCEN53/HelpDesk_Download/.

    – atisou
    Aug 20 '14 at 10:27





















  • I think you can get it going on 12.04 using the 3.2.0-xx kernel. Please see: ubuntuforums.org/showthread.php?t=2203226

    – chili555
    Aug 19 '14 at 14:01











  • Can you modinfo rt2800usb; lsusb please?

    – pilona
    Aug 19 '14 at 15:40











  • @chilli555: I have seen your posts there (thanks they are very good!), but the only solution is still (on 20 August 2014) to downgrade the OS? there is no option for making PCE-N53/RT5592 work on Ubuntu 14.04/kernel 3.13?

    – atisou
    Aug 20 '14 at 9:56











  • @pilona: I am not sure what the list of usb devices is going to tell more? PCE-N53 is a wifi card plugged on the motherboard PCI slot, not a usb dongle.

    – atisou
    Aug 20 '14 at 10:04











  • @pilona: instead, for pci, modinfo rt2800pci returns http://paste.ubuntu.com/8096789/. Can you spot something wrong with it? If you need more info about the driver/scripts provided by Asus, see the link in the text above or here again www.asus.com/uk/Networking/PCEN53/HelpDesk_Download/.

    – atisou
    Aug 20 '14 at 10:27



















I think you can get it going on 12.04 using the 3.2.0-xx kernel. Please see: ubuntuforums.org/showthread.php?t=2203226

– chili555
Aug 19 '14 at 14:01





I think you can get it going on 12.04 using the 3.2.0-xx kernel. Please see: ubuntuforums.org/showthread.php?t=2203226

– chili555
Aug 19 '14 at 14:01













Can you modinfo rt2800usb; lsusb please?

– pilona
Aug 19 '14 at 15:40





Can you modinfo rt2800usb; lsusb please?

– pilona
Aug 19 '14 at 15:40













@chilli555: I have seen your posts there (thanks they are very good!), but the only solution is still (on 20 August 2014) to downgrade the OS? there is no option for making PCE-N53/RT5592 work on Ubuntu 14.04/kernel 3.13?

– atisou
Aug 20 '14 at 9:56





@chilli555: I have seen your posts there (thanks they are very good!), but the only solution is still (on 20 August 2014) to downgrade the OS? there is no option for making PCE-N53/RT5592 work on Ubuntu 14.04/kernel 3.13?

– atisou
Aug 20 '14 at 9:56













@pilona: I am not sure what the list of usb devices is going to tell more? PCE-N53 is a wifi card plugged on the motherboard PCI slot, not a usb dongle.

– atisou
Aug 20 '14 at 10:04





@pilona: I am not sure what the list of usb devices is going to tell more? PCE-N53 is a wifi card plugged on the motherboard PCI slot, not a usb dongle.

– atisou
Aug 20 '14 at 10:04













@pilona: instead, for pci, modinfo rt2800pci returns http://paste.ubuntu.com/8096789/. Can you spot something wrong with it? If you need more info about the driver/scripts provided by Asus, see the link in the text above or here again www.asus.com/uk/Networking/PCEN53/HelpDesk_Download/.

– atisou
Aug 20 '14 at 10:27







@pilona: instead, for pci, modinfo rt2800pci returns http://paste.ubuntu.com/8096789/. Can you spot something wrong with it? If you need more info about the driver/scripts provided by Asus, see the link in the text above or here again www.asus.com/uk/Networking/PCEN53/HelpDesk_Download/.

– atisou
Aug 20 '14 at 10:27












1 Answer
1






active

oldest

votes


















0














Instead of building the driver on your own, you can try the 2x00 driver that's part of the official kernel.



The commit history of /drivers/net/wireless/rt2x00/rt2x00.h in the official ubuntu kernel (HEAD also 3.13.y) trees show that in March 2013, some work was done to make the driver work with your chip. The PCI ID is listed, so it's worth trying.



You can also try to install a more recent kernel and see if it works, the official mainline kernel PPA has 3.14.1 for Trusty: http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D



Before doing this, read https://wiki.ubuntu.com/Kernel/MainlineBuilds






share|improve this answer
























  • Thx for your answer. As I'm a real newbie in linux (windows user for 20 years), I have to ask some stupid questions: Where do I get this native driver? Shouldn't my card be running, if the driver is native?

    – 1387233
    Nov 6 '14 at 7:34











  • As I said, zhe driver is part of the kernel and should work right away. Perhaps you need to load the module manually, please add the output of lsmod to your question. Also, try modprobe rt2x00pci and see if the card works.

    – Jan
    Nov 6 '14 at 8:22











  • Unfortunately, it is not my question. But lshw -C Network gives: paste.ubuntu.com/8849535 and lsmod gives: paste.ubuntu.com/8849569 Could you eventually have a look at it? Also modprobe rt2x00pci has done nothing... as far as I can see. If you need any further infos, please let me know & thx in advance.

    – 1387233
    Nov 6 '14 at 10:06











  • The two pastes show that the kernel driver is already loaded but somehow does not recognize your card. Please post the output of dmesg, maybe there's a driver conflict, because ndiswrapper is also loaded...

    – Jan
    Nov 6 '14 at 10:16











  • Here it is: paste.ubuntu.com/8849692 but its huge, i that normal? shall I add a grep to it?

    – 1387233
    Nov 6 '14 at 10:22













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f513290%2ffailling-install-ralink-rt5592-driver-on-ubuntu-14-04-lts%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Instead of building the driver on your own, you can try the 2x00 driver that's part of the official kernel.



The commit history of /drivers/net/wireless/rt2x00/rt2x00.h in the official ubuntu kernel (HEAD also 3.13.y) trees show that in March 2013, some work was done to make the driver work with your chip. The PCI ID is listed, so it's worth trying.



You can also try to install a more recent kernel and see if it works, the official mainline kernel PPA has 3.14.1 for Trusty: http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D



Before doing this, read https://wiki.ubuntu.com/Kernel/MainlineBuilds






share|improve this answer
























  • Thx for your answer. As I'm a real newbie in linux (windows user for 20 years), I have to ask some stupid questions: Where do I get this native driver? Shouldn't my card be running, if the driver is native?

    – 1387233
    Nov 6 '14 at 7:34











  • As I said, zhe driver is part of the kernel and should work right away. Perhaps you need to load the module manually, please add the output of lsmod to your question. Also, try modprobe rt2x00pci and see if the card works.

    – Jan
    Nov 6 '14 at 8:22











  • Unfortunately, it is not my question. But lshw -C Network gives: paste.ubuntu.com/8849535 and lsmod gives: paste.ubuntu.com/8849569 Could you eventually have a look at it? Also modprobe rt2x00pci has done nothing... as far as I can see. If you need any further infos, please let me know & thx in advance.

    – 1387233
    Nov 6 '14 at 10:06











  • The two pastes show that the kernel driver is already loaded but somehow does not recognize your card. Please post the output of dmesg, maybe there's a driver conflict, because ndiswrapper is also loaded...

    – Jan
    Nov 6 '14 at 10:16











  • Here it is: paste.ubuntu.com/8849692 but its huge, i that normal? shall I add a grep to it?

    – 1387233
    Nov 6 '14 at 10:22


















0














Instead of building the driver on your own, you can try the 2x00 driver that's part of the official kernel.



The commit history of /drivers/net/wireless/rt2x00/rt2x00.h in the official ubuntu kernel (HEAD also 3.13.y) trees show that in March 2013, some work was done to make the driver work with your chip. The PCI ID is listed, so it's worth trying.



You can also try to install a more recent kernel and see if it works, the official mainline kernel PPA has 3.14.1 for Trusty: http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D



Before doing this, read https://wiki.ubuntu.com/Kernel/MainlineBuilds






share|improve this answer
























  • Thx for your answer. As I'm a real newbie in linux (windows user for 20 years), I have to ask some stupid questions: Where do I get this native driver? Shouldn't my card be running, if the driver is native?

    – 1387233
    Nov 6 '14 at 7:34











  • As I said, zhe driver is part of the kernel and should work right away. Perhaps you need to load the module manually, please add the output of lsmod to your question. Also, try modprobe rt2x00pci and see if the card works.

    – Jan
    Nov 6 '14 at 8:22











  • Unfortunately, it is not my question. But lshw -C Network gives: paste.ubuntu.com/8849535 and lsmod gives: paste.ubuntu.com/8849569 Could you eventually have a look at it? Also modprobe rt2x00pci has done nothing... as far as I can see. If you need any further infos, please let me know & thx in advance.

    – 1387233
    Nov 6 '14 at 10:06











  • The two pastes show that the kernel driver is already loaded but somehow does not recognize your card. Please post the output of dmesg, maybe there's a driver conflict, because ndiswrapper is also loaded...

    – Jan
    Nov 6 '14 at 10:16











  • Here it is: paste.ubuntu.com/8849692 but its huge, i that normal? shall I add a grep to it?

    – 1387233
    Nov 6 '14 at 10:22
















0












0








0







Instead of building the driver on your own, you can try the 2x00 driver that's part of the official kernel.



The commit history of /drivers/net/wireless/rt2x00/rt2x00.h in the official ubuntu kernel (HEAD also 3.13.y) trees show that in March 2013, some work was done to make the driver work with your chip. The PCI ID is listed, so it's worth trying.



You can also try to install a more recent kernel and see if it works, the official mainline kernel PPA has 3.14.1 for Trusty: http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D



Before doing this, read https://wiki.ubuntu.com/Kernel/MainlineBuilds






share|improve this answer













Instead of building the driver on your own, you can try the 2x00 driver that's part of the official kernel.



The commit history of /drivers/net/wireless/rt2x00/rt2x00.h in the official ubuntu kernel (HEAD also 3.13.y) trees show that in March 2013, some work was done to make the driver work with your chip. The PCI ID is listed, so it's worth trying.



You can also try to install a more recent kernel and see if it works, the official mainline kernel PPA has 3.14.1 for Trusty: http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D



Before doing this, read https://wiki.ubuntu.com/Kernel/MainlineBuilds







share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 5 '14 at 10:14









JanJan

7,49522234




7,49522234













  • Thx for your answer. As I'm a real newbie in linux (windows user for 20 years), I have to ask some stupid questions: Where do I get this native driver? Shouldn't my card be running, if the driver is native?

    – 1387233
    Nov 6 '14 at 7:34











  • As I said, zhe driver is part of the kernel and should work right away. Perhaps you need to load the module manually, please add the output of lsmod to your question. Also, try modprobe rt2x00pci and see if the card works.

    – Jan
    Nov 6 '14 at 8:22











  • Unfortunately, it is not my question. But lshw -C Network gives: paste.ubuntu.com/8849535 and lsmod gives: paste.ubuntu.com/8849569 Could you eventually have a look at it? Also modprobe rt2x00pci has done nothing... as far as I can see. If you need any further infos, please let me know & thx in advance.

    – 1387233
    Nov 6 '14 at 10:06











  • The two pastes show that the kernel driver is already loaded but somehow does not recognize your card. Please post the output of dmesg, maybe there's a driver conflict, because ndiswrapper is also loaded...

    – Jan
    Nov 6 '14 at 10:16











  • Here it is: paste.ubuntu.com/8849692 but its huge, i that normal? shall I add a grep to it?

    – 1387233
    Nov 6 '14 at 10:22





















  • Thx for your answer. As I'm a real newbie in linux (windows user for 20 years), I have to ask some stupid questions: Where do I get this native driver? Shouldn't my card be running, if the driver is native?

    – 1387233
    Nov 6 '14 at 7:34











  • As I said, zhe driver is part of the kernel and should work right away. Perhaps you need to load the module manually, please add the output of lsmod to your question. Also, try modprobe rt2x00pci and see if the card works.

    – Jan
    Nov 6 '14 at 8:22











  • Unfortunately, it is not my question. But lshw -C Network gives: paste.ubuntu.com/8849535 and lsmod gives: paste.ubuntu.com/8849569 Could you eventually have a look at it? Also modprobe rt2x00pci has done nothing... as far as I can see. If you need any further infos, please let me know & thx in advance.

    – 1387233
    Nov 6 '14 at 10:06











  • The two pastes show that the kernel driver is already loaded but somehow does not recognize your card. Please post the output of dmesg, maybe there's a driver conflict, because ndiswrapper is also loaded...

    – Jan
    Nov 6 '14 at 10:16











  • Here it is: paste.ubuntu.com/8849692 but its huge, i that normal? shall I add a grep to it?

    – 1387233
    Nov 6 '14 at 10:22



















Thx for your answer. As I'm a real newbie in linux (windows user for 20 years), I have to ask some stupid questions: Where do I get this native driver? Shouldn't my card be running, if the driver is native?

– 1387233
Nov 6 '14 at 7:34





Thx for your answer. As I'm a real newbie in linux (windows user for 20 years), I have to ask some stupid questions: Where do I get this native driver? Shouldn't my card be running, if the driver is native?

– 1387233
Nov 6 '14 at 7:34













As I said, zhe driver is part of the kernel and should work right away. Perhaps you need to load the module manually, please add the output of lsmod to your question. Also, try modprobe rt2x00pci and see if the card works.

– Jan
Nov 6 '14 at 8:22





As I said, zhe driver is part of the kernel and should work right away. Perhaps you need to load the module manually, please add the output of lsmod to your question. Also, try modprobe rt2x00pci and see if the card works.

– Jan
Nov 6 '14 at 8:22













Unfortunately, it is not my question. But lshw -C Network gives: paste.ubuntu.com/8849535 and lsmod gives: paste.ubuntu.com/8849569 Could you eventually have a look at it? Also modprobe rt2x00pci has done nothing... as far as I can see. If you need any further infos, please let me know & thx in advance.

– 1387233
Nov 6 '14 at 10:06





Unfortunately, it is not my question. But lshw -C Network gives: paste.ubuntu.com/8849535 and lsmod gives: paste.ubuntu.com/8849569 Could you eventually have a look at it? Also modprobe rt2x00pci has done nothing... as far as I can see. If you need any further infos, please let me know & thx in advance.

– 1387233
Nov 6 '14 at 10:06













The two pastes show that the kernel driver is already loaded but somehow does not recognize your card. Please post the output of dmesg, maybe there's a driver conflict, because ndiswrapper is also loaded...

– Jan
Nov 6 '14 at 10:16





The two pastes show that the kernel driver is already loaded but somehow does not recognize your card. Please post the output of dmesg, maybe there's a driver conflict, because ndiswrapper is also loaded...

– Jan
Nov 6 '14 at 10:16













Here it is: paste.ubuntu.com/8849692 but its huge, i that normal? shall I add a grep to it?

– 1387233
Nov 6 '14 at 10:22







Here it is: paste.ubuntu.com/8849692 but its huge, i that normal? shall I add a grep to it?

– 1387233
Nov 6 '14 at 10:22




















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f513290%2ffailling-install-ralink-rt5592-driver-on-ubuntu-14-04-lts%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...