Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Woohoo! kernel works! Need help with eth0
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
darksarin
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2003
Posts: 86

PostPosted: Thu Mar 11, 2004 9:32 pm    Post subject: Woohoo! kernel works! Need help with eth0 Reply with quote

Yes, I am a noob! That's okay though, just emerged and compiled mm-sources, and they work!

Here's the complaints I get at boot:

1> DevFS not compiled in, gentoo needs it, please recompile. Can I do this from my shiny new install, and if so, do I just do the make menuconfig like before, and then add devFS? Then I would copy over the recompiled kernel to /boot/kernel. Question is, do I need to this from the CD or no, and do I *really* need DevFS?

2> Failed to load nvidia. I added the module to /etc/autoload.d/kernel-2.6 (or whereever the docs say to do it), as nvidia.o. Is this right? If so, what are some other possible solutions?

3> Failed to bring up eth0 && netmount not started (because of eth0 not starting). I checked my conf.d/net config, and iface_eth0="dhcp" as it should. I compiled in 8169 to the kernel (not as a module). I can't do *anything* net related, which includes emerge.

4> While installing, I could not do: modules_update. This threw a warning: could not generate modules.conf. This is *VERY* bad, as I understand it. To get around this, I copied modules.devfs (or somesuch) to modules.conf, but I feel that that might be causing problems.

5>Other than this I have a working system. Most commands work fine, and I am able to poke around in the code all I want. The trouble is, I can't upgrade jack, since I don't have the net. So, other than fixing local stuff (config files), I can't work on anything other than the net problems.

I appreciate any help I can get, so I will definitely provide any information I can find. Just be very specific, as I am new to this. But I will do everything I can.
_________________
We don't know what we are doing, but we are doing it very carefully, and hope that you are pleased with our unintelligent diligence" --Wherry (1995) pp. 1-2.
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Thu Mar 11, 2004 9:41 pm    Post subject: Re: Woohoo! kernel works! Need help with eth0 Reply with quote

darksarin wrote:
Yes, I am a noob! That's okay though, just emerged and compiled mm-sources, and they work!
we don't care. for us you are an gentoo user and this is what counts. noob, guru, or anything else is not important.

darksarin wrote:
Here's the complaints I get at boot:

1> DevFS not compiled in, gentoo needs it, please recompile. Can I do this from my shiny new install, and if so, do I just do the make menuconfig like before, and then add devFS? Then I would copy over the recompiled kernel to /boot/kernel. Question is, do I need to this from the CD or no, and do I *really* need DevFS?
if you can boot the system without devfs, then just go to /usr/src/linux-.... and start "make menuconfig" and select devfs and select the option to mount devfs at boot time. then save the kernel-configuration and do "make && make modules_install" and after that just copy the new kernel to the /boot directory (don't forgett to mount it before if you have it on another partition)


darksarin wrote:
2> Failed to load nvidia. I added the module to /etc/autoload.d/kernel-2.6 (or whereever the docs say to do it), as nvidia.o. Is this right? If so, what are some other possible solutions?
you only need to add "nvidia" without .o or .ko and you need to set the symlink in /usr/src/linux and /usr/src/linux-beta to the correct kernel directory and then you need to remerge nvidia-kernel again (you need to do that every time you install an new kernel version).

darksarin wrote:
3> Failed to bring up eth0 && netmount not started (because of eth0 not starting). I checked my conf.d/net config, and iface_eth0="dhcp" as it should. I compiled in 8169 to the kernel (not as a module). I can't do *anything* net related, which includes emerge.
hmmm..... what is the output of "dmesg"? can you post it into this forum?

darksarin wrote:
4> While installing, I could not do: modules_update. This threw a warning: could not generate modules.conf. This is *VERY* bad, as I understand it. To get around this, I copied modules.devfs (or somesuch) to modules.conf, but I feel that that might be causing problems.
this is not an big problem. you can leave it. it is no big deal.

darksarin wrote:
5>Other than this I have a working system. Most commands work fine, and I am able to poke around in the code all I want. The trouble is, I can't upgrade jack, since I don't have the net. So, other than fixing local stuff (config files), I can't work on anything other than the net problems.
look at my above message. maybe compiling the network driver as module would help you more, because you could unload it and try again with diffrend driver settings.

darksarin wrote:
I appreciate any help I can get, so I will definitely provide any information I can find. Just be very specific, as I am new to this. But I will do everything I can.
we will do everything we can ;)


cheers

SteveB
Back to top
View user's profile Send private message
ach1lles
n00b
n00b


Joined: 04 Mar 2004
Posts: 38

PostPosted: Thu Mar 11, 2004 10:05 pm    Post subject: Reply with quote

wow what timing, i finally got through install and have a working system now (YAAAAAAAAAY!) but i'm having the same problem, no net, eth0 isn't working. it always worked through the install itself, just a simple eth0=dhcp worked fine, but now it's not.

i think i mucked around in the kernel too much, with the pci stuff, because in some of the other install attempts i booted with dopcmcia and never had a mouse. but for some reason i just booted with plain gentoo this time, and my mouse worked all through the install. so i think perhaps i DON'T need pcmcia stuff.. although my nic is a pci card.

ANYWAYS.. what i'm wondering is if there is perhaps some way to like.. have make menuconfig load em.. the defaults? because the system did a pretty good job of detecting my hardware, and i'd like to recompile the kernel with the only adjustsments being filesystem support.. and let it figure everything else out. does the default kernel config before you start mucking around load all the modules and settings that it detected/used during the install process? cause it was dead-on.

i just had to be an idiot and go around enabling a few things that looked like they might help. :T
Back to top
View user's profile Send private message
Tiger
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2002
Posts: 77

PostPosted: Thu Mar 11, 2004 10:42 pm    Post subject: Reply with quote

Quote:
so i think perhaps i DON'T need pcmcia stuff.. although my nic is a pci card.

pcmcia is used almost exclusively with laptops. If you're not installing on a lappy you don't need them in the kernel or as a module.

Quote:
does the default kernel config before you start mucking around load all the modules and settings that it detected/used during the install process? cause it was dead-on.


It's hotplug that is detecting all the hardware when booting off of the CD. In the install docs there is a procedure for installing hotplug. emerge hotplug should take care of it.
_________________
Windows = a 32 bit extension to a 16 bit GUI on an 8 bit OS written for a 4 bit architecture by a 2 bit company who can't stand 1 bit of competition.
Back to top
View user's profile Send private message
darksarin
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2003
Posts: 86

PostPosted: Thu Mar 11, 2004 11:56 pm    Post subject: hotplug Reply with quote

I didn't install hotplug...maybe that is causing some of my problems?

Let me know.
_________________
We don't know what we are doing, but we are doing it very carefully, and hope that you are pleased with our unintelligent diligence" --Wherry (1995) pp. 1-2.
Back to top
View user's profile Send private message
ach1lles
n00b
n00b


Joined: 04 Mar 2004
Posts: 38

PostPosted: Fri Mar 12, 2004 12:09 am    Post subject: Reply with quote

great, now i just gotta figure how to get my net working and i'll be good to go ;)
Back to top
View user's profile Send private message
Tiger
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2002
Posts: 77

PostPosted: Fri Mar 12, 2004 1:34 am    Post subject: Reply with quote

You did take the # out of the line with iface_eth0="dhcp"?
_________________
Windows = a 32 bit extension to a 16 bit GUI on an 8 bit OS written for a 4 bit architecture by a 2 bit company who can't stand 1 bit of competition.
Back to top
View user's profile Send private message
darksarin
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2003
Posts: 86

PostPosted: Fri Mar 12, 2004 3:28 am    Post subject: hmmm Reply with quote

yes, I did uncomment that line. Also the one for eth1. Good idea though.
_________________
We don't know what we are doing, but we are doing it very carefully, and hope that you are pleased with our unintelligent diligence" --Wherry (1995) pp. 1-2.
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Fri Mar 12, 2004 7:05 am    Post subject: Reply with quote

are you sure you loaded the correct driver for the card? can you quickly post the output of "lspci" and the output of "lsmod" and the output of "dmesg" and the output of "ifconfig"?

cheers

SteveB
Back to top
View user's profile Send private message
Tiger
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2002
Posts: 77

PostPosted: Fri Mar 12, 2004 10:07 pm    Post subject: Reply with quote

Do an ifconfig -a and report the results.
_________________
Windows = a 32 bit extension to a 16 bit GUI on an 8 bit OS written for a 4 bit architecture by a 2 bit company who can't stand 1 bit of competition.
Back to top
View user's profile Send private message
darksarin
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2003
Posts: 86

PostPosted: Mon Mar 15, 2004 1:06 pm    Post subject: sorry for the delay Reply with quote

dmesg gave me this:
Code:
:1 Active:0)
00:01:06[B] -> 2-19 -> IRQ 19
ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
IOAPIC[0]: Set PCI routing entry (2-16 -> 0xd9 -> IRQ 16 Mode:1 Active:0)
00:01:06[C] -> 2-16 -> IRQ 16
ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
IOAPIC[0]: Set PCI routing entry (2-17 -> 0xe1 -> IRQ 17 Mode:1 Active:0)
00:01:06[D] -> 2-17 -> IRQ 17
Pin 2-19 already programmed
Pin 2-16 already programmed
Pin 2-17 already programmed
Pin 2-18 already programmed
Pin 2-16 already programmed
Pin 2-17 already programmed
Pin 2-18 already programmed
Pin 2-19 already programmed
Pin 2-17 already programmed
Pin 2-18 already programmed
Pin 2-19 already programmed
Pin 2-16 already programmed
Pin 2-18 already programmed
Pin 2-19 already programmed
Pin 2-16 already programmed
Pin 2-17 already programmed
Pin 2-16 already programmed
Pin 2-16 already programmed
Pin 2-16 already programmed
Pin 2-16 already programmed
Pin 2-16 already programmed
Pin 2-16 already programmed
Pin 2-16 already programmed
Pin 2-16 already programmed
Pin 2-18 already programmed
Pin 2-18 already programmed
Pin 2-18 already programmed
Pin 2-18 already programmed
Pin 2-17 already programmed
Pin 2-17 already programmed
Pin 2-17 already programmed
Pin 2-17 already programmed
Pin 2-19 already programmed
number of MP IRQ sources: 15.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................
IO APIC #2......
.... register #00: 02000000
.......    : physical APIC id: 02
.......    : Delivery Type: 0
.......    : LTS          : 0
.... register #01: 00170011
.......     : max redirection entries: 0017
.......     : PRQ implemented: 0
.......     : IO APIC version: 0011
.... register #02: 00000000
.......     : arbitration: 00
.... IRQ redirection table:
 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
 00 000 00  1    0    0   0   0    0    0    00
 01 0FF 0F  0    0    0   0   0    1    1    39
 02 0FF 0F  1    0    0   0   0    0    0    00
 03 0FF 0F  0    0    0   0   0    1    1    41
 04 0FF 0F  0    0    0   0   0    1    1    49
 05 0FF 0F  0    0    0   0   0    1    1    51
 06 0FF 0F  0    0    0   0   0    1    1    59
 07 0FF 0F  0    0    0   0   0    1    1    61
 08 0FF 0F  0    0    0   0   0    1    1    69
 09 001 01  0    1    0   0   0    1    1    71
 0a 0FF 0F  0    0    0   0   0    1    1    79
 0b 0FF 0F  0    0    0   0   0    1    1    81
 0c 0FF 0F  0    0    0   0   0    1    1    89
 0d 0FF 0F  0    0    0   0   0    1    1    91
 0e 0FF 0F  0    0    0   0   0    1    1    99
 0f 0FF 0F  0    0    0   0   0    1    1    A1
 10 001 01  1    1    0   0   0    1    1    D9
 11 001 01  1    1    0   0   0    1    1    E1
 12 001 01  1    1    0   0   0    1    1    C9
 13 001 01  1    1    0   0   0    1    1    D1
 14 001 01  1    1    0   0   0    1    1    B1
 15 001 01  1    1    0   0   0    1    1    C1
 16 001 01  1    1    0   0   0    1    1    B9
 17 001 01  1    1    0   0   0    1    1    A9
IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:9-> 0:9
IRQ10 -> 0:10
IRQ11 -> 0:11
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
IRQ16 -> 0:16
IRQ17 -> 0:17
IRQ18 -> 0:18
IRQ19 -> 0:19
IRQ20 -> 0:20
IRQ21 -> 0:21
IRQ22 -> 0:22
IRQ23 -> 0:23
.................................... done.
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
Machine check exception polling timer started.
ikconfig 0.7 with /proc/config*
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
NTFS driver 2.1.6 [Flags: R/W DEBUG].
udf: registering filesystem
SGI XFS with ACLs, security attrs, realtime, large block numbers, no debug enabled
SGI XFS Quota Management subsystem
ACPI: Power Button (FF) [PWRF]
ACPI: Processor [CPU0] (supports C1)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
pty: 256 Unix98 ptys configured
lp: driver loaded but no devices found
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected NVIDIA nForce2 chipset
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: AGP aperture is 64M @ 0xd8000000
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
pnp: the driver 'serial' has been registered
pnp: the driver 'parport_pc' has been registered
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
nbd: registered device at major 43
PPP generic driver version 2.4.2
[b]8139cp: 10/100 PCI Ethernet driver v1.1 (Aug 30, 2003)
8139cp: pci dev 0000:01:08.0 (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
8139cp: Try the "8139too" driver instead.
8139too Fast Ethernet driver 0.9.27
eth0: RealTek RTL8139 at 0xe0808000, 00:30:bd:1d:47:bc, IRQ 16
eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
r8169 Gigabit Ethernet driver 1.2 loaded
eth1: Identified chip type is 'RTL8169s/8110s'.
eth1: RTL8169 at 0xe08a2000, 00:0d:61:35:43:38, IRQ 16
eth1: Auto-negotiation Enabled.
eth1: 100Mbps Full-duplex operation.[/b]
Linux video capture interface: v1.00
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE2: IDE controller at PCI slot 0000:00:09.0
NFORCE2: chipset revision 162
NFORCE2: not 100% native mode: will probe irqs later
NFORCE2: BIOS didn't set cable bits correctly. Enabling workaround.
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
NFORCE2: 0000:00:09.0 (rev a2) UDMA133 controller
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA
hda: ST340016A, ATA DISK drive
hdb: IBM-DTLA-307020, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: PLEXTOR CD-R PX-W1210A, ATAPI CD/DVD-ROM drive
hdd: CREATIVE CD5233E, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
pnp: the driver 'ide' has been registered
hda: max request size: 128KiB
hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
 hda: hda1
hdb: max request size: 128KiB
hdb: 40188960 sectors (20576 MB) w/1916KiB Cache, CHS=39870/16/63, UDMA(100)
 hdb: hdb1 hdb2 hdb3
hdc: ATAPI 32X CD-ROM CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 56X CD-ROM drive, 128kB Cache
ide-floppy driver 0.99.newide
libata version 0.81 loaded.
ohci1394: $Rev: 1118 $ Ben Collins <bcollins@debian.org>
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16]  MMIO=[df006000-df0067ff]  Max Packet=[2048]
video1394: Installed video1394 module
IP/1394: $Rev: 1118 $ Ben Collins <bcollins@debian.org>
IP/1394: eth2: IEEE-1394 IPv4 over 1394 Ethernet (ohci1394)
ehci_hcd 0000:00:02.2: EHCI Host Controller
PCI: Setting latency timer of device 0000:00:02.2 to 64
ehci_hcd 0000:00:02.2: irq 21, pci mem e08b7000
ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
PCI: cache line size of 64 is not supported by device 0000:00:02.2
ehci_hcd 0000:00:02.2: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
ohci_hcd 0000:00:02.0: OHCI Host Controller
PCI: Setting latency timer of device 0000:00:02.0 to 64
ohci_hcd 0000:00:02.0: irq 20, pci mem e08b9000
ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
ohci_hcd 0000:00:02.1: OHCI Host Controller
PCI: Setting latency timer of device 0000:00:02.1 to 64
ohci_hcd 0000:00:02.1: irq 22, pci mem e08bb000
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 3 ports detected
drivers/usb/host/uhci-hcd.c: USB Universal Host Controller Interface driver v2.1
drivers/usb/core/usb.c: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
drivers/usb/core/usb.c: registered new driver usb-storage
USB Mass Storage support registered.
drivers/usb/core/usb.c: registered new driver hiddev
drivers/usb/core/usb.c: registered new driver hid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
logibm.c: Didn't find Logitech busmouse at 0x23c
input: PC Speaker
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
   8regs     :  2396.000 MB/sec
   8regs_prefetch:  3028.000 MB/sec
   32regs    :  2032.000 MB/sec
   32regs_prefetch:  2084.000 MB/sec
   pIII_sse  :  5856.000 MB/sec
   pII_mmx   :  5884.000 MB/sec
   p5_mmx    :  7840.000 MB/sec
raid5: using function: pIII_sse (5856.000 MB/sec)
raid6: int32x1    902 MB/s
raid6: int32x2   1132 MB/s
raid6: int32x4    695 MB/s
raid6: int32x8    660 MB/s
raid6: mmxx1     1843 MB/s
raid6: mmxx2     3339 MB/s
raid6: sse1x1    1832 MB/s
raid6: sse1x2    2917 MB/s
raid6: using algorithm sse1x2 (2917 MB/s)
md: raid6 personality registered as nr 8
md: multipath personality registered as nr 7
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
device-mapper: 4.0.0-ioctl (2003-06-04) initialised: dm@uk.sistina.com
oprofile: using NMI interrupt.
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 32768)
ip_conntrack version 2.1 (4095 buckets, 32760 max) - 304 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>.  http://snowman.net/projects/ipt_recent/
arp_tables: (C) 2002 David S. Miller
NET: Registered protocol family 1
NET: Registered protocol family 17
PM: Reading pmdisk image.
PM: Resume from disk failed.
ACPI: (supports S0 S1 S4 S5)
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
found reiserfs format "3.6" with standard journal
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[000d61000025279d]
Badness in kobject_get at lib/kobject.c:431
Call Trace:
 [<c02e0064>] kobject_get+0x34/0x40
 [<c0348d2c>] get_device+0xc/0x20
 [<c0349968>] bus_for_each_dev+0x78/0xe0
 [<c03aefe6>] nodemgr_node_probe+0x46/0x100
 [<c03aeea0>] nodemgr_probe_ne_cb+0x0/0x90
 [<c03af376>] nodemgr_host_thread+0x126/0x170
 [<c03af250>] nodemgr_host_thread+0x0/0x170
 [<c010b2b5>] kernel_thread_helper+0x5/0x10

Unable to handle kernel paging request at virtual address 53565755
 printing eip:
53565755
*pde = 00000000
Oops: 0000 [#1]
PREEMPT SMP
CPU:    0
EIP:    0060:[<53565755>]    Not tainted VLI
EFLAGS: 00010206
EIP is at 0x53565755
eax: c059c1a8   ebx: c059c1a8   ecx: c059c184   edx: 53565755
esi: c03aea50   edi: 00000000   ebp: c03ade80   esp: c16adf68
ds: 007b   es: 007b   ss: 0068
Process knodemgrd_0 (pid: 18, threadinfo=c16ac000 task=dfca2200)
Stack: c02e00e4 c059c184 c059c18c c059c0e0 dfbffac8 c034997d c059c12c 00000000
       c16adfa8 dfbffac0 c16adfa8 c1692398 c155c000 c03aefe6 c03aeea0 00000001
       c1692398 dfbffa80 f0000234 0000ffff c16adfc0 00000004 c16923b4 c1692398
Call Trace:
 [<c02e00e4>] kobject_cleanup+0x74/0x80
 [<c034997d>] bus_for_each_dev+0x8d/0xe0
 [<c03aefe6>] nodemgr_node_probe+0x46/0x100
 [<c03aeea0>] nodemgr_probe_ne_cb+0x0/0x90
 [<c03af376>] nodemgr_host_thread+0x126/0x170
 [<c03af250>] nodemgr_host_thread+0x0/0x170
 [<c010b2b5>] kernel_thread_helper+0x5/0x10

Code:  Bad EIP value.
 <6>usb 2-1: new full speed USB device using address 2
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: IOMEGA    Model: ZIP 100           Rev: 10bV
  Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sda: 196608 512-byte hdwr sectors (101 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
 sda: sda4
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
usb 2-2: new full speed USB device using address 3
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04B8 pid 0x0801
Reiserfs journal params: device hdb3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
reiserfs: checking transaction log (hdb3) for (hdb3)
journal-1153: found in header: first_unflushed_offset 6588, last_flushed_trans_id 1294
journal-1206: Starting replay from offset 6588, trans_id 1295
journal-1299: Setting newest_mount_id to 25
Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 200k freed
usb 3-2: new low speed USB device using address 2
drivers/usb/input/hid-ff.c: hid_ff_init could not find initializer
input: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:02.1-2
MCE: The hardware reports a non fatal, correctable incident occurred on CPU 0.
Bank 1: 9400400000000152
Adding 500464k swap on /dev/hdb2.  Priority:-1 extents:1
nvidia: no version magic, tainting kernel.
nvidia: module license 'NVIDIA' taints kernel.
Unable to handle kernel NULL pointer dereference at virtual address 00000000
 printing eip:
c02e204b
*pde = 00000000
Oops: 0000 [#2]
PREEMPT SMP
CPU:    0
EIP:    0060:[<c02e204b>]    Tainted: PF  VLI
EFLAGS: 00010207
EIP is at vsnprintf+0x3b/0x4c0
eax: e0cfce5f   ebx: 00000000   ecx: 00000000   edx: 1f3031a0
esi: e0cfce60   edi: e0d27b00   ebp: ffffffff   esp: df1dfe40
ds: 007b   es: 007b   ss: 0068
Process modprobe (pid: 2392, threadinfo=df1de000 task=df2032c0)
Stack: c0144ed1 00000bd5 1f3031a0 e0cfce60 00000000 00000000 df1dfe80 e0d27b00
       df1dff88 c02e254d 00000000 e0bae3d9 df1dfe80 e0cfce60 df1dff98 00000001
       c0139dc6 777a7ff2 c0629780 df1dfe8c df1dfe8c c15096fc 00000000 df1de000
Call Trace:
 [<c0144ed1>] do_generic_mapping_read+0x1c1/0x3d0
 [<c02e254d>] vsprintf+0xd/0x10
 [<e0bae3d9>] nv_printf+0x50/0x7c [nvidia]
 [<c0139dc6>] rcu_process_callbacks+0x146/0x190
 [<c012c314>] tasklet_action+0x64/0xc0
 [<c01485c6>] free_hot_cold_page+0x106/0x110
 [<c013ffa8>] load_module+0x848/0xa20
 [<e0baa37a>] nvos_probe_devices+0x27c/0x286 [nvidia]
 [<e0d4b077>] nvidia_init_module+0x77/0x1d9 [nvidia]
 [<c01402c0>] sys_init_module+0x140/0x220
 [<c049c5e7>] syscall_call+0x7/0xb

Code: 08 89 4c 24 10 0f 88 5d 04 00 00 8b 74 24 0c 8b 44 24 08 8d 6c 30 ff 89 f0 48 39 c5 73 0d 89 f2 f7 da bd ff ff ff ff 89 54 24 08 <80> 39 00 74 1e 8a 01 3c 25 74 4a 39 ee 77 06 88 06 8b 4c 24 10
 <6>eth0: link down
MCE: The hardware reports a non fatal, correctable incident occurred on CPU 0.
Bank 1: d400400000000152
MCE: The hardware reports a non fatal, correctable incident occurred on CPU 0.
Bank 2: d40040000000017a
MCE: The hardware reports a non fatal, correctable incident occurred on CPU 0.
Bank 1: d400400000000152
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0



of course, looking at this, I see part of the problem--eth0 SHOULD be the 8169 card, since that's where the cable is, and its the onboard. IS there any way to fix this? Especially since auto-negotiation failed on eth1 (I *may* not have that set to dhcp, but I think I do).

lsmod gives me this:
Code:

Module                  Size  Used by
nvidia               1703282  -


and ifconfig (not ifconfig -a) gives me this:
Code:
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          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)



lspci failed with a "no such program found" type message (how bad is this?).

So I guess I can try doing switching my cable to the other ethernet port, but I hope that doesn't massively confuse my winXP install (it has a low wis score ~8 i think, for you D&D players).

Thanks for any advice that you can offer.
_________________
We don't know what we are doing, but we are doing it very carefully, and hope that you are pleased with our unintelligent diligence" --Wherry (1995) pp. 1-2.
Back to top
View user's profile Send private message
bleakcabal
Guru
Guru


Joined: 10 Oct 2002
Posts: 301
Location: Montreal, Québec, Canada

PostPosted: Mon Mar 15, 2004 6:32 pm    Post subject: Reply with quote

My ethernet is working with a 2.4 kernel but when I update to a 2.6 kernel I get the same message :

failed to bring eth0 up
netmount was not started

???
Any ideas ?
Back to top
View user's profile Send private message
darksarin
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2003
Posts: 86

PostPosted: Mon Mar 15, 2004 7:11 pm    Post subject: oops Reply with quote

Now this is bizarre. The onboard 10/100/1000 (realtek 8169) chip is eth1, not eth0, but now that I have the cable plugged to the PCI ethcard, it works just fine. Still not sure about the nvidia problem, and I still haven't fixed some other problems, but I am getting there.

To bleakcabal, if you have a second ethernet port, try that.
_________________
We don't know what we are doing, but we are doing it very carefully, and hope that you are pleased with our unintelligent diligence" --Wherry (1995) pp. 1-2.
Back to top
View user's profile Send private message
Tiger
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2002
Posts: 77

PostPosted: Mon Mar 15, 2004 7:45 pm    Post subject: Reply with quote

Try this on eth1.
ifconfig eth1
If you get this eth1: error fetching interface information: Device not found you know the driver isn't getting loaded for some reason.

If the driver is getting loaded you simply need to add the NIC to conf.d/net with either the IP addy's or DHCP. You could also try net-setup eth1 and run through the questions.
_________________
Windows = a 32 bit extension to a 16 bit GUI on an 8 bit OS written for a 4 bit architecture by a 2 bit company who can't stand 1 bit of competition.
Back to top
View user's profile Send private message
darksarin
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2003
Posts: 86

PostPosted: Mon Mar 15, 2004 7:49 pm    Post subject: nah, not gonna mess with it Reply with quote

The whole thing is working at this time, so I'm not gonna touch it. I'll mess with it later.

As a point, I am STILL getting a garbled message from the nvidia module. Any help?

Also, the last time I booted, I couldn't access grub. When i cd'd to /boot and typed ls -l, I got nothing. It was claiming an empty directory, even though I have it set to mount /dev/hdb1 as /boot. Any suggestions (I have an error in my grub.conf that I keep needing to fix every time I boot).
_________________
We don't know what we are doing, but we are doing it very carefully, and hope that you are pleased with our unintelligent diligence" --Wherry (1995) pp. 1-2.
Back to top
View user's profile Send private message
Tiger
Tux's lil' helper
Tux's lil' helper


Joined: 25 Apr 2002
Posts: 77

PostPosted: Mon Mar 15, 2004 8:06 pm    Post subject: Reply with quote

In Gentoo the /boot partition isn't mounted at boot time. You need to mount /dev/hdb1 /boot to access it to get at grub.conf.
_________________
Windows = a 32 bit extension to a 16 bit GUI on an 8 bit OS written for a 4 bit architecture by a 2 bit company who can't stand 1 bit of competition.
Back to top
View user's profile Send private message
darksarin
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2003
Posts: 86

PostPosted: Mon Mar 15, 2004 11:12 pm    Post subject: hmmm Reply with quote

That's odd. Shouldn't mount everything in /etc/fstab? I have that in there, and in most distros, this is the default behavior. Does gentoo only mount the root partition, and others that are necessary?
_________________
We don't know what we are doing, but we are doing it very carefully, and hope that you are pleased with our unintelligent diligence" --Wherry (1995) pp. 1-2.
Back to top
View user's profile Send private message
slycordinator
Advocate
Advocate


Joined: 31 Jan 2004
Posts: 3065
Location: Korea

PostPosted: Mon Mar 15, 2004 11:31 pm    Post subject: Re: hmmm Reply with quote

darksarin wrote:
That's odd. Shouldn't mount everything in /etc/fstab? I have that in there, and in most distros, this is the default behavior. Does gentoo only mount the root partition, and others that are necessary?


Gentoo does just like all other Linux distros and mounts things based on the way it is set up in /etc/fstab. If you left /etc/fstab as it came by default then you will notice that in the line for /boot it is passed an option "noauto" which means "Do not automatically mount at bootup."

All you have to do (assuming you've set up /etc/fstab correctly) is call "mount /boot" at a prompt to mount your /boot partition. It is a security feature having /boot not mounted at startup. If /boot was always mounted it'd be easier for it's entries to get changed and make your system not bootable (like if a hacker issued "rm -rf /boot").

edit: Just to make sure I'm right on this please post the contents of /etc/fstab
Back to top
View user's profile Send private message
darksarin
Tux's lil' helper
Tux's lil' helper


Joined: 17 Sep 2003
Posts: 86

PostPosted: Tue Mar 16, 2004 2:27 am    Post subject: okay Reply with quote

you're right -- it says no auto.
_________________
We don't know what we are doing, but we are doing it very carefully, and hope that you are pleased with our unintelligent diligence" --Wherry (1995) pp. 1-2.
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