Adreas, Also be aware that winmodems generally are NOT suitable for supporting a dial-in server operation. On the more expensive Controller Chipset modem cards, all the signal processing proceeds on the modem card and the processing streams from distinct modems remain separated. In contrast for winmodems, the signal streams all pass through the CPU. The coding effort for these cheap "consumer" devices was NOT robust enough to support dial-in server processes. A few years back there was some experimentation in this direction under Linux. But as warned by Agere/Lucent staff, robust service could not be achieved. MarvS On 3/14/07, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote:
Andreas, At http://ltmodem.heby.de/ go into the archive. Get the linux830.zip and try working with that. None of us except perhaps Jacques has a 2.6.2n system installed any longer. So it would not be feasible to work on your particular problem environment. MarvS ltmodem co-maintainer On 3/14/07, Andreas Nagel <AnNa8750@xxxxxxxx> wrote: > Hi > > I'm having problems compiling modem drivers on a EISFair-Server > (www.eisfair.org)- any help appreciated. > > ./build-modules fails with: > > Makefile:103: warning: overriding commands for target `uninstall' > Makefile.2.4:170: warning: ignoring old commands for target `uninstall' > gcc: Internal compiler error: program cc1 got fatal signal 11 > {standard input}: Assembler messages: > {standard input}:0: Warning: end of file not at end of a line; newline > inserted > make: *** [ltmodem.a] Error 1 > > BLDrecord.txt: > > > Together with information included in DOCs/ > this report may enable you to solve problems. > But if further help is needed, send BLDrecord.txt to discuss@xxxxxxxxxxxxx > Please use the following in the email Subject Line: > SUBJECT=Lucent modem, Not_identified 2.4.26-1 > > DISTRO= > DISTR=Not_identified > DVERSION= > ACTION="./build_module > WHOAMI=root > TARGET_CPU=i586 > Wed Mar 14 17:23:51 CET 2007 > Linux Eis 2.4.26-1 #15 Sun Oct 24 22:54:01 CEST 2004 i586 k6-2 i386 > GNU/Linux > > > ------------ beginning SCANMODEM section ------ > /etc/issue= eisfair - Linux Kernel Login as 'eis' for system setup Login > as 'root' for administration > assembled with compiler: 2.95.3 > with current System compiler GCC=2.95.3 > Modem symbolic link is: /dev/modem -> /dev/ttyLT0 > BASE=source > # ===SETTINGS=== > LT_SERIAL_MODULE="lt_serial" > LT_PROPRIETARY_MODULE="lt_modem" > DOCS="1ST-READ CHANGELOG UPDATES-BUGS DOCs utils" > LT_VERSION="8.31a10" > CPU="i586" > KPKG="kernel" > > FV= > checking whether we are using GNU C... yes > using /lib/modules/2.4.26-1/build > kernel headers are version 2.4.26-1 > BUILD_LINK=/lib/modules/2.4.26-1/build -> /usr/src/linux-2.4.26-1 > HEADERS_IN=/lib/modules/2.4.26-1/build/include/linux/ > > Next checking utilty versions, with ranges > Version_min > Utility or range for kernels > name 2.2.16 2.4.18 Actual_version > Gnu C 2.7.2.3 2.95.3-3.2.1 2.95.3 > Gnu make 3.79.1 3.77 3.80 > binutils 2.8.1.0.23 2.9.1.0.25 2.15 > > > The gcc compiler resources available are: > ---------------------------- > -rwxr-xr-x 2 root root 64880 Nov 20 2005 /usr/bin/gcc > ---------------------------- > with your System currently using version 2.95.3 > Do NOT mix the major versions of compilers for the kernel and modem > drivers > or your System will crash! The following releases are using gcc > version 3.2.x : > Mandrake 9, Redhat 8 and SuSE 8.1 in November 2002. > > Using KCFLAGS for gcc version 2.x > gcc -D__KERNEL__ -I/lib/modules/2.4.26-1/build/include -Wall > -Wstrict-prototypes -O3 -fomit-frame-pointer -fno-strict-aliasing -pipe > -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 > -malign-functions=2 -DCPU=586 -DMODULE -DLT_VERSION=8.31a10 -DLINUX > -DNO_EEPROM -DLT_SERIAL_MODULE=lt_serial -DFORCEMODVERSIONS > -DASMLINKAGE=asmlinkage -c -o ltmodem.a ltmodem.c > > If you cannot solve the problem, send BLDrecord.txt to: > discuss@xxxxxxxxxxxxx > ... > > Thank you, > Andreas > > >