Hashem, You have found a bug! :) the linuxant code has not been updated to reflect kernel changes :( ======== driver version 1.21full (cd /lib/modules/2.6.38-8-generic/build && make "CNXT_KERNELSRC=/lib/modules/2.6.38-8-generic/build" "M=/usr/lib/hcfpcimodem/modules" "CC=gcc" clean) make[1]: Entering directory `/usr/src/linux-headers-2.6.38-8-generic' make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic' rm -rf *.o GPL/*.o *.ko GPL/*.ko *.mod.c GPL/*.mod.c .*.cmd GPL/.*.cmd .tmp_versions .tmp_versions /lib/modules/2.6.38-8-generic/build/.tmp_versions/hcfpciosspec.mod /lib/modules/2.6.38-8-generic/build/.tmp_versions/hcfpciserial.mod /lib/modules/2.6.38-8-generic/build/.tmp_versions/hcfpciengine.mod /lib/modules/2.6.38-8-generic/build/.tmp_versions/hcfpcihw.mod Modules.symvers GPL/hda/Modules.symvers Module.symvers GPL/hda/Module.symvers modules.order GPL/hda/modules.order Module.markers GPL/hda/Module.markers (cd /lib/modules/2.6.38-8-generic/build && make "CNXT_KERNELSRC=/lib/modules/2.6.38-8-generic/build" "M=/usr/lib/hcfpcimodem/modules" "CC=gcc" modules) make[1]: Entering directory `/usr/src/linux-headers-2.6.38-8-generic' CC [M] /usr/lib/hcfpcimodem/modules/mod_engine.o CC [M] /usr/lib/hcfpcimodem/modules/mod_hcfpci.o CC [M] /usr/lib/hcfpcimodem/modules/mod_osspec.o In file included from /usr/lib/hcfpcimodem/modules/mod_osspec.c:323:0: /usr/lib/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined In file included from /usr/lib/hcfpcimodem/modules/mod_osspec.c:323:0: /usr/lib/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined CC [M] /usr/lib/hcfpcimodem/modules/osservices.o In file included from /usr/lib/hcfpcimodem/modules/osservices.c:44:0: /usr/lib/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined /usr/lib/hcfpcimodem/modules/osservices.c: In function 'cnxthcf_OsRawVPrintf': /usr/lib/hcfpcimodem/modules/osservices.c:1320:1: warning: the frame size of 1028 bytes is larger than 1024 bytes /usr/lib/hcfpcimodem/modules/osservices.c: In function 'cnxthcf_OsErrorVPrintf': /usr/lib/hcfpcimodem/modules/osservices.c:1369:1: warning: the frame size of 1028 bytes is larger than 1024 bytes /usr/lib/hcfpcimodem/modules/osservices.c: In function 'cnxthcf_OsDebugVPrintf': /usr/lib/hcfpcimodem/modules/osservices.c:1396:1: warning: the frame size of 1028 bytes is larger than 1024 bytes CC [M] /usr/lib/hcfpcimodem/modules/osstdio.o In file included from /usr/lib/hcfpcimodem/modules/osstdio.c:18:0: /usr/lib/hcfpcimodem/modules/include/osstdio.h:18:7: warning: "UK_MODE" is not defined /usr/lib/hcfpcimodem/modules/include/osstdio.h:18:18: warning: "UK_KERNEL" is not defined In file included from /usr/lib/hcfpcimodem/modules/osstdio.c:19:0: /usr/lib/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined CC [M] /usr/lib/hcfpcimodem/modules/osnvm.o In file included from /usr/lib/hcfpcimodem/modules/osnvm.c:13:0: /usr/lib/hcfpcimodem/modules/include/osstdio.h:18:7: warning: "UK_MODE" is not defined /usr/lib/hcfpcimodem/modules/include/osstdio.h:18:18: warning: "UK_KERNEL" is not defined In file included from /usr/lib/hcfpcimodem/modules/osnvm.c:18:0: /usr/lib/hcfpcimodem/modules/imported/include/testdebug.h:181:2: warning: #warning FILEIDNUM not defined /usr/lib/hcfpcimodem/modules/osnvm.c:408:8: error: 'MUTEX' undeclared here (not in a function) make[2]: *** [/usr/lib/hcfpcimodem/modules/osnvm.o] Error 1 make[1]: *** [_module_/usr/lib/hcfpcimodem/modules] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic' make: *** [all] Error 2 ======== DEFINE_SEMAPHORE might be needed where MUTEX was used. Hashem, bug is being reported to Linuxant, they are the ones that can change the code and make a fix. Hope they can make a newer package and you can get your modem working :) Regards, Antonio On Fri, Aug 5, 2011 at 11:47 AM, hashem zawary <hashemzawary@xxxxxxxxx> wrote: > On 8/5/11, Antonio Olivares <olivares14031@xxxxxxxxx> wrote: >> Hashem, >> >> You might need to get kernel-headers package from ubuntu packages. >> scanModem reports this see the following quote: >> >> <quote> >> linux-headers-2.6.38-8-generic resources needed for compiling are not >> manifestly ready! >> >> If compiling is necessary packages must be installed, providing: >> linux-headers-2.6.38-8-generic >> >> >> If a driver compilation fails, with message including some lack of >> some FileName.h (stdio.h for example), then >> Some additional kernel-header files need installation to /usr/include. >> The minimal additional packages are libc6-dev >> and any of its dependents, under Ubuntu linux-libc-dev >> >> If an alternate ethernet connection is available, >> $ apt-get update >> $ apt-get -s install linux-kernel-devel >> will install needed packages. >> For Debian/Ubuntu related distributions, run the following command to >> display the needed package list: >> >> Otherwise packages have to be found through http://packages.ubuntu.com >> Once downloaded and transferred into a Linux partition, >> they can be installed alltogether with: >> $ sudo dpkg -i *.deb >> </quote> >> If you have a working connection, download the package >> linux-headers-2.6.38-8-generic, and install with above command >> suggested, then retry the process >> $ sudo dpkg -i linux-headers-2.6.38-8-generic.deb >> >> Regards, >> >> Antonio >> >> On Thu, Aug 4, 2011 at 2:13 PM, hashem zawary <hashemzawary@xxxxxxxxx> >> wrote: >>> In The Name of God, The Merciful, The Compassionate >>> >>> Hi, >>> >>> Many day ago I sent an e-mail to "Marvin Stodolsky >>> <marvin.stodolsky@xxxxxxxxx>, Linmodems <discuss@xxxxxxxxxxxxx>" >>> address and result is: >>> ================================================================ >>> For the modem, from >>> http://www.linuxant.com/drivers/hcf/full/downloads.php >>> download hcfpcimodem_1.21full_i386.deb.zip >>> >>> Under Linux unpack with: >>> $ unzip hcfpcimodem*.zip >>> Then install with: >>> ????????????????????????????????$ sudo dpkg -i hcfpcimodem*.deb >>> Subsequently, the modem should be found with >>> $ sudo wvdialconf /etc/wvdial.conf >>> Edit in your personal information with: >>> $ sudo gedit /etc/wvdial.conf >>> and try dialing out with: >>> $ sudo wvdial. >>> See DOCs/Testing.txt for details. >>> >>> We cannot help with the other hardware. >>> >>> Send any further queries to the List, not directly to me. >>> >>> MarvS >>> ================================================================ >>> then I do them till question sign that it send me error and I sending >>> an image of it+ "ModemData.txt" (my modem info) too. >>> >>> Please help me to this problem that I so tired. >>> >>> Tnx, Best regard. >>> >> > > In The Name of God, The Merciful, The Compassionate > > Dear Antonio, > > Hi, > > I have access to internet only from win7 OS, I did downlods > "linux-headers-2.6.38-8-generic_2.6.38-8.42_i386.deb" and > "linux-libc-dev_2.6.24-29.91_i386.deb" and I do switch to my Ubuntu > 11.04 OS, install them using "$ sudo dpkg -i *.deb" command, but > remainig selfsame problem that sending them: > "Screenshot-P35-DS3L~Desktop.png" and "ModemData.txt" and > "buildlog-20110805153920.txt" files. > > Best regard, > > Hashem >