Reply
 
Thread Tools Display Modes
  #1  
Old 07-24-2006, 02:35 AM
unix_Hussi unix_Hussi is offline
Senior Member
 
Join Date: Jul 2006
Location: /root/home/thcrw8383
Posts: 320
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to unix_Hussi Send a message via MSN to unix_Hussi Send a message via Yahoo to unix_Hussi
Default setting up a Dial-up network with KPPP
I found this neat little tool in my networking folder on my computer called "KPPP".I typed all the info into the program and clicked connect.That dissapeared and then another box popped up that sayed "looking for modem",A long time later it said "intitalizing modem'.Am I doing something wrong because it takes a long time to get this far,I think its the modem.I think the reason for it not having a driver is the problem,Ill list the specs of the modem below...

Manufactuerynex
Speed:56 Kbs
Type: V.92
Interface:PCI (internal)
Model (as shown on box): DX-M100
Everything else: Data/Voice/Fax Modem

Can anyone do a little research on this?I think I will need a serial modem,Dose anyone know of a good brand or model?
Reply With Quote
  #2  
Old 07-24-2006, 04:27 AM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
Don't know, I do know that Dynex redirects to Bestbuy in WIkipeda and their web site (Dynex) says: This site is best viewed with Microsoft® Internet Explorer

So I betcha it's probably a Winmodem
Reply With Quote
  #3  
Old 07-24-2006, 04:55 AM
unix_Hussi unix_Hussi is offline
Senior Member
 
Join Date: Jul 2006
Location: /root/home/thcrw8383
Posts: 320
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to unix_Hussi Send a message via MSN to unix_Hussi Send a message via Yahoo to unix_Hussi
Default
Originally Posted by TerryP
Don't know, I do know that Dynex redirects to Bestbuy in WIkipeda and their web site (Dynex) says: This site is best viewed with Microsoft® Internet Explorer

So I betcha it's probably a Winmodem
Damn,I hope not.But if it is then I will need a driver or something,Got one?.If not,Then I will need to whine and moan till I can get a Serial modem.Are these things expensive?
Reply With Quote
  #4  
Old 07-24-2006, 12:12 PM
gelex gelex is offline
Senior Member
 
Join Date: Jun 2006
Posts: 171
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Why don't you just avail of a Personal Plan ADSL like mine? Don't you have such plans in your area? I only have a plan that is 128KB/sec download and 64KB/sec upload, "always on", which has only a monthly of 800 Philippine Pesos or $16/month. I just thought I'd let you know. I still have a Dialup Modem installed in my system which I use as a secondary pay-per-use connection in Windows in case ADSL goes down. And I also can't get it to work in both Linux and BSD. It is not even detected by KPPP. Its brand is Conexant. I'll research this dialup thing.
Reply With Quote
  #5  
Old 07-24-2006, 04:21 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
I usually pull dial up modems at the first upgrade when I need a slot. I have one in ma's Dell, and one on my closet shelf next to an ATI Ultra Rage 128 Pro AGP Video card
Reply With Quote
  #6  
Old 07-24-2006, 07:15 PM
unix_Hussi unix_Hussi is offline
Senior Member
 
Join Date: Jul 2006
Location: /root/home/thcrw8383
Posts: 320
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to unix_Hussi Send a message via MSN to unix_Hussi Send a message via Yahoo to unix_Hussi
Default
O.K.,I went to KDE-apps.org and downloaded a dialer called Konnect and also konnection,Ill list the links below

http://kde-apps.org/content/show.php?content=18455
http://kde-apps.org/content/show.php?content=16663

Paste these into your web browsers adress bar
Anyway,I dont know how to install a TAR file. heres a sample file name:
Konnection.tar.gz
Konnection requires gambas so I have to download that,but it is also a TAR file so no luck there :roll: [/url]
Reply With Quote
  #7  
Old 07-24-2006, 08:14 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
I'd guess it's making you compile from source?

unpack tar.gz files using Ark, 7-Zip PBI, or the command lines tar command. Save to where you want to unpack it to, click tools-> open terminal in konqueror and run this command:

tar -xzf ./Konnection.tar.gz

and it should upack it into the current directory.

You'll probably be best off using the terminal from here. You'd want to check any files named README or INSTALL for notes, cd into the src directory and run

./configure

Adding any -options you need to too configure.
Run make install clean and it will try to compile it.
Reply With Quote
  #8  
Old 07-24-2006, 08:52 PM
unix_Hussi unix_Hussi is offline
Senior Member
 
Join Date: Jul 2006
Location: /root/home/thcrw8383
Posts: 320
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to unix_Hussi Send a message via MSN to unix_Hussi Send a message via Yahoo to unix_Hussi
Default
Originally Posted by TerryP
I'd guess it's making you compile from source?

unpack tar.gz files using Ark, 7-Zip PBI, or the command lines tar command. Save to where you want to unpack it to, click tools-> open terminal in konqueror and run this command:

tar -xzf ./Konnection.tar.gz

and it should upack it into the current directory.

You'll probably be best off using the terminal from here. You'd want to check any files named README or INSTALL for notes, cd into the src directory and run

./configure

Adding any -options you need to too configure.
Run make install clean and it will try to compile it.
Wow,Thanks for the help!
Reply With Quote
  #9  
Old 07-24-2006, 10:33 PM
unix_Hussi unix_Hussi is offline
Senior Member
 
Join Date: Jul 2006
Location: /root/home/thcrw8383
Posts: 320
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to unix_Hussi Send a message via MSN to unix_Hussi Send a message via Yahoo to unix_Hussi
Default
It dosent work!it tells me there is no such file or directory
Reply With Quote
  #10  
Old 07-24-2006, 10:54 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default
Are you using ark or tar?

Ark is very good and supports tar.gz files, kept my ass in one peice untill I could learn tar good enough to survive without a GUI.
Reply With Quote
Reply

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot connect to the internet with KPPP dial up in PCBSD? dalfish General Questions 4 11-21-2009 01:24 PM
network setting problems Sakurasukamori FreeBSD Help 19 10-22-2008 10:34 PM
Help setting up NFS on private network thenrie FreeBSD Help 2 04-13-2008 02:06 AM
KPPP DIAL-UP TOOL - runix_now Usage Bug Reports 3 05-31-2007 08:23 AM
setting up a 2 comp network brent1a Networking 2 02-28-2007 07:23 PM


All times are GMT. The time now is 07:26 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.