Help Needed To Configure Dataone One Linux

Status
Not open for further replies.

ashwinkumar

Broken In
Hi,

i am a total newbie to linux, any one plz help me in installing modem and connecting to internet on linux

thanks in advance

ashwin kumar
 

desertwind

Cyborg Agent
Post such queries in Open Source section.

Which gnu/Linux distro r u using ?
Select Network Under System Settings.
Click New, Select xDSL, and Click next.
Enter your details there, click next, finish.

Press Activate/Deactivate for connecting/disconnecting.
 
OP
A

ashwinkumar

Broken In
thanks sourabh for moving the thread
and thanks desertwind for trying to help me,.. the distro i am using is FC3
i hav to install the driver for the modem..there is a readme file which iam posting here i am unable to understand it. so somebody tell me in brief wht to do..

Code:
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:
    	*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/kernel/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 (*www.redhat.com) for information on upgrading to the
    Linux-2.4 kernel.

this is the readme file for installing the modem. somebody can plz help me to install , i can't understand a bit in it

ashwin kumar
 

planetcall

Indian by heart
Here is how you get it on ubuntu...

run this command

Code:
sudo pppoeconf

and simply follow the wizard. If some problem occurs or says command not found then try googling or browsing official ubuntu forum for pppoe. After filling in the details and the wizard ends you can use pon dsl-provider to start the connection and poff -a to disconnect.
 

praka123

left this forum longback
Ashwinkumar:so you need to patch kernel-source and compile ne w kernel...better try luck with a newer 2.6 kernel and give your connection type and what modem are you using
 
Status
Not open for further replies.
Top Bottom