Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old November 4th, 2004   #1
gecko
5 Cups of Ubuntu
 
Join Date: Oct 2004
Location: Sydney
Beans: 20
Send a message via MSN to gecko
HOWTO: HSF/HCF Modems

HOWTO: HSF/HCF Modems

To install support for these specific modems you need the development environment setup on ubuntu as they have to compile a module for the driver. To prepare your system for this use the following commands

sudo aptitude install build-essentials
sudo aptitude install linux-headers

Download the drivers from http://www.linuxant.com which are relevant for your system. You need the debian source package. Open a terminal window and install the drivers with the following command.

sudo dpkg -i <debian package>

Regards

Gecko
gecko is offline   Reply With Quote
Old November 22nd, 2004   #2
NickR
First Cup of Ubuntu
 
Join Date: Nov 2004
Beans: 2
Re: HOWTO: HSF/HCF Modems

If you get an "ERROR: hcfpci driver not active" message when trying to configure the modem then enter . . .

lsmod|grep hcf

That should list hcfpciengine, hcfpciserial, hcfpciosspec and hcfpcihw. If it doesn't then enter the following . . .

sudo modprobe hcfpcihw

Good luck!
NickR is offline   Reply With Quote
Old April 20th, 2005   #3
bobterri
A Carafe of Ubuntu
 
Join Date: Apr 2005
Location: Davenport, IA
Beans: 95
Ubuntu Karmic Koala (testing)
Re: HOWTO: HSF/HCF Modems

When I do what you suggest above, I get the following:

sudo dpkg -i hcfpcimodem_1.05full_i386.deb
(Reading database ... 83844 files and directories currently installed.)
Preparing to replace hcfpcimodem 1.05full (using hcfpcimodem_1.05full_i386.deb) ...

Removing hcfpci driver from /lib/modules/2.6.10-5-386/
Unpacking replacement hcfpcimodem ...
Setting up hcfpcimodem (1.05full) ...
Conexant HCF controllerless PCI modem driver, version 1.05full

If you need license keys, assistance or more information, please go to:
http://www.linuxant.com/

When reporting a problem for the first time, please send
us the file generated by "hcfpciconfig --dumpdiag".

No pre-built modules for: Debian-3.1 linux-2.6.10-5-386 i686

Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)

Where is the linux source build directory that matches your running kernel?
[/lib/modules/2.6.10-5-386/build] /lib/modules/2.6.10-5-386/build

Building modules for kernel 2.6.10-5-386, using source directory
/lib/modules/2.6.10-5-386/build. Please wait...
done.

ERROR: no device detected by hcfpci driver
dpkg: error processing hcfpcimodem (--install):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
hcfpcimodem

What's the deal?

lspci output is:

lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8375 [KM266/KL266] Host Bridge
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
0000:00:0a.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
0000:00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
0000:00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
0000:01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]

It looks like my modem is recognized as a "Communication controller" and not a "modem."
bobterri is offline   Reply With Quote
Old April 20th, 2005   #4
chettyk
A Carafe of Ubuntu
 
Join Date: Apr 2005
Location: Kerala state, India
My beans are hidden!
Ubuntu 8.10 Intrepid Ibex
Re: HOWTO: HSF/HCF Modems

Quote:
Originally Posted by bobterri
When I do what you suggest above, I get the following:

It looks like my modem is recognized as a "Communication controller" and not a "modem."
I think you need to make sure you have a chipset that is supported by Linuxant. Take a look at the Linuxant webpage "Identifying your modem" (https://www.linuxant.com/drivers/modemident.php ). That page also gives a downloadable 'scanModem', a modem detection script.

I had trouble installing the Debian package for my HSF modem. For both HCF and HSF modems, Linuxant has installation packages that you can download and run. The installation packages then download the appropriate package and compile them if needed. You'll find the installation package(s) under 'Download' in the sections devoted to HCF and HSF modems on the Linuxant website.

As previous posts have pointed out, be sure that you have installed the 'build-essentials' and 'linux-headers' packages.
chettyk is offline   Reply With Quote
Old April 22nd, 2005   #5
kransky_dan
First Cup of Ubuntu
 
Join Date: Mar 2005
Beans: 4
Re: HOWTO: HSF/HCF Modems

thats all well and good if you get the drivers working and hopefully you do, i did but they only operate at 14.4kbs because linuxant are stingy f$#*s and want you to pay for the full working drivers. if any one had any ideas or a full working licence key please let me know, you will heap others too!!!!
thanks
kransky_dan is offline   Reply With Quote
Old April 25th, 2005   #6
wavecite
First Cup of Ubuntu
 
Join Date: Mar 2005
Beans: 4
Re: HOWTO: HSF/HCF Modems

can i use this drivers for my usb external modem? or i need to buy the right drivers to that site? help..
wavecite is offline   Reply With Quote
Old November 1st, 2007   #7
poision_heart
5 Cups of Ubuntu
 
poision_heart's Avatar
 
Join Date: May 2007
Location: India
Beans: 44
Send a message via Yahoo to poision_heart
Re: HOWTO: HSF/HCF Modems

Hi buddy i ve compaq v3000z laptop with conexant modem.It not detected by ubuntu gutsy n i am new here.Well i downloaded drivers from linuxant.com n installed it on gutsy.Everything went well but while config i lost my sound.Can anyone pls guide me how to config modem n how to make it work along with my sound too?
poision_heart is offline   Reply With Quote
Old December 26th, 2007   #8
stunningman
A Carafe of Ubuntu
 
Join Date: Dec 2007
Beans: 86
Re: HOWTO: HSF/HCF Modems

well i tried using generic driver from www.linuxant.com it worked well but i counld only get 14.4 kbps speed.
It goes like this:
1.download generic driver (full)
before installing uninstall the previous driver
2.open the content by double clicking it.it will start installing with packege manager automatically
3.now after it gets install
4.open terminal
5.now type sudo nano /etc/wvdial.conf
6.now put values to configure wvdial.
7.press ctrl-o to write,press enter
8.press ctrl-X
stunningman is offline   Reply With Quote
Old July 21st, 2005   #9
bijaz
First Cup of Ubuntu
 
Join Date: Jul 2005
Beans: 1
Re: HOWTO: HSF/HCF Modems

Quote:
Originally Posted by gecko
HOWTO: HSF/HCF Modems

..
sudo aptitude install build-essentials

..

Gecko
This should be:

sudo aptitude install build-essential
bijaz is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:51 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry