Re: 536 not compiling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The other file referenced above works:

root@slax:~/INTEL/intel-536EP-2.56.76.0# make clean
cd coredrv; make clean
make[1]: Entering directory `/root/INTEL/intel-536EP-2.56.76.0/coredrv'
rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *.o *~ core Module.* modules.*
rm -rf .tmp_versions
make[1]: Leaving directory `/root/INTEL/intel-536EP-2.56.76.0/coredrv'
rm -f *.o *.ko
root@slax:~/INTEL/intel-536EP-2.56.76.0# make 536
   Module precompile check
   Current running kernel is: 2.6.27.8
   /lib/modules...   autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
   autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
   version.h matches running kernel
uname -r|grep "2.6" && \
        cd coredrv && make 536core_26 && \
        cp Intel536.ko .. && cd .. && \
        strip --strip-debug Intel536.ko && \
        exit; \
        ls Intel536.ko >/dev/null 2>&1 ||  uname -r | grep "2.6" &&
echo "Failed to build driver" && exit; \
        if [  ]; then \
        cd coredrv; make TARGET=TARGET_SELAH KERNEL_SOURCE_PATH=
"PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" 536core; \
        else \
        cd coredrv; make TARGET=TARGET_SELAH
KERNEL_INCLUDES=/lib/modules/`uname -r`/build/include \
       "PSTN_DEF=-DTARGET_SELAH -DTARGET_LINUX -DLINUX" 536core; \
        fi ; \
        cp Intel536.o .. ; \
        if [ -a /boot/vmlinuz.version.h ]; then \
        cp /boot/vmlinuz.version.h /lib/modules/`uname
-r`/build/include/linux/version.h;\
        fi
2.6.27.8
make[1]: Entering directory `/root/INTEL/intel-536EP-2.56.76.0/coredrv'
make -C /lib/modules/2.6.27.8/build
SUBDIRS=/root/INTEL/intel-536EP-2.56.76.0/coredrv modules
make[2]: Entering directory `/usr/src/linux-2.6.27.8'

  WARNING: Symbol version dump /usr/src/linux-2.6.27.8/Module.symvers
           is missing; modules will have no dependencies and modversions.

  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/coredrv.o
  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/clmmain.o
  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/rts.o
  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/task.o
  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/uart.o
  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/wwh_dflt.o
  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/locks.o
  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/softserial_io.o
  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/softserial_ioctl.o
  CC [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/softserial.o
  LD [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/Intel536.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /root/INTEL/intel-536EP-2.56.76.0/coredrv/Intel536.mod.o
  LD [M]  /root/INTEL/intel-536EP-2.56.76.0/coredrv/Intel536.ko
make[2]: Leaving directory `/usr/src/linux-2.6.27.8'
make[1]: Leaving directory `/root/INTEL/intel-536EP-2.56.76.0/coredrv'
root@slax:~/INTEL/intel-536EP-2.56.76.0# make install
rm -f /etc/hamregistry.bin
bash Intel536_inst
running kernel 2.6.27.8
installing hamregistry, used for persistant storage
installing Intel536 driver
unknown distribution - no boot scripts have been installed
make: *** [install] Error 1


Try it and report back.

It failed to install in my case because I don't have Intel 536 EP
modem.  Try it out and report back.

Regards,

Antonio

On 5/2/09, Antonio Olivares <olivares14031@xxxxxxxxx> wrote:
> I tried to compile the file that you have gotten, and it bombs out
> with different error:
>
> root@slax:~/INTEL/intel-536-537# make clean
> cd coredrv; make clean
> make[1]: Entering directory `/root/INTEL/intel-536-537/coredrv'
> rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *.o *~ core Module.* modules.*
> rm -rf .tmp_versions
> make[1]: Leaving directory `/root/INTEL/intel-536-537/coredrv'
> rm -f *.o *.ko
> root@slax:~/INTEL/intel-536-537# make 536
> cd coredrv; make clean
> make[1]: Entering directory `/root/INTEL/intel-536-537/coredrv'
> rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *.o *~ core Module.* modules.*
> rm -rf .tmp_versions
> make[1]: Leaving directory `/root/INTEL/intel-536-537/coredrv'
> rm -f *.o *.ko
>    Module precompile check
>    Current running kernel is: 2.6.27.8
>    /lib/modules...   autoconf.h exists
> diff: /boot/vmlinuz.autoconf.h: No such file or directory
>    autoconf.h matches running kernel
> diff: /boot/vmlinuz.version.h: No such file or directory
>    version.h matches running kernel
> make[1]: Entering directory `/root/INTEL/intel-536-537'
>  Not a 536EP phone modem board
> make[1]: Leaving directory `/root/INTEL/intel-536-537'
>
>
> Why don't you try the file from LinModems Resource Page:
>
> http://linmodems.technion.ac.il/packages/intel/Philippe.Vouters/intel-536EP-2.56.76.0_2009_02_08.tar.bz2
>
> Maybe this one will work?
>
> Regards,
>
> Antonio
>
> On 5/2/09, S Pinker <stephenpinker79@xxxxxxxxx> wrote:
>>
>> http://vouters.dyndns.org:8080/Intel/intel-536EP-537EP_2009_02_24.tar.bz2
>>
>>
>> Cannot get 536ep to compile. Unzipped tarball files to
>> /usr/src/intel-536-537
>>
>>
>> root@EMONSTER:/usr/src/intel-536-537# make 536
>> cd coredrv; make clean
>> make[1]: Entering directory `/usr/src/intel-536-537/coredrv'
>> rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *.o *~ core Module.* modules.*
>> rm -rf .tmp_versions
>> make[1]: Leaving directory `/usr/src/intel-536-537/coredrv'
>> rm -f *.o *.ko
>>    Module precompile check
>>    Current running kernel is: 2.6.28-11-generic
>>    /lib/modules...   autoconf.h exists
>> diff: /boot/vmlinuz.autoconf.h: No such file or directory
>>    autoconf.h matches running kernel
>> diff: /boot/vmlinuz.version.h: No such file or directory
>>    version.h matches running kernel
>> /bin/sh: [[: not found
>> /bin/sh: [[: not found
>> /bin/sh: [[: not found
>> /bin/sh: [[: not found
>> /bin/sh: /lspci: not found
>> make[1]: Entering directory `/usr/src/intel-536-537'
>>  Not a 536EP phone modem board
>> make[1]: Leaving directory `/usr/src/intel-536-537'
>> root@EMONSTER:/usr/src/intel-536-537#
>>
>>
>>
>> root@EMONSTER:/usr/src/intel-536-537# lspci | grep 536
>> 02:01.0 Communication controller: Intel Corporation 536EP Data Fax Modem
>>
>>
>> Running on a fresh install of Ubuntu Jaunty 9.04.
>>
>>
>>
>>
>

[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux