Re: BenQ AWL400
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Tue, 6 Jan 2004, Timothy Parez wrote: > I get a lot of unresolved symbols when I make install. > I checked the info on the page about problems with redhat, and followed > those instructions (ie copy the config file from the kernel in the /boot > dir to the .config file in dhe sources dir and then did make oldconfig,) > but that didn't help. I'm compiling the driver for the kernel I'm > currently running on. > > Can someone please advise me :) Post some examples of unresolved symbols. Try to grep for them in /proc/ksyms and recursively from the kernel source rootdir. AFAIK 2.6.0 with CONFIG_MODVERSIONS=y does no longer append the crc to the symbol (as with 2.4.x) but stores it into the kernel symbol map, i.e. a "make oldconfig" is IMHO not needed anymore. Does the symlink /lib/modules/`uname -r`/build point to the correct kernel source rootdir? /Jörg