Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I could not connect to internet
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
buptwugh
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2012
Posts: 101
Location: Beijing,China

PostPosted: Tue Feb 07, 2012 11:36 am    Post subject: I could not connect to internet Reply with quote

I could not connect to internet.
It seem that the system doesn't load proper module.

Broadcom Corporation NetLink BCM57780 Gigabit Ethernet
lspci -k
Code:

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
   Subsystem: Acer Incorporated [ALI] Device 0370
   Kernel modules: intel-agp
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 12)
   Kernel driver in use: pcieport
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
   Subsystem: Acer Incorporated [ALI] Device 0370
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
   Subsystem: Acer Incorporated [ALI] Device 0370
   Kernel driver in use: ehci_hcd
   Kernel modules: ehci-hcd
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
   Subsystem: Acer Incorporated [ALI] Device 0370
   Kernel driver in use: snd_hda_intel
   Kernel modules: snd-hda-intel
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
   Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
   Kernel driver in use: pcieport
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
   Subsystem: Acer Incorporated [ALI] Device 0370
   Kernel driver in use: ehci_hcd
   Kernel modules: ehci-hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
   Subsystem: Acer Incorporated [ALI] Device 0370
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
   Subsystem: Acer Incorporated [ALI] Device 0370
   Kernel driver in use: ahci
   Kernel modules: ahci
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
   Subsystem: Acer Incorporated [ALI] Device 0370
   Kernel driver in use: i801_smbus
   Kernel modules: i2c-i801
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
   Subsystem: Acer Incorporated [ALI] Device 0370
02:00.0 VGA compatible controller: nVidia Corporation Device 0a29 (rev a2)
   Subsystem: Acer Incorporated [ALI] Device 0370
   Kernel driver in use: nouveau
02:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
   Subsystem: Acer Incorporated [ALI] Device 0370
   Kernel driver in use: snd_hda_intel
   Kernel modules: snd-hda-intel
03:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
   Subsystem: Acer Incorporated [ALI] Device 033d
   Kernel driver in use: tg3
   Kernel modules: tg3
05:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
   Subsystem: Foxconn International, Inc. Device e01f
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
   Subsystem: Intel Corporation Device 8086
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
   Subsystem: Intel Corporation Device 8086
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
   Subsystem: Intel Corporation Device 8086
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
   Subsystem: Intel Corporation Device 8086
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
   Subsystem: Intel Corporation Device 8086
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
   Subsystem: Intel Corporation Device 8086


Everytime I want to connect to internet, I have to do there things
Code:

rmmod tg3
modprobe broadcom
modprobe tg3


It seem the system does not load broadcom module.
Is there any solution to solve it??
Back to top
View user's profile Send private message
Gusar
Advocate
Advocate


Joined: 09 Apr 2005
Posts: 2665
Location: Slovenia

PostPosted: Tue Feb 07, 2012 12:06 pm    Post subject: Reply with quote

Try this in /etc/modprobe.d/modprobe.conf:
Code:
install tg3 /sbin/modprobe broadcom; /sbin/modprobe --ignore-install tg3
Back to top
View user's profile Send private message
buptwugh
Tux's lil' helper
Tux's lil' helper


Joined: 16 Jan 2012
Posts: 101
Location: Beijing,China

PostPosted: Tue Feb 07, 2012 12:54 pm    Post subject: Reply with quote

thank you.
But I have installed the system.
I manually do these things
Code:

rmmod tg3

then
Code:

modprobe broadcom
modprobe tg3

then
Code:

net-setup


So the network is active, but after installing gentoo I find that the network still can not start up auto.

And I can't find file named /etc/modprobe.d/modprobe.conf
Code:

NextZone ~ # ls -l /etc/modprobe.d/
total 28
-rw-r--r-- 1 root root 1216 May  7  2009 aliases.conf
-rw-r--r-- 1 root root 1028 Feb  5 11:35 alsa.conf
-rw-r--r-- 1 root root  950 Feb  5 11:48 blacklist.conf
-rw-r--r-- 1 root root  122 May  7  2009 i386.conf
-rw-r--r-- 1 root root  537 Feb  5 11:48 pnp-aliases.conf
-rw-r--r-- 1 root root  299 Feb  5 12:33 ppp.conf
-rw-r--r-- 1 root root  196 Jan 22 10:16 usb-load-ehci-first.conf
NextZone ~ #
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum