View previous topic :: View next topic |
Author |
Message |
Souf n00b


Joined: 07 Aug 2003 Posts: 29 Location: Belgium
|
Posted: Thu Aug 07, 2003 3:48 pm Post subject: WLAN |
|
|
Hello,
I've recently bought a RealTek WLAN PCI card. I've downloaded the source code of the driver and compiled it. As result I now have a .o file. What should I do next to get my network connection up and running (using DHCP) ?
Greetz,
Souf. |
|
Back to top |
|
 |
cato` Guru


Joined: 03 Jun 2002 Posts: 430 Location: Norway, Trondheim
|
Posted: Thu Aug 07, 2003 4:30 pm Post subject: |
|
|
Done make install?
Then edit the /etc/modules.autoload and add the name of the module. |
|
Back to top |
|
 |
puggy Bodhisattva


Joined: 28 Feb 2003 Posts: 1992 Location: Oxford, UK
|
Posted: Thu Aug 07, 2003 5:43 pm Post subject: |
|
|
Moving to Networking & Security from Hardware & Laptops, cheers Devon. Puggy _________________ Where there's open source , there's a way. |
|
Back to top |
|
 |
Souf n00b


Joined: 07 Aug 2003 Posts: 29 Location: Belgium
|
Posted: Sat Aug 09, 2003 2:10 pm Post subject: |
|
|
I've copied the wlan.o file to the /lib/modules/2.4.20-gentoo-r5/network/ directory and added wlan to /etc/modules.autoload. At startup the system tries to load the modules, but fails....
I've tried modules-update which gives the following output:
Code: |
modules-update
depmod: *** Unresolved symbols in lib/modules/2.4.20-gentoo-r5/network/rtl8180_24x.o
|
Have I done something wrong? |
|
Back to top |
|
 |
|