
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] debian testing network setup
- Date: Tue, 30 Nov 2004 14:59:38 +0900
- From: mudrii <mudrii@example.com>
- Subject: Re: [tlug] debian testing network setup
- References: <41AC03BC.305@example.com>
- Organization: MLUG
- User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)
simon colston wrote:
> I installed debian testing by installing stable first and then apt-get
> dist-upgrade, after setting the sources.list appropriately. This all
> went fine.
>
> I then upgraded the kernel-image to 2.4.27 but after I rebooted I
> could no longer connect to the network.
> I tried:
> # ifup eth0
> and got a "device not found" error.
> I checked out the /etc/network settings and they seem fine, and they
> were working OK for the 2.2 kernel.
>
> I've tried googling for "debian 2.2 2.4 kernel upgrade" and the like
> but without luck so far. Where should I start looking for the problem?
>
> Hardware:
> P4, Intel 865G chipset, RealTek RTL8101L on-board LAN.
If make new Kernel Possible not configure the net module in the Kernel
check
#lsmod
to see load modules
check
#cat /proc/pci | grep Ethernet
#dmesg | grep eth
If nothing shows than module for your network card is not configured in
the Kernel and need to recompile Kernel again.
Home |
Main Index |
Thread Index