Hi Antonio, Now, at least, the compiler has found ../build sub dir but still gives error: "No rule to make target 'modules' Stop" Any ideas what's messed up? Tia, Andre On June 22, 2009, Antonio Olivares wrote: > Andre, > > You need to find tbe kernel-devel package for 2.6.22.9-desktop-mdk > > You may find it here: > > http://rpmfind.net/linux/RPM/Development_Kernel.html > > Be careful with getting another one that does not match the one you are > running: > > 2.6.22.9-desktop586-1mdv > > http://rpmfind.net/linux/RPM/mandriva/2008.0/i586/media/main/release/kernel >-desktop-devel-latest-2.6.22.9-1mdv2008.0.i586.html > > which shows the page: To get the needed package click following link: > > ftp://fr2.rpmfind.net/linux/Mandriva/official/2008.0/i586//media/main/relea >se/kernel-desktop-devel-latest-2.6.22.9-1mdv2008.0.i586.rpm > > Do download it and install that package unless you have cd/dvd with > kernel sources from which you may mount it and copy/perform its > installation. After installing this package the rest of the > compilation should work. > > Sorry for not getting back sooner, but I was not comprehending > everything that was going on. > > Regards, > > Antonio > > On 6/22/09, Andre Dubuc <aajdubuc@xxxxxxxxxxx> wrote: > > Hi Antonio, > > > > Yes, I was using the martian-full-20070625.tar.gz which I extracted, and > > ran against the running kernel. > > > > reading DriverCompiling.txt #6): > > > > "now build the kernel-headers with . . . for 2.6.n kernels 'make > > bzImage' " > > > > I've tried to compile the martian-full package, but get an error that > > ~/build -- 'no such file or directory' > > (under /lib/modules/2.6.22.9-desktop586-1mdv/build) > > The build subdir doesn't exist, it has only only a 'kernel' subdir with > > no 'build' either. > > > > One thing I noticed is that the kernel header file does not have the > > '586' after 'desktop', but is re-directing properly to the > > /lib/modules/.... > > > > Somehow, I think it has something messed from the source > > (boot/vmlinux-2.6.22.9-desktop586-1mdv) with the source headers > > (/usr/src/linux-2.6.22.9-desktop-1mdv) with EXTRAVERSION set > > as '.9-desktop-1mdv') > > > > Sigh . . . > > > > On June 22, 2009, you wrote: > >> Andre, > >> > >> The make bzImage command appears to be unnecessary here. Did you get > >> the file martian-20080625.tar.gz? This is the file you need to > >> download and compile against your running kernel. > >> > >> scanModem reports that you need: > >> > >> =================================================================== > >> > >> Support type needed or chipset: Agere.DSP > >> > >> > >> > >> The modem has a Lucent/Agere/LSI Mars or Apollo DSP (digital signal > >> processing) chipset. > >> Support packages for 2.6.n kernels are at: > >> http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian/ > >> Always use the most update for kernels after 2.6.20, currently > >> martian-full-20080625.tar.gz > >> For kernels 2.6.20 and less, usr martian-full-20080407.tar.gz. > >> > >> See DOCs/AgereDSP.txt for Details. > >> > >> and it also reports that you need kernel headers > >> > >> linux-headers-2.6.22.9-desktop586-1mdv resources needed for compiling > >> are not manifestly ready! > >> The patch utility is needed and is needed for compiling ALSA drivers, > >> and possibly others. > >> > >> If compiling is necessary packages must be installed, providing: > >> kernel-desktop-devel-2.6.22.9-desktop586-1mdv > >> > >> > >> If you have the kernel sources/kernel-devel-2.6.22.9-desktop586-1mdv > >> package installed proceed to extract and compile the > >> martian-full-20080625.tar.gz package. > >> > >> Regards, > >> > >> Antonio > >> > >> On Sun, Jun 21, 2009 at 11:58 PM, Andre Dubuc<aajdubuc@xxxxxxxxxxx> wrote: > >> > Hi folks, > >> > > >> > I received an error that terminated 'make bzImage': > >> > > >> > 'no rule to make target 'init/main.o', needed by 'init/built-in.o' ' > >> > > >> > Sigh . . this sure is *fun* to get this modem working! Help?