- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: internet in linux
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2003 06:38 AM
тАО03-05-2003 06:38 AM
internet in linux
ppp0 initialized
Remote message: ^@
CHAP authentication failed
Connection terminated
Windows has HP EN1207D-TX 100/10 Fast Ethernet Adapter. I tried installing RTL8139 driver for linux. I'm unable to compile this driver in linux with "make" command, get en error 'cannot compile against the same version of kernel.....'
Please help.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2003 07:01 AM
тАО03-05-2003 07:01 AM
Re: internet in linux
when dialing up I have had problems as well....
I have a Dell Latitude C600 running Windows2000 and RedHat 8.0
My modem on my laptop is a: 3com 56k v.90 Mini PCI modem
in windows it uses:
3cwmunst.exe and
wdhabbg.sys
for it's drivers......
since I use highspeed internet at home I've never "had" to connect with a modem before but I tried at a hotel and it didn't work.
I've heard that if you have a winmodem (or a regular modem for that matter) that you need to make sure you have the correct drivers installed. I've just never bothered to fix my problem..... if you do manage to fix it then let us know what you did.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2003 08:03 AM
тАО03-05-2003 08:03 AM
Re: internet in linux
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-05-2003 07:28 PM
тАО03-05-2003 07:28 PM
Re: internet in linux
who is ur isp. a couple of links below might help in connecting to ur isp.
http://www.hserus.net/dialup.html
http://linuxindia.virtualave.net/vsnlcon.html
both these howto's have been put by members of the hyderabad linux users group in india.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 05:30 AM
тАО03-07-2003 05:30 AM
Re: internet in linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:20 AM
тАО03-07-2003 07:20 AM
Re: internet in linux
I use Redhat 8, so the locations of your files MAY be different. In /etc/ppp I have 2 files named pap-secrets and chap-secrets. Their structure is very similar, so I'll show only the contents of chap-secrets:
# Secrets for authentication using CHAP
# client server secret IP addresses
####### redhat-config-network will overwrite this part!!! (begin) ##########
"bruce" * "XF86working"
####### redhat-config-network will overwrite this part!!! (end) ############
You should have your username in double quotes followed by a space and a tab, then an asterisk a space and a tab, and finally your password in quotes followed by a space.
Then in the /etc/wvdial.conf file there is a section
[Dialer myISP]
Username = bruce
Password = XF86working
Phone = xxxxxxx
Inherits = Modem0
where Modem0 is an earlier configuration section.
Then in /etc/sysconfig/networking/profiles/default there is a file called ifcfg-myISP that has (in addition to many other lines)
PAPNAME='bruce'
WVDIALSECT=myISP
The same file is located at /etc/sysconfig/networking/devices
And finally I have a file /etc/sysconfig/network-scripts/ifcfg-ppp0 that has the same content as the two ifcfg-myISP files above.
Hopefully this is enough to get you started. I presume the other files you need are OK because you wouldn't have gotten as far as you have without them.
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2003 01:26 PM
тАО03-09-2003 01:26 PM
Re: internet in linux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-10-2003 05:52 AM
тАО03-10-2003 05:52 AM