Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 15541  / 3 Years ago, sun, july 11, 2021, 10:33:04

I have problems with getting an Asus PCE-N53 11n N600 PCI-E Adapter card to work on my desktop computer.



As far as I can tell no drivers are installed for the card. I know I can manually download the drivers directly from Asus, but I would rather not go that route.



If there are anyone that knows about any packages or other things I can do to make this work would be much appreciated.



Some systems details:



$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise


$ sudo lshw -C network
*-network
description: Ethernet interface
product: RTL8111/8168B PCI Express Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 06
serial: d4:3d:7e:03:b9:1d
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=192.168.0.173 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:43 ioport:d000(size=256) memory:f2104000-f2104fff memory:f2100000-f2103fff
*-network UNCLAIMED
description: Network controller
product: Ralink corp.
vendor: Ralink corp.
physical id: 0
bus info: pci@0000:04:00.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f7100000-f710ffff

$ lsmod
Module Size Used by
nvidia 12319264 51
vesafb 13844 1
snd_hda_codec_hdmi 32474 1
joydev 17693 0
bnep 18281 2
rfcomm 47604 0
bluetooth 180104 10 bnep,rfcomm
snd_hda_codec_realtek 224173 1
snd_seq_midi 13324 0
ppdev 17113 0
snd_rawmidi 30748 1 snd_seq_midi
usbhid 47199 0
hid 99559 1 usbhid
nouveau 774641 0
parport_pc 32866 1
snd_hda_intel 33773 5
ttm 76949 1 nouveau
snd_hda_codec 127706 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
drm_kms_helper 46978 1 nouveau
drm 242038 3 nouveau,ttm,drm_kms_helper
snd_seq_midi_event 14899 1 snd_seq_midi
snd_hwdep 13668 1 snd_hda_codec
snd_seq 61896 2 snd_seq_midi,snd_seq_midi_event
i2c_algo_bit 13423 1 nouveau
mxm_wmi 12979 1 nouveau
wmi 19256 1 mxm_wmi
mac_hid 13253 0
snd_pcm 97188 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
psmouse 97362 0
video 19596 1 nouveau
snd_timer 29990 2 snd_seq,snd_pcm
snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
snd 78855 20 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_rawmidi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_pcm,snd_timer,snd_seq_device
serio_raw 13211 0
soundcore 15091 1 snd
snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
mei 41616 0
lp 17799 0
parport 46562 3 ppdev,parport_pc,lp
r8169 62099 0

More From » 12.04

 Answers
7

I just ended up compiling the driver myself. Not what I would have wanted, but hopefully this will be fixed in the next version of Ubuntu.



I someone else has the same problem here is what worked for me:



Install build-essentials



sudo apt-get install build-essential


Download the driver from Asus. I found them here: http://www.asus.com/Networks/Wireless_Adapters/PCEN53/



Unpack the downloaded .zip file. The download comes with a lot of instructions for what you need to do. Most of them turn out to not be required.



Enter the directory where you unpacked the zip and unpack the driver code.



tar -jxvf DPO_GPL_RT5592STA_LinuxSTA_v2.6.0.0_20120326.tar.bz2


Enter the new directory and start make



make


This runs for a while and then fails due to a missing /tftpboot directory. This does not seem to be relevant since the correct file is made anyway.



Now install the driver.



sudo make install


The installation instructions tells you to edit a /etc/rc.d/rc.local file. Since I didn't have neither the file or directory I just skipped this step and rebooted.



After the reboot everything seems to work. Ubuntu automatically found the card and it is what I am using now. Since I have only been using it for 10 minutes I don't know how stable it is but hopefully it will be ok.



Note: I found that I had to have my Ethernet unplugged and then restart Ubuntu for this to take. Otherwise works great.


[#35306] Monday, July 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tinchir

Total Points: 300
Total Questions: 116
Total Answers: 119

Location: American Samoa
Member since Sun, Jan 17, 2021
3 Years ago
tinchir questions
Tue, Sep 14, 21, 23:11, 3 Years ago
Mon, Dec 19, 22, 13:00, 1 Year ago
Sat, Feb 5, 22, 11:36, 2 Years ago
Mon, Aug 8, 22, 02:16, 2 Years ago
;