![]() |
RTL8187 Driver install problem.
Hi, all
I just downloaded the rtl8180 driver from sourceforge and extracted the contents to a directory on my desktop, i read the install document which said use "make" and so i did, and came up with the following problems. Code:
make -C /lib/modules/2.6.17-1.2174_FC5/build SUBDIRS=/home/neo/Desktop/rtl8180-0.21 MODVERDIR=/home/neo/Desktop/rtl8180-0.21 modulesAny ideas on how i can fix this please? I am running Redhat FC5 and performed "yum update" lastnight and acceted the installation of all 800+ packages which came to over 1GB. Thanks in advance. |
Driver installed
Ok, I have gotten a little further. I had to replace the MODVERDIR with the (new?) "M" in the modules makefile and then they compiled fine.
I am now having a problem compiling the driver, the driver uses the old MODULE_PARM so i replaced these with the new module_param equivelents. Now i get problems in compile with different errors: output error: r8187_core.c:2338: warning: ISO C90 forbids mixed declarations and code Code:
2332:int rtl8180_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)Code:
157:static int r8180_wx_set_mode(struct net_device *dev, struct iw_request_info *a, |
| All times are GMT -5. The time now is 06:07 PM. |