I have a Biostar A880GZ motherboard, on-board Realtek RTL8111/8168B pci express gigabit ethernet controller, AMD Sempron 145 cpu, running OpenSuse 12.2 32 bit. I use a static ip setup for my home network.
The recent kernel update, openSUSE-2012-700 caused my network connection to fail. Yast Network Manager gives the following error message:
“Unable to configure the network card because the kernel device (eth0, wlan0) is not present. This is mostly caused by missing firmware (for wlan devices). See dmesg output for details.”
Reverting back to the earlier kernel, dmesg contains the lines:
9.291040] R8169 0000:02:00.0: eth0 linkup
9.291145] addconf (net dev_change): eth0: link becomes ready
With kernel update 2012-700, dmesg does not contain any lines that reference eth0, but does contain the following lines I thought might refer to the network connection:
TCP: cubic registered
NET: registered protocol family 10
lib80211: common routines for IEEE802.11 drivers
lib80211_crypt: registered algorithm “null”
registering the dns_resolver key type using ipi no-shortcut mode
With the earlier kernel, /sbin/lspci -nnk yielded:
02:00.0 ethernet controller: Realtek Semi Conductor Co., Ltd. RTL8111/8168B pci express gigabit ethernet controller [10ec:8168] (rev 06) subsystem: Biostar Microtech Int’l Corp device [1565:230a]
kernel driver in use: r8169
With kernel update 2012-700, /sbin/lspcie -nnk yielded the same information about the ethernet controller, but did not include the line about the kernel driver.
Is there a way to restore my network connection with the kernel update?
Thanks in advance for your help.