Sponsored Content
Operating Systems Linux Red Hat Unable to connect "Reliance Netconnect" on Redh Hat Linux 5 Post 302740877 by arunraj192 on Friday 7th of December 2012 03:44:43 AM
Old 12-07-2012
RedHat Unable to connect "Reliance Netconnect" on Redh Hat Linux 5

Hi Friends,

Can someone help me with below issue , thanks.

Subject : Unable to configure "Reliance NetConnect" on RHEL 5

Here some helpful information :

Code:
[root@localhost dev]# lsusb
Bus 001 Device 001: ID 0000:0000  
Bus 001 Device 002: ID 8087:0020  
Bus 001 Device 003: ID 192f:0416  
Bus 002 Device 005: ID 12d1:1446 Huawei Technologies Co., Ltd. 
Bus 002 Device 001: ID 0000:0000  
Bus 002 Device 002: ID 8087:0020  
Bus 002 Device 003: ID 064e:f209 Suyin Corp. 

[root@localhost dev]# dmesg | grep tty
[root@localhost dev]# 


[root@localhost dev]# more /etc/wvdial.conf 
# Reliance Netconnect

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Stupid Mode =1
Modem Type = USB Modem
ISDN = 0
Phone = #777
New PPPD = yes
Modem = /dev/ttyUSB0
Username = **********
Password = **********
Baud = 9600
[root@localhost dev]# 

[root@localhost dev]# lsmod
Module                  Size  Used by
usbserial              67761  0 
usb_storage           116769  0 
autofs4                57161  2 
hidp                   83649  2 
rfcomm                104809  0 
l2cap                  89409  10 hidp,rfcomm
bluetooth             118725  5 hidp,rfcomm,l2cap
sunrpc                197513  1 
dm_mirror              60105  0 
dm_multipath           52433  0 
dm_mod                 96017  2 dm_mirror,dm_multipath
ipv6                  411425  14 
parport_pc             62313  0 
lp                     47121  0 
parport                73165  2 parport_pc,lp
sr_mod                 50789  0 
cdrom                  68713  1 sr_mod
sg                     69865  0 
shpchp                 70765  0 
joydev                 43969  0 
pcspkr                 36289  0 
serio_raw              40517  0 
ahci                   55621  2 
libata                160849  1 ahci
sd_mod                 56257  3 
scsi_mod              186361  5 usb_storage,sr_mod,sg,libata,sd_mod
ext3                  166993  1 
jbd                    93873  1 ext3
ehci_hcd               65229  0 
ohci_hcd               54493  0 
uhci_hcd               57433  0 
[root@localhost dev]# 

[root@localhost dev]# wvdialconf /etc/wvdial.conf 
Scanning your serial ports for a modem.

Port Scan<*1>: S0   S1   S2   S3   USB0 


Sorry, no modem was detected!  Is it in use by another program?
Did you configure it properly with setserial?
[root@localhost dev]#

Let me know if you need more information inorder to resolve this issue.

Thanks
Arun

Last edited by Scrutinizer; 12-07-2012 at 06:05 AM.. Reason: Replaced font tags with code tags
 

5 More Discussions You Might Find Interesting

1. SuSE

VMDB Failure" followed by "Unable to open snapshot file"

keep getting an error when I try to revert to a snapshot: "VMDB Failure" followed by "Unable to open snapshot file" Im using vmware server 1.0.4, host OS is windows xp and guest OS is SLES. Is there anything I can do to recover the snapshot or am I in trouble!?!?! (0 Replies)
Discussion started by: s_linux
0 Replies

2. UNIX for Advanced & Expert Users

linux system recovery after overriding connect() by "ld.so.preload"

dear fellows; i have used ld.so.preload file to override connect() function, dynamic library overriding, it did worked really fine ...... but i went on to struck in a situation ... within the overrided connect() i have used printf once to see IP and Port to whom the connect request is being... (1 Reply)
Discussion started by: mzeeshan
1 Replies

3. Emergency UNIX and Linux Support

Unable to connect to oracle in red hat linux

Hi Gurus, I have installed the oracle xpress 10g edition in my red hat linux and saw the message that it has been installed successfully ,but after that I started the database by going through application->database->start database and after that i open the sql prumt but when i tried to connect... (18 Replies)
Discussion started by: sanjay.login
18 Replies

4. Debian

Connect Reliance netconnect data card in linux debian

Hi, I want to connect Reliance netconnect data card in linux - debian. I don't know which software needs to be install. can you please help me what is the software needs to be install to connect this datacard. I have connected this datacard in windows using the CD which is provided by... (3 Replies)
Discussion started by: latika
3 Replies

5. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies
lsusb(8)							Linux USB Utilities							  lsusb(8)

NAME
lsusb - list USB devices SYNOPSIS
lsusb [ options ] DESCRIPTION
lsusb is a utility for displaying information about USB buses in the system and the devices connected to them. OPTIONS
-v, --verbose Tells lsusb to be verbose and display detailed information about the devices shown. This includes configuration descriptors for the device's current speed. Class descriptors will be shown, when available, for USB device classes including hub, audio, HID, communi- cations, and chipcard. -s [[bus]:][devnum] Show only devices in specified bus and/or devnum. Both ID's are given in decimal and may be omitted. -d [vendor]:[product] Show only devices with the specified vendor and product ID. Both ID's are given in hexadecimal. -D device Do not scan the /dev/bus/usb directory, instead display only information about the device whose device file is given. The device file should be something like /dev/bus/usb/001/001. This option displays detailed information like the v option; you must be root to do this. -t Tells lsusb to dump the physical USB device hierarchy as a tree. This overrides the v option. -V, --version Print version information on standard output, then exit successfully. RETURN VALUE
If the specified device is not found, a non-zero exit code is returned. FILES
/var/lib/usbutils/usb.ids A list of all known USB ID's (vendors, products, classes, subclasses and protocols). SEE ALSO
lspci(8), usbview(8). AUTHOR
Thomas Sailer, <sailer@ife.ee.ethz.ch>. usbutils-005 6 May 2009 lsusb(8)
All times are GMT -4. The time now is 09:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy