On 29/11/11 00:27, David W. Hodgins wrote:
> On Mon, 28 Nov 2011 17:17:39 -0500, Grimble <
gri...@nospamthanx.net>
> wrote:
>
>> As you can see, installed 32-bit 2011.0 on this laptop. Installation
>> went very smoothly except for the wired interface, a Broadcom BCM57780
>> Gigabit Ethernet PCIe. When I try to create it, I get the message
>> Unable to find network interface for selected device (using tg3 driver).
>
> See
https://bugzilla.redhat.com/show_bug.cgi?id=525966#c26
>
> Regards, Dave Hodgins
>
Thanks Dave. Followed the instruction:
[graeme@haydn modprobe.d]$ ls -l
total 24
-rw-r--r-- 1 root root 20 Apr 11 2011 blacklist-brcm80211.conf
-rw-r--r-- 1 root root 833 May 2 2011 blacklist-compat
-rw-r--r-- 1 root root 704 May 2 2011 blacklist-mdv
-rw-r--r-- 1 root root 84 May 2 2011 ipw-no-associate.conf
-rw-r--r-- 1 root root 74 Nov 29 10:08 local.conf
-rw-r--r-- 1 root root 105 Nov 12 09:39 snd-oss
[graeme@haydn modprobe.d]$ cat local.conf
install tg3 /sbin/modprobe broadcom; /sbin/modprobe --ignore-install tg3
[graeme@haydn modprobe.d]$
Unfortunately, this did not work
Noticed afterwards that a previous comment put the correction into
/etc/modprobe.conf, so tried that:
[graeme@haydn etc]$ cat modprobe.conf
alias pci:v000014E4d00004357sv0000105Bsd0000E021bc02sc80i00 wl
alias eth0 wl
install tg3 /sbin/modprobe broadcom; /sbin/modprobe --ignore-install tg3
That also did not work, and lsmod tells me that tg3 is still loaded.
Now what?