MarvS,
Thank you so much for the help.
Unfortunately:
[root@sleeth2 intel-537EP_secure-2.60.80.0]# make clean
cd coredrv; make clean
make[1]: Entering directory `/home/intel-537EP_secure-2.60.80.0/coredrv'
rm -f *.ko *.o *~ core
make[1]: Leaving directory `/home/intel-537EP_secure-2.60.80.0/coredrv'
rm -f *.o *.ko
[root@sleeth2 intel-537EP_secure-2.60.80.0]# export MODEM_TYPE=537
[root@sleeth2 intel-537EP_secure-2.60.80.0]# make 537
Module precompile check
Current running kernel is: 2.6.11-1.1369_FC4
/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
2.6.11-1.1369_FC4
make[1]: Entering directory `/home/intel-537EP_secure-2.60.80.0/coredrv'
make -C /lib/modules/2.6.11-1.1369_FC4/build
SUBDIRS=/home/intel-537EP_secure-2.60.80.0/coredrv modules
make[2]: Entering directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
CC [M] /home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: type
defaults to âintâ in declaration of âEXPORT_SYMBOL_NOVERSâ
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning:
parameter names (without types) in function declaration
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: data
definition has no type or storage class
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function
âpower_callbackâ:
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error:
âPM_SAVE_STATEâ undeclared (first use in this function)
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: (Each
undeclared identifier is reported only once
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: for
each function it appears in.)
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function
âsoftcore_init_structâ:
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:336: warning:
assignment from incompatible pointer type
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function âopenâ:
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:394: warning:
âpm_registerâ is deprecated (declared at include/linux/pm.h:106)
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function âcloseâ:
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:416: warning:
âpm_unregisterâ is deprecated (declared at include/linux/pm.h:111)
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function
âhamproc_writeâ:
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:660: warning:
ignoring return value of âcopy_from_userâ, declared with attribute
warn_unused_result
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: At top level:
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:754: warning:
initialization from incompatible pointer type
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:755: warning:
initialization from incompatible pointer type
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function
âkScheduleDPCâ:
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:861: warning:
implicit declaration of function âpm_accessâ
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function
âdspdrv_CommRamISRâ:
/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:877: warning:
function declaration isnât a prototype
make[3]: *** [/home/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o] Error 1
make[2]: *** [_module_/home/intel-537EP_secure-2.60.80.0/coredrv] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.11-1.1369_FC4-i686'
make[1]: *** [537core_26] Error 2
make[1]: Leaving directory `/home/intel-537EP_secure-2.60.80.0/coredrv'
2.6.11-1.1369_FC4
Failed to build driver
[root@sleeth2 intel-537EP_secure-2.60.80.0]# ls *.ko
ls: *.ko: No such file or directory
[root@sleeth2 intel-537EP_secure-2.60.80.0]#
Marvin Stodolsky wrote:
John
Do in sequnece
# make clean
# export MODEM_TYPE=537
which will be read from the Environment when you:
# make 537
when completed
# ls *.ko
should show:
Intel537.ko
Only them can you have a success with a following:
# make install
MarvS
On 8/16/07, John Sheflin <jsheflin@xxxxxxxxx> wrote:
Marvin Stodolsky wrote:
John,
Linux version 2.6.11-1.1369_FC4 may be too old to work with
intel-537EP_secure-2.60.80.1
Probably best to update to a more current Fedora,
as there is little virtue on our spending time with nor older kernel problems
Also when you send into again,
do send in the script output including the failure point.
Also let us know where you downloaded the Intel-537 package from.
Folks,
While not exactly a newbie, I'm a little freaked out to update on this
server as it has all my company's history and I don't have another
server to backup to yet. The other thing is, I heard that hylafax
doesn't work with newer Fedoras...
Would you pretty please consider helping me? With sugar on top?
I'm pretty much stumped and I really don't want to get a new machine
with a new modem. I bought an external modem, but the only connector I
have free on the server is a usb, and I could not get that to work.
Here is script output:
[root@sleeth2 intel-537EP_secure-2.60.80.1]# make clean
cd coredrv; make clean
make[1]: Entering directory
`/home/home/philippe/intel-537EP_secure-2.60.80.1/coredrv'
rm -f *.ko *.o .*.o.cmd *.mod.c *~ core .*.ko.cmd
rm -rf .tmp_versions
make[1]: Leaving directory
`/home/home/philippe/intel-537EP_secure-2.60.80.1/coredrv'
rm -f *.o *.ko
[root@sleeth2 intel-537EP_secure-2.60.80.1]# make 537
Module precompile check
Current running kernel is: 2.6.11-1.1369_FC4
/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
Modem type not determined.
$ export MODEM_TYPE=<type>
with type=537 or 537EP or 537SP or 537EA or 537AA
[root@sleeth2 intel-537EP_secure-2.60.80.1]# make install
rm -f /etc/hamregistry.bin
bash 537_inst
running kernel 2.6.11-1.1369_FC4
installing hamregistry, used for persistant storage
installing usrsound, a soft buzzer
installing 537 module
install: cannot stat `Intel537.ko': No such file or directory
make: *** [install] Error 1
[root@sleeth2 intel-537EP_secure-2.60.80.1]#
thanks,
John
MarvS
On 8/2/07, John Sheflin <jsheflin@xxxxxxxxx> wrote:
Hello,
Thanks in advance. Looking for some assistance on my modem issue.
I think I found the right driver, but:
[root@sleeth2 intel-537EP_secure-2.60.80.1]# ./config_check
Module precompile check
Current running kernel is: 2.6.11-1.1369_FC4
/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
thanks,
john
Only plain text email is forwarded by the DISCUSS@xxxxxxxxxxxxx List
Server.
Do use the following as the email Subject Line:
SomeName, YourCountry Fedora Core release 4 (Stentz)
Kernel kernel 2.6.11-1.1369_FC4
This will alert cogent experts, and distinguish cases in the Archives.
YourCountry will enable Country Code guidance.
Occassionally responses are blocked by an Internet Provider mail filters.
So in a day, also check the Archived responses at
http://www.linmodems.org .
Local Linux experts can be found through:
http://www.linux.org/groups/index.html
-------------------------- System information ----------------------------
CPU=i686, Fedora Core release 4 (Stentz)
Kernel
Linux version 2.6.11-1.1369_FC4 (bhcompile@xxxxxxxxxxxxxxxxxxxxxxxxxx)
(gcc version 4.0.0 20050525 (Red Hat 4.0.0-9)) #1 Thu Jun 2 22:55:56 EDT
2005
scanModem update of: 2007_August_01
ALSAversion
USB modem not detected.
Modem or host audio card candidates have firmware information:
PCI slot PCI ID SubsystemID Name
---------- --------- --------- --------------
01:01.0 8086:1080 1028:1000 Modem: Intel Corporation: Unknown device 1080
Modem interrupt assignment and sharing:
10: 15053 XT-PIC uhci_hcd:usb3
--- Bootup diagnostics for card in PCI slot 01:01.0 ----
ACPI: PCI Interrupt 0000:01:01.0[A] -> Link [LNKG] -> GSI 10 (level,
low) -> IRQ 10
=== Finished modem firmware and bootup diagnostics section. ===
=== Next deducing cogent software ===
For candidate modem in PCI bus: 01:01.0
Class 0703: 8086:1080 Modem: Intel Corporation: Unknown device 1080
Primary PCI_id 8086:1080
Support type needed or chipset: INTEL537EP
In 2006, Intel appears to have ceased updates for Linux.
For the INTEL537 and INTEL536 chipset modems, the most current support
is provided at:
http://phep2.technion.ac.il/linmodems/packages/intel/Philippe.Vouters/
But regular support is not available, see:
http://archives.linmodems.org/24939
:
The outdated official Intel support packages can be accessed through:
http://developer.intel.com/design/modems/support/drivers.htm
Read Intel.txt and Modem/YourSystem.txt for follow through guidance.
Writing Intel.txt
Completed candidate modem analyses.
The base of the UDEV device file system is: /dev/.udevdb
Versions adequately match for the compiler installed: 4.0.0
and the compiler used in kernel assembly: 4.0.0
Compiling resources appear complete:
make utility - /usr/bin/make
Compiler version 4.0
kernel_headers base folder /lib/modules/2.6.11-1.1369_FC4/build
If a driver compilation files with message including some lack of some
FileName.h (stdio.h for example.
Some additional kernel-header files need installation to /usr/include.
For Debian/Ubuntu related distributions, run the following command to
display the needed package list:
$ sudo apt-get -s install linux-kernel-devel
While some of the files may be on the install CD, others may have to be
found through http://packages.ubuntu.com
For Ubunut feisty, additional packages required were:
build-essential curl debhelper dpkg-dev g++ g++-4.1 gettext git-core gitk
html2text intltool-debian kernel-package kernel-wedge libc6-dev
libcurl3-gnutls libdigest-sha1-perl liberror-perl libstdc++6-4.1-dev
linux-libc-dev po-debconf rcs tcl8.4 tk8.4
Checking pppd properties:
-r-xr-xr-x 1 root root 250892 Nov 2 2004 /usr/sbin/pppd
In case of an "error 17" "serial loopback" problem, see:
http://phep2.technion.ac.il/linmodems/archive-sixth/msg02637.html
To enable dialout without Root permission do:
$ su - root (not for Ubuntu)
chmod a+x /usr/sbin/pppd
or under Ubuntu related Linuxes
chmod a+x /usr/sbin/pppd
Checking settings of: /etc/ppp/options
lock
In case of a message like:
Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
see http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html
Read Modem/YourSystem.txt concerning other COMM channels: eth0
Which can interfere with Browser naviagation.
Don't worry about the following, it is for the experts
should trouble shooting be necessary.
==========================================================
Checking for modem support lines:
--------------------------------------
/device/modem symbolic link:
slmodemd created symbolic link /dev/ttySL0:
Within /etc/udev/ files:
Within /etc/modprobe.conf files:
Within any ancient /etc/devfs files:
Within ancient kernel 2.4.n /etc/module.conf files:
--------- end modem support lines --------
--------------070100020207070504040703
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Apologies if this was already on the list, but I didn't see anything
and assume I would.<br>
<br>
I think I found the right driver, but:<br>
<br>
[root@sleeth2 intel-537EP_secure-2.60.80.1]# ./config_check<br>
Module precompile check<br>
Current running kernel is: 2.6.11-1.1369_FC4<br>
/lib/modules... autoconf.h exists<br>
diff: /boot/vmlinuz.autoconf.h: No such file or directory<br>
autoconf.h matches running kernel<br>
diff: /boot/vmlinuz.version.h: No such file or directory<br>
version.h matches running kernel<br>
<br>
<br>
thanks,<br>
john<br>
<br>
<br>
<pre wrap="">Only plain text email is forwarded by the <a
moz-do-not-send="true" class="moz-txt-link-abbreviated"
href="mailto:DISCUSS@xxxxxxxxxxxxx">DISCUSS@xxxxxxxxxxxxx</a> List Server.
Do use the following as the email Subject Line:
SomeName, YourCountry Fedora Core release 4 (Stentz)
Kernel kernel 2.6.11-1.1369_FC4
This will alert cogent experts, and distinguish cases in the Archives.
YourCountry will enable Country Code guidance.
Occassionally responses are blocked by an Internet Provider mail filters.
So in a day, also check the Archived responses at <a
moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://www.linmodems.org">http://www.linmodems.org</a> .
Local Linux experts can be found through: <a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="http://www.linux.org/groups/index.html">http://www.linux.org/groups/index.html</a>
-------------------------- System information ----------------------------
CPU=i686, Fedora Core release 4 (Stentz)
Kernel
Linux version 2.6.11-1.1369_FC4 (<a moz-do-not-send="true"
class="moz-txt-link-abbreviated"
href="mailto:bhcompile@xxxxxxxxxxxxxxxxxxxxxxxxxx">bhcompile@xxxxxxxxxxxxxxxxxxxxxxxxxx</a>)
(gcc version 4.0.0 20050525 (Red Hat 4.0.0-9)) #1 Thu Jun 2 22:55:56 EDT
2005
scanModem update of: 2007_August_01
ALSAversion
USB modem not detected.
Modem or host audio card candidates have firmware information:
PCI slot PCI ID SubsystemID Name
---------- --------- --------- --------------
01:01.0 8086:1080 1028:1000 Modem: Intel Corporation: Unknown device 1080
Modem interrupt assignment and sharing:
10: 15053 XT-PIC uhci_hcd:usb3
--- Bootup diagnostics for card in PCI slot 01:01.0 ----
ACPI: PCI Interrupt 0000:01:01.0[A] -> Link [LNKG] -> GSI 10
(level, low) -> IRQ 10
=== Finished modem firmware and bootup diagnostics section. ===
=== Next deducing cogent software ===
For candidate modem in PCI bus: 01:01.0
Class 0703: 8086:1080 Modem: Intel Corporation: Unknown device 1080
Primary PCI_id 8086:1080
Support type needed or chipset: INTEL537EP
In 2006, Intel appears to have ceased updates for Linux.
For the INTEL537 and INTEL536 chipset modems, the most current support
is provided at:
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://phep2.technion.ac.il/linmodems/packages/intel/Philippe.Vouters/">http://phep2.technion.ac.il/linmodems/packages/intel/Philippe.Vouters/</a>
But regular support is not available, see: <a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="http://archives.linmodems.org/24939">http://archives.linmodems.org/24939</a>
:
The outdated official Intel support packages can be accessed through:
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://developer.intel.com/design/modems/support/drivers.htm">http://developer.intel.com/design/modems/support/drivers.htm</a>
Read Intel.txt and Modem/YourSystem.txt for follow through guidance.
Writing Intel.txt
Completed candidate modem analyses.
The base of the UDEV device file system is: <i class="moz-txt-slash"><span
class="moz-txt-tag">/</span>dev<span
class="moz-txt-tag">/</span></i>.udevdb
Versions adequately match for the compiler installed: 4.0.0
and the compiler used in kernel assembly: 4.0.0
Compiling resources appear complete:
make utility - /usr/bin/make
Compiler version 4.0
kernel_headers base folder /lib/modules/2.6.11-1.1369_FC4/build
If a driver compilation files with message including some lack of some
FileName.h (stdio.h for example.
Some additional kernel-header files need installation to /usr/include.
For Debian/Ubuntu related distributions, run the following command to
display the needed package list:
$ sudo apt-get -s install linux-kernel-devel
While some of the files may be on the install CD, others may have to be
found through <a
moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://packages.ubuntu.com">http://packages.ubuntu.com</a>
For Ubunut feisty, additional packages required were:
build-essential curl debhelper dpkg-dev g++ g++-4.1 gettext git-core gitk
html2text intltool-debian kernel-package kernel-wedge libc6-dev
libcurl3-gnutls libdigest-sha1-perl liberror-perl libstdc++6-4.1-dev
linux-libc-dev po-debconf rcs tcl8.4 tk8.4
Checking pppd properties:
-r-xr-xr-x 1 root root 250892 Nov 2 2004 /usr/sbin/pppd
In case of an "error 17" "serial loopback" problem, see:
<a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://phep2.technion.ac.il/linmodems/archive-sixth/msg02637.html">http://phep2.technion.ac.il/linmodems/archive-sixth/msg02637.html</a>
To enable dialout without Root permission do:
$ su - root (not for Ubuntu)
chmod a+x /usr/sbin/pppd
or under Ubuntu related Linuxes
chmod a+x /usr/sbin/pppd
Checking settings of: /etc/ppp/options
lock
In case of a message like:
Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
see <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html">http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html</a>
Read Modem/YourSystem.txt concerning other COMM channels: eth0
Which can interfere with Browser naviagation.
Don't worry about the following, it is for the experts
should trouble shooting be necessary.
==========================================================
Checking for modem support lines:
--------------------------------------
/device/modem symbolic link:
slmodemd created symbolic link /dev/ttySL0:
Within <i class="moz-txt-slash"><span
class="moz-txt-tag">/</span>etc/udev<span
class="moz-txt-tag">/</span></i> files:
Within /etc/modprobe.conf files:
Within any ancient /etc/devfs files:
Within ancient kernel 2.4.n /etc/module.conf files:
--------- end modem support lines --------</pre>
<br>
</body>
</html>
--------------070100020207070504040703--