Zoom USB Mini External - Model 3095
Posts: 17
Hi All
Need some help to get this working. I did do a search but most of it seems to be above my head. Here Is the what Zoom said to do.
To install the driver in .rpm or .deb format.
a Type su (for .rpm) or sudo (for debian) and press enter.
b At the promp, enter your super user password.
c Next, for .rpm, enter
rpm -i dgcmodem.i386.rpm
For .deb, enter
dpkg -i dgcmodem_i386.deb
d At the promp, enter the Linux source build directory
that matches your running kernel.
e If necessary, run dgcconfig to complete the installation.
I have installed Mepis 6.5.02_64. From my search for source and source build directory, I'm thinking that I do not have the source code. So how do I get it with a windows computer and then where do I put it on the Linux machine? I already copied the files fron the cd to a directory on the hard drive. How do you access that directory from the command promp?
I looked for usr/src/linux or something simular. I do have the following directories but none have any files in them.
usr/src/rpm/build
/rpm/noarch
/x86_64
/sources
/specs
/srpms
Sure would like some help to get this working. The Zoom cd has drivers for Win98 to Vista and the Mac. For linux it also has a tar file. Now I'm wondering if I picked the wrong modem again.
Thanks TowWire
Re: start with
Posts: 17
Hi carlops
I found out that the .deb package requires a 2.6.19 or newer kernal. These drivers are provided to Zoom by Linuxant. I found this out by finding the files that I copied to the hard drive and then I just said open in a new window, Kpackage came up and in the properties tab it give that info. At the bottom there was a tab that said install, another window came up, I highlited dgcmodem and put an x in the boxes for allow downgrade, check conflicts, check dependencies and test(do not install). Here's what I got, left out where package located.
Error processing packarchitecture (i.386) does not match system (am64)
result=1
I had made some notes before I found this out and here they are:
I will explain this way. New to any linux and right now I seem to be confused or loss, like when I first started with Dos. New system I just built, all new parts, so there is nothing there I need to worry about. My other experince with modems are under internal,Modem drops Connection.
I talked with my brother, who is my computer parts advisor when I need something. We had a short list of externals and decided this was the one to try. The price was the last concideration, I could buy two of these to one of the serial externals. I have other systems to convert to linux.
Hooked up the Zoom modem, looked in KDE info center and it showed the modem under usb devices-ohic controller (2). Then open Konsol type dmesg, no port assigned. So decided to try it with my windows machine, worked great. Infact downloading a file with Getright my normal avg is 2.3k and the avg increased to 2.9k, nice will see what it is over time and internet connections. Looked over the Zoom cd and checked everything, did the searches and figured it was time for some help. The spaces on the directories did not work as I expected on my first post.
Now for your post. What ever I need I have to download with my windows machine, put on a cd-rw to move to the Mepis machine, since I'm just learning the linux file system I need to be told where to put things. Also how do you know if there are sourse files? Do they have an h on the end?
I do have lib/modules/2.6.15-27-desktop64-smp under it is the following: initrd, kernel, misc, net, nvidia, updates, volatile.
Synaptic
shows linux-image-2.6.15-27-desktop64-smp, installed
shows linux-kerrnal-headers. installed version 2.6.11.2-oubuntul8
End of Notes
NOW what
Towwire
New info
Posts: 17
Hi
Here is what I've done, setup for dual booting and installed nstalled the 32 bit version. Found what I thought might be the header files and then tried to install the driver. Here's what I got:
Selecting previously deselected package dgcmodem.
(Reading database ... 73486 files and directories currently installed.)
Unpacking dgcmodem (from .../debian/dgcmodem_i386.deb) ...
RESULT=0
dpkg -i '///home/towwire/Shared/debian/dgcmodem_i386.deb' ;echo RESULT=$?
Selecting previously deselected package dgcmodem.
(Reading database ... 73486 files and directories currently installed.)
Unpacking dgcmodem (from .../debian/dgcmodem_i386.deb) ...
Setting up dgcmodem (1.01) ...
Conexant DGC USB modem driver, version 1.01
If you need 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 "dgcconfig --dumpdiag".
No pre-built modules for: SimplyMEPIS-6.0 linux-2.6.15-27-desktop i686
Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)
Please install the 'linux-headers-2.6.15-27-desktop' package. You can install
it with the 'apt-get install linux-headers-2.6.15-27-desktop' command.
Where is the linux source build directory that matches your running kernel?
[/usr/src/linux] /usr/include/linux
WARNING: missing file /usr/src/linux/include/linux/autoconf.h
The cause of this is usually a missing or unconfigured
kernel source tree (and sometimes an incorrect directory or symbolic link).
First, ensure that the proper kernel source and compiler packages
from your distribution vendor and/or the community are installed.
I added the /usr/include/linux It has c header files.
TowWire
start with installing the
Posts: 2299
start with installing the following package:
- linux-headers-2.6.15-27-desktop-smp
-
Then, you will need to extract the tar file (right click and extract). Now, I don't know if the tar only holds the source that needs to be compiled, or it it already contains the .deb files. Supposedly, it has a .deb file, so you need to run the file as they told you.
Normally, when you have installed the kernel files, that path should automatically be given when installing. If not, try with this one: /lib/modules/2.6.15-27-desktop-smp/build/include
Let's see how far you get with this....
Newbie or not Newbie, there's always a question