Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problem connecting to internet in Linux

Reply
Thread Tools Display Modes

Problem connecting to internet in Linux

 
 
kplop
Guest
Posts: n/a

 
      04-17-2008, 07:49 AM
For years I've had a Westell 6110 modem on my multiboot machine
(Windows XP and Mandriva Linux). Both OS's were able to connect to
the net without problems.

But recently I suddenly couldn't connect with Windows although Linux
worked fine. I screwed with it trying to get Windows to connect for days
(ipconfig /release & /renew, netsh int ip reset, etc). Then mysteriously
it started working in Windows, not sure why. But now I can't connect in
Linux.

I suspect that each OS is leaving the modem in a state that the other
OS can't use it.

Any ideas? Thanks in advance.
 
Reply With Quote
 
 
 
 
Bit Twister
Guest
Posts: n/a

 
      04-17-2008, 08:43 AM
On Thu, 17 Apr 2008 00:49:52 -0700, kplop wrote:
> For years I've had a Westell 6110 modem on my multiboot machine
> (Windows XP and Mandriva Linux). Both OS's were able to connect to
> the net without problems.
>
> But recently I suddenly couldn't connect with Windows although Linux
> worked fine. I screwed with it trying to get Windows to connect for days
> (ipconfig /release & /renew, netsh int ip reset, etc). Then mysteriously
> it started working in Windows, not sure why.


A power reset on modem, maybe.

> But now I can't connect in Linux.
>
> I suspect that each OS is leaving the modem in a state that the other
> OS can't use it.
>
> Any ideas? Thanks in advance.


Are you using a USB or Ethernet cable to Modem. If USB, then I'll
guess modem is only talking to device which was connected to
it during the last power up/reset.

If ethernet cable connection, same problem but weird, since the mac
address of PC should not have changed.

Either system is not sending a dhcp release during shutdown and modem
will not hand out another lease on that connection.

You might look in modem's webpage, guessing (http://192.168.1.1) to see what
device is indicated on the doze connection.
Power down modem, pc. power up modem, wait for leds to stabilize,
power up linux and check again.

My solution would be set linux up as a static connection.

 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      04-17-2008, 04:06 PM
kplop <(E-Mail Removed)> writes:

>For years I've had a Westell 6110 modem on my multiboot machine
>(Windows XP and Mandriva Linux). Both OS's were able to connect to
>the net without problems.


>But recently I suddenly couldn't connect with Windows although Linux
>worked fine. I screwed with it trying to get Windows to connect for days
>(ipconfig /release & /renew, netsh int ip reset, etc). Then mysteriously
>it started working in Windows, not sure why. But now I can't connect in
>Linux.


>I suspect that each OS is leaving the modem in a state that the other
>OS can't use it.


Look in the configuration options on Linux for the modem. Make sure you do
not use ATZ to initialise the modem. That is always a mistake. Instead use
AT&F (Or AT&F1 for Sportster modems) to set factory settings and then do
any other settings that are needed explicitly. ATZ is always a disaster
waiting to happen.


>Any ideas? Thanks in advance.

 
Reply With Quote
 
Jerry Peters
Guest
Posts: n/a

 
      04-17-2008, 07:42 PM
In comp.os.linux.networking Unruh <unruh-(E-Mail Removed)> wrote:
> kplop <(E-Mail Removed)> writes:
>
>>For years I've had a Westell 6110 modem on my multiboot machine
>>(Windows XP and Mandriva Linux). Both OS's were able to connect to
>>the net without problems.

>
>>But recently I suddenly couldn't connect with Windows although Linux
>>worked fine. I screwed with it trying to get Windows to connect for days
>>(ipconfig /release & /renew, netsh int ip reset, etc). Then mysteriously
>>it started working in Windows, not sure why. But now I can't connect in
>>Linux.

>
>>I suspect that each OS is leaving the modem in a state that the other
>>OS can't use it.

>
> Look in the configuration options on Linux for the modem. Make sure you do
> not use ATZ to initialise the modem. That is always a mistake. Instead use
> AT&F (Or AT&F1 for Sportster modems) to set factory settings and then do
> any other settings that are needed explicitly. ATZ is always a disaster
> waiting to happen.
>

Wrong information, the Westell 6100 is a DSL modem/router combination.


>
>>Any ideas? Thanks in advance.

 
Reply With Quote
 
Jerry Peters
Guest
Posts: n/a

 
      04-17-2008, 07:47 PM
In comp.os.linux.networking kplop <(E-Mail Removed)> wrote:
> For years I've had a Westell 6110 modem on my multiboot machine
> (Windows XP and Mandriva Linux). Both OS's were able to connect to
> the net without problems.
>
> But recently I suddenly couldn't connect with Windows although Linux
> worked fine. I screwed with it trying to get Windows to connect for days
> (ipconfig /release & /renew, netsh int ip reset, etc). Then mysteriously
> it started working in Windows, not sure why. But now I can't connect in
> Linux.
>
> I suspect that each OS is leaving the modem in a state that the other
> OS can't use it.
>
> Any ideas? Thanks in advance.


USB or ethernet? I'll assume ethernet because I don't think there's
any Linux support for the USB port.

What do you mean by "couldn't connect"? Not getting an IP address from
the 6100? I had a problem, using dhcpcd, where I couldn't get an IP
address after disconnecting (suspend to ram/disk) unless I released
the address beforehand. My solution was to switch to dhclient which
just works, no release needed.

Jerry
 
Reply With Quote
 
Marshall
Guest
Posts: n/a

 
      04-21-2008, 04:42 AM
kplop wrote:
> For years I've had a Westell 6110 modem on my multiboot machine
> (Windows XP and Mandriva Linux). Both OS's were able to connect to
> the net without problems.
>
> But recently I suddenly couldn't connect with Windows although Linux
> worked fine. I screwed with it trying to get Windows to connect for days
> (ipconfig /release & /renew, netsh int ip reset, etc). Then mysteriously
> it started working in Windows, not sure why. But now I can't connect in
> Linux.


I had that exact same problem. Same modem, same sequence of
OS's not working too. In XP, ipconfig /renew timed out. IIRC the
event log showed the first problem booting was with DHCP. No IP
address, no internet. The Westell utility that Verizon gave me
would sometimes see the modem, sometimes not.

> I suspect that each OS is leaving the modem in a state that the other
> OS can't use it.


That's my diagnosis too. Although it used to boot both OS's back
and forth just fine. Not sure what changed.

I powered down the machine and left it off for about a day. When I
turned it on I booted Linux and it worked.

> Any ideas? Thanks in advance.


Don't know about you but I simply won't run Windows anymore. The
only reason I ever use it is for novelty purposes anyway.

Maybe getting a new modem will allow both OS's to work, dunno.
Let us know if you learn anything new.
 
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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
connecting WIN98SE via Linux firewall to internet Henk A.M. Weeberss Windows Networking 0 09-29-2004 02:16 PM
problem connecting kernel linux with earthlink DSL ZaK Linux Networking 6 08-02-2004 07:12 PM
strange problem connecting 2 linux boxes Sting Linux Networking 6 05-16-2004 06:50 PM
Problem Connecting to VPN thru a linux Gateway Thomas Forlenza Linux Networking 0 10-25-2003 02:25 AM
Connecting Linux to Internet through Windows XP Steve Linux Networking 5 08-15-2003 11:39 AM



1 2 3 4 5 6 7 8 9 10 11