|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Nokia D211 cardphone driver compiling on EtchHello All!
I have a problem with compiling the Nokia D211 cardphone driver on Etch. I downloaded driver from here: http://d211.sourceforge.net/ And do everythin how written here: http://tuxmobil.org/nokia_d211.html But happens this: # make all set -e; for d in src ui control; do make -C $d ; done make[1]: Entering directory `/usr/src/d211/src' make -C /usr/src/linux-source-2.6.18 SUBDIRS=/usr/src/d211 modules make[2]: Entering directory `/usr/src/linux-source-2.6.18' WARNING: Symbol version dump /usr/src/linux-source-2.6.18/Module.symvers is missing; modules will have no dependencies and modversions. Building modules, stage 2. MODPOST /bin/sh: scripts/mod/modpost: Nincs ilyen fájl vagy könyvtár make[3]: *** [__modpost] Error 127 make[2]: *** [modules] Error 2 make[2]: Leaving directory `/usr/src/linux-source-2.6.18' make[1]: *** [modules] Error 2 make[1]: Leaving directory `/usr/src/d211/src' make: *** [all] Error 2 Can anybody help me? -- Kum Gabor www.kumgabor.hu -- To UNSUBSCRIBE, email to debian-user-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Nokia D211 cardphone driver compiling on Etch-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Kum Gabor wrote: | Hello All! | | I have a problem with compiling the Nokia D211 cardphone driver on Etch. | I downloaded driver from here: http://d211.sourceforge.net/ | And do everythin how written here: http://tuxmobil.org/nokia_d211.html | | But happens this: | # make all | set -e; for d in src ui control; do make -C $d ; done | make[1]: Entering directory `/usr/src/d211/src' | make -C /usr/src/linux-source-2.6.18 SUBDIRS=/usr/src/d211 modules | make[2]: Entering directory `/usr/src/linux-source-2.6.18' | | WARNING: Symbol version dump /usr/src/linux-source-2.6.18/Module.symvers | is missing; modules will have no dependencies and modversions. | | Building modules, stage 2. | MODPOST | /bin/sh: scripts/mod/modpost: Nincs ilyen fájl vagy könyvtár | make[3]: *** [__modpost] Error 127 | make[2]: *** [modules] Error 2 | make[2]: Leaving directory `/usr/src/linux-source-2.6.18' | make[1]: *** [modules] Error 2 | make[1]: Leaving directory `/usr/src/d211/src' | make: *** [all] Error 2 | | | Can anybody help me? | http://www.linuxforums.org/forum/linux-kernel/108863-no-modpost-directory.html look at this. you have everything necessary installed so that you can compile programs, and what directory are you in when you are trying to do this? - -- Steve Reilly http://reillyblog.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFILu6J1L48K811Km0RAtL5AJ9QboFrrGeo5pKe8c7vNAew4ovFGQCcCIiq FzEHiQNqS0fALqyW/hkqwiE= =Waaw -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-user-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Nokia D211 cardphone driver compiling on EtchOn Saturday 17 May 2008 16:41, steve wrote:
> Kum Gabor wrote: > | Hello All! > | > | I have a problem with compiling the Nokia D211 cardphone driver on Etch. > | I downloaded driver from here: http://d211.sourceforge.net/ > | And do everythin how written here: http://tuxmobil.org/nokia_d211.html > | > | But happens this: > | # make all > | set -e; for d in src ui control; do make -C $d ; done > | make[1]: Entering directory `/usr/src/d211/src' > | make -C /usr/src/linux-source-2.6.18 SUBDIRS=/usr/src/d211 modules > | make[2]: Entering directory `/usr/src/linux-source-2.6.18' > | > | WARNING: Symbol version dump > | /usr/src/linux-source-2.6.18/Module.symvers is missing; modules will have > | no dependencies and modversions. > | > | Building modules, stage 2. > | MODPOST > | /bin/sh: scripts/mod/modpost: Nincs ilyen fájl vagy könyvtár > | make[3]: *** [__modpost] Error 127 > | make[2]: *** [modules] Error 2 > | make[2]: Leaving directory `/usr/src/linux-source-2.6.18' > | make[1]: *** [modules] Error 2 > | make[1]: Leaving directory `/usr/src/d211/src' > | make: *** [all] Error 2 > | > | > | Can anybody help me? > > http://www.linuxforums.org/forum/linux-kernel/108863-no-modpost-directory.h >tml look at this. > > you have everything necessary installed so that you can compile > programs, and what directory are you in when you are trying to do this? Yes, i have. Directory is /usr/src/d211 -- Kum Gabor www.kumgabor.hu -- To UNSUBSCRIBE, email to debian-user-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: Nokia D211 cardphone driver compiling on EtchOn Saturday 17 May 2008 16:41, steve wrote:
> Kum Gabor wrote: > | Hello All! > | > | I have a problem with compiling the Nokia D211 cardphone driver on Etch. > | I downloaded driver from here: http://d211.sourceforge.net/ > | And do everythin how written here: http://tuxmobil.org/nokia_d211.html > | > | But happens this: > | # make all > | set -e; for d in src ui control; do make -C $d ; done > | make[1]: Entering directory `/usr/src/d211/src' > | make -C /usr/src/linux-source-2.6.18 SUBDIRS=/usr/src/d211 modules > | make[2]: Entering directory `/usr/src/linux-source-2.6.18' > | > | WARNING: Symbol version dump > | /usr/src/linux-source-2.6.18/Module.symvers is missing; modules will have > | no dependencies and modversions. > | > | Building modules, stage 2. > | MODPOST > | /bin/sh: scripts/mod/modpost: Nincs ilyen fájl vagy könyvtár > | make[3]: *** [__modpost] Error 127 > | make[2]: *** [modules] Error 2 > | make[2]: Leaving directory `/usr/src/linux-source-2.6.18' > | make[1]: *** [modules] Error 2 > | make[1]: Leaving directory `/usr/src/d211/src' > | make: *** [all] Error 2 > | > | > | Can anybody help me? > > http://www.linuxforums.org/forum/linux-kernel/108863-no-modpost-directory.h >tml look at this. > > you have everything necessary installed so that you can compile > programs, and what directory are you in when you are trying to do this? # make scripts/mod/modpos make: *** No rule to make target `scripts/mod/modpos'. Stop. -- Kum Gabor www.kumgabor.hu -- To UNSUBSCRIBE, email to debian-user-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
| Free Forum Powered by Nabble | Forum Help |