LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-04-2003, 08:17 PM   #1
Dek
LQ Newbie
 
Registered: Apr 2003
Distribution: RedHat 8.0 - Kernel 2.4.20-8
Posts: 28

Rep: Reputation: 15
Conexant modem instllation - RH8


Another problem i have with modem.

Hi !

I have an intenal modem list as Rockwell by lin_modem
Vendor ID 127A
Device ID 2015
Subvendor ID 127A
Subvendor ID 2015
Revision ID 01

lspci show it to me.

I tried the generic rpm package and the tar archive install.

Everything when well (good dectection by the installation program - good country) until compilation step (number 3) when it ask for build path.

I get always the same error.

Note :
I using Red Hat 8
my kernel version is 2.4.20-8 (and tested with 2.4.18-27.8.0 too without success) with Tekram DC315 as module (it's the only change with dabusb out) -- A Homemade compilation errorless, and i installed all package concerning gnome, kernel and X11 programming/compiling.
my kernel sources path is /usr/src/linux-2.4.20-8custom
my modules path is /lib/modules/linux-2.4.20-8custom
and it contains the build folder which is a symbolic link that points to my kernel sources folder.

Anyone can help ?

Thanks in advance.

Dek
 
Old 04-04-2003, 08:18 PM   #2
Dek
LQ Newbie
 
Registered: Apr 2003
Distribution: RedHat 8.0 - Kernel 2.4.20-8
Posts: 28

Original Poster
Rep: Reputation: 15
Here is the log :

../modules/kernelcompiler.sh: unable to extract gcc version from /proc/version
rm -f *.o *.a
../../modules/kernelcompiler.sh: unable to extract gcc version from /proc/version
make[1]: Entre dans le répertoire `/usr/lib/hsf/modules/osspec'
rm -f *.o *.a
make[1]: Quitte le répertoire `/usr/lib/hsf/modules/osspec'
* compiling () mod_osspec.c
make: I../imported/include : Commande introuvable
make: [mod_osspec.o] Erreur 127 (ignorée)
make -C osspec all
../../modules/kernelcompiler.sh: unable to extract gcc version from /proc/version
make[1]: Entre dans le répertoire `/usr/lib/hsf/modules/osspec'
* compiling () osmemory.c
/bin/sh: line 1: I../../imported/include: Aucun fichier ou répertoire de ce type
make[1]: [osmemory.o] Erreur 127 (ignorée)
* compiling () osstring.c
/bin/sh: line 1: I../../imported/include: Aucun fichier ou répertoire de ce type
make[1]: [osstring.o] Erreur 127 (ignorée)
* compiling () osdebug.c
/bin/sh: line 1: I../../imported/include: Aucun fichier ou répertoire de ce type
make[1]: [osdebug.o] Erreur 127 (ignorée)
* compiling () osfloat.c
/bin/sh: line 1: I../../imported/include: Aucun fichier ou répertoire de ce type
make[1]: [osfloat.o] Erreur 127 (ignorée)
* compiling () osstdio.c
/bin/sh: line 1: I../../imported/include: Aucun fichier ou répertoire de ce type
make[1]: [osstdio.o] Erreur 127 (ignorée)
* compiling () osmodule.c
/bin/sh: line 1: I../../imported/include: Aucun fichier ou répertoire de ce type
make[1]: [osmodule.o] Erreur 127 (ignorée)
* compiling () osnvm.c
/bin/sh: line 1: I../../imported/include: Aucun fichier ou répertoire de ce type
make[1]: [osnvm.o] Erreur 127 (ignorée)
* compiling () ostime.c
/bin/sh: line 1: I../../imported/include: Aucun fichier ou répertoire de ce type
make[1]: [ostime.o] Erreur 127 (ignorée)
* compiling () linuxres.c
/bin/sh: line 1: I../../imported/include: Aucun fichier ou répertoire de ce type
make[1]: [linuxres.o] Erreur 127 (ignorée)
ar cr libosspec.a osmemory.o osstring.o osdebug.o osfloat.o osstdio.o osmodule.o osnvm.o ostime.o linuxres.o
ar: osmemory.o: Aucun fichier ou répertoire de ce type
make[1]: *** [libosspec.a] Erreur 1
make[1]: Quitte le répertoire `/usr/lib/hsf/modules/osspec'
make: *** [osspec] Erreur 2

Dek
 
Old 04-07-2003, 04:18 PM   #3
poison5151
Member
 
Registered: Mar 2003
Distribution: Red Hat 8.0
Posts: 60

Rep: Reputation: 15
hmm. what rpm are you using? try the conexant rockwell modem howto on linuxdocs.org. my installation goes fine until it says /dev/modem - no such device. i don't have a clue how to get around this
 
Old 04-07-2003, 06:47 PM   #4
Dek
LQ Newbie
 
Registered: Apr 2003
Distribution: RedHat 8.0 - Kernel 2.4.20-8
Posts: 28

Original Poster
Rep: Reputation: 15
For /dev/modem problem you can try :
ln /dev/ttyS0 /dev/modem -s

ttyS0 or whatever is your modem.
ttyS0 = COM1, ttyS1 = COM2, ttyS2 = COM3 etc...

To remove the symbolic link :
rm /dev/modem

Now for the rpm i used ... i tried the generic and i tried rebuild the src one. I also tried to compile from the tar source.

Dek
 
Old 04-07-2003, 07:00 PM   #5
rob19
Member
 
Registered: Mar 2003
Location: New Zealand
Distribution: Red Hat Linux 8 & 9
Posts: 32

Rep: Reputation: 15
I successfully configured my PCI based Rockwell/Conexant 56K internal modem on Red Hat 8. I downloaded an rpm for it from a website (sorry can't remember it but it came up in Google search front page). I think it was http://www.mbsi.ca/cnxtlindrv/

It was run by a single guy who had rpms for Athlon, Pentium, Celeron, PowerPC, etc.

Mostly the downloads were split into two distinct categories - HCF and HSF.

Originally, I downloaded the HSF (software) version which didn't work but on realising my mistake downloaded the HCF version which installed like a dream (simply double-click rpm icon) and the modem has run fine ever since.

Hope this helps.
 
Old 04-08-2003, 09:39 AM   #6
Dek
LQ Newbie
 
Registered: Apr 2003
Distribution: RedHat 8.0 - Kernel 2.4.20-8
Posts: 28

Original Poster
Rep: Reputation: 15
That's where i get all my conexant packages. And i already tried HCF drivers.
My problem seems to be linked to my kernel version and my compiler version (3.2) which are "too" recent for the HSF sources.
That's 4 monthes that the web adress link hasn't been updated !

There is a line where you can select your compiler in a makefile after the make install (from tar sources). I tried kgcc, gcc, and kernel-sources.sh with no luck.

Dekkard

NB :
That's what i get whan i select GCC in common.mak file at CC = line

"
rm -f *.o *.a
make[1]: Entre dans le répertoire `/usr/lib/hsf/modules/osspec'
rm -f *.o *.a
make[1]: Quitte le répertoire `/usr/lib/hsf/modules/osspec'
* compiling (gcc) mod_osspec.c
Dans le fichier inclus à partir de mod_osspec.c:51:
../modules/osspec/include/oscompat.h:274:5: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../modules/osspec/include/oscompat.h:287:34: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../modules/osspec/include/oscompat.h:288:32: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../modules/osspec/include/oscompat.h:290:24: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../modules/osspec/include/oscompat.h:312:38: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
make -C osspec all
make[1]: Entre dans le répertoire `/usr/lib/hsf/modules/osspec'
* compiling (gcc) osmemory.c
Dans le fichier inclus à partir de osmemory.c:51:
../../modules/osspec/include/oscompat.h:274:5: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:287:34: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:288:32: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:290:24: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:312:38: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
* compiling (gcc) osstring.c
Dans le fichier inclus à partir de osstring.c:59:
../../modules/osspec/include/oscompat.h:274:5: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:287:34: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:288:32: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:290:24: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:312:38: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
* compiling (gcc) osdebug.c
Dans le fichier inclus à partir de osdebug.c:59:
../../modules/osspec/include/oscompat.h:274:5: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:287:34: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:288:32: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:290:24: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:312:38: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
* compiling (gcc) osfloat.c
Dans le fichier inclus à partir de osfloat.c:51:
../../modules/osspec/include/oscompat.h:274:5: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:287:34: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:288:32: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:290:24: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:312:38: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
* compiling (gcc) osstdio.c
Dans le fichier inclus à partir de osstdio.c:62:
../../modules/osspec/include/oscompat.h:274:5: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:287:34: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:288:32: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:290:24: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:312:38: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
* compiling (gcc) osmodule.c
Dans le fichier inclus à partir de osmodule.c:60:
../../modules/osspec/include/oscompat.h:274:5: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:287:34: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:288:32: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:290:24: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:312:38: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
* compiling (gcc) osnvm.c
Dans le fichier inclus à partir de osnvm.c:51:
../../modules/osspec/include/oscompat.h:274:5: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:287:34: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:288:32: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:290:24: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:312:38: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
* compiling (gcc) ostime.c
Dans le fichier inclus à partir de ostime.c:57:
../../modules/osspec/include/oscompat.h:274:5: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:287:34: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:288:32: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:290:24: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
../../modules/osspec/include/oscompat.h:312:38: AVERTISSEMENT: chaîne de mots multi-lignes sont dépréciés
ostime.c: Dans la fonction « cnxthsf_mdmthrd »:
ostime.c:240: structure n'a pas de membre nommé « sigmask_lock »
ostime.c:245: structure n'a pas de membre nommé « sig »
ostime.c:255: trop d'arguments pour la fonction « recalc_sigpending_Rfb6af58d »
ostime.c:275: structure n'a pas de membre nommé « sigmask_lock »
ostime.c:278: trop d'arguments pour la fonction « recalc_sigpending_Rfb6af58d »
make[1]: *** [ostime.o] Erreur 1
make[1]: Quitte le répertoire `/usr/lib/hsf/modules/osspec'
make: *** [osspec] Erreur 2
"

Last edited by Dek; 04-08-2003 at 09:51 AM.
 
Old 04-22-2003, 10:19 AM   #7
Dek
LQ Newbie
 
Registered: Apr 2003
Distribution: RedHat 8.0 - Kernel 2.4.20-8
Posts: 28

Original Poster
Rep: Reputation: 15
Well, the new beta generic drivers (released on 18/04/2003) solved my problem.
My internal modem is recognized. Well, the compilation worked and /dev/ttySHSF0 is there.

I think this problem is solved.

Dek
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help for Internal Modem driver Instllation samlog1960 Linux - Hardware 14 12-29-2007 06:55 AM
Instllation of the Terayon modem tornado_11 Linux - Hardware 33 08-16-2005 01:44 AM
Conexant Modem simonmccourt Linux - Hardware 9 11-10-2004 06:43 PM
Conexant Modem Help fatherg Linux - Hardware 1 04-05-2004 10:12 PM
can't get conexant hsf v92 modem work on RH8 vnpcg Linux - Hardware 3 02-08-2003 05:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration