个人工具

UbuntuHelp:DialupModemHowto/Conexant

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月13日 (日) 13:53的版本 (New page: {{From|https://help.ubuntu.com/community/DialupModemHowto/Conexant}} {{Languages|php5}} == Modems supported by the Conexant drivers == '''Note:''' Conexant does not provide drivers for Li...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Modems supported by the Conexant drivers

Note: Conexant does not provide drivers for Linux, but commercial Linux drivers are available from Linuxant, a seperate company. Licenses cost 19.99 US dollars. That comes with at least one year support and kernel-version upgrades, after which you need to purchase it again if you are running a different kernel which needs a newer version of the driver (although if you have the kernel headers installed it may be able to rebuild itself for your kernel, depending on what changes have been made in the driver - just try installing the deb and see). Without the license, the drivers are limited to a maximum speed of 14.4Kbps. However, some Conexant modems can be run with the sl-modem-drivers (smart link) or an open source driver. Note that in general, you can buy a Lucent or Intel (smartlink, or other brand with intel chipset) modem for less than 19.99 US.

Open Source

Rafael Espíndola has ported the latest open source Conexant driver to 2.6.x kernels. AlexandreOttoStrube packaged it for Ubuntu Breezy using kernel 2.6.12-8.  The source code and the binary package for Breezy can be found at [1]. An FTP mirror is at [2] courtesy AndyRabagliati.
For Ubuntu 6.06 Dapper, attachment:modem-hsfpci.tar.bz2 is a script to extend this driver to other supported hsf modems and other kernels.  Just unpack it and read the HOWTO.

Quick Steps for setup of Linuxant/Conexant HSF driver

Assuming you know everything there is to know about your setup, all you need to do is:
Get the ZIPped Debian hsfmodem package from Linuxant from another connected machine (find the Ubuntu 5.10 package). Remember to extract the Debian package to your Desktop (easier to locate). You will use the terminal application to run the commands listed below. The terminal application looks in specific directories for ".deb" packages.
If you download binary file then goto Step 3.

Step 1

If you are using Ubuntu 5.10 (Breezy Badger), make sure you have followed the section of this document entitled Installing GCC 3.4.

Step 2

Then install hsfmodem:
unzip hsfmodem_*.deb.zip          #extract file
sudo dpkg -i hsfmodem_*.deb       #install .deb package

Step 3

And finalize the modem driver installation:
sudo hsfconfig
sudo hsfconfig will prompt you about your location, your email address and license credentials, assuming you've purchased one; if not, then go by the FREE license key which will grant you up to 14.4 kbps connectivity only :(

Go back to the main wiki