Operating Systems > Linux and UNIX

please help with modem problem

(1/2) > >>

portaloo:
ok, have just installed mandrake 9.
as i have a lucent winmodem i downloaded the rpm from linmodems.org.
the installation went ok and when i query the modem it says it's fine and lists some properties.

when i go to connect i hear the handshake, it says paradise is connected and shows the sent and received packages for the handshake.

the only thing is when i open mozilla or konqueror they go nowhere, all i get is resolving host in the status bar and a pop up telling me that the site cannot be found.
if i pick up the phone i can hear the connection as well.
have i done something wrong or do the drivers only work sometimes?

cheers

voidmain:
It's possible that it did not properly configure your DNS when it made the connection. After dialing try to ping an IP address out on the net, like one of the google addresses. After dialing open a terminal window and type:

$ ping 216.239.51.101

or

$ /usr/sbin/traceroute -n 216.239.51.101

and see how far it gets. If you can ping then it is only a DNS issue, worst case scenerio is you can set up your DSN client settins manually by making your /etc/resolv.conf file look something like this:


--- Code: ---
--- End code ---

Put your providers DNS server addresses in place of the "xxx.xxx.xxx.xxx" above.

[ December 08, 2002: Message edited by: void main ]

voidmain:
Those are two of the things you usually use DHCP for , along with many other possible configuration options. The DHCP server has to be capable of updating the DNS server's DNS records upon giving out a lease (well it doesn't *have* to but it's nice to be able to have DNS automatically updated to reflect your client names).

portaloo:
ok update time, thanx for the replies.

i tried to ping the address you gave but got the following:
traceroute: unknown host

i clicked on the kppp dialer details button and it gave me a local address of 203.96.146.136 and a remote address of 203.97.141.70 so i tried the remote address and it worked and gave this:
64 bytes from 203.97.141.70: 1cmp_seq=1 ttl=255 time=129ms

when i open the mandrake control center and look under hardware the modem is not listed though. when i look in the networking options it lists the modem as not connected.

now is there a way of manually mounting the modem or should it not appear in the hardware section?
if you can manually do it can someone please tell me how?

cheers

voidmain:

quote:Originally posted by portaloo:
i tried to ping the address you gave but got the following:
traceroute: unknown host

--- End quote ---


The only thing I can figure by that message is you did not type the command exactly as I asked. If you use the IP address in a traceroute you should *never* get that message even if it is a bogus IP address.

Having said that, it appears that you do indeed have a PPP link or you would not have an IP address. Did you try and ping that google IP address I gave you? If you can not ping that then I would suspect your default route is not right. I will ask that you type "netstat -rn" and let me know what the output is (after dialing up of course). One of the lines should start with "0.0.0.0" and the second column of that line should be your gateway address. If that line is not set properly you aren't going anywhere past the local network.

[ December 08, 2002: Message edited by: void main ]

Navigation

[0] Message Index

[#] Next page

Go to full version