Unsolved
This post is more than 5 years old
Moderator
•
17.9K Posts
0
167109
July 11th, 2007 14:00
Update Conexant Modem Driver Available
Linux Users,
The Conexant modem driver is now available on the Dell File Library download page. Click below to download this driver if needed. Thanks for your patience!
Conexant D110,HDA,MDC,v.92,modem
The Conexant modem driver is now available on the Dell File Library download page. Click below to download this driver if needed. Thanks for your patience!
Conexant D110,HDA,MDC,v.92,modem
DELL-Jesse L
#IWork4Dell
Digital Support Forum Liaison


dasunst3r
80 Posts
0
July 12th, 2007 20:00
Chasoid
4 Posts
0
July 13th, 2007 01:00
Follow the instructions that are on the page for the .deb download. It's not as simple as clicking the "Install" button and figuring that everything will "just happen."
(Ask me how I know that!) 8-)
It's not hard and the directions are crystal-clear ... but you DO have to follow them.
dasunst3r
80 Posts
0
July 13th, 2007 04:00
hotshotDJ
136 Posts
0
July 14th, 2007 06:00
Having said that, it is pretty simple to set up a local software repository on your system so that software that is packaged as proper *.deb files can be installed easily (you can even install many *.rpm files by using alien and placing the resulting *.deb files in your local repository -- make sure you know what your doing before trying it, though!). Here is how to do it: (adapted from APT HowTo
1) Use Synaptic (or apt-get install dpkg-dev) to install the dpkg-dev software
2) Create a "debs" directory somewhere in your home directory -- I use /home/hotshotdj/Downloads/debs, but there is nothing magical about using that particular path.
3) Drag & Drop any *.deb files that you want to use into there.
4) If it doesn't already exist, create a directory called /home/user/bin (replace "user" with the correct user name) -- there IS something magical about this particular path, don't alter it.
5) Open your favorite text editor and cut & past the following code -- again, change the path to your "debs" directory to match the directory you created in step #1 Save this file as "update-debs" (without the quotes) in the user's bin directory you just created.
6) Make the file executable -- in a terminal, cd /home/user/bin and then type (again, without the quotes and with the correct user name) "sudo chmod a+x update-debs"
7) Log out and then log back in (you do NOT have to reboot! Just log out of your user account and then back in) Now, you can type in the terminal "update-debs" and you'll be ready to use synaptic to install deb packages that you put in that directory. Every time you add files to the directory, you'll need to run update-debs from a terminal.
OOPS -- I left out a VERY important step, without which, none of this will work! You need to add your new local deb repository to apt!! Open the sources file using "sudo gedit /etc/apt/sources.list" in a terminal (without quotes) and then, at the bottom of the file, add "deb file:///home/hotshotdj/Documents/Download/debs /" (change the path to match your system, of course). NOW, do step 7. Sorry for the error.
DISCLAIMER: These instructions are based on publicly available instructions on the use of APT. It "works for me" although I make no guarantees -- if something breaks after following the above instructions, you get to keep all the pieces. :)
Message Edited by hotshotDJ on 07-14-2007 02:08 PM
bongski55
52 Posts
0
July 14th, 2007 15:00
I am very happy to say that the Modem works well on my ubuntu installation.I have recently upgraded the kernel to 2.6.20-16 and the modem still installed with no problem.......
I assumed that the driver was for the default ubuntu kernel 2.6.20-15.....
TtuEd
1 Message
0
July 16th, 2007 17:00
I am using Slackware 12.0 on my Dell Inspiron 1300 laptop and i have obtained Conexant modem driver from http://www.linuxant.com. It works fine but connection speed is limited to 14.4 unless i pay a "modest price" of $19.95...
Thank you in advance.
bongski55
52 Posts
0
July 24th, 2007 15:00
zasq
7 Posts
0
July 24th, 2007 15:00
zasq
7 Posts
0
July 24th, 2007 16:00
This is what happens:
+ hsfstop
Warning: Module snd_hda_intel is in use
Warning: Module snd_hda_codec is in use by snd_hda_intel
I don't know what that means... Sorry.
There is a very long textfile with the diagnosis (hsfdiag.txt). Do you need it?
bongski55
52 Posts
0
July 25th, 2007 02:00
bongski55
52 Posts
0
July 25th, 2007 03:00
zasq
7 Posts
0
July 25th, 2007 07:00
That was it! After I rebooted the system twice (!) the driver was installed. Then, I had difficulties to find the modem (there was no /dev/modem and in the Hardware-Manager I found many Conexant-devices in /dev/snd with the string modem).
But: With gnome-ppp I detected the modem!!! So, thanks a lot.
Do I have to leave gnome-ppp in the system or can I remove it?
All the best.
bongski55
52 Posts
0
July 26th, 2007 06:00
Mr_bleu
211 Posts
0
July 27th, 2007 00:00
Message Edited by Mr_bleu on 07-26-2007 09:13 PM
sunflower2
5 Posts
0
July 27th, 2007 15:00