Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 26-10-2005, 11:02 PM   #1 (permalink)
Broken In
 
Join Date: Nov 2003
Location: Pune
Posts: 195
Default installing dataone modem in mandrake10 .1


hey guys

i need help in installing the dataone modem in mandrake (or any linux)

its showing as unknown harware.

Quote:

Alpha USB CDCEther Driver Patch to Linux Kernel 2.4
--------------------------------------------------------------------

Introduction
-------------

This file describes Alpha USB LAN CDCEther driver patch to Linux Kernel 2.4. Customers should make this patch freely available to their customers under the requirements of the GPL.


The Linux kernel 2.4.19 onwards include the sources of driver for CDC
Ethernet networking control model compliant devices. The driver being
provided by Alpha is modified from the sources available with
Linux kernel 2.4.19.

We needed a way to tag this file for trackig so the version of this file was modified by adding "-GSPN" to
the version string as follows:

DRIVER_VERSION "0.98.6-GSPN"

This driver serves as a patch to Linux kernel 2.4 to address following issues with the original driver:

1. The functions for Set Ethernet packet filter and Set Multicast packet filter have been enabled.
2. Bug fix to enable sending of short USB packetes by using "USB_ZERO_PACKET" flag.

This driver supports Linux-2.4 kernel. The Linux kernel sources can be download from:
http://www.kernel.org/pub/linux/kernel/v2.4/

Customer needs to have kernel source to compile the Alpha drivers.
The installed system should already have the kernel sources
installed in the /usr/src/linux directory. If they are not there,
try to get them off the installation disks for your distribution,
or download the latest Linux-2.4 kernel , and configure and
build that. There are lots of books and documents available
describing how to extract, configure and build the kernel from
it's sources...

After untarring the linux kernel source to /usr/src/linux, go to /usr/src/linux directory
and perform following commands.

- make menuconfig
- make clean
- make dep

Release Notes
--------------
v1.0 (04/02/2003)
- Initial release of driver with support for Linux-2.4 kernel.


Package Information
--------------------
Everything shown below is a directory. "+" means directory is NOT expanded and "-" means directory is expanded.

- cdcether /* Main directory */
|
+ inc /* Driver header files */
|
+ src /* Directory containing the sources */

Compiling the Driver
---------------------
To compile the driver simply run make in "cdcether" directory

% make

Loading the module
-------------------
To load the cdcether module enter the following command as root in directory
"cdcether"
Syntax:
% insmod ./CDCEther

When using the module with the kernel module autoloader, the module can
be loaded on demand when the device is referenced. The driver need to be
copied to /lib/modules/2.4.x/kernel/drivers/usb directory. 2.4.x in previous
line refers to the kernel version. Kernel version can be found using command
'uname -a'. In addition to the demand loading specification, module parameters
can also be specified in the file /etc/modules.conf as follows:

alias eth? CDCEther

The ? in above line will depend on the number of ethernet interface
corresponding to the CDCEther device. A new file (ifcfg-eth?) needs
to be added to /etc/sysconfig/network-scripts. The contents of this
file will be somewhat as given below

DEVICE=eth?
BOOTPROTO=static
BROADCAST=192.168.255.255
IPADDR=192.168.1.200
NETMASK=255.255.0.0
NETWORK=192.168.0.0
ONBOOT=yes

To check if device is loaded
----------------------------
% lsmod

For debug print
---------------
% dmesg

Unloading the module
---------------------
To unload an unused module:
% rmmod CDCEther

You will need to exit or disconnect any program currently using the module
before it will unload. If the module was configured for LAN, shutdown
the ethernet interface:
% ifconfig eth1 down

The ethernet interface associated with the CDCEther driver was "eth1" that's
why interface name is eth1 in above line.

LAN Configuration
------------------
To enable LAN traffic over the ethernet interface:
% ifconfig eth1 192.168.1.200 up

You may also need to modify the netmask and route for the interface.
Refer to the manual pages for ifconfig and route for more information.

To test the LAN connection is alive by pinging the remote side:
% ping 192.168.1.1

To disconnect the LAN inteface:
% ifconfig eth1 down

Things to note
--------------
* New version of modutils (version 2.3.18 or later) required. Sources
for the module utilities can be downloaded from:
ftp://ftp.kernel.org/pub/linux/utils...modutils/v2.3/

* Updates are required to RedHat distributions to support Linux-2.4
including the latest RedHat 7.0 distribution. Check on the RedHat
site (http://www.redhat.com) for information on upgrading to the
Linux-2.4 kernel.

i couldnt makeout a thing from this read me file provided with the drivers
__________________
HP DV 9222tx laptop

core2duo 1.66 @533
512 x2 =1gb ram @533
80x2=160gb hdd
17" widescreen.
nvidia geforce 7600go 256mb
vantec lapcool 3
hauppage usb TV stick with remote
GunshotSilence is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 27-10-2005, 07:56 AM   #2 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

Hey man it should be auto detected. It shud be autodetected as an Ethernet connection if you are using an ethernet card. If you are using it from usb. I can send you the drivers via Email.
Here are the details..
Quote:
Originally Posted by desertwind
i think you wont need drivers. I havent configured DataOne on SuSE(i havent worked on SuSE for ages). try the following config.

IP: 192.168.1.2 (or 192.168.1.100)
subnet: 255.255.255.0
gateway: 192.168.1.1

You may need to append the following lines to /etc/resolv.conf
Code:
nameserver 61.1.96.69
nameserver 61.1.96.71
Satissh S is offline  
Old 29-10-2005, 02:22 AM   #3 (permalink)
Broken In
 
Join Date: Nov 2003
Location: Pune
Posts: 195
Default

is that for me?

it is showing unknow hardware
my modem is usb, but usb connected light is glowing but cannot detect it
__________________
HP DV 9222tx laptop

core2duo 1.66 @533
512 x2 =1gb ram @533
80x2=160gb hdd
17" widescreen.
nvidia geforce 7600go 256mb
vantec lapcool 3
hauppage usb TV stick with remote
GunshotSilence is offline  
Old 29-10-2005, 02:36 AM   #4 (permalink)
Alpha Geek
 
Satissh S's Avatar
 
Join Date: Mar 2005
Location: Chennai , India
Posts: 693
Default

As mentioned previously, For USB connected Data1 Modems you need to install drivers. If you have windozee get them via Email from me PM me if you want drivers.
__________________
Call it Emacs,
Love it or Leave it.
Satissh S is offline  
Old 29-10-2005, 03:08 AM   #5 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

usually the usb modems will have an ethernet interface too. use that. it removes a lot of driver hassles.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Closed Thread

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
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 02:50 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2