Click to See Complete Forum and Search --> : Lucent Driver issues.


recluse
03-28-2001, 09:11 PM
When I gave the ./ltinst command, I just get the error that no such command exsist or something very similar. I've tried it logged in as root and just a normal user and have made sure I'm pointing to the correct dir. Any ideas on how to fix this?
Thanks guys (and gals)!

quandary
03-28-2001, 09:27 PM
Did you run ./build_module first? The ltmodem-5.78e directory containing the ltinst script won't appear until after you do that. If you did run ./build_module, then I'd guess you're getting that error because the script didn't work properly.

recluse
03-30-2001, 12:52 AM
Now I get this when trying it.

Using /lib/modules/2.2.17-21mdk/misc/ltmodem.o
Warning: kernel-module version mismatch
/lib/modules/2.2.17-21mdk/misc/ltmodem.o was compiled for kernel
version 2.2.12-20
while this kernel is version 2.2.17-21mdk

/lib/modules/2.2.17-21mdk/misc/ltmodem.o: create_module: Operation not
permitted
rm: cannot unlink `/dev/ttyS14': Permission denied
mknod: /dev/ttyS14: Operation not permitted
rm: cannot unlink `/dev/modem': Permission denied
ln: /dev/modem: File exists
cp: overwrite `/lib/modules/2.2.17-21mdk/misc/ltmodem.o', overriding mode
0644? su
cp: cannot create regular file `/lib/modules/2.2.17-21mdk/misc/ltmodem.o':
Permission denied
./ltinst: /etc/rc.d/rc.local: Permission denied
[geordan@localhost tmp]$ su
Password:
[root@localhost tmp]# ./ltinst
insmod: ltmodem: no module by that name found
[root@localhost tmp]#

As you see I tried to do it as root but to no avail, any insight on this topic would be appreciated. :)

quandary
03-30-2001, 01:19 AM
The reason for the 'permission denied' errors is that the build_module script needs to be run as root as well. Try doing it that way and see how it goes.