Jose Silva wrote: > I´m using Mandriva 2006 x86_64 version, and I tried setting up my > SpeedTouch 330 (silver) modem, using the instructions on the Mandriva > section. > There´s also this error message, that I think it is related to br2684ctl: > >> Feb 16 13:17:33 localhost dial: br2684ctl: error while loading shared >> libraries: libatm.so.1: cannot open shared object file: No such file >> or directory
Try compiling the br2684ctl yourself. Save this file as br2684ctl.c http://www.linux-usb.org/SpeedTouch/LFS/brctl-010226.c Compile it with the command gcc -o br2684ctl br2684ctl.c -latm At least, that's the command to compile it on a 32 bit system. It may be different on a 64 bit system. The main thing is to compile it linked against your 64 bit libraries. Andy Liste de diffusion modem ALCATEL SpeedTouch USB Pour se d�sinscrire : mailto:[EMAIL PROTECTED]
