[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnewsense-dev] Parkes alpha 1
From: |
rsiddharth |
Subject: |
Re: [Gnewsense-dev] Parkes alpha 1 |
Date: |
Mon, 16 Jul 2012 23:06:38 +0530 |
User-agent: |
Roundcube Webmail/0.5.2 |
On Sun, 15 Jul 2012 22:20:11 +0200, Sam Geeraerts wrote:
Output from "lspci -knn" is more useful than plain output.
I have attached the output(lspci.n) of this command with this mail.
I ran "ifconfig -a" to find that there is no "eth0" interface, instead
there is "pan0". Here is the output of the command:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 B) TX bytes:560 (560.0 B)
pan0 Link encap:Ethernet HWaddr 0e:40:b9:d6:00:64
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
I updated my /etc/network/interfaces file and it looks like this now:
...
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# mine
auto pan0
iface pan0 inet dhcp
I ran "/etc/init.d/networking restart" and got this:
Running /etc/init.d/networking restart is deprecated because it may
not enable again some interfaces ... (warning).
Reconfiguring network interfaces...Internet Systems Consortium DHCP
Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Listening on LPF/pan0/0e:40:b9:d6:00:64
Sending on LPF/pan0/0e:40:b9:d6:00:64
Sending on Socket/fallback
DHCPDISCOVER on pan0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on pan0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on pan0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on pan0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on pan0 to 255.255.255.255 port 67 interval 7
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
done.
But the computer didn't get hooked to the internet.
I have attached the output of "dmesg" command (after updating the
/etc/init.d/interfaces file and restarting the computer) with this mail.
Is there any other information needed that will help nail down the
problem ?
I thank you.
--
rsiddharth
lspci.n
Description: Text document
dmesg
Description: Text Data
- Re: [Gnewsense-dev] Parkes alpha 1, (continued)
- Re: [Gnewsense-dev] Parkes alpha 1, rsiddharth, 2012/07/15
- Re: [Gnewsense-dev] Parkes alpha 1, rsiddharth, 2012/07/15
- Re: [Gnewsense-dev] Parkes alpha 1, Sam Geeraerts, 2012/07/15
- Re: [Gnewsense-dev] Parkes alpha 1, rsiddharth, 2012/07/16
- Re: [Gnewsense-dev] Parkes alpha 1,
rsiddharth <=
- Re: [Gnewsense-dev] Parkes alpha 1, Sam Geeraerts, 2012/07/17
- Re: [Gnewsense-dev] Parkes alpha 1, Karl Goetz, 2012/07/18
- Re: [Gnewsense-dev] Parkes alpha 1, Sam Geeraerts, 2012/07/18
- Re: [Gnewsense-dev] Parkes alpha 1, Karl Goetz, 2012/07/18
Re: [Gnewsense-dev] Parkes alpha 1, Karl Goetz, 2012/07/15