
Code: Select all
rc-update del netmount default

I assume you didCompilled using make && modules_install


Code: Select all
ifconfig eth0 upCode: Select all
lspciCode: Select all
lsmodCode: Select all
#lspci
-junk-
0000:00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000---videocard
0000:02:00.0 Network controller: Broadcom Corporation BCM4306b/g Wireless Lan Controller (rev 03)
Code: Select all
#lsmod
module
floppy
rtc
rsrc_nonstatic 1 yenta_socket
pcmcia_core 2 yenta_socketm rsrc_nonstatic
evdev
8139too
mii 1 8139too
paraport_pc
paraport 1 paraport_pc
ahci
sata_qstor
sata_uli
sata_sis
sata_sx4
sata_nv
sata_via
sata_svw
sata_sil
sata_promise
libata 10 ahci,sata_qstor,sata_uli,sata_sx4,sata_nv,sata_via,sata_svw,sata_sil,sata_promise
dm_mirror
dm_mod 1 dm_mirror
sbp2
ohci1394
ieee1394 2 sbp2,ohci1394
s1811_hcd
ohci_hcd
uhci_hcd
usb_storage
usbhid
ehci_hcd
usbcore 7 (all 7 just listed)
Code: Select all
#lspci
-junk-
0000:00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
0000---videocard
0000:02:00.0 Network controller: Broadcom Corporation BCM4306b/g Wireless Lan Controller (rev 03)
Code: Select all
#lsmod
8139too
mii 1 8139too

Code: Select all
cd /usr/src/linuxCode: Select all
make menuconfigCode: Select all
cp .config config
make mrproper
cp config .config
make oldconfig
make
mount /boot
make install && make modules_installCode: Select all
rc-update add net.eth0 default
What happens when you typemrpotatohead wrote:Great thanks. Did all of that and it still doen't work.....
when rebooting I saw an error message
"Failed to load natsemi"
and I also got the same error message about the Netmount error....
I guess you're gonna want to see some listing of some files to work out which of the instructions I didn't follow properly.
I did read the stuff in the Networking Options - but none of it made any sense to me at all. In fact it could have been written in Chinese for all I knew. Whilst I know what networks are from an overview perspective - the rest is just gobble-de-gook.
Thanks anyway.
Bob
PS Just did another lsmod on - the file is still empty............
Code: Select all
modprobe natsemiCode: Select all
ls /lib/modules/`uname -r`/kernel/drivers/net/
Code: Select all
uname -r
Code: Select all
#ifconfig eth0
Code: Select all
#ping -c 3 www.google.com
ping: unknown host www.google.com