Dear All, I using Ubuntu Linux 7.10 Gutsy Gibbon. I Have an smartLink based winModem, i trying to install it on ubuntu by using you,re scanModem Suggestions That say me to install the to Packages: ------------------------ For 2.6.22-14-generic compiling drivers is necessary. As of October 2007 the current packages at HTTP://linmodems.technion.ac.il/packages/smartlink/ are the ungrab-winmodem-20070505.tar.gz and slmodem-2.9.11-20070813.tar.gz ------------------------------- ungrab-winmodem installed successfully but the slmodem installation get me the following error message: ------------------------------------------------- darius@ubuntu:~/Documents/Modem/slmodem-2.9.11-20070813$ make make -C modem all make[1]: Entering directory `/home/darius/Documents/Modem/slmodem-2.9.11-20070813/modem' gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_main.o -c modem_main.c modem_main.c:45:20: error: unistd.h: No such file or directory modem_main.c:46:20: error: stdlib.h: No such file or directory modem_main.c:47:19: error: stdio.h: No such file or directory modem_main.c:48:20: error: string.h: No such file or directory modem_main.c:49:19: error: errno.h: No such file or directory modem_main.c:50:21: error: termios.h: No such file or directory modem_main.c:51:19: error: fcntl.h: No such file or directory modem_main.c:52:23: error: sys/types.h: No such file or directory modem_main.c:53:22: error: sys/stat.h: No such file or directory modem_main.c:54:23: error: sys/ioctl.h: No such file or directory modem_main.c:55:22: error: sys/mman.h: No such file or directory modem_main.c:56:19: error: sched.h: No such file or directory modem_main.c:57:20: error: signal.h: No such file or directory In file included from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/syslimits.h:7, from /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:11, from modem_main.c:58: /usr/lib/gcc/i486-linux-gnu/4.1.3/include/limits.h:122:61: error: limits.h: No such file or directory modem_main.c:59:17: error: grp.h: No such file or directory In file included from ./modem.h:49, from modem_main.c:70: ./modem_defs.h:50: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘u8’ ./modem_defs.h:51: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘u16’ ./modem_defs.h:52: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘u32’ ./modem_defs.h:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘s8’ ./modem_defs.h:55: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘s16’ ./modem_defs.h:56: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘s32’ In file included from ./modem.h:50, from modem_main.c:70: ./modem_homolog.h:53: error: expected specifier-qualifier-list before ‘u8’ ./modem_homolog.h:103: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘id’ In file included from ./modem.h:51, from modem_main.c:70: ./modem_dp.h:82: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem_dp.h:83: error: expected declaration specifiers or ‘...’ before ‘u8’ In file included from modem_main.c:70: ./modem.h:138: error: expected specifier-qualifier-list before ‘u16’ ./modem.h:174: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem.h:175: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem.h:191: error: expected specifier-qualifier-list before ‘u16’ ./modem.h:219: error: expected specifier-qualifier-list before ‘u8’ ./modem.h:263: error: field ‘termios’ has incomplete type ./modem.h:319: error: expected specifier-qualifier-list before ‘u8’ ./modem.h:340: error: expected specifier-qualifier-list before ‘u32’ ./modem.h:342: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem.h:343: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem.h:354: error: expected specifier-qualifier-list before ‘u8’ ./modem.h:371: error: expected specifier-qualifier-list before ‘u8’ ./modem.h:436: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem.h:437: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem.h:439: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem.h:440: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem.h:442: error: expected declaration specifiers or ‘...’ before ‘u8’ ./modem.h:443: error: expected declaration specifiers or ‘...’ before ‘u8’ modem_main.c:98: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘modem_perm’ modem_main.c: In function ‘modemap_start’: modem_main.c:555: warning: implicit declaration of function ‘ioctl’ modem_main.c:559: warning: implicit declaration of function ‘memset’ modem_main.c:559: warning: incompatible implicit declaration of built-in function ‘memset’ modem_main.c:560: warning: implicit declaration of function ‘write’ modem_main.c: In function ‘mdm_device_read’: modem_main.c:602: warning: implicit declaration of function ‘read’ modem_main.c: In function ‘mdm_device_setup’: modem_main.c:616: error: storage size of ‘stbuf’ isn’t known modem_main.c:618: warning: incompatible implicit declaration of built-in function ‘memset’ modem_main.c:619: warning: implicit declaration of function ‘stat’ modem_main.c:621: warning: implicit declaration of function ‘fprintf’ modem_main.c:621: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:621: error: ‘stderr’ undeclared (first use in this function) modem_main.c:621: error: (Each undeclared identifier is reported only once modem_main.c:621: error: for each function it appears in.) modem_main.c:621: warning: implicit declaration of function ‘strerror’ modem_main.c:621: error: ‘errno’ undeclared (first use in this function) modem_main.c:621: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’ modem_main.c:624: warning: implicit declaration of function ‘S_ISCHR’ modem_main.c:625: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:629: warning: implicit declaration of function ‘open’ modem_main.c:629: error: ‘O_RDWR’ undeclared (first use in this function) modem_main.c:631: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:631: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’ modem_main.c:635: warning: implicit declaration of function ‘minor’ modem_main.c:616: warning: unused variable ‘stbuf’ modem_main.c: In function ‘mdm_device_release’: modem_main.c:641: warning: implicit declaration of function ‘close’ modem_main.c: At top level: modem_main.c:651: error: ‘PATH_MAX’ undeclared here (not in a function) modem_main.c: In function ‘create_pty’: modem_main.c:655: error: storage size of ‘termios’ isn’t known modem_main.c:662: warning: implicit declaration of function ‘getpt’ modem_main.c:663: warning: implicit declaration of function ‘grantpt’ modem_main.c:663: warning: implicit declaration of function ‘unlockpt’ modem_main.c:664: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:664: error: ‘stderr’ undeclared (first use in this function) modem_main.c:664: error: ‘errno’ undeclared (first use in this function) modem_main.c:664: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:672: warning: implicit declaration of function ‘tcgetattr’ modem_main.c:674: warning: implicit declaration of function ‘cfmakeraw’ modem_main.c:675: warning: implicit declaration of function ‘cfsetispeed’ modem_main.c:675: error: ‘B115200’ undeclared (first use in this function) modem_main.c:676: warning: implicit declaration of function ‘cfsetospeed’ modem_main.c:679: warning: implicit declaration of function ‘tcsetattr’ modem_main.c:679: error: ‘TCSANOW’ undeclared (first use in this function) modem_main.c:681: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:681: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:685: warning: implicit declaration of function ‘fcntl’ modem_main.c:685: error: ‘F_SETFL’ undeclared (first use in this function) modem_main.c:685: error: ‘O_NONBLOCK’ undeclared (first use in this function) modem_main.c:687: warning: implicit declaration of function ‘ptsname’ modem_main.c:687: warning: assignment makes pointer from integer without a cast modem_main.c:695: warning: implicit declaration of function ‘getgrnam’ modem_main.c:695: warning: initialization makes pointer from integer without a cast modem_main.c:697: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:697: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’ modem_main.c:701: warning: implicit declaration of function ‘chown’ modem_main.c:701: error: dereferencing pointer to incomplete type modem_main.c:703: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:703: warning: format ‘%s’ expects type ‘char *’, but argument 5 has type ‘int’ modem_main.c:709: warning: implicit declaration of function ‘chmod’ modem_main.c:709: error: ‘modem_perm’ undeclared (first use in this function) modem_main.c:711: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:711: warning: format ‘%s’ expects type ‘char *’, but argument 5 has type ‘int’ modem_main.c:716: warning: implicit declaration of function ‘unlink’ modem_main.c:717: warning: implicit declaration of function ‘symlink’ modem_main.c:718: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:718: warning: format ‘%s’ expects type ‘char *’, but argument 5 has type ‘int’ modem_main.c:723: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:655: warning: unused variable ‘termios’ modem_main.c: At top level: modem_main.c:743: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘keep_running’ modem_main.c: In function ‘mark_termination’: modem_main.c:748: error: ‘keep_running’ undeclared (first use in this function) modem_main.c: In function ‘modem_run’: modem_main.c:754: error: storage size of ‘tmo’ isn’t known modem_main.c:755: error: ‘fd_set’ undeclared (first use in this function) modem_main.c:755: error: expected ‘;’ before ‘rset’ modem_main.c:756: error: storage size of ‘termios’ isn’t known modem_main.c:762: error: ‘keep_running’ undeclared (first use in this function) modem_main.c:774: warning: implicit declaration of function ‘FD_ZERO’ modem_main.c:774: error: ‘rset’ undeclared (first use in this function) modem_main.c:775: error: ‘eset’ undeclared (first use in this function) modem_main.c:777: warning: implicit declaration of function ‘FD_SET’ modem_main.c:792: warning: implicit declaration of function ‘select’ modem_main.c:792: error: ‘NULL’ undeclared (first use in this function) modem_main.c:795: error: ‘errno’ undeclared (first use in this function) modem_main.c:795: error: ‘EINTR’ undeclared (first use in this function) modem_main.c:797: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:797: error: ‘stderr’ undeclared (first use in this function) modem_main.c:797: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:804: warning: implicit declaration of function ‘FD_ISSET’ modem_main.c:815: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:815: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:825: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:825: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:850: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:850: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:859: warning: incompatible implicit declaration of built-in function ‘memset’ modem_main.c:862: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:862: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:866: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:877: warning: implicit declaration of function ‘memcmp’ modem_main.c:889: error: ‘EAGAIN’ undeclared (first use in this function) modem_main.c:893: error: ‘EIO’ undeclared (first use in this function) modem_main.c:896: error: ‘HUPCL’ undeclared (first use in this function) modem_main.c:901: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:913: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:913: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:922: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:756: warning: unused variable ‘termios’ modem_main.c:754: warning: unused variable ‘tmo’ modem_main.c: In function ‘modem_main’: modem_main.c:940: warning: implicit declaration of function ‘basename’ modem_main.c:940: warning: passing argument 1 of ‘modem_debug_init’ makes pointer from integer without a cast modem_main.c:944: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:944: error: ‘stderr’ undeclared (first use in this function) modem_main.c:945: warning: implicit declaration of function ‘exit’ modem_main.c:945: warning: incompatible implicit declaration of built-in function ‘exit’ modem_main.c:953: warning: implicit declaration of function ‘sprintf’ modem_main.c:953: warning: incompatible implicit declaration of built-in function ‘sprintf’ modem_main.c:955: warning: passing argument 2 of ‘modem_create’ makes pointer from integer without a cast modem_main.c:956: warning: assignment makes pointer from integer without a cast modem_main.c:962: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:963: warning: incompatible implicit declaration of built-in function ‘exit’ modem_main.c:966: warning: incompatible implicit declaration of built-in function ‘fprintf’ modem_main.c:969: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:973: error: storage size of ‘prm’ isn’t known modem_main.c:974: warning: implicit declaration of function ‘mlockall’ modem_main.c:974: error: ‘MCL_CURRENT’ undeclared (first use in this function) modem_main.c:974: error: ‘MCL_FUTURE’ undeclared (first use in this function) modem_main.c:975: error: ‘errno’ undeclared (first use in this function) modem_main.c:975: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:977: warning: implicit declaration of function ‘sched_get_priority_max’ modem_main.c:977: error: ‘SCHED_FIFO’ undeclared (first use in this function) modem_main.c:978: warning: implicit declaration of function ‘sched_setscheduler’ modem_main.c:979: warning: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’ modem_main.c:973: warning: unused variable ‘prm’ modem_main.c:984: warning: implicit declaration of function ‘signal’ modem_main.c:984: error: ‘SIGINT’ undeclared (first use in this function) modem_main.c:985: error: ‘SIGTERM’ undeclared (first use in this function) modem_main.c:998: warning: implicit declaration of function ‘usleep’ modem_main.c:1011: warning: incompatible implicit declaration of built-in function ‘exit’ modem_main.c:934: warning: unused variable ‘path_name’ make[1]: *** [modem_main.o] Error 1 make[1]: Leaving directory `/home/darius/Documents/Modem/slmodem-2.9.11-20070813/modem' make: *** [modem] Error 2 darius@ubuntu:~/Documents/Modem/slmodem-2.9.11-20070813$ --------------------------------------- I attached ModemData.txt File. Please Help me. Send instant messages to your online friends http://uk.messenger.yahoo.com Send instant messages to your online friends http://uk.messenger.yahoo.com
Only plain text email is forwarded by the Discuss@xxxxxxxxxxxxx List Server, as HTML can contain viruses. Use as the email Subject Line: YourName, YourCountry kernel 2.6.22-14-generic With this Subject Line cogent experts will be alerted, and useful case names left in the Archive. YourCountry will enable Country specific guidance. Your contry's local Linux experts can be found through: http://www.linux.org/groups/index.html Responses from Discuss@xxxxxxxxxxxxx are sometimes blocked by an Internet Provider mail filters. So in a day, also check the Archived responses at http://www.linmodems.org -------------------------- System information ---------------------------- CPU=i686, Linux version 2.6.22-14-generic (buildd@palmer) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Sun Oct 14 23:05:12 GMT 2007 scanModem update of: 2007-20-07 There are no blacklisted modem drivers in /etc/modprobe* files The Advanced Linux Sound Architecture (ALSA) packages providing audio support on your System, also includes drivers for some modems. High Definition Audio (HDA) cards can themselves host a softmodem chipset, with both audio+modem supported by a snd-hda-intel driver. The ALSA diagnostics are written during bootup to /proc/asound/ folders. Modem not detected though HDA card diagnostics, though not excluding a possible Conexant modem chip impervious to ALSA diagnostics. Proceeding through alternative possibilties. Summary card and chipset information is in: /proc/asound/cards: 0 [V8235 ]: VIA8233 - VIA 8235 VIA 8235 with VIA1612A at 0xe400, irq 20 1 [UART ]: MPU-401 UART - MPU-401 UART MPU-401 UART at 0x330, irq 10 /proc/asound/pcm: 00-01: VIA 8235 : VIA 8235 : playback 1 : capture 1 00-00: VIA 8235 : VIA 8235 : playback 4 : capture 1 A copy of /proc/asound had been copied to Modem/ALSAhasan.tgz USB modem not detected by lsusb For candidate card, firmware information and bootup diagnostics are: PCI slot PCI ID SubsystemID Name ---------- --------- --------- -------------- 00:0b.0 10b9:545a 201f:545a Modem: ALi Corporation SmartLink SmartPCI563 56K Modem Modem interrupt assignment and sharing: --- Bootup diagnostics for card in PCI slot 00:0b.0 ---- [ 17.796204] ACPI: PCI Interrupt 0000:00:0b.0[A] -> GSI 19 (level, low) -> IRQ 16 [ 17.799872] 0000:00:0b.0: ttyS2 at I/O 0xd028 (irq = 16) is a 8250 [ 17.801984] 0000:00:0b.0: ttyS3 at I/O 0xd040 (irq = 16) is a 8250 [ 17.802435] Couldn't register serial port 0000:00:0b.0: -28 === Finished modem firmware and bootup diagnostics section. === === Next deducing cogent software === There is candidate modem software. For candidate modem in PCI bus: 00:0b.0 Class 0703: 10b9:545a Modem: ALi Corporation SmartLink SmartPCI563 56K Modem Primary PCI_id 10b9:545a Support type needed or chipset: slamr The modem is supported by the Smartlink slamr driver plus the slmodemd helper utility. Read the Smartlink.txt and Modem/YourSystem.txt for follow through guidance. For 2.6.22-14-generic compiling drivers is necessary. As of October 2007 the current packages at http://linmodems.technion.ac.il/packages/smartlink/ are the ungrab-winmodem-20070505.tar.gz and slmodem-2.9.11-20070813.tar.gz Writing Smartlink.txt ============ end Smartlink section ===================== Completed candidate modem analyses. The base of the UDEV device file system is: /dev/.udev Versions adequately match for the compiler installed: 4.1.3 and the compiler used in kernel assembly: 4.1.3 Minimal compiling resources appear complete: make utility - /usr/bin/make Compiler version 4.1 linuc_headers base folder /lib/modules/2.6.22-14-generic/build However some compilations and executable functions may need additional files, in the FileNames.h (so called kernel "h"eaders) collection installed in /usr/include/ . For martian_modem, additional required packages are libc6-dev (and for Debian/Ubuntu, linux-libc-dev). The also required headers of package libc6 are commonly installed by default. 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 pacakage 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 Checking pppd properties: -rwsr-xr-- 1 root dip 269256 2007-10-04 15:57 /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) sudo chmod a+x /usr/sbin/pppd or under Ubuntu related Linuxes sudo chmod a+x /usr/sbin/pppd Checking settings of: /etc/ppp/options asyncmap 0 noauth crtscts lock hide-password modem proxyarp lcp-echo-interval 30 lcp-echo-failure 4 noipx 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: /etc/modprobe.d/alsa-base:options snd-atiixp-modem index=-2 /etc/modprobe.d/alsa-base:options snd-via82xx-modem index=-2 /etc/modprobe.d/blacklist-modem:# Uncomment these entries in order to blacklist unwanted modem drivers /etc/modprobe.d/blacklist-modem:# blacklist snd-atiixp-modem /etc/modprobe.d/blacklist-modem:# blacklist snd-via82xx-modem Within any ancient /etc/devfs files: Within ancient kernel 2.4.n /etc/module.conf files: --------- end modem support lines --------