Hello folks,
I just finished installing Fedora 17. I migrated here because I no longer like using Ubuntu for reasons that are not relivant to this topic. As expected, my wifi card isn't recognized by Fedora which was the typical result after a clean Ubuntu install as well. No worries I figured, I have the manufactureres linux driver, I'll just go through the Make steps and install it just like before. Not so,
The driver in question is for a D-Link WDA-548 card and uses a Ralink 5392 chip. First and foremost, I had hardwire my pc to the router and install GCC using yum. Odd that gcc wasn't installed durring setup, it's kind of a staple to Linux. Anyway, this went smoothly untill I attempted to run make and got this error;
any thoughts?
---------- Post added at 11:51 AM ---------- Previous post was at 11:06 AM ----------
Well It looks as though an update was all that was needed to get my wifi card up and running. no need to compile the driver from the manufacturer. Still troubling though. :dis:
I just finished installing Fedora 17. I migrated here because I no longer like using Ubuntu for reasons that are not relivant to this topic. As expected, my wifi card isn't recognized by Fedora which was the typical result after a clean Ubuntu install as well. No worries I figured, I have the manufactureres linux driver, I'll just go through the Make steps and install it just like before. Not so,
The driver in question is for a D-Link WDA-548 card and uses a Ralink 5392 chip. First and foremost, I had hardwire my pc to the router and install GCC using yum. Odd that gcc wasn't installed durring setup, it's kind of a staple to Linux. Anyway, this went smoothly untill I attempted to run make and got this error;
Code:
[chris@Nebuchadnezzar 2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO]$ sudo su
[root@Nebuchadnezzar 2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO]# make
make -C tools
make[1]: Entering directory `/home/chris/Downloads/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/chris/Downloads/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools'
/home/chris/Downloads/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools/bin2h
cp -f os/linux/Makefile.6 /home/chris/Downloads/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/Makefile
make -C /lib/modules/3.3.4-5.fc17.x86_64/build SUBDIRS=/home/chris/Downloads/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux modules
make: *** /lib/modules/3.3.4-5.fc17.x86_64/build: No such file or directory. Stop.
make: *** [LINUX] Error 2
---------- Post added at 11:51 AM ---------- Previous post was at 11:06 AM ----------
Well It looks as though an update was all that was needed to get my wifi card up and running. no need to compile the driver from the manufacturer. Still troubling though. :dis: