View previous topic :: View next topic |
Author |
Message |
eyevee99 Apprentice
Joined: 16 Apr 2002 Posts: 239
|
Posted: Thu Apr 18, 2002 2:50 am Post subject: Installing a USB Cable Modem and Netgear NIC during install |
|
|
I wish to install gentoo, I however use a USB cable modem
Motorola SurfBoard 4100 (it's USB and eth, but I don't have an enternet card for it)
Any tips for getting this up and running for networking during the installation?
Thanks
:) |
|
Back to top |
|
|
eyevee99 Apprentice
Joined: 16 Apr 2002 Posts: 239
|
Posted: Sat Apr 20, 2002 12:38 am Post subject: help, please help. :) |
|
|
:)
I really want to install gentoo, but I can't unles sI get internet access.
:)
Is there a version of the 16MB iso with Netgear PCI Ethernet support and USB Motorola Surfboard support?
Or can some make one or teach me how?
thanks.
Ryan
Need support for during installation for:
USB - Motorola SurfBoard 4100 Cable Modem
PCI - Netgear FA310TX Fast Ethernet Adapter |
|
Back to top |
|
|
eyevee99 Apprentice
Joined: 16 Apr 2002 Posts: 239
|
Posted: Sun Apr 21, 2002 6:36 am Post subject: Netgear compile and setup |
|
|
This link http://www.netgear-support.com/ts/downloads/311lin71.zip is a driver download for netgear nic's.
It appears to be a makefile for the natsemi.c/o files usually located at:
Module: /lib/modules/2.4.2-2/kernel/drivers/net/natsemi.o
Source: /usr/src/linux-2.4/drivers/net/natsemi.c
in the gentoo 16 MB boot CD only the module in /lib/ is present, no source is present on the CD.
How do I:
- mount a floppy drive with the files in the link above (the natsemi.c/o files are included in the download)
- compile the files in the link above so they can then be modprobed and I can get internet access with my Cable Modem (now plugged into the NIC temporarily while I set up gentoo)
I tried using tulip for eth0 support, as linuxnewbie.org indicated it works for some netgear cards. But whenever I dhcpcd eth0 the command times out. Indicating no DHCP response from the server. I know for sure it's DHCP though, as I have it all up and running in XP with "server assigned" everythings.
:) |
|
Back to top |
|
|
Guest
|
Posted: Sun Apr 21, 2002 6:43 am Post subject: Interesting |
|
|
My Netgear FA-310TX works perfectly with DHCP and the tulip driver. |
|
Back to top |
|
|
eyevee99 Apprentice
Joined: 16 Apr 2002 Posts: 239
|
Posted: Sun Apr 21, 2002 6:48 am Post subject: hrrrmmmm |
|
|
So what did you do?
I booted, blah blah until prompt.
The card was NOT autodetected
I then:
Code: |
#modprobe tulip
#dhcpcd eth0
|
Then get a connection time out error.
:)
What cable modem do you use? I have a Motorola SurfBoard 4100 |
|
Back to top |
|
|
Guest
|
Posted: Sun Apr 21, 2002 6:51 am Post subject: |
|
|
I'm at a university on a Ethernet connection. |
|
Back to top |
|
|
eyevee99 Apprentice
Joined: 16 Apr 2002 Posts: 239
|
Posted: Sun Apr 21, 2002 7:28 am Post subject: kinda sorta working |
|
|
Ok, I think it's almost working
I modprobe tulip, then set up the internet connection using the static method (dhcpcd fails with my provider apparently)
what do I use as all the addresses in the static commands?
My internet and network are as follows:
My IP (assigned by ISP): BLAH
subnet: 255.255.255.0
gateway: 210.49.32.1
DHCP server: 210.49.20.85
DNS servers: 203.2.75.132 & 198.142.0.51
Local IP on LAN: 192.168.0.1
Which IP is which in the ifconfig and route commands?
is the following correct:
Code: |
# modprobe tulip
# /sbin/ifconfig eth0 BLAH broadcast 210.49.20.85 netmask 255.255.255.0
# /sbin/route add -net default gw 210.49.32.1 netmask 0.0.0.0 metric 1
|
If it is I'm stumped. Doing the above, then creating /etc/resolv.conf with the two dns servers, results in failed lookups on both ip addresses and domain dames.
any help much appreciated.
:) |
|
Back to top |
|
|
eyevee99 Apprentice
Joined: 16 Apr 2002 Posts: 239
|
Posted: Fri Apr 26, 2002 12:43 am Post subject: Now that my new IBM drive is a smoldering ruin |
|
|
I'll be installing a Linux desktop, and that all I'll have for a while.
So any help with getting this connection up and running would be much appreciated.
Cheers,
Ryan |
|
Back to top |
|
|
|