Mailinglist Archive: opensuse (1599 mails)
| < Previous | Next > |
Re: [opensuse] Re: Missing eth0 interface
- From: Stan Goodman <stan.goodman@xxxxxxxxxxxxx>
- Date: Tue, 13 Oct 2009 09:47:51 +0200
- Message-id: <200910130947.51907.stan.goodman@xxxxxxxxxxxxx>
At 09:17:40 on Tuesday Tuesday 13 October 2009, Per Jessen
<per@xxxxxxxxxxxx> wrote:
Actually, what I had installed was r8168. But neither of the two appeared
in the lsmod list.
I ran modprobe r8168, which says "FETAL: Module r8168 not found". Running
modprobe rr8169 gave no response at all, which sounded better, and r8169
does appear in the lsmod list; it has "0" users. The network, is still
unreachable, even after reboot.
--
Stan Goodman
Qiryat Tiv'on (32C Today, 36C for Friday)
Israel
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
<per@xxxxxxxxxxxx> wrote:
Stan Goodman wrote:
Actually, the file I was asked to examine was
</etc/udev/rules.d/NN-persistent-net.rules>. I did report it as
empty, but now I check again and find that it doesn't exist at all.
Overlooking vi's remark that it is New File is yet another reminder
that I mustn't do this sort of thing at late hours.
Now examining the file </etc/udev/rules.d/70-persistent-net.rules>
instead, I see that it is populated and has rules:
*****
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
ATTR(address)=="00:26:b9:01:11:af", ATTR(type)=="1", KERNEL=="eth*",
NAME=="eth0"
*****
Okay, that's better. Yet you still can't bring the interface up
with "ifup eth0". That would indicate that perhaps the module wasn't
loaded properly.
Check to see what 'lsmod' says - is "r8169" loaded? If not, try to
load it with "modprobe r8169". Then check that it was loaded, and if
not, use 'dmesg" to see why. The last few lines will usually tell you.
Actually, what I had installed was r8168. But neither of the two appeared
in the lsmod list.
I ran modprobe r8168, which says "FETAL: Module r8168 not found". Running
modprobe rr8169 gave no response at all, which sounded better, and r8169
does appear in the lsmod list; it has "0" users. The network, is still
unreachable, even after reboot.
/Per
--
Per Jessen, Zürich (7.7°C)
--
Stan Goodman
Qiryat Tiv'on (32C Today, 36C for Friday)
Israel
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |