View previous topic :: View next topic |
Author |
Message |
hanzi n00b
Joined: 14 Jan 2004 Posts: 69 Location: austria
|
Posted: Mon Mar 22, 2004 5:45 pm Post subject: centrino notebook + networking problems |
|
|
hi there!
i have big troubles with my new notebook..
My network does not work.
I have a router which is working as a dhcp server in my network.
Code: |
Failed to bring eth0 up
netmount was not started..
|
or when i make static ip adresses it starts up but when i want to ping my router, it says that the network is unreachable...
in /etc/conf.d/net there is only:
ifconfig -a says:
Code: |
eth0
-00
inet addr:192.168.0.2 Bcast: 192.168.0.255 Mask: 255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU: 1500 Metric:1
RX packets:0 errors:0 dropped: 0 overruns:0 frame:0
TX packets: 12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen: 100
RX bytes:0 (0.0 b) TX bytes: 432 (432.0 b)
sit0
Link encap:IPv6-on-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped: 0 overruns:0 frame:0
TX packets: 12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen: 0
RX bytes:0 (0.0 b) TX bytes: 0 (0.0 b)
|
lspci:
Code: |
Etherner controller: Broadcom Corporation NetXtreme BCM5788 Gigabit Ethernet (rev 03)
Network controller: Intep Corp. PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04)
|
i think it should work, but it's not working......
has anyone a idea what the problem could be?
(sorry for my bad english, i am not used to speak/write english..)
thanks in advance
hanzi |
|
Back to top |
|
|
gianpi n00b
Joined: 20 Mar 2004 Posts: 24
|
Posted: Mon Mar 22, 2004 9:50 pm Post subject: |
|
|
did you compile the right driver for your card in the kernel?
gianpi |
|
Back to top |
|
|
hanzi n00b
Joined: 14 Jan 2004 Posts: 69 Location: austria
|
Posted: Tue Mar 23, 2004 2:02 pm Post subject: |
|
|
but which driver should i select for my network card?
i don't think i can select a driver witch looks like one for my card when using menuconfig
Code: |
Broadcom Corporation NetXtreme BCM5788 Gigabit Ethernet (rev 03)
|
btw. i am now working with the 2.4.22 kernel, maybe thats the problem?
should i use 2.6 instead? |
|
Back to top |
|
|
eee Tux's lil' helper
Joined: 29 May 2003 Posts: 115 Location: MD
|
Posted: Tue Mar 23, 2004 2:35 pm Post subject: |
|
|
I believe that you want the tg3 driver: Code: | Network device support --->
Ethernet (1000 Mbit) --->
<M> Broadcom Tigon3 support |
|
|
Back to top |
|
|
hanzi n00b
Joined: 14 Jan 2004 Posts: 69 Location: austria
|
Posted: Tue Mar 23, 2004 5:05 pm Post subject: |
|
|
i compiled the kernel again with the drivers, but it didn't work...
(i even compiled all the gigabit drivers in, so it should work, but it didnt..) |
|
Back to top |
|
|
carbon Guru
Joined: 27 Jun 2003 Posts: 455 Location: New York
|
Posted: Tue Mar 23, 2004 5:09 pm Post subject: |
|
|
if you have compiled it as module, you need to do a modprobe tg3 or whatever your module is called. _________________ I do what I want, and that's what I do.
GNU World Domination
Carbon |
|
Back to top |
|
|
hanzi n00b
Joined: 14 Jan 2004 Posts: 69 Location: austria
|
Posted: Tue Mar 23, 2004 6:12 pm Post subject: |
|
|
i know...
I compiled it into the kernel.
[*] <-- i set the setting in menuconfig like this..
should work,but does not...
but what is different on the linux which is on the livecd? |
|
Back to top |
|
|
hanzi n00b
Joined: 14 Jan 2004 Posts: 69 Location: austria
|
Posted: Wed Mar 24, 2004 2:14 pm Post subject: |
|
|
has noone a idea what to do now?
could i emerge the programm which makes the part:
"Autoconfiguring Devices.."
on the LiveCD?
does anyone know what the name of this programm is?
maybe i can do it in this way.. |
|
Back to top |
|
|
eee Tux's lil' helper
Joined: 29 May 2003 Posts: 115 Location: MD
|
Posted: Wed Mar 24, 2004 3:26 pm Post subject: |
|
|
You might try the 2.4.25 kernel or the 2.6 kernel. Google searches for BCM5788 and tg3 seem to be for >2.4.23. Maybe it's new? |
|
Back to top |
|
|
hanzi n00b
Joined: 14 Jan 2004 Posts: 69 Location: austria
|
Posted: Wed Mar 24, 2004 7:16 pm Post subject: |
|
|
i tried the 2.6 kernel (before 2.4.25) and it seems to work now
with this kernel version i could select 2 broadcom gigabit devices, i compiled both drivers in
thanks @ all for input |
|
Back to top |
|
|
|