Lilia, Here: > make KERNEL_DIR=/lib/modules/2.6.24-23-generic -r/build Put instead make KERNEL_DIR=/lib/modules/`uname -r`/build and it should work. Note ` not ' or " . or if you dont have a ` on your keyboard then put make KERNEL_DIR=/lib/modules/2.6.24-23<TAB key>/build press the <TAB KEY> to complete the generic tag and add the build. This should make it work. Follow the instructions as they were before. If something does not work, please post error messages. Regards, Antonio On Sun, Jun 14, 2009 at 8:56 AM, lilia<y5454272536@xxxxxxxxxxxx> wrote: > Thanks Antonio: > > I did this according yours instructions: > >>1) download >>http://linmodems.technion.ac.il/packages/smartlink/slmodem-2.9.11-20090222.tar.gz >>and >>http://linmodems.technion.ac.il/packages/smartlink/ungrab-winmodem-20080126.tar.gz >> >>extact them with >>$ tar -zxvf slmodem-2.9.11-20090222.tar.gz >>and >>$ tar -zxvf ungrab-winmodem-20080126.tar.gz >>$ cd slmodem-2.9.11-20090222 >>$ make KERNEL_DIR=/lib/modules/`uname -r`/build > > I write this last order like this: > > make KERNEL_DIR=/lib/modules/2.6.24-23-generic -r/build > > (¿is an error not include the apostrophes?) > > Them I have obtained the next messages: > > make: opción inválida -- / > make: opción inválida -- u > Modo de empleo: make [opciones] [objetivo] ... > Opciones: > [...lista de opciones...] > Este programa fue construido para i486-pc-linux-gnu > Informe sobre los errores a <bug-make@xxxxxxx> > > And them exit to shell. > I think is because the slmodem-2.9.11-20090222.tar.gz I have used and > the version I'd installed is ubuntu-8.04.2-desktop-i386 > > ¿Which is the next step I can do? > > Thanks > Lilia >