Need driver for NetGear WNDA4100 [Ralink RT3573]

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
wabashriver

Need driver for NetGear WNDA4100 [Ralink RT3573]

Post by wabashriver »

Fresh built computer with Linux Mint installed and running. I need to install drivers but the Biostar TZ77XE3 motherboard CD in only setup for Windows. What do I need to do next? Thanks!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
nomko

Re: Installation CD for Motherboard?

Post by nomko »

wabashriver wrote:Fresh built computer with Linux Mint installed and running. I need to install drivers but the Biostar TZ77XE3 motherboard CD in only setup for Windows. What do I need to do next? Thanks!
Normally you don't need any motherboard drivers for Linux. All hardware is supported by the kernel with 1 exception: when the hardware is newer than the kernel. If your hardware (motherboard) is newer than the kernel used by your Mint, then you need to upgrade your kernel. But normally all hardware is supported by the kernel.

Which Mint version are you running?
wabashriver

Re: Installation CD for Motherboard?

Post by wabashriver »

Linux Mint 14 Cinnamon 64 bit
nomko

Re: Installation CD for Motherboard?

Post by nomko »

wabashriver wrote:Linux Mint 14 Cinnamon 64 bit
Ok. i have the same Mint version and i did get some new kernel updates. This must be done by hand in a terminal.
Open a terminal and type the follwing command:

Code: Select all

sudo apt-get upgrade
You will see some packages that will be updated and you should see some packages called linux-headers-*******. If so, that's the latest kernels you must install. After the installation/upgrade is done, reboot your system.


Just curious: do you encounter problems with your motherboard running MInt14? If so, what kind of problems?
User avatar
xenopeek
Level 25
Level 25
Posts: 29507
Joined: Wed Jul 06, 2011 3:58 am

Re: Installation CD for Motherboard?

Post by xenopeek »

nomko wrote:Just curious: do you encounter problems with your motherboard running MInt14? If so, what kind of problems?
Exactly my question :D Normally you wouldn't need to install drivers as the kernel comes with drivers for most hardware devices and peripherals. There are exceptions though, with some manufacturers not contributing open source drivers to the kernel. You may check by in your menu going to Preferences > Software Sources, and click on the Additional Drivers tab. Here it will display if it found any proprietary (closed source) drivers for your system. But if all is working fine, you do not need to install these.

If you want more help, it is useful if you can share some specifics from your hardware. Open a terminal and run the following command. Share the output here. You can copy text to/from the terminal, see its Edit menu.

Code: Select all

inxi -Fxz
Image
wabashriver

Re: Installation CD for Motherboard?

Post by wabashriver »

nomko wrote: Just curious: do you encounter problems with your motherboard running MInt14? If so, what kind of problems?
Not yet but I've only had it running for an hour.
wabashriver

Re: Installation CD for Motherboard?

Post by wabashriver »

xenopeek wrote: Exactly my question :D Normally you wouldn't need to install drivers as the kernel comes with drivers for most hardware devices and peripherals. There are exceptions though, with some manufacturers not contributing open source drivers to the kernel. You may check by in your menu going to Preferences > Software Sources, and click on the Additional Drivers tab. Here it will display if it found any proprietary (closed source) drivers for your system. But if all is working fine, you do not need to install these.

If you want more help, it is useful if you can share some specifics from your hardware. Open a terminal and run the following command. Share the output here. You can copy text to/from the terminal, see its Edit menu.

Code: Select all

inxi -Fxz
I'm posting from another computer right now but I'll try to get the new one connected quickly.
wabashriver

Re: Installation CD for Motherboard?

Post by wabashriver »

My wireless USB adapter also has a Windows installation CD. Do I need to install Wine off a thumb drive to open .exe files?
wabashriver

Re: Installation CD for Motherboard?

Post by wabashriver »

Code: Select all

System:  Kernel: 3.5.0-17-generic x86_64 (64 bit, gcc: 4.7.2) Desktop: Gnome Distro: Linux Mint 14 Nadia
Machine:   Mobo: TAR model: TZ77XE3 version: 5.0 Bios: American Megatrends version: 4.6.5 date: 04/19/2012
CPU:       Quad core Intel Core i7-3770K CPU (-HT-MCP-) cache: 8192 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 28009.8 
           Clock Speeds: 1: 1600.00 MHz 2: 1600.00 MHz 3: 1600.00 MHz 4: 1600.00 MHz 5: 1600.00 MHz 6: 1600.00 MHz 7: 1600.00 MHz 8: 1600.00 MHz
Graphics:  Card: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller bus-ID: 00:02.0 
           X.Org: 1.13.0 drivers: intel (unloaded: fbdev,vesa) Resolution: 1920x1080@60.0hz 
           GLX Renderer: Mesa DRI Intel Ivybridge Desktop GLX Version: 3.0 Mesa 9.0 Direct Rendering: Yes
Audio:     Card: Intel 7 Series/C210 Series Chipset Family High Definition Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
           Sound: Advanced Linux Sound Architecture ver: 1.0.25
Network:   Card-1: Realtek RTL8111/8168B PCI Express Gigabit Ethernet controller 
           driver: r8169 ver: 2.3LK-NAPI port: e000 bus-ID: 02:00.0
           IF: eth0 state: down mac: <filter>
           Card-2: NetGear WNDA4100 802.11abgn 3x3:3 [Ralink RT3573]
           IF: N/A state: N/A mac: N/A
Drives:    HDD Total Size: 1064.2GB (0.3% used) 1: id: /dev/sda model: ST1000DM003 size: 1000.2GB 
           2: id: /dev/sdb model: M4 size: 64.0GB 
Partition: ID: / size: 44G used: 3.3G (8%) fs: ext4 ID: swap-1 size: 17.07GB used: 0.00GB (0%) fs: swap 
RAID:      No RAID devices detected - /proc/mdstat and md_mod kernel raid module present
Sensors:   System Temperatures: cpu: 29.8C mobo: 27.8C 
           Fan Speeds (in rpm): cpu: N/A 
Info:      Processes: 153 Uptime: 26 min Memory: 392.6/15947.5MB Runlevel: 2 Gcc sys: 4.7.2 Client: Shell inxi: 1.8.4 
nomko

Re: Installation CD for Motherboard?

Post by nomko »

wabashriver wrote:My wireless USB adapter also has a Windows installation CD. Do I need to install Wine off a thumb drive to open .exe files?
Okay, here things go competently wrong!

Let me explain this first:

Windows isn't Linux and Linux isn't Windows.

Meaning, that installing Windows drivers and software is NOT DONE under Linux. So, stop asking which Windows driver you need to install. Best to do is providing us all the inbfo of your Wifi USB Adaptor.

Open a terminal and type the following command:

Code: Select all

inxi -N
Copy/paste the complete output of that command here.


**edit**
You beat me by minutes :mrgreen:
I did a search on the internet i found this:
http://ubuntuforums.org/showthread.php?t=1942689
http://www.backtrack-linux.org/forums/s ... hp?t=53474
http://askubuntu.com/questions/129111/h ... er-working

And most other posts, info i found reported that there's no Linux driver. But first take a look at the links i provided.
User avatar
xenopeek
Level 25
Level 25
Posts: 29507
Joined: Wed Jul 06, 2011 3:58 am

Re: Installation CD for Motherboard?

Post by xenopeek »

Second that; it is really a last ditch effort to try and get Windows drivers working on Linux. You'd normally;
- confirm for yourself which bits are working (does sound play, can you connect to the Internet, can you play Youtube movies, can you use your printer etc.)
- for the parts that aren't working, check the Additional Drivers as explained
- it that didn't help, it is time to do an Internet search and find instructions for how to make your device work with Linux Mint, Ubuntu (as Linux Mint is based on that) or Linux in general
- any instructions will often have you either install some software from the central software repository (which you can view with Software Manager), or direct you to some file to download from the manufacturers website
- for some select ethernet and wifi devices you may only have the option to use the Windows drivers, but that is increasingly rare and uncommon

If the search didn't turn up anything helpful, you'd post here on the forums in the respective section seeking advice from others on how to get your specific hardware device or peripheral working. Include the inxi output is essential, as it tells use how Linux has identified the device. And when we do an Internet search using black belt Google-Fu, we need to know those details :)
Image
wabashriver

Re: Installation CD for Motherboard?

Post by wabashriver »

I tried this http://www.backtrack-linux.org/forums/s ... post225913 but it isn't working.

Code: Select all

~/Desktop/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0 $ make install
make -C /home/Desktop/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux -f Makefile.6 install
mkdir: cannot create directory `/etc/Wireless': Permission denied
make[1]: Entering directory `/home/Desktop/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux'
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
mkdir: cannot create directory `/etc/Wireless/RT2870STA': No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/Desktop/Linux/DPO_RT3573_LinuxSTA_V2.5.0.0/os/linux'
make: *** [install] Error 2
I have an older Netgear WNA3100 but it sounds iffy.
http://www.wikidevi.com/wiki/Netgear_WNA3100
http://furiouspurpose.me/linux-and-the- ... s-adapter/
User avatar
xenopeek
Level 25
Level 25
Posts: 29507
Joined: Wed Jul 06, 2011 3:58 am

Re: Installation CD for Motherboard?

Post by xenopeek »

Before we delve into this; are you only having a problem with the wireless?
Image
wabashriver

Re: Installation CD for Motherboard?

Post by wabashriver »

After trying a few different things I can now connect to the internet. Unfortunately, if I try to do updates I get stuck on update #4 which then turns into a frozen black screen full of codes ranging from 90.923941 - 90.942915. The last line of text is Kernel panic - not syncing: Fatal exception in the interrupt panic occurred, switching back to text console. If I load Firefox it freezes up on the Linux Mint Homepage and requires a manual shut down.

With the internet connected but not in use everything seems fine. I did test a video off a thumb drive and everything looks and sounds good. My external DVD drive works fine. Printer status in unknown. The router is on the family computer so I can only use a wireless connection.

edit
sudo apt-get upgrade causes the terminal to freeze at [1 libavutil51 63.1kB/64.8kB 97%].
User avatar
xenopeek
Level 25
Level 25
Posts: 29507
Joined: Wed Jul 06, 2011 3:58 am

Re: Installation CD for Motherboard?

Post by xenopeek »

Right, so I moved your post to the wireless section of the forum as I think the issue to solve is support for your NetGear WNDA4100 [Ralink RT3573] wireless USB thingy. I'd recommend you try hooking up with a network cable for now, as when you need to install stuff it will be easier if that works and you won't have to download files on another computer.

The Ralink website has just merged with MediaTek, but I found the Linux drivers quickly: http://www.mediatek.com/_en/07_download ... php?sn=501. At the top of the page you will find the "RT3573 USB" entry that is for your device. Download that file. Then the tricky part is how to compile and install it. I found this clear post from another user with this chip (although on a different product) which should work for you also as he was on Ubuntu 12.10 on which your Linux Mint 14 is based: http://stuff.purdon.ca/?page_id=8. You can skip the step where he has you edit the file common/rtusb_dev_id.c, as your device ID is already listed in the file.

You may have to install the package build-essential to be able to compile the driver.
Image
Locked

Return to “Networking”