Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dlink wireless NIC in Fedora 2...

Status
Not open for further replies.

onrdbandit

Programmer
Mar 12, 2003
145
US
Howdy,

I am extremly new to Linux (i.e. a few days), and I cannot figure out how to install the drivers for my wlan card. I got them as third party drivers from realtek I believe thorough the dlink site.

I followed the README instructions to the best of my ability, but cannot successfully "make" the module/package or whatever it is called.

I tried to use "insmod -f rtl8180_24x.o", but got an error saying command not found.

So, I turned to option 2 and tried to compile the thing. I changed the include paths in the makefile like the instructions said. Then tried to "make" but got the error, or rather about 50 errors complete w/ warnings attached. I have tried this about 7 times from start to finish, but without any assistance, I think I am stuck hardwired to the net...

Thanks for any assistance and sorry for the post length,
onrdbandit

No! Try not. Do, or do not. There is no try. - Yoda
 
Howdy,

I have a DWL 650 rev. M

The error messages I am getting are coming from what I can only assume is the linux source includes (i.e. /usr/src/linux-2.6.5-1.358/include/linux/...).

There are numberous types of errors:
ex 1: "storage size of 'i_dat' unknown"
ex 2: "syntax error before 'mode_t'"
ex 3: "previous declaration of 'size'"
ex 4: "'addr' undeclared"
ex 5: "conflicting types for 'resource'"
etc...

I am getting the feeling that the driver I downloaded is nolonger applicable to the more resent kernel releases, but I really don't know what I am talking about.

Thanks for all the assistance,
onrdbandit

No! Try not. Do, or do not. There is no try. - Yoda
 
[tt]
ex 1: "storage size of 'i_dat' unknown"
ex 2: "syntax error before 'mode_t'"
ex 3: "previous declaration of 'size'"
[/tt]
That looks more like you're using a source code file than a compiled kernel module. Try "[tt]modprobe rtl8180_24x[/tt]" and see if you get any better results.

----
JBR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top