PDA

View Full Version : External Modem Port


GhostDawg
February 9th, 2003, 02:27
I just got an Robotics external modem and would like to hook it up to my Freebsd 4.7 to get online. What I need to know is what device port is for it?

In Windows, it's listed on Com1. I've been dying to get online with Free since I can't seem to get drivers for my internal Lucent Winmodem.

Thnx.

silverlokk
February 9th, 2003, 05:18
Likely, /dev/cua00

Regards

GhostDawg
February 9th, 2003, 22:25
Thnx...I'll give that a shot!

GhostDawg
February 17th, 2003, 06:50
Ok, I got my external 56k Robotics modem to work...I had to create a /etc/resolv.conf file but when I open Konq, it doesn't bring in any webpages. The logo thingy just moves, the way it does when its getting a page, but nothing is coming in.

Oops, I just thought about try pinging a site...silly me. I'll try that next.

Also what shell is free using? My up & down arrow keys is not bringing the commands I type in the shell window. But it does work when I'm root user.

Any ideas?

Thnx.

silverlokk
February 17th, 2003, 09:35
I'm not sure, I changed my shell a few days ago to /usr/local/bin/zsh. Another good choice is tcsh, which I think is already there once you install Beastie. You can find out your current shell by typing
[code:1:b1c8c5fa84]$SHELL[/code:1:b1c8c5fa84] at the command line.

Regards

elmore
February 17th, 2003, 11:16
the root user uses csh in FreeBSD, OpenBSD, and I believe NetBSD.

GhostDawg
February 19th, 2003, 03:35
Thnx guys, I'll check it out!

GhostDawg
February 24th, 2003, 10:12
I got the modem going but now when I use KDE's KPPP it connects and nothing come through to the browser.

Any ideas/suggestions to try?

GhostDawg
February 26th, 2003, 04:33
One thing I've noticed when using the external modem with Linux, is it doesn't work very well, it keep disconnecting from the net and web pages seems to load slowly. I also noticed if I use the internal winmodem while the external modem is powered on it does the same thing, but when the ex. modem is off, the internal modem works fine.

The external modem still not bringing webpages into the browser using FBSD either.

I wonder if the winmodem is affecting the performance of the external modem and vice-versa?

I may take the winmodem out of the system and just use the external modem for all my net connections!

Just a thought.

silverlokk
February 26th, 2003, 11:16
Just occurred to me that the winmodem, whether it's working in FBSD or not, is still taking up resources, specifically an IRQ and a base I/O address, that conflict with the serial port -- to w/c the external modem is attached. Which explains why its performance is bad. Yeah, ditch the winmodem and use the real modem.

Regards.

GhostDawg
February 28th, 2003, 15:40
I finally took out the Winmodem and tried using the external modem, but I still get the same results, nothing is coming into the browser. Even when I ping a website using the name, nothing happens.

The modem does work when I'm using Debian, so it's not the modem.

Anymore suggestions?

|MiNi0n|
February 28th, 2003, 15:52
when the modem is up can you ping yahoo.com? or google.com?

GhostDawg
February 28th, 2003, 16:10
Well, I tried pinging www.yahoo.com and nothing happen, I also tried pinging some other sites and nothing happens. I didn't try pinging their ip addresses. I will try that when I log back into FBSD.

Thnx.

|MiNi0n|
February 28th, 2003, 16:42
Can you resolve names? Try typing:

nslookup yahoo.com

That should return various IP addresses for yahoo.com. If you're not getting that than there is something wrong with your dns. Check your resolv.conf, though name servers should be supplied when you connect to your isp.

If you can do lookup (well... even if you can't) try to force ping to use the ppp interface. Once you're connected via modem, do an ifconfig -a and determine which interface ppp brought up. Usually ppp0 or similar. See what IP address was assigned to that interface then try the following where xxx.xxx.xxx.xxx is the IP assigned to the ppp interface:

ping -I xxx.xxx.xxx.xxx 66.218.71.198

GhostDawg
March 1st, 2003, 22:19
I'll give those suggestions a try when I get home Monday or Tues....thnx.

GhostDawg
March 4th, 2003, 12:34
Ok, I tried pinging an ip address and it works, but when I tried nslookup, it did nothing and gave error message, Can't find server name for 66.218.71.95: Timed Out

Then gave message, Default Servers not Available

I also discovered that if I type the ip address numbers into Konq browser, i can get the website but if I type the name, nothing happens.

I forgot to do the ifconfig stuff, will try that later on and the ping force command.

Anymore suggestions?

Thnx.
[/b]

|MiNi0n|
March 4th, 2003, 14:12
You've got no DNS!!! What's in your /etc/resolv.conf?

Where do you connect and using what command? The DNS info required in resolv.conf should be supplied by your ISP when you connect.

GhostDawg
March 4th, 2003, 22:16
Ok, I got my external 56k Robotics modem to work...I had to create a /etc/resolv.conf file but when I open Konq, it doesn't bring in any webpages. The logo thingy just moves, the way it does when its getting a page, but nothing is coming in.
I did put my isp numbers in the /etc/resolv.conf file. And I use kppp to dial the phone number.

As I mention earlier, if I type the ip address in Konq., I can view a webpage but if I type in the name then I get nothing from Konq...

What command should I use to dialout using the console? Maybe I need to configure that and see if it works better.

Thnx.

|MiNi0n|
March 5th, 2003, 14:59
You can add DNS servers in the kppp configuration to use those servers when kppp dials up. Try that.

It's possible you don't have the correct and/or working DNS servers in your resolv.conf. Try an interactive nslookup via the DNS servers you have listed in your resolv.conf to see if they actually work. So, if your resolv.conf looks like:

nameserver 142.77.1.5
nameserver 209.167.141.5

Then at your prompt do:

nslookup - 142.77.1.5

That should go into interactive mode and if the DNS server is correct you should see something similar to:

---
# nslookup - 142.77.1.5
Default Server: ns2.uunet.ca
Address: 142.77.1.5

>
---

So, at that prompt (>) type yahoo.com and it should return:

---
> yahoo.com
Server: ns2.uunet.ca
Address: 142.77.1.5

Non-authoritative answer:
Name: yahoo.com
Addresses: 64.58.79.230, 66.218.71.198

>
---

If so, then those servers are good. If not, you've got the wrong DNS info!

GhostDawg
March 6th, 2003, 14:53
That seems to have solved the problems, Minion. I had to find the correct ip addresses and I added them and now i'm writing this post using FBSD.

Thnx so much.

elmore
March 6th, 2003, 16:54
Way to go GhostDawg!