How do I compile a driver in DSL ?Forum: Other Help Topics Topic: How do I compile a driver in DSL ? started by: bodleytunes Posted by bodleytunes on Oct. 06 2006,14:05
Hi,I download DSL-N and DSL and I have found the linux driver for RT2500 wireless chipset network card. Anyway I dont know how to compile it for normal use as it is in C code at the moment. I downloaded GCC1 and tried the "make" command but it just gave me loads of errors. Should there be a few switches to be used? Please help, I am just a poor newby and used to windows! Thanks, Jon. Posted by Wittfella on Oct. 09 2006,01:24
G'Day,I had the same problem with the RT61 drivers. Following the readme that comes with it just gave loads of errors with the make command. I finally found out that the 'Configure' file is in the wrong format, and you have to fix it using 'dos2unix' command. ie. #dos2unix Configure Then #make config After that it compiled ok. Cheers, Wittfella Posted by bodleytunes on Oct. 09 2006,08:38
Cheers matey, I will try that and report back.Thanks, Jon. |