LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Closed Thread
  Search this Thread
Old 11-12-2003, 08:54 PM   #16
GateKeepeR
LQ Newbie
 
Registered: Nov 2003
Posts: 2

Rep: Reputation: 0

[root@gatekeeper hsflinmodem-5.03.27]# make install
make[1]: Entering directory `/home/corley/programs/hsflinmodem-5.03.27/inf'
mkdir -m 755 -p /etc/hsf/inf
install -m 644 linux_ali_smartmc.inf linux_athens.inf linux_hsfi.inf linux_hsf.inf linux_intel_smartmc.inf linux_smarthsf.inf linux_via_smartmc.inf /etc/hsf/inf
make[1]: Leaving directory `/home/corley/programs/hsflinmodem-5.03.27/inf'
make[1]: Entering directory `/home/corley/programs/hsflinmodem-5.03.27/inf2bin'
cc -I../imported/include -I../modules/osspec/include -DFRAME_WORK=FWK_LINUX_SOFTK56 -DFRAME_WORK_IMPORTED -DOVERRIDE_NEW=1 -DPORTABILITY=0 -DMULTYDP -DHSFLINUXVERSION="\"5.03.27lnxtbeta03042700\"" -O2 -Wall -c -o inf2bin.o inf2bin.c
/bin/sh: line 1: cc: command not found
make[1]: *** [inf2bin.o] Error 127
make[1]: Leaving directory `/home/corley/programs/hsflinmodem-5.03.27/inf2bin'
make: *** [install] Error 2
[root@gatekeeper hsflinmodem-5.03.27]# hsfconfig
bash: hsfconfig: command not found

^^ Thats what happened.

and as for the my modem:

MODEM #1:
PCI CONFIGURATION INFORMATION READ:
Vendor Id : 14F1
Device Id : 1033
Revision Id : 1
Sub Vendor Id : 144F
Sub Device Id : 1500

DEDUCED INFORMATION:
Vendor Name : CONEXANT
Device Name : HCF P85 Data/Fax
Modem Type : HCF
Download Site : http://www.linuxant.com/

Last edited by GateKeepeR; 11-12-2003 at 08:57 PM.
 
Old 11-12-2003, 10:26 PM   #17
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
KERSPLAMMMMOOOOOOOOO

you got the wrong driver. :P

there are 2 types of Connexanf modems,
HSF (controllerless modem)
HCF (COntroller modems)

before you ask, i dont know what the controller is, but i modem has it, one does not.

the driver you are typing to install is an hsf lin modem driver

quote:
DEDUCED INFORMATION:
Vendor Name : CONEXANT
Device Name : HCF P85 Data/Fax
Modem Type : HCF

you have got a HCF modem.

you need a HCF linmodem driver.

sorry. you might aswell delete that driver, its no good to u.
see if the linuxant free trial modem driver works for you, (which it will) (choose HCF)
then either look for a beta HCF modem driver some has / hosts. or buy it for 15 $$$
 
Old 11-18-2003, 09:22 AM   #18
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Remove card, place in /dev/null, install external serial port modem. Result, headaches releived, modem connects faster and better and /var/log/messages aren't filled up by winmodem error messages.

It was the best $14.50 I ever spent.
 
Old 11-18-2003, 02:15 PM   #19
thebeast
Member
 
Registered: Sep 2003
Location: West Virginia, USA
Distribution: Gentoo / Slackware
Posts: 52

Rep: Reputation: 15
Lightbulb Serial modem eh?

Hey, 14.50 for such a great modem don't sound bad. Could you tell me where to get one?
 
Old 11-18-2003, 02:28 PM   #20
cexshun
Member
 
Registered: Jan 2003
Distribution: Ubuntu Hardy Heron
Posts: 83

Rep: Reputation: 15
cc -I../imported/include -I../modules/osspec/include -DFRAME_WORK=FWK_LINUX_SOFTK56 -DFRAME_WORK_IMPORTED -DOVERRIDE_NEW=1 -DPORTABILITY=0 -DMULTYDP -DHSFLINUXVERSION="\"5.03.27lnxtbeta03042700\"" -O2 -Wall -c -o inf2bin.o inf2bin.c
/bin/sh: line 1: cc: command not found

There was an error compiling the drivers. It found "cc" to be the compiler instead of GCC. Don't know why that is, I've had this happen to me a lot lately.

What I would do would be to copy that command and put a g before the cc, like so:

gcc -I../imported/include -I../modules/osspec/include -DFRAME_WORK=FWK_LINUX_SOFTK56 -DFRAME_WORK_IMPORTED -DOVERRIDE_NEW=1 -DPORTABILITY=0 -DMULTYDP -DHSFLINUXVERSION="\"5.03.27lnxtbeta03042700\"" -O2 -Wall -c -o inf2bin.o inf2bin.c

Execute that and run make install again. Chances are this will pop up again, so just keep copying typing "g" and pasting after every make install. I think you can EXPORT XXX=GCC to fix this issue, but I'm not sure on this.

P.S. XXX is some variable that slips my mind right now.
 
Old 11-18-2003, 03:10 PM   #21
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Re: Serial modem eh?

Quote:
Originally posted by thebeast
Hey, 14.50 for such a great modem don't sound bad. Could you tell me where to get one?
I got mine at Computer Geeks.

Price Watch is another good place to search.
 
Old 11-19-2003, 09:22 PM   #22
goldennuggets
Member
 
Registered: Feb 2003
Location: USA
Distribution: Kubuntu, Manjaro
Posts: 239

Original Poster
Rep: Reputation: 24
Thumbs up $14.50!!!

$14.50 don't sound bad at all. I was always under the impression they were $80+.

Thanks!!!
 
Old 11-22-2003, 11:56 AM   #23
sebb
LQ Newbie
 
Registered: Oct 2003
Location: Quebec, Canada
Distribution: Ubuntu 4.10
Posts: 7

Rep: Reputation: 0
I have no problem to compile the source.

My problem is when I run hsfconfig after that.

At first, I answered all the questions with the default answers and I get and error saying to see a file in /tmp for more details on the error. Then I went to see what was in the folder they were poiting at me (for the kernel source I think) and I saw that that folder was pointing at an other folder. So I restarted hsfconfig with that folder instead of the one they are giving me by default, but I got the same error.

here is the exact content of the file explaining the error :

../modules/kernelcompiler.sh: using gcc; cannot find compiler matching:
../modules/kernelcompiler.sh: gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)
rm -f *.o *.a
../../modules/kernelcompiler.sh: using gcc; cannot find compiler matching:
../../modules/kernelcompiler.sh: gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)
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
make -C osspec all
../../modules/kernelcompiler.sh: using gcc; cannot find compiler matching:
../../modules/kernelcompiler.sh: gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)
make[1]: Entre dans le répertoire `/usr/lib/hsf/modules/osspec'
* compiling (gcc) osmemory.c
* compiling (gcc) osstring.c
* compiling (gcc) osdebug.c
* compiling (gcc) osfloat.c
* compiling (gcc) osstdio.c
* compiling (gcc) osmodule.c
* compiling (gcc) osnvm.c
* compiling (gcc) ostime.c
* compiling (gcc) linuxres.c
ar cr libosspec.a osmemory.o osstring.o osdebug.o osfloat.o osstdio.o osmodule.o osnvm.o ostime.o linuxres.o
make[1]: Quitte le répertoire `/usr/lib/hsf/modules/osspec'
> linking kernel module hsfosspec.o

* compiling (gcc) mod_basic2.c
> linking kernel module hsfbasic2.o

* compiling (gcc) mod_ich.c
> linking kernel module hsfich.o

* compiling (gcc) mod_via.c
> linking kernel module hsfvia.o

* compiling (gcc) mod_ali.c
> linking kernel module hsfali.o

* compiling (gcc) mod_yukon.c
> linking kernel module hsfyukon.o

* compiling (gcc) mod_engine.c
> linking kernel module hsfengine.o

* compiling (gcc) serial_hsf.c
In file included from serial_hsf.c:897:
serial_core.c: Dans la fonction « uart_close »:
serial_core.c:1073: error: invalid operands to binary ==
make: *** [serial_hsf.o] Erreur 1

If someone can help me, it would be great.
 
Old 11-23-2003, 02:15 PM   #24
nykey
Member
 
Registered: Nov 2003
Posts: 360

Rep: Reputation: 30
Can I get some ?! :)

Aussie Edit: Please don't ask people to steal commercial software for you.

Last edited by Aussie; 06-29-2004 at 03:16 AM.
 
Old 11-23-2003, 04:49 PM   #25
DurantDL
Member
 
Registered: Oct 2003
Location: Virginia, USA
Posts: 31

Rep: Reputation: 15
To override compilers in a Makefile, add these lines near the top:
CC = gcc
CCC = g++

Remove any existing lines which say "CC = cc" instead.
If you still have trouble, use the actual path, such as:
CC = /usr/local/bin/gcc
 
Old 11-24-2003, 12:26 PM   #26
flipper333
Member
 
Registered: Nov 2003
Posts: 51

Rep: Reputation: 15
hsflinmodem-5.03.27

Features not yet available:

- Multiple instances

- V.92, Caller ID, FAX and Voice

Not supported:

- Hard break signal detection & sending

maybe we get a good version from overnet? )

no, bad idea.. we got the source.. i need fax so i will code myself ..

y
tom

fsck conexant and fsck canon too, cant get any support to build a driver for my canoscan 3000 ...assholes!

Last edited by flipper333; 11-24-2003 at 12:38 PM.
 
Old 12-11-2003, 06:19 PM   #27
mmiranda
LQ Newbie
 
Registered: Aug 2003
Location: UK
Distribution: MDK 9.2
Posts: 2

Rep: Reputation: 0
I've installed the modem driver from the source and to my surprise, it does work (as a newbie I still get happy when I compile something and it works)!!! The modem connects (I pick up the phone and can hear it talking to my ISP), but there is no exchange of "useful" data...as if it were limited to 0kbps...any ideas/suggestions???
 
Old 12-15-2003, 03:19 AM   #28
zarathustra674
Member
 
Registered: Jan 2003
Location: Bible Belt Appalachian Mnts of Western VA/Eastern KY
Distribution: Still Hoppin.
Posts: 98

Rep: Reputation: 15
goldennuggets, I went to edited and entered edited and edited for username and password respectively. It tells me the password is incorrect.

I have the drivers but, someone else was looking and I didn't feel like uploading on my speedy 56k. Ive already sent them out once..

Last edited by Aussie; 06-29-2004 at 03:17 AM.
 
Old 12-15-2003, 06:46 AM   #29
goldennuggets
Member
 
Registered: Feb 2003
Location: USA
Distribution: Kubuntu, Manjaro
Posts: 239

Original Poster
Rep: Reputation: 24
I apologyze to you about that. If you look back in the posts, i had to edit my post, in my fury to get the files up, i mistyped the password.
login still: linuxmodem
pass: slack
 
Old 12-15-2003, 07:45 AM   #30
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
i donwloaded that same driver, and posted it on my isp webspace,
you can download it from the webpage.....




i just thought this would make it easyer to download that messing bout with znail stuff.

Last edited by Aussie; 06-29-2004 at 03:19 AM.
 
  


Closed Thread



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
Conexant modem drivers must be paid for... AxeZ Linux - Hardware 7 10-14-2004 08:57 PM
Conexant modem drivers are a bust... bikedude880 Linux - Hardware 2 05-20-2004 05:22 PM
MDK 10, modversions.h and Conexant modem drivers LeHardi Linux - Software 6 05-10-2004 02:21 AM
conexant modem drivers for MAndrake linux linuxchetan Linux - General 1 02-05-2004 09:50 AM
modem - HCF conexant drivers UOX Linux - General 1 03-16-2002 06:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:36 AM.

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