Firas, Not that within ModemData.txt---------Compiling resources appear complete: make utility - /usr/bin/make Compiler version 4.1 kernel_headers base folder /lib/modules/2.6.17-10-generic/build---------so the compiling set up was OK. Brian, On my System the compile is OK per below.Please copy yours to us. Just do:$ make clean$ make 2>&1 | tee martian.txtand send us the martian.txt record. MarvS=======I renamed the original unpacked folder martian/ to martian-20061203/This should not effect the compile though. $ makemake -C kmodule/ modulesmake[1]: Entering directory `/usr/src/modules/martian-20061203/kmodule'make -C /lib/modules/2.6.20-15-generic/buildM="/usr/src/modules/martian-20061203/kmodule" modulesmake[2]: Entering directory `/usr/src/linux-headers-2.6.20-15-generic' CC [M] /usr/src/modules/martian-20061203/kmodule/martian.o/usr/src/modules/martian-20061203/kmodule/martian.c: In function 'martian_isr':/usr/src/modules/martian-20061203/kmodule/martian.c:160: warning:value computed is not used/usr/src/modules/martian-20061203/kmodule/martian.c: In function 'martian_add':/usr/src/modules/martian-20061203/kmodule/martian.c:662: warning:passing argument 2 of 'request_irq' from incompatible pointer type CC [M] /usr/src/modules/martian-20061203/kmodule/marsio.o CC [M] /usr/src/modules/martian-20061203/kmodule/mfifo.o LD [M] /usr/src/modules/martian-20061203/kmodule/martian_dev.o Building modules, stage 2. MODPOST 1 modules CC /usr/src/modules/martian-20061203/kmodule/martian_dev.mod.o LD [M] /usr/src/modules/martian-20061203/kmodule/martian_dev.komake[2]: Leaving directory `/usr/src/linux-headers-2.6.20-15-generic'make[1]: Leaving directory `/usr/src/modules/martian-20061203/kmodule'make -C modem/ allmake[1]: Entering directory `/usr/src/modules/martian-20061203/modem'-e CC main.o-e CC dumpers.o-e CC log.o-e CC session.o-e CC mport.o-e CC pty.o-e CC sysdep.o-e CC isr.o-e CC smp.o-e CC core_if.o-e CC coresubst.o-e CC link.o-e CC tweakrelocsdynamic.o-e CC coreadd.o-e CC elf386tweakrelocs-e LD marscore.o-e TWEAK marscore.o-e LD martian_modemmake[1]: Leaving directory `/usr/src/modules/martian-20061203/modem' On 5/10/07, Firas Kraïem <fkraiem@xxxxxxx> wrote:> Brian>> To compile stuff on Ubuntu, you neet to install the packages containin the C> compiler and your kernel headers.>> $ sudo apt-get install build-essential linux-headers-$(uname -r)>> Don't worry, you won't need to go online to get those packagesn the'yre on> your Ubuntu CD. Then download those two files in Windows and copy them on> your desktop in Ubuntu :>> http://phep2.technion.ac.il/linmodems/packages/ltmodem/kernel-2.6/martian/martian-20061203.tar.bz2> http://phep2.technion.ac.il/linmodems/packages/ltmodem/kernel-2.6/martian/martian-full-20061203.tar.gz>> Then, in Ubuntu, open a terminal and do the following (be careful not to make> typos !) :>> $ cd> $ mkdir modem> $ mkdir modem/tmp> $ mv Desktop/martian* modem> $ cd modem> $ tar xjvf martian-20061203.tar.bz2> $ tar xzvf martian-full-20061203.tar.gz -C tmp> $ cd martian> $ cp ../tmp/martian/modem/ltmdmobj.o modem> $ make clean> $ make> $ sudo make install> $ sudo depmod -a> $ sudo modprobe martian_dev> $ sudo martian_modem>> The daemon for your modem should run in the current terminal window so you'll> perhaps need to open another one here. Next, we're going to configure it with> wvdial, first make sure it's installed :>> $ sudo apt-get install wvdial>> Then run the configuration utility :>> $ sudo wvdialconf /etc/wvdial.conf>> And edit the config file to fill in your ISPs phone number as well as your> login and password :>> $ sudo nano -w /etc/wvdial.conf>> When you're done editing, save the file (Ctrl+O, Enter to confirm) and exit> nano (Ctrl+X). You should then be able to dial with :>> $ sudo wvdial>> Good luck, feel free to write back if you face problems.>> Firas.>>> On Thursday 10 May 2007 04:24:05 Brian Voss wrote:> > I am new to linux and the instructions in DriverCompiling are beyond me.> >> > I have run scanModem and read all the files in Modem. I then installed the> > package lib6-dev and its dependencies, following instructions in AgereDSP.> > I downloaded martian-full-20060727.tar.gz, per instructions in ModemData> > and AgereDSP. I unzipped this to produce a folder called 164x. I changed> > directories to the 164x folder, ran make clean, which seemed to work, then> > make, which did not seem to work and produced multiple warnings.> >> > I have read DriverCompiling repeatedly, but my limited understanding of the> > linux system is not enough to allow me to progress further.> >> > That brings me back to using a WinXP machine to send this email and ask for> > help for a raw novice!> >> > Thank you, Brian>>>> --> () ascii ribbon campaign - against html e-mail> /\ www.asciiribbon.org - against proprietary attachments>>