Re: Ethernet Connection Dropped Again

2018-02-15 Thread Dan Ritter
On Wed, Feb 14, 2018 at 06:44:55PM -0500, Thomas George wrote: > Starting last month the PC Ethernet connection is sometimes not made > atbootup or is occasionally lost. When this happens the only way I havefound > to re-establish the connection is to turn the TP-Link AC1750 router off and > on aga

Re: Ethernet Connection Dropped Again

2018-02-14 Thread Brian
On Wed 14 Feb 2018 at 18:44:55 -0500, Thomas George wrote: > Starting last month the PC Ethernet connection is sometimes not made > atbootup or is occasionally lost. When this happens the only way I havefound > to re-establish the connection is to turn the TP-Link AC1750 router off and > on again.

Re: Ethernet connection dropped

2018-01-30 Thread Henning Follmann
On Tue, Jan 30, 2018 at 02:08:10PM -0500, Thomas George wrote: > Starting last week the PC Ethernet connection is sometimes not made at > bootup or is occasionally lost. When this happens the only way I have found > to re-establish the connection is to turn the router off and on again. > > The sys

Re: Ethernet connection dropped

2018-01-30 Thread Brian
On Tue 30 Jan 2018 at 14:08:10 -0500, Thomas George wrote: > Starting last week the PC Ethernet connection is sometimes not made at > bootup or is occasionally lost. When this happens the only way I have found > to re-establish the connection is to turn the router off and on again. Problems which

Re: Ethernet connection weirdly not working mornings

2011-08-16 Thread John Magolske
Appologies for taking so long to follow up on this thread, life got busy. * Brian [110630 07:11]: > On Wed 29 Jun 2011 at 21:09:18 -0700, John Magolske wrote: > > And now the ethernet-challenged machine is not connecting > > in the evening either [...] > > Can we discount the time of day factor?

Re: Ethernet connection weirdly not working mornings

2011-06-30 Thread Brian
On Thu 30 Jun 2011 at 10:07:32 -0400, Tom H wrote: > No. Yes. > "auto eth0" (or "allow-auto eth0") is brought up by "ifup -a" through > "/etc/init.d/networking". Fine. > "allow-hotplug eth0" is brought up by "/lib/udev/net.agent" through > "/lib/udev/rules.d/80-drivers.rules" in Squeeze and >

Re: Ethernet connection weirdly not working mornings

2011-06-30 Thread Tom H
On Thu, Jun 30, 2011 at 9:20 AM, Brian wrote: > On Thu 30 Jun 2011 at 11:02:18 +0200, Jörg-Volker Peetz wrote: >> >> By the way, it should be >> >>    auto eth0 >> >> in /etc/network/interfaces. "allow-hotplug" makes only sense, if the network >> card is removable like, e.g., a pcmcia ethernet ada

Re: Ethernet connection weirdly not working mornings

2011-06-30 Thread Brian
On Thu 30 Jun 2011 at 11:02:18 +0200, Jörg-Volker Peetz wrote: > By the way, it should be > >auto eth0 > > in /etc/network/interfaces. "allow-hotplug" makes only sense, if the network > card is removable like, e.g., a pcmcia ethernet adapter. No, it needn't be. Both run 'ifup eth0'. But the

Re: Ethernet connection weirdly not working mornings

2011-06-30 Thread Brian
On Wed 29 Jun 2011 at 21:09:18 -0700, John Magolske wrote: > Thanks for the replies all. I feel the issue must have to do with how > this particular ThinkPad is set up, as my other Debian laptop has > no problem connecting via ethernet. And now the ethernet-challenged > machine is not connecting i

Re: Ethernet connection weirdly not working mornings

2011-06-30 Thread Jörg-Volker Peetz
By the way, it should be auto eth0 in /etc/network/interfaces. "allow-hotplug" makes only sense, if the network card is removable like, e.g., a pcmcia ethernet adapter. Maybe, Scott Ferguson is right: the DHCP server "could" have just run out of leases. -- Best regards, Jörg-Volker. -- T

Re: Ethernet connection weirdly not working mornings

2011-06-30 Thread Jörg-Volker Peetz
Since the system don't uses /run right now, the link /etc/network/run is o.k. This can not be the reason for your problem. -- Best regards, Jörg-Volker. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.o

Re: Ethernet connection weirdly not working mornings

2011-06-29 Thread John Magolske
* Jörg-Volker Peetz [110629 06:25]: > Please show the output of the following commands when ordered in the morning > session: > > ls -lFa /etc/network /run > df -k % ls -lFa /etc/network/run lrwxrwxrwx 1 root root 16 2011-05-09 08:31 /etc/network/run -> /dev/shm/network/ % df -k Filesystem

Re: Ethernet connection weirdly not working mornings

2011-06-29 Thread John Magolske
Thanks for the replies all. I feel the issue must have to do with how this particular ThinkPad is set up, as my other Debian laptop has no problem connecting via ethernet. And now the ethernet-challenged machine is not connecting in the evening either (well, this evening anyhow...), only the wifi c

Re: Ethernet connection weirdly not working mornings

2011-06-29 Thread Pascal Hambourg
Hello, Enno Gröper a écrit : > > Issuing > tcpdump -i eth0 -s 0 -w > > before "ifup eth0" will result in an error. tcpdump won't work if the interface is not UP. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@li

Re: Ethernet connection weirdly not working mornings

2011-06-29 Thread Brian
On Tue 28 Jun 2011 at 22:03:30 -0700, John Magolske wrote: > allow-hotplug eth0 > iface eth0 inet dhcp This should bring up the interface and configure it when the machine is booted. > iface wlan0 inet dhcp > pre-up wpa_supplicant -iwlan0 -Dwext -B -c /home/john/.wpa_supplicant.conf >

Re: Ethernet connection weirdly not working mornings

2011-06-29 Thread Jörg-Volker Peetz
Please show the output of the following commands when ordered in the morning session: ls -lFa /etc/network /run df -k Maybe the link /etc/network/run is broken. -- Best regards, Jörg-Volker. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Tr

Re: Ethernet connection weirdly not working mornings

2011-06-29 Thread Scott Ferguson
On 29/06/11 20:09, � wrote: > Hello, > > Am 29.06.2011 07:03, schrieb John Magolske: >> Since switching to a new machine and upgrading to the latest Sid, I've >> been having some weird problems getting a wired connection to the net. >> >> Running `ifup eth0` brings up a net connection -- but not i

Re: Ethernet connection weirdly not working mornings

2011-06-29 Thread Enno Gröper
Hello, Am 29.06.2011 07:03, schrieb John Magolske: > Since switching to a new machine and upgrading to the latest Sid, I've > been having some weird problems getting a wired connection to the net. > > Running `ifup eth0` brings up a net connection -- but not in the > morning for some reasonti

Re: Ethernet connection

2010-09-05 Thread Camaleón
On Sat, 04 Sep 2010 13:22:26 +0200, Rodolfo Medina wrote: > With the help coming from the present mailing list, I managed to connect > my laptop with my old desktop PC via a cross ethernet cable, and to make > them communicate via ping and transfer files using rsync. (...) Check that the compute

Re: Ethernet connection

2010-09-04 Thread yuanwei xu
2010/9/4 Rodolfo Medina > > Today, strangely, on the laptop, instead of > > # ifconfig > eth1 Link encap:Ethernet HWaddr 00:03:0D:33:02:17 > inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0 > inet6 addr: fe80::203:dff:fe33:217/64 Scope:Link > UP BROA

Re: Ethernet connection

2010-09-04 Thread Rodolfo Medina
With the help coming from the present mailing list, I managed to connect my laptop with my old desktop PC via a cross ethernet cable, and to make them communicate via ping and transfer files using rsync. Today, strangely, on the laptop, instead of # ifconfig eth1 Link encap:Ethernet HWaddr

Re: Ethernet connection

2010-09-03 Thread Chris Jackson
Camaleón wrote: > > On Fri, 03 Sep 2010 13:34:40 +0200, Rodolfo Medina wrote: > > >> >> Camaleón writes: >> >> >>> >>> You can run "/sbin/ifconfig" in the old desktop PC to find out the IP >>> >>> address in use. >> >> >> >> >> >> >> >>>From the old desktop: >> >> >> >> # ifconfig >> >> eth0

Re: Ethernet connection

2010-09-03 Thread Axel Freyn
Hi Rodolfo, > > Camaleón writes: > > > >> You can run "/sbin/ifconfig" in the old desktop PC to find out the IP > >> address in use. > > > >>>From the old desktop: > >> > >> # ifconfig > >> eth0 Link encap:Ethernet HWaddr 00:19:cb:d7:b6:c5 > >> inet addr:127.0.0.1 Bcast:127.255

Re: Ethernet connection

2010-09-03 Thread Rodolfo Medina
Rodolfo Medina wrote: > Some months ago I managed to connect my Hyundai and Acer laptops with an > ethernet cable. I can copy file from one PC to another with rsync. The file > `/etc/network/interfaces' is edited on the Acer as follows: > > auto eth1 > allow-hotplug eth1 > iface eth1 inet stati

Re: Ethernet connection

2010-09-03 Thread Camaleón
On Fri, 03 Sep 2010 13:34:40 +0200, Rodolfo Medina wrote: > Camaleón writes: > >> You can run "/sbin/ifconfig" in the old desktop PC to find out the IP >> address in use. > > > >>From the old desktop: > > # ifconfig > eth0 Link encap:Ethernet HWaddr 00:19:cb:d7:b6:c5 > inet ad

Re: Ethernet connection

2010-09-03 Thread Rodolfo Medina
Rodolfo Medina wrote: > Some months ago I managed to connect my Hyundai and Acer laptops with an > ethernet cable. I can copy file from one PC to another with rsync. The file > `/etc/network/interfaces' is edited on the Acer as follows: > > auto eth1 > allow-hotplug eth1 > iface eth1 inet stati

Re: Ethernet connection

2010-09-03 Thread Klistvud
Dne, 03. 09. 2010 10:12:01 je Jangita napisal(a): From laptop to "old" desktop you need to use a cross network cable, the two laptops are new and can auto detect the cable type used but not the old pc. Get a cross cable or connect through a hub or switch. In my experience, you don't need

Re: Ethernet connection

2010-09-03 Thread Jangita
On 03/09/2010 1:18 a, Rodolfo Medina wrote: Some months ago I managed to connect my Hyundai and Acer laptops with an ethernet cable. I can copy file from one PC to another with rsync. The file `/etc/network/interfaces' is edited on the Acer as follows: auto lo iface lo inet loopback auto eth1

Re: Ethernet connection

2010-09-02 Thread Camaleón
On Fri, 03 Sep 2010 01:18:57 +0200, Rodolfo Medina wrote: (...) > Now, I want to connect the Hyundai with an old desktop PC. How do I > know how to properly edit the same file? You can run "/sbin/ifconfig" in the old desktop PC to find out the IP address in use. Greetings, -- Camaleón

Re: Ethernet connection

2010-09-02 Thread Ariel Laganá
Hi Rodolfo, How are you connecting both PCs, are you using a switch or hub?. If you are connecting both devices directly to one another, you should use an ethernet crossover cable not a regular straight one... cause pc's nics don't have auto mdi/mdix capability. Before attempting to use rsyn

Re: Ethernet connection

2010-09-02 Thread Bob Proulx
Rodolfo Medina wrote: > Some months ago I managed to connect my Hyundai and Acer laptops with an > ethernet cable. I can copy file from one PC to another with rsync. The file > `/etc/network/interfaces' is edited on the Acer as follows: > > auto eth1 > allow-hotplug eth1 > iface eth1 inet static

Re: Ethernet connection to Windows98

1999-03-10 Thread Jeff Miller
Christian, You'll want to read up on Samba as it will allow you to connect a Linux machine to a Win98 machine. You should probably enable TCP/IP (if it isn't already) and assign an IP address to both of your PCs. I use the same type of Ethernet card and I'm able to browse the "Network Neighbo

Re: Ethernet connection to Windows98

1999-03-10 Thread Will Lowe
> Hello Debian-mentors, I've moved this post to debian-users. The debian-mentors list is for people who need help creating debian packages; -users is for questions about how to get the system working, etc. ... > I have a NE2000 compatible Ethernet card installed and detected by > my kernel.