[Quantian-general] network card configuration (the solution)

Dirk Eddelbuettel edd at debian.org
Tue Jun 27 01:53:25 UTC 2006


On 26 June 2006 at 22:40, JP Azevedo wrote:
| Hello,
| 
| THE PROBLEM
| 
| The kernel used in the Quantian distro was compiled using gcc-3.3, however
| when compiling the new driver it used gcc-4.0.
| 
| THE SOLUTION 
| 
| In order to compile the e100 module properly a hat to correct that link by 
| 
| "rm /usr/bin/gcc 
| ln /usr/bin/gcc-3.3 /usr/bin/gcc" 
| 
| THEN ALL WORKED FINE 
| 
| So here is my sequence for compiling e100 in knoppix 4.0.2: 
| 
| "rm -f /usr/bin/gcc 
| ln /usr/bin/gcc-3.3 /usr/bin/gcc 
| export CC=/usr/bin/gcc-3.3
| make install
| modproble e100

Congrats for a job well done!  You could probably get by using just the
export CC=... before calling make without readjusting the /usr/bin link but
better save than sorry.

Enjoy the network :)

Cheers, Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
                                                  -- Thomas A. Edison



More information about the Quantian-general mailing list