LinuxQuestions.org
Help answer threads with 0 replies.
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 03-04-2004, 02:42 AM   #46
Rodrigue
LQ Newbie
 
Registered: Mar 2004
Posts: 1

Rep: Reputation: 0

I'm a newbie with mandrake 9.2 and the kernel 2.4.22-10mdk.

I tried the free version of linuxant's drivers (hsfmodem-6.03.00lnxt04011900full_k2.4.22_10mdk-1mdk.i586.rpm) and it works.
Yet, the full version that I had on this forum (hsflinmodem-5.03.27lnxtbeta03042700k2.4.21_0.13mdk-1mdk.i586.rpm) doesn't work.
I know that it's normal and if I understood well I need to compile hsflinmodem-5.03.27.tar.gz. Despite all my effort I can't.
I just downloaded the CD1 of mandrake 9.2 (with my 56k, yes!) and I think that I need tools which are on the CD2.
I also envisaged to download 2.4.21_0.13mdk and to install it, but I don't know fi it could work.

Is there any mistake in my reasoning and if no, could anyone compile and send me hsflinmodem-5.03.27lnxtbeta03042700k2.4.22_10mdk-1mdk.i586.rpm?
My e-mail adress : edit

thanks.

Last edited by Aussie; 06-29-2004 at 03:22 AM.
 
Old 03-04-2004, 08:23 AM   #47
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
I doubt that that would work unless you run the same kernel with the modem in the same slot.

# Compiling/installing kernel modules
You will need to have installed:
1. The developmental packages (compiler)
2. The kernel-source code that matches your running kernel
3. The module source or install code

Check out your system and look under the hood and see if you installed the stuff you need to do the job. Open an x terminal and type in this sequence of commands to see what kernel we are running and see if you have the kernel source installed:
Code:
[fancy@tinwhistle fancy]$ su -
Password:
[root@tinwhistle root]# uname -r
2.4.20-28.7
I am running kernel version 2.4.20-28.7. Do I have the proper source code?
Code:
[root@tinwhistle root]# cd /usr/src
[root@tinwhistle src]# ls -alc
total 3
drwxr-xr-x    4 root     root          136 Jun 12 14:53 .
drwxr-xr-x   16 root     root          424 Jun  4 12:04 ..
lrwxrwxrwx    1 root     root           14 Jun  4 12:11 linux-2.4 -> linux-2.4.20-28.7
drwxr-xr-x   16 root     root          584 Jun  4 12:11 linux-2.4.20-28.7
drwxr-xr-x    7 root     root          168 Jun  4 12:08 redhat
[root@tinwhistle src]#
I do have the same kernel version source code installed in the directory /usr/src/linux-2.4.20-28.7 and there is a symbolic link named linux-2.4 pointing to it.

If you don't see something similiar to this (but in color), you will need to install the kernel source.

NOTE: I noticed that Red Hat didn't make the symbolic link /usr/src/linux that all of the INSTALL files that I have read mentioned that I need. I may as well make one now to save editing the files in the source code every time I need to compile anything concerning the kernel. So, I'll make that link just now:
Code:
[root@tinwhistle src]# ln -s linux-2.4.20-28.7 linux         
[root@tinwhistle src]# ls -alc
total 3
drwxr-xr-x    4 root     root          160 Jun 12 15:46 .
drwxr-xr-x   16 root     root          424 Jun  4 12:04 ..
lrwxrwxrwx    1 root     root           14 Jun 12 15:46 linux -> linux-2.4.20-28.7
lrwxrwxrwx    1 root     root           14 Jun  4 12:11 linux-2.4 -> linux-2.4.20-28.7
drwxr-xr-x   16 root     root          584 Jun  4 12:11 linux-2.4.20-28.7
drwxr-xr-x    7 root     root          168 Jun  4 12:08 redhat
[root@tinwhistle src]#
Ah, there it is, so that's done.

Next, did I install the compiler?
Code:
[root@tinwhistle src]# gcc -v          
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-113)
[root@tinwhistle src]#
Yes, I have a compiler installed.

If you don't have those two things installed, you have to install them first off your install CD.

If they are installed, download the source and happy comiling. Make sure you carefully read the README and INSTALL files after extracting and before compiling/installing.
 
Old 03-04-2004, 08:53 AM   #48
M_Ghani
LQ Newbie
 
Registered: Feb 2004
Location: Egypt
Posts: 12

Rep: Reputation: 0
my conexant modem is conexant HCF V90 Data Fax Voice USB modem and i cant find any driver for it to linux so help plz coz i really most of my work on the net which means that i couldnt use Linux most of the time

Thanks in advance
 
Old 03-04-2004, 09:06 AM   #49
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Conexant headache cure
 
Old 03-04-2004, 09:06 PM   #50
M_Ghani
LQ Newbie
 
Registered: Feb 2004
Location: Egypt
Posts: 12

Rep: Reputation: 0
Quote:
Originally posted by fancypiper
Conexant headache cure
i am talking about my USB modem not SERIAL modem ?????????????????

I dont know why did u put this link??

I already bought USB one
 
Old 03-05-2004, 10:00 PM   #51
mildseven
LQ Newbie
 
Registered: Nov 2003
Distribution: CRUX (www.crux.nu)
Posts: 7

Rep: Reputation: 0
Link removed.

Last edited by Aussie; 06-29-2004 at 03:23 AM.
 
Old 03-06-2004, 08:45 AM   #52
M_Ghani
LQ Newbie
 
Registered: Feb 2004
Location: Egypt
Posts: 12

Rep: Reputation: 0
Quote:
Originally posted by mildseven
edited
This driver is for PCI modem not USB one

But anyway thanks

Last edited by Aussie; 06-29-2004 at 03:24 AM.
 
Old 03-21-2004, 03:19 AM   #53
giors
LQ Newbie
 
Registered: Mar 2004
Posts: 16

Rep: Reputation: 0
the driver seems not to work with mandrake 10.0. I'm a new linux and maybe I did something wrong installing it. I downloaded the rpm file from goldnuggets (thanks a lot), I installed it, and I launched the configuration tool from the Mandrake Control center, but it says "you have not a winmodem on your computer" (if I go to the mount point it recognise HSF modem with conexant chipset). Can it be due to the fact that I Mandrake 10.0 has 2.6 kernel? What can I do?
 
Old 03-21-2004, 03:25 AM   #54
giors
LQ Newbie
 
Registered: Mar 2004
Posts: 16

Rep: Reputation: 0
I downloaded the rpm file from goldennugets (thanks a lot) but it doesn't work. I'm a new linux and maybe I did something wrong: I just installed the rpm file and lounched the configuration tool from the Mandrake control center (sorry for my traduction but I'm italian and I have an italian version) but it says "you have no winmodem on your computer". ON the contrary going to the mount point it recognise the hsf modem with conexant chipset. Can it be due the fact that linux 10.0 has the 2.6 Karnel? WHat can I do? thanks.
 
Old 03-21-2004, 07:26 AM   #55
goldennuggets
Member
 
Registered: Feb 2003
Location: USA
Distribution: Kubuntu, Manjaro
Posts: 239

Original Poster
Rep: Reputation: 24
your welcome.
but yes, this is due to mandrake using the 2.6 kernel. if your gonna use the drivers, you'll be stuck with the 2.4 till someone posts a newer driver. search the forums for one. I'll try later this afternoon, and if i find a post, I'll link it here.
wish you the best,
.stan
 
Old 04-03-2004, 06:25 PM   #56
Cake
LQ Newbie
 
Registered: Jan 2004
Location: UK
Distribution: Fedora Core 3
Posts: 27

Rep: Reputation: 15
Driver source

w

Last edited by Cake; 04-03-2004 at 06:27 PM.
 
Old 04-05-2004, 07:38 AM   #57
giors
LQ Newbie
 
Registered: Mar 2004
Posts: 16

Rep: Reputation: 0
I've just installed knoppix 3.3.: that's wonderful. but i have a problem with the modem. I downloaded the *.tar.gz driver and installed it completly. But the modem doesn't connect. it says something like no network available. How have I to configure kppp? I gave it /dev/modem. is that right? or can it be a prblem of the driver?
thanks
 
Old 04-09-2004, 03:42 PM   #58
leadazide
Member
 
Registered: Apr 2004
Location: Germany
Distribution: SuSE 11.0, Ubuntu 7.10
Posts: 390

Rep: Reputation: 30
go to
edited

they've got old beta drivers for HSF and maybe for HCF too

their 5.03 driver works perfectly with my Conexant HSF modem

Last edited by Aussie; 06-29-2004 at 03:24 AM.
 
Old 04-11-2004, 01:54 AM   #59
giors
LQ Newbie
 
Registered: Mar 2004
Posts: 16

Rep: Reputation: 0
thanks

Finally I got it working. thank you very much.
 
Old 04-17-2004, 06:40 AM   #60
Winno
Member
 
Registered: Sep 2003
Location: Australia
Distribution: Fedora Core 3 / Mandrake 10.1 / Gentoo 2005.0
Posts: 100

Rep: Reputation: 15
I would like a HCF driver for kernel 2.6.x. Has anyone managed to get a driver working under that? Or has anyone made a version for it?
 
  


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 07:01 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