Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk
To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk
You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."
Today's Topics:
1. Re: Eth0 not working on Debian Wheezy (Peter Hemmings)
2. Re: Eth0 not working on Debian Wheezy (jamie)
3. Re: Eth0 not working on Debian Wheezy (Martin Moore)
4. Re: Eth0 not working on Debian Wheezy (nick robinson)
5. Re: Eth0 not working on Debian Wheezy (Martin Moore)
----------------------------------------------------------------------
Message: 1
Date: Tue, 05 Nov 2013 12:43:08 +0000
From: Peter Hemmings <peter@hemmings.eclipse.co.uk>
To: martinm@it-helps.co.uk, Bristol and Bath Linux User Group
<bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Eth0 not working on Debian Wheezy
Message-ID: <5278E7DC.9020202@hemmings.eclipse.co.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 05/11/13 11:32, Martin Moore wrote:
> I've got a new Debian box. It didn't have the Realtek drivers when installed
> so used the WLan. When it was running I installed the firmware-realtek pkg.
>
> Trouble is, it no workee!
>
> Any ideas?
>
>
> Interfaces:
>
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> auto eth0
> allow-hotplug eth0
> iface eth0 inet dhcp
>
>
> Restarted Eth0:
>
> $:/etc/network$ sudo ifdown eth0
> Internet Systems Consortium DHCP Client 4.2.2
> Copyright 2004-2011 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
>
> Listening on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on Socket/fallback
> martin@Wheezy:/etc/network$ sudo ifup eth0
> Internet Systems Consortium DHCP Client 4.2.2
> Copyright 2004-2011 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
>
> Listening on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on Socket/fallback
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
> No DHCPOFFERS received.
> No working leases in persistent database - sleeping.
>
I am no expert (and dont use Debian) but what is supplying your Lan
address and is it configured OK!?
Try another box if you have one!
I assume the driver is loaded OK (lsmod)?
Dmesg may be worth a look in case there are errors.
Hope that helps in the absence of a real expert!
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
Regards
--
Peter H
------------------------------
Message: 2
Date: Tue, 05 Nov 2013 13:18:29 +0000
From: jamie <jamie@viraladnetwork.net>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Eth0 not working on Debian Wheezy
Message-ID: <1383657509.22228.2.camel@jamie-Ideapad-Z570>
Content-Type: text/plain; charset="UTF-8"
On Tue, 2013-11-05 at 12:00 +0000, bristol-request@mailman.lug.org.uk
wrote:
> From: "Martin Moore" <martinm@it-helps.co.uk>
> To: "'Bristol and Bath Linux User Group'" <bristol@mailman.lug.org.uk>
> Subject: [bristol] Eth0 not working on Debian Wheezy
> I've got a new Debian box. It didn't have the Realtek drivers when installed
> so used the WLan. When it was running I installed the firmware-realtek pkg.
>
> Trouble is, it no workee!
...
>
> $:/etc/network$ sudo ifdown eth0
> Internet Systems Consortium DHCP Client 4.2.2
> Copyright 2004-2011 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
>
> Listening on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on Socket/fallback
> martin@Wheezy:/etc/network$ sudo ifup eth0
> Internet Systems Consortium DHCP Client 4.2.2
> Copyright 2004-2011 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
>
> Listening on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on Socket/fallback
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
> No DHCPOFFERS received.
> No working leases in persistent database - sleeping.
That's working fine. You just don't have a dhcp server on your LAN
------------------------------
Message: 3
Date: Tue, 5 Nov 2013 13:32:52 -0000
From: "Martin Moore" <martinm@it-helps.co.uk>
To: "'Bristol and Bath Linux User Group'" <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Eth0 not working on Debian Wheezy
Message-ID:
<!&!AAAAAAAAAAAYAAAAAAAAAFLxZtQqo65Oo+1jhlUB9DvCgAAAEAAAAFo7nsgvp55OjzsYZ3ZCsCQBAAAAAA==@it-helps.co.uk>
Content-Type: text/plain; charset="us-ascii"
Muppet time!!
I thought the cable was connected - and it was - sort of... Blue cable into
the PC, blue cable into the router. Different blue cables hidden behind the
desk, both not connected at the other end.
Do I get a prize?
Still got an issue though - the adapter is showing as 'unmanaged' in the
desktop (may be irrelevant), and I don't think has DNS as I can't ping a
domain but I can ping an ip.
Thoughts?
Martin.
-----Original Message-----
From: bristol-bounces@mailman.lug.org.uk
[mailto:bristol-bounces@mailman.lug.org.uk] On Behalf Of jamie
Sent: 05 November 2013 13:18
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Eth0 not working on Debian Wheezy
On Tue, 2013-11-05 at 12:00 +0000, bristol-request@mailman.lug.org.uk
wrote:
> From: "Martin Moore" <martinm@it-helps.co.uk>
> To: "'Bristol and Bath Linux User Group'" <bristol@mailman.lug.org.uk>
> Subject: [bristol] Eth0 not working on Debian Wheezy
> I've got a new Debian box. It didn't have the Realtek drivers when
> installed so used the WLan. When it was running I installed the
firmware-realtek pkg.
>
> Trouble is, it no workee!
...
>
> $:/etc/network$ sudo ifdown eth0
> Internet Systems Consortium DHCP Client 4.2.2 Copyright 2004-2011
> Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
>
> Listening on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on Socket/fallback
> martin@Wheezy:/etc/network$ sudo ifup eth0 Internet Systems Consortium
> DHCP Client 4.2.2 Copyright 2004-2011 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
>
> Listening on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on Socket/fallback
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12 No
> DHCPOFFERS received.
> No working leases in persistent database - sleeping.
That's working fine. You just don't have a dhcp server on your LAN
_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4158 / Virus Database: 3615/6808 - Release Date: 11/04/13
------------------------------
Message: 4
Date: Tue, 5 Nov 2013 13:55:47 +0000
From: nick robinson <nick@njrobinson.net>
To: Martin <martinm@it-helps.co.uk>, Bristol and Bath Linux User
Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Eth0 not working on Debian Wheezy
Message-ID:
<CADo8qK4kd2YHugwLZCbma7vsVWQKNpXmsT0D2Y0_vifmc7AV=Q@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Try
cat /etc/resolv.conf
and see if there is a nameserver added there
On 5 November 2013 13:32, Martin Moore <martinm@it-helps.co.uk> wrote:
> Muppet time!!
>
> I thought the cable was connected - and it was - sort of... Blue cable into
> the PC, blue cable into the router. Different blue cables hidden behind the
> desk, both not connected at the other end.
>
> Do I get a prize?
>
> Still got an issue though - the adapter is showing as 'unmanaged' in the
> desktop (may be irrelevant), and I don't think has DNS as I can't ping a
> domain but I can ping an ip.
>
> Thoughts?
>
>
> Martin.
>
> -----Original Message-----
> From: bristol-bounces@mailman.lug.org.uk
> [mailto:bristol-bounces@mailman.lug.org.uk] On Behalf Of jamie
> Sent: 05 November 2013 13:18
> To: bristol@mailman.lug.org.uk
> Subject: Re: [bristol] Eth0 not working on Debian Wheezy
>
> On Tue, 2013-11-05 at 12:00 +0000, bristol-request@mailman.lug.org.uk
> wrote:
>
> > From: "Martin Moore" <martinm@it-helps.co.uk>
> > To: "'Bristol and Bath Linux User Group'" <bristol@mailman.lug.org.uk>
> > Subject: [bristol] Eth0 not working on Debian Wheezy
>
> > I've got a new Debian box. It didn't have the Realtek drivers when
> > installed so used the WLan. When it was running I installed the
> firmware-realtek pkg.
> >
> > Trouble is, it no workee!
> ...
> >
> > $:/etc/network$ sudo ifdown eth0
> > Internet Systems Consortium DHCP Client 4.2.2 Copyright 2004-2011
> > Internet Systems Consortium.
> > All rights reserved.
> > For info, please visit https://www.isc.org/software/dhcp/
> >
> > Listening on LPF/eth0/8c:89:a5:a5:4f:60
> > Sending on LPF/eth0/8c:89:a5:a5:4f:60
> > Sending on Socket/fallback
> > martin@Wheezy:/etc/network$ sudo ifup eth0 Internet Systems Consortium
> > DHCP Client 4.2.2 Copyright 2004-2011 Internet Systems Consortium.
> > All rights reserved.
> > For info, please visit https://www.isc.org/software/dhcp/
> >
> > Listening on LPF/eth0/8c:89:a5:a5:4f:60
> > Sending on LPF/eth0/8c:89:a5:a5:4f:60
> > Sending on Socket/fallback
> > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
> > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
> > DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12 No
> > DHCPOFFERS received.
> > No working leases in persistent database - sleeping.
>
> That's working fine. You just don't have a dhcp server on your LAN
>
>
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2014.0.4158 / Virus Database: 3615/6808 - Release Date: 11/04/13
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20131105/9f4f79ab/attachment-0001.html>
------------------------------
Message: 5
Date: Tue, 5 Nov 2013 14:18:41 -0000
From: "Martin Moore" <martinm@it-helps.co.uk>
To: "'nick robinson'" <nick@njrobinson.net>, "'Bristol and Bath Linux
User Group'" <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Eth0 not working on Debian Wheezy
Message-ID:
<!&!AAAAAAAAAAAYAAAAAAAAAFLxZtQqo65Oo+1jhlUB9DvCgAAAEAAAANHrX6DX+75Liv+VHsnE8eoBAAAAAA==@it-helps.co.uk>
Content-Type: text/plain; charset="us-ascii"
I've added dns to interfaces. I seem to have killed remote access now
though, so will have to wait til home time!!
From: nick robinson [mailto:nick@njrobinson.net]
Sent: 05 November 2013 13:56
To: Martin; Bristol and Bath Linux User Group
Subject: Re: [bristol] Eth0 not working on Debian Wheezy
Try
cat /etc/resolv.conf
and see if there is a nameserver added there
On 5 November 2013 13:32, Martin Moore <martinm@it-helps.co.uk> wrote:
Muppet time!!
I thought the cable was connected - and it was - sort of... Blue cable into
the PC, blue cable into the router. Different blue cables hidden behind the
desk, both not connected at the other end.
Do I get a prize?
Still got an issue though - the adapter is showing as 'unmanaged' in the
desktop (may be irrelevant), and I don't think has DNS as I can't ping a
domain but I can ping an ip.
Thoughts?
Martin.
-----Original Message-----
From: bristol-bounces@mailman.lug.org.uk
[mailto:bristol-bounces@mailman.lug.org.uk] On Behalf Of jamie
Sent: 05 November 2013 13:18
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Eth0 not working on Debian Wheezy
On Tue, 2013-11-05 at 12:00 +0000, bristol-request@mailman.lug.org.uk
wrote:
> From: "Martin Moore" <martinm@it-helps.co.uk>
> To: "'Bristol and Bath Linux User Group'" <bristol@mailman.lug.org.uk>
> Subject: [bristol] Eth0 not working on Debian Wheezy
> I've got a new Debian box. It didn't have the Realtek drivers when
> installed so used the WLan. When it was running I installed the
firmware-realtek pkg.
>
> Trouble is, it no workee!
...
>
> $:/etc/network$ sudo ifdown eth0
> Internet Systems Consortium DHCP Client 4.2.2 Copyright 2004-2011
> Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
>
> Listening on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on Socket/fallback
> martin@Wheezy:/etc/network$ sudo ifup eth0 Internet Systems Consortium
> DHCP Client 4.2.2 Copyright 2004-2011 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
>
> Listening on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on LPF/eth0/8c:89:a5:a5:4f:60
> Sending on Socket/fallback
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
> DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12 No
> DHCPOFFERS received.
> No working leases in persistent database - sleeping.
That's working fine. You just don't have a dhcp server on your LAN
_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol
-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4158 / Virus Database: 3615/6808 - Release Date: 11/04/13
_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol
_____
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4158 / Virus Database: 3615/6808 - Release Date: 11/04/13
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.lug.org.uk/mailman/private/bristol/attachments/20131105/b0e4616a/attachment.html>
------------------------------
_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol
End of Bristol Digest, Vol 524, Issue 2
***************************************
Tidak ada komentar:
Posting Komentar