Spreadfirefox Affiliate Button
Custom Search

Thursday, October 16, 2008

Setting Connexant Winmodem on Ubuntu 8.04

Step for installing winmodem on ubuntu hardy heron
1. sudo apt-get update
2. sudo apt-get install libc6-dev_2.5-0ubuntu14_i386.deb
3. sudo apt-get install build-essential linux
4. Download alsa driver :
wget http://www.linuxant.com/alsa-driver/alsa-driver-linuxant_1.0.16.1-1_all.deb
Install:
sudo dpkg -i alsa-driver-linuxant_1.0.16.1-1_all.deb
5. Download conexant hsf modem
wget http://www.linuxant.com/drivers/hsf/full/archive/hsfmodem-7.68.00.09full/hsfmodem_7.68.00.09full_i386.deb.zip
Unzip:
sudo unzip hsfmodem_7.68.00.09full_i386.deb.zip
Install :
sudo dpkg -i hsfmodem_7.68.00.09full_i386.deb
6. Download hsfpatch
Copy hsfpatch to /usr/lib/hsfmodem/
Goto /usr/lib/hsfmodem/ and execute hsptch with comand : ./hsfpatch
Use email and license key which generate by hsfpatch
Example :
email : tux@kernel.org
License key : BADCAFE4742B
7. sudo hsfconfig -license
Enter the email and key license which get from hsfpatch
The result:
Config for modem unit 0: /dev/ttySHSF0
Device instance: 0-HDA-14f15045:103c30b2-0
HW revision : SSD=34 LSD=0×22
HW profile name: hsfhda
Registration ID: E15A-8140-4FDE
License owner : tux@kernel.org
License key : BA-DC-AF-E4-74-2B
License status : free (14.4 kbps)
Current region : INDONESIA (T.35 code: 0054)

8. If the license status is still free, do this step
- sudo hsfconfig
- Enter, if request : use the current, email, and license key
Result :
Config for modem unit 0: /dev/ttySHSF0
Device instance: 0-HDA-14f15045:103c30b2-0
HW revision : SSD=34 LSD=0×22
HW profile name: hsfhda
Registration ID: E15A-8140-4FDE
License owner : tux@kernel.org
License key : BA-DC-AF-E4-74-2B
License status : OK
Current region : INDONESIA (T.35 code: 0054)
9. Edit the init in /etc/wvdial.conf
init=AT&FW3+MS=V90,1,28800,33600,28800,56000
10. Connect to the internet is succesfully

No comments: