olistudent
IPPF-Urgestein
- Mitglied seit
- 19 Okt 2004
- Beiträge
- 14,787
- Punkte für Reaktionen
- 13
- Punkte
- 38
Vielen Dank für eure Arbeit, es funktioniert jetzt mit Verschlüsselung!![]()
modprobe: module sha1 not found in modules.dep
modprobe: can't load module ppp_mppe_mppc (kernel/drivers/net/ppp_mppe_mppc.ko): No such device
Starting pptp ... failed.
CC [M] fs/coda/symlink.o
CC [M] fs/coda/pioctl.o
CC [M] fs/coda/sysctl.o
LD [M] fs/coda/coda.o
CC [M] fs/exportfs/expfs.o
CC [M] drivers/net/ppp_async.o
LD [M] fs/exportfs/exportfs.o
CC [M] fs/ext4/balloc.o
CC [M] drivers/net/ppp_synctty.o
CC [M] fs/ext4/bitmap.o
CC [M] fs/ext4/dir.o
CC [M] drivers/net/ppp_deflate.o
CC [M] drivers/net/ppp_mppe_mppc.o
drivers/net/ppp_mppe_mppc.c: In function 'setup_sg':
drivers/net/ppp_mppe_mppc.c:97: warning: assignment makes integer from pointer without a cast
drivers/net/ppp_mppe_mppc.c: In function 'arc4_setkey':
drivers/net/ppp_mppe_mppc.c:107: warning: passing argument 1 of 'crypto_cipher_setkey' from incompatible pointer type
include/linux/crypto.h:1127: note: expected 'struct crypto_cipher *' but argument is of type 'struct crypto_tfm *'
drivers/net/ppp_mppe_mppc.c: In function 'arc4_encrypt':
drivers/net/ppp_mppe_mppc.c:117: warning: passing argument 1 of 'crypto_cipher_encrypt_one' from incompatible pointer type
include/linux/crypto.h:1134: note: expected 'struct crypto_cipher *' but argument is of type 'struct crypto_tfm *'
drivers/net/ppp_mppe_mppc.c: In function 'mppc_compress':
drivers/net/ppp_mppe_mppc.c:636: warning: value computed is not used
drivers/net/ppp_mppe_mppc.c: In function 'mppe_module_init':
drivers/net/ppp_mppe_mppc.c:1273: warning: 'crypto_alg_available' is deprecated (declared at include/linux/crypto.h:346)
drivers/net/ppp_mppe_mppc.c:1273: warning: 'crypto_alg_available' is deprecated (declared at include/linux/crypto.h:346)
CC [M] fs/ext4/file.o
CC [M] fs/ext4/fsync.o
CC [M] fs/ext4/ialloc.o
CC [M] drivers/net/pppox.o
CC [M] drivers/net/pppoe.o
CC [M] fs/ext4/inode.o
CC [M] drivers/net/slhc.o
CC [M] drivers/net/dummy.o
Hi Leute,
Wenn ich pptp-client (nicht pptpd) im freetz-devel-7438M auf meiner 7270v2 starten will, bekomme ich die Meldung:
Code:modprobe: module sha1 not found in modules.dep
Was mir gerade noch einfällt.
Auf Seite 1 von diesem Thread, ganz unten, gibt es so einen Patch. Den hab ich todesmutig ausprobieren wollen, hatte aber keinen Erfolg. nachdem ich diese zeile "patch ...." ausgeführt habe, passierte Minuten lang gar nichts. Hab dann abgebrochen. auch mit --verbos option gab es keine Ausgabe.
Mache ich etwas falsch? Ist der Patch überhaupt noch für den aktuellen Trunk anwendbar?
cheers
Lese weiter oben olistudent hat den Patch bereits eingepflegt!
FREETZ_MODULE_sha1_generic=y
FREETZ_MODULE_ppp_mppe_mppc=y
/lib/modules/3.0.0-1-686-pae/kernel/crypto/sha1_generic.ko
cd freetz-trunk
find ./ -name modules.dep | grep modified
egrep -i 'sha1|ppp_mppe_mppc' /path/to/modules.dep
Kann man denn pptp irgendwie überreden, dass es sha1_generic laden soll?
rocki@ServerOffice:~/freetz/freetz-trunk$ find build/modified/ -name '*.ko' | egrep -i 'sha1|ppp_mppe_mppc'
build/modified/filesystem/lib/modules/2.6.32.21/kernel/drivers/net/ppp_mppe_mppc.ko
build/modified/filesystem/lib/modules/2.6.32.21/kernel/crypto/sha1_generic.ko
root@fritz:/lib# find -name '*.ko' | egrep -i 'sha1|ppp_mppe_mppc'
./modules/2.6.32.21/kernel/crypto/sha1_generic.ko
./modules/2.6.32.21/kernel/drivers/net/ppp_mppe_mppc.ko