Gerry,
Can you please tell me the result of the following command:
ls /etc/*-release
If nothing is found, what is the result of
ls /etc | grep -i release ( | is vertical bar usually on key \ )
If still nothing found, what is the result of
ls /etc | grep -i ubuntu
The command sudo make install fails because it expects something
like /etc/kubuntu-release or /etc/ubuntu-release
If none of the three ls gives any result, then please check
that you have a directory
/etc/init.d
and a series of directories such as
/etc/rc2.d with more values for this "2", normally 0 through 6.
If the answer is positive for init.d AND for rcN.d, then
sudo touch /etc/ubuntu-release
cd to your intel-536EP-2.56.76.0
and restart the command sequence with
sudo make install
which should now complete without error.
sudo wvdialconf /etc/wvdial.conf too will work, etc...
More details below may be of interest to experts.
Marvin Stodolsky wrote:
G&M
Are you using the software from:
http://phep2.technion.ac.il/linmodems/packages/Intel/Philippe.Vouters/
All is obsolete for 2.6.17-10-generic
Marv,
What do you mean by all?
All files in .../Philippe.Vouters ??
http://linmodems.technion.ac.il/bigarch/archive-seventh/msg00246.html
Gerry uses that specific file, intel-536EP-2.56.76.0_19_01_2007.tgz
Let us remember though that nobody supports Philippe who therefore does
not have a 536 modem.
Here one should not that Gerry unfortunately has no alternate to hand
copying.
At the last level I asked Gerry to run a sequence of commands and store
the output in a file arbitrarily named worklog.txt
I have added below to his mail, with a leading === identifier, the
suggested commands. To understand why these commands, a look at the
double thread in the archive may be necessary.
This worklog leads straight to the problem when it reaches make install.
On 2/13/07, Gerry & Marion Stannett <gamstan1@xxxxxxxxxxxx> wrote:
Here is the readout worklog.text:\
=== cd /home/gerry
=== rm -rf intel-536EP-2.56.76.0
=== tar zxf intel-536EP-2.56.76.0_19_01_2007.tgz
=== cd intel-536EP-2.56.76.0
=== ls -alR | tee worklog.txt
total 80
drwxr-xr-x 3 gerry gerry 4096 2007-02-12 11:56.
drwxr-xr-x 10 gerry gerry 4096 2007-02-12 11:55..
-rwxr-xr-- 1 gerry gerry 4252 2007-01-10 06:19 config_check
drwxr-xr-x 2 gerry gerry 4096 2007-01-18 19:51 coredrv
-rwxr-xr-x 1 gerry gerry 19667 2004-07-09 07:34 hamregistry
-rwxr-xr-x 1 gerry gerry 3257 2006-08-25 07:20 intel536_boot
-rwxr-xr-x 1 gerry gerry 7339 2006-09-05 17:39 intel536_inst
-rwx------ 1 gerry gerry 1893 2004-07-09 07:34 license.txt
-rwx------ 1 gerry gerry 1813 2007-01-10 06:18 makefile
-rwx------ 1 gerry gerry 18781 2004-07-09 07:34 readme.txt
-rw-r--r-- 1 gerry gerry 0 2007-02-12 11:56 worklog.txt
./coredrv:
total 1392
drwxr-xr-x 2 gerry gerry 4096 2007-01-18 19:51 .
drwxr-xr-x 3 gerry gerry 4096 2007-02-12 11:56 ..
-rw-r--r-- 1 gerry gerry 1036127 2004-07-09 07:34 536core.lib
============== ALL THAT LONG LS BECAUSE 536core.lib HAD BEEN REPORTED
================MISSING
-rwx------ 1 gerry gerry 17662 2006-10-07 13:00clmmain.c
-rwx------ 1 gerry gerry 25038 2007-01-18 19:19 coredrv.c
-rwx------ 1 gerry gerry 9417 2006-08-07 06:24 hamcore.h
-rwx------ 1 gerry gerry 2822 2006-10-19 15:16 hamdefs.h
-rwx------ 1 gerry gerry 13426 2006-03-11 10:16 lock_lin.h
-rwx------ 1 gerry gerry 10392 2006-09-20 03:27 locks.c
-rwx------ 1 gerry gerry 1068 2006-10-07 03:23 Makefile
-rw-r--r-- 1 gerry gerry 100 2006-10-19 15:09 Module.symvers
-rwx------ 1 gerry gerry 9093 2006-10-07 10:36 rts.c
-rwx------ 1 gerry gerry 3600 2006-03-11 10:16 rts.h
-rwx------ 1 gerry gerry 2891 2006-09-02 08:33 softcore.h
-rwx------ 1 gerry gerry 13124 2006-08-07 05:59 softserial.c
-rwx------ 1 gerry gerry 3904 2006-07-30 04:11 softserial.h
-rwx------ 1 gerry gerry 10098 2006-10-06 16:19
softserial_io.c
-rwx------ 1 gerry gerry 7682 2006-07-28 00:21
softserial_ioctl.c
-rwx------ 1 gerry gerry 1962 2006-03-11 10:16 sys_ver.h
-rwx------ 1 gerry gerry 7637 2006-08-24 02:00 task.c
-rwx------ 1 gerry gerry 3341 2006-03-11 10:16 tasker.h
-rwx------ 1 gerry gerry 25376 2006-08-23 14:17 uart.c
-rwx------ 1 gerry gerry 6028 2006-07-27 03:39 uart.h
-rwx------ 1 gerry gerry 149209 2006-03-11 10:16 wwh_dflt.c
-rwx------ 1 gerry gerry 2364 2006-03-11 10:16 wwh_dflt.h
=== make clean
cd coredrv; make clean
make[1] : Entering directory
` /home/gerry/intel-536EP-2.56.76.0/coredrv'
rm -f *.ko .*.o.cmd *.mod.c .*.ko.cmd *. *~ core
Modules.symvers
rm -rf .tmp_versions
make[1]: Leaving directory
` /home/gerry/intel-536EP-2.56.76.0/coredrv'
rm -f *.o *.ko
=== make 536
Module precompile check
Current running kernel is: 2.6.17-10-generic
/lib/modules... autoconf .h exists
autoconf .h matches running kernel
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/bmlinuz.version.h ]; then \
cp /boot/vmlinuz.version.h /lib/modules/`uname
-r` /build/include/linux/version.h;\
fi
2.6.17-10-generic
make[1]: Entering directory
`/home/gerry/intel-536EP-2.56.76.0/coredrv'
make C /lib/modules/2.6.17-10-generic/build
SUBDIRS=/home/gerry/intel-536EP-2.56.76.0/coredrv
modules
make[2]: Entering directory
`/usr/src/linux-headers-2.6.17-10-generic'
CC [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/clmmain.o
CC [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/rts.o
CC [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/task.o
CC [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/uart.o
CC [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/wwh_dflt.o
CC [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/locks.o
CC [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/softserial_i
o.o
CC [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/softserial_i
octl.o
CC [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/softserial.o
LD [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/intel536.o
Building modules, stage 2.
MODPOST
CC
/home/gerry/intel-536EP-2.56.76.0/coredrv/Intel536.mod
.o
LD [M]
/home/gerry/intel-536EP-2.56.76.0/coredrv/intel536.ko
make[2]: Leaving directory
`/usr/src/linux-headers-2.6.17-10-generic'
make[1]: Leaving directory
`/home/gerry/intel-536EP-2.56.76.0/coredrv'
=== make install
rm - f /etc/hamregistry.bin
bash Intel536_inst
running kernel 2.6.17-10-generic
installing hamregistry, used for persistant storage
installing Intel536 driver
unknown distribution - no boot scripts have been installed
========== HERE IS THE PROBLEM!
========== SCRIPT Intel536_inst fails to identify the distribution,
========== the driver module is not installed, and all the rest is a
========== direct consequence.
========== HENCE MY QUESTION TO GERRY AT THE TOP OF THE PRESENT REPLY.
Editing ` /etc/wvdial.conf' .
Scanning your serial ports for a modem.
Sorry, no modem was detected! Is it in use by another program?
Did you configure it properly with setserial?
Please read the FAQ at http://open.nit.ca/wiki/?WvDial
If you still have problems, send mail to <wvdial-list@xxxxxxxxxxxx>.
[Dialer Defaults]
Phone =
Username =
Password =
New PPPD = yes