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
IPSEC_PORTOF(3) 					     Library Functions Manual						   IPSEC_PORTOF(3)

NAME
ipsec_portof, ipsec_setportof, ipsec_sockaddrof, ipsec_sockaddrlenof - get port field of an ip_address, set port field of an ip_address, get pointer to internal sockaddr of an ip_address, get length of internal sockaddr of an ip_address SYNOPSIS
#include <libreswan.h> int portof(const ip_address *src); void setportof(int port, ip_address *dst); struct sockaddr *sockaddrof(ip_address *src); size_t sockaddrlenof(const ip_address *src); DESCRIPTION
The <libreswan.h> internal type ip_address contains one of the sockaddr types internally. Reliance on this feature is discouraged, but it may occasionally be necessary. These functions provide low-level tools for this purpose. Portof and setportof respectively read and write the port-number field of the internal sockaddr. The values are in network byte order. Sockaddrof returns a pointer to the internal sockaddr, for passing to other functions. Sockaddrlenof reports the size of the internal sockaddr, for use in storage allocation. SEE ALSO
inet(3), ipsec_initaddr(3) DIAGNOSTICS
Portof returns -1, sockaddrof returns NULL, and sockaddrlenof returns 0 if an unknown address family is found within the ip_address. HISTORY
Written for the FreeS/WAN project by Henry Spencer. BUGS
These functions all depend on low-level details of the ip_address type, which are in principle subject to change. Avoid using them unless really necessary. 8 Sept 2000 IPSEC_PORTOF(3)
All times are GMT -4. The time now is 08:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy