Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New Laptop - no networking
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
Onion
n00b
n00b


Joined: 05 Jun 2003
Posts: 3

PostPosted: Thu Jun 05, 2003 7:50 am    Post subject: New Laptop - no networking Reply with quote

Just got my new laptop today, naturally, Gentoo was high on the list. So I began the boot from the live CD, but networking doesn't seem to run with DHCP. OK, set it manually via net-setup eth0. Still can't ping anything except the localhost. Maybe the net card is too new..... Tried booting with smp noapm pci=noacpi as I read somewhere in these forums, and have tried variations, all to no avail. At least when I use the smp kernel, I can see eth0 detected, however, when I use the gentoo kernel, I see 'No Network device auto detected....' The box does have a wireless onboard Lan, and is seen as lo. However, at the moment, I have no WAP for it to see. Any help much appreciated. Hope all of that makes sense...

Laptop - IBM G40 2388-5BM.
P4, 3.06 Ghz
15' display
512mb ram
40 gig HD

It'll be a REALLY nice laptop if I can get it working !!!!
Back to top
View user's profile Send private message
slartibartfasz
Veteran
Veteran


Joined: 29 Oct 2002
Posts: 1462
Location: Vienna, Austria

PostPosted: Thu Jun 05, 2003 11:21 am    Post subject: Reply with quote

first thing u should do is to find out which eth-card u have, then u can chose the right module to run the card -> 'modprobe <module>' - once u are sure that the card is running ('ifconfig') u can start to configure the network...

perhaps u should post the output of 'ifconfig' along with the data on your internet connection (ip, gateway,...) - we can help u better then...
_________________
To an engineer the glass is neither half full, nor half empty - it is just twice as big as it needs to be.
Back to top
View user's profile Send private message
paranode
l33t
l33t


Joined: 06 Mar 2003
Posts: 679
Location: Texas

PostPosted: Thu Jun 05, 2003 1:22 pm    Post subject: Reply with quote

The lo device is a loopback device, it should not be your wireless LAN card.
_________________
Meh.
Back to top
View user's profile Send private message
mlh
n00b
n00b


Joined: 05 Jun 2003
Posts: 5
Location: Las Vegas

PostPosted: Thu Jun 05, 2003 6:05 pm    Post subject: Reply with quote

don't know if this helps..but it worked for me and my pcmcia nic

1) boot gentoo cd
2) enter the following

insmod pcmcia_core
insmod i82365
insmod ds
cardmgr -f

3) net-setup eth0 and select DHCP

This worked for me and made my non-detected NIC automatically come up after booting the CD and entering these parameters. i'm a newbie so i don't know if you already tried this. it's probably obvious to most people, but i had to search on google to figure this out as the gentoo install docs make no reference to laptops.
_________________
http://www.markholloway.com
Back to top
View user's profile Send private message
Onion
n00b
n00b


Joined: 05 Jun 2003
Posts: 3

PostPosted: Thu Jun 05, 2003 10:25 pm    Post subject: Reply with quote

slartibartfasz,
The net card is a 'Broadcom Extreme Fast Ethernet' according to WinXP. On PCI Bus 2, IRQ 11. What module would I use with modprobe ?

paranode,
Thanks - noob alert !!!

mlh,
The net card isn't pcmcia, it's on the M/B.


Output from ifcong -
eth0 Link encap:Ethernet HWAddr 00:20:E0:97:6A:9B
inet6 addr: fe80::220::e0ff:fe97:6a9b/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:9 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Base Address:0xb000 Memory:f8000000-f8000fff

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU::16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)


And after running net-setup eth0, and manually setting the ip

IP 172.16.200.99
Broadcast 172.16.200.255
Subnet Mask 255.255.255.0
Gateway 172.16.200.50
Name Server 139.130.4.4

eth0 Link encap:Ethernet HWAddr 00:20:E0:97:6A:9B
inet addr:172.16.200.99 Bcast:172.16.200.255 Mask:255.255.255.0
inet6 addr: fe80::220::e0ff:fe97:6a9b/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:15 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:11 Base Address:0xb000 Memory:f8000000-f8000fff
lo - same as above
Back to top
View user's profile Send private message
wilburpan
l33t
l33t


Joined: 21 Jan 2003
Posts: 977

PostPosted: Fri Jun 06, 2003 2:02 am    Post subject: Reply with quote

Onion wrote:
The net card is a 'Broadcom Extreme Fast Ethernet' according to WinXP. On PCI Bus 2, IRQ 11. What module would I use with modprobe ?

Seriously, trial and error will do the job for you here. Using google, I found that what available drivers there are for Broadband NIC cards seem to begin with "bcm". You can look through the drivers in the /lib/modules/*/kernel/drivers/net/* directories for drivers that begin with "bcm", and modprobe them one at a time until you find one that gets networking set up for you. I like to ping www.yahoo.com to test my network connection.

Once you find the one that works, write it down on your printout of the install docs, because you will forget which one you used if you have to start the installation process over again. :oops:

I promise you won't break anything by doing this. :D
Back to top
View user's profile Send private message
Onion
n00b
n00b


Joined: 05 Jun 2003
Posts: 3

PostPosted: Fri Jun 06, 2003 3:26 am    Post subject: Reply with quote

Not really a solution for others with the same problem, but....
I found an older DLink 650, and booted with smp noapm dopcmcia - and it worked out of the box....

Good enough for now.
Thanks for the replys.

Oh, and wilburpan,
None of the bcm* mods seemed to work...

Got to go now...... installing to do !!!

Thanks again.
Onion.
Back to top
View user's profile Send private message
[ckh]aiken
n00b
n00b


Joined: 01 Nov 2003
Posts: 5
Location: Cincinnati, OH

PostPosted: Sun Dec 14, 2003 10:54 pm    Post subject: Reply with quote

I administer a lab at a university that has several of these Thinkpad G40 Laptops. I've found that the best way to get a system up and running is to use a 2.6 livecd that includes the orinoco_pci or prism2 modules and use the wireless connection to do everything through kernel and bootloader setup, then start using the onboard ethernet after your first reboot. Depending on your notebook's revision, you'll either use the tg3 (Broadcom Tigon3) module, or the bcm5700 (Broadcom 5700) module for ethernet under a 2.6 kernel. This applies for Thinkpad G40's that report the onboard ethernet as a "Broadcom Extreme Fast Ethernet" in Windows 2000 and XP.

This was the case, at least, in October of this year. I'm actually working on a new hd image for these laptops during the upcoming semester break, and I plan to use the latest livecd out at the time.
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