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 17-12-2005, 06:08 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2005
Location: Hyderabad
Posts: 12
Default Help Needed To Configure Dataone One Linux


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
ashwinkumar is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 17-12-2005, 08:46 PM   #2 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

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.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 17-12-2005, 10:04 PM   #3 (permalink)
Laptoping
 
Sourabh's Avatar
 
Join Date: Aug 2004
Location: Mumbai
Posts: 2,211
Default

Moved to Open Source...
__________________
You could think I'm wrong, but that's no reason to stop thinking.
Sourabh is offline  
Old 18-12-2005, 05:48 AM   #4 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2005
Location: Hyderabad
Posts: 12
Default

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:
    	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/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 (http://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
ashwinkumar is offline  
Old 19-12-2005, 02:56 PM   #5 (permalink)
Indian by heart
 
planetcall's Avatar
 
Join Date: Nov 2003
Location: Bangalore
Posts: 343
Default

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.
planetcall is offline  
Old 20-12-2005, 04:04 PM   #6 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default

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
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 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 icebags
- by clinton
- by topgear
- by trublu

Advertisement




All times are GMT +5.5. The time now is 10:13 AM.


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

Search Engine Optimization by vBSEO 3.3.2