Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Network failed at boot[solved]
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Fri Aug 03, 2007 11:15 pm    Post subject: Network failed at boot[solved] Reply with quote

starting eth 0
dhcp
network interface eth0 does not exist
please verify hardware or kernel module cdriver
ERROR:cannot start netmount as net.eth0 could not start.

I recompiled the kernel to make sure that is had everything checked that was supposed to have checked: it did(by the handbook anyway). And I configured everything needed by the handbook exactly!

this is my ifconfig when chrooted into gentoo from knoppix:

Warning: cannot open /proc/net/dev (No such file or directory). Limited output.
Warning: cannot open /proc/net/dev (No such file or directory). Limited output.
eth0 Link encap:Ethernet HWaddr 00:11:2F:61:8E:9D
inet addr:192.168.0.131 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:23 Base address:0x4000

Warning: cannot open /proc/net/dev (No such file or directory). Limited output.
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1

this is my hostname:

# /etc/conf.d/hostname

# Set to the hostname of this machine
HOSTNAME="localhost"

this is my /etc/conf.d/net:

# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"

finally my host:

# /etc/hosts: Local Host Database
#
# This file describes a number of aliases-to-address mappings for the for
# local hosts that share this file.
#
# In the presence of the domain name service or NIS, this file may not be
# consulted at all; see /etc/host.conf for the resolution order.
#

# IPv4 and IPv6 localhost aliases
127.0.0.1 localhost.homenetwork localhost

#
# Imaginary network.
#10.0.0.2 myname
#10.0.0.3 myfriend
#
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>


Last edited by Gankfest on Sat Aug 04, 2007 11:36 am; edited 1 time in total
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Fri Aug 03, 2007 11:54 pm    Post subject: Reply with quote

If you built the driver as a module, you'll want to autoload it at boot by adding it to /etc/modules.autoload.d/kernel-2.6. The knoppix bit doesn't help, since it'll be using it's own kernel and drivers.
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 12:08 am    Post subject: Reply with quote

didymos wrote:
If you built the driver as a module, you'll want to autoload it at boot by adding it to /etc/modules.autoload.d/kernel-2.6. The knoppix bit doesn't help, since it'll be using it's own kernel and drivers.


its the ifconfig of gentoo not knoppix and I don't think I compiled the kernel drivers as modules, w/e the handbook says is how it is done. If I need to edit that file what is the exact syntax to get their and what do I need to put it for a (via rhine II fast ethernet adapter)
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Sat Aug 04, 2007 12:23 am    Post subject: Reply with quote

It's a chroot into gentoo from knoppix. Therefore, you're running a knoppix kernel and knoppix drivers. ifconfig is just a program that checks the interfaces. It's irrelevant that it's the "Gentoo" ifconfig.
If you don't remember how you built the driver, then check /usr/src/linux/.config
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 12:39 am    Post subject: Reply with quote

didymos wrote:
It's a chroot into gentoo from knoppix. Therefore, you're running a knoppix kernel and knoppix drivers. ifconfig is just a program that checks the interfaces. It's irrelevant that it's the "Gentoo" ifconfig.
If you don't remember how you built the driver, then check /usr/src/linux/.config


I do remember how I built the driver, if your talking about making the kernel the way the handbook says. Pretty much checking it instead of modulating it. I did /usr/src/linux/.config and it says:

Knoppix / # /usr/src/linux/.config
bash: /usr/src/linux/.config: Permission denied

so....
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Sat Aug 04, 2007 1:01 am    Post subject: Reply with quote

paradox6996 wrote:
didymos wrote:
It's a chroot into gentoo from knoppix. Therefore, you're running a knoppix kernel and knoppix drivers. ifconfig is just a program that checks the interfaces. It's irrelevant that it's the "Gentoo" ifconfig.
If you don't remember how you built the driver, then check /usr/src/linux/.config


I do remember how I built the driver, if your talking about making the kernel the way the handbook says. Pretty much checking it instead of modulating it. I did /usr/src/linux/.config and it says:

Knoppix / # /usr/src/linux/.config
bash: /usr/src/linux/.config: Permission denied

so....



Yeah, it's a text file, not a program. Open it with less or something like that.
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 1:08 am    Post subject: Reply with quote

didymos wrote:
paradox6996 wrote:
didymos wrote:
It's a chroot into gentoo from knoppix. Therefore, you're running a knoppix kernel and knoppix drivers. ifconfig is just a program that checks the interfaces. It's irrelevant that it's the "Gentoo" ifconfig.
If you don't remember how you built the driver, then check /usr/src/linux/.config


I do remember how I built the driver, if your talking about making the kernel the way the handbook says. Pretty much checking it instead of modulating it. I did /usr/src/linux/.config and it says:

Knoppix / # /usr/src/linux/.config
bash: /usr/src/linux/.config: Permission denied

so....



Yeah, it's a text file, not a program. Open it with less or something like that.


So what exactly am I looking for in this file! and if you need to see it how can I copy the whole file a paste it.
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 4:37 am    Post subject: Reply with quote

Wanted to add that I've recompiled the kernel 6-7 times and their is nothing wrong with the way I'm doing it. All of it is loaded in the kernel no modules. The only thing I can think of is I need another setting when I make the kernel that is not in handbook. If anyone knows how I can go about finding out which ones I need to get my internet up, please help. Thanx!

I have a Via chipset with an on board via Rhine II fast ethernet adapter
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Sat Aug 04, 2007 4:55 am    Post subject: Reply with quote

Code:

 <*>   VIA Rhine support


So you've got that set, but what did you set these to?:
Code:

 [ ]     Use MMIO instead of PIO
 [ ]     Use Rx Polling (NAPI)

_________________
Thomas S. Howard
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 4:59 am    Post subject: Reply with quote

didymos wrote:
Code:

 <*>   VIA Rhine support


So you've got that set, but what did you set these to?:
Code:

 [ ]     Use MMIO instead of PIO
 [ ]     Use Rx Polling (NAPI)


I was just looking for those, but I couldn't find them if you can tell me where I can find those I'll try that!
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Sat Aug 04, 2007 5:02 am    Post subject: Reply with quote

What kernel version is this? I'm using 2.6.21-gentoo-r4, and in menuconfig, they're right after "VIA Rhine support".
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
gsoe
Apprentice
Apprentice


Joined: 10 Dec 2006
Posts: 289
Location: Denmark

PostPosted: Sat Aug 04, 2007 5:13 am    Post subject: Reply with quote

You give very little information about what you have done. As the handbook does not know what network interface you use, we'll first check that you have the right driver. I assume you are not using genkernel.

Do the following
Code:
cd /usr/src/linux
make menuconfig
and then go to
Code:
Device drivers --->
     Network device support --->
          Ethernet (10 or 100Mbit) --->
               EISA, VLB, PCI and on board controllers

and check that. Then go down the list and check
Code:
VIA Rhine support

Recompile if you changed something.
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 5:38 am    Post subject: Reply with quote

gsoe wrote:
You give very little information about what you have done. As the handbook does not know what network interface you use, we'll first check that you have the right driver. I assume you are not using genkernel.

Do the following
Code:
cd /usr/src/linux
make menuconfig
and then go to
Code:
Device drivers --->
     Network device support --->
          Ethernet (10 or 100Mbit) --->
               EISA, VLB, PCI and on board controllers

and check that. Then go down the list and check
Code:
VIA Rhine support

Recompile if you changed something.


ok sorry about the info problem my first go at this, I found what you posted and recompiled I'll post if it works. Thanx!
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 5:45 am    Post subject: Reply with quote

Still doesn't work I compiled them into the kernel not as mods!
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
gsoe
Apprentice
Apprentice


Joined: 10 Dec 2006
Posts: 289
Location: Denmark

PostPosted: Sat Aug 04, 2007 5:59 am    Post subject: Reply with quote

I suppose you did remember to copy the new kernel to /boot and, if you have a seperate partition for /boot, that you did remember to mount it first.

Now, boot the machine and post the output of dmesg. You can save it in a file with the command
Code:
dmesg > filename
so you can get to it when you have network access.
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 6:14 am    Post subject: Reply with quote

gsoe wrote:
I suppose you did remember to copy the new kernel to /boot and, if you have a seperate partition for /boot, that you did remember to mount it first.

Now, boot the machine and post the output of dmesg. You can save it in a file with the command
Code:
dmesg > filename
so you can get to it when you have network access.


The /boot was mounted I saved the file but I don't know how to copy it to the forum from nano, unless it's page by page so some lines are probably duplicate sorry.

Linux version 2.6.21-gentoo-r4 (root@Knoppix) (gcc version 4.1.1 (Gentoo 4.1.1-r3)) #1 S$
BIOS-provided physical RAM map:
sanitize start
sanitize end
copy_e820_map() start: 0000000000000000 size: 000000000009f800 end: 000000000009f800 typ$
copy_e820_map() type is E820_RAM
copy_e820_map() start: 000000000009f800 size: 0000000000000800 end: 00000000000a0000 typ$
copy_e820_map() start: 00000000000f0000 size: 0000000000010000 end: 0000000000100000 typ$
copy_e820_map() start: 0000000000100000 size: 000000003fef0000 end: 000000003fff0000 typ$
copy_e820_map() type is E820_RAM
copy_e820_map() start: 000000003fff0000 size: 0000000000003000 end: 000000003fff3000 typ$
copy_e820_map() start: 000000003fff3000 size: 000000000000d000 end: 0000000040000000 typ$
copy_e820_map() start: 00000000fec00000 size: 0000000000001000 end: 00000000fec01000 typ$
copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 typ$
copy_e820_map() start: 00000000ffff0000 size: 0000000000010000 end: 0000000100000000 typ$
BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000f61c0
Entering add_active_range(0, 0, 262128) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 229376
HighMem 229376 -> 262128
early_node_map[1] active PFN ranges
0: 0 -> 262128
early_node_map[1] active PFN ranges
0: 0 -> 262128
On node 0 totalpages: 262128
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 1760 pages used for memmap
Normal zone: 223520 pages, LIFO batch:31
HighMem zone: 255 pages used for memmap
HighMem zone: 32497 pages, LIFO batch:7
DMI 2.4 present.
Using APIC driver default
ACPI: RSDP 000F7D80, 0014 (r0 HP-CPC)
ACPI: RSDT 3FFF3040, 002C (r1 HP-CPC AWRDACPI 42302E31 AWRD 0)
ACPI: FACP 3FFF30C0, 0074 (r1 HP-CPC AWRDACPI 42302E31 AWRD 0)
ACPI: DSDT 3FFF3180, 518F (r1 HP-CPC AWRDACPI 1000 MSFT 100000E)
ACPI: FACS 3FFF0000, 0040
ACPI: APIC 3FFF8380, 005A (r1 HP-CPC AWRDACPI 42302E31 AWRD 0)
ACPI: FACS 3FFF0000, 0040
ACPI: APIC 3FFF8380, 005A (r1 HP-CPC AWRDACPI 42302E31 AWRD 0)
ACPI: PM-Timer IO Port: 0x4008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:10 APIC version 16
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
Built 1 zonelists. Total pages: 260081
Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
Built 1 zonelists. Total pages: 260081
Kernel command line: root=/dev/hda3
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 2200.346 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1033244k/1048512k available (3137k kernel code, 14664k reserved, 1538k data, 276$
virtual kernel memory layout:
fixmap : 0xffe16000 - 0xfffff000 (1956 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
.init : 0xc0599000 - 0xc05de000 ( 276 kB)
.data : 0xc041068a - 0xc0590f10 (1538 kB)
.text : 0xc0100000 - 0xc041068a (3137 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 4405.08 BogoMIPS (lpj=8810168)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000$
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 000000$
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 18k freed
ACPI: Core revision 20070126
Parsing all Control Methods:
Table [DSDT](id 0001) - 690 Objects with 68 Devices 193 Methods 30 Regions
tbxface-0587 [02] tb_load_namespace : ACPI Tables successfully acquired
evxfevnt-0091 [02] enable : Transition to ACPI mode successful
CPU0: AMD Athlon(tm) XP 3200+ stepping 00
Total of 1 processors activated (4405.08 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
Brought up 1 CPUs
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf2650, last bus=1
PCI: Using configuration type 1
Setting up standard PCI resources
PCI: Using configuration type 1
Setting up standard PCI resources
evgpeblk-0952 [04] ev_create_gpe_block : GPE 00 to 0F [_GPE] 2 regs on int 0x9
evgpeblk-1049 [03] ev_initialize_gpe_bloc: Found 6 Wake, Enabled 1 Runtime GPEs in this $
Completing Region/Field/Buffer/Package initialization:..................................$
Initialized 30/30 Regions 23/23 Fields 22/22 Buffers 12/22 Packages (699 nodes)
Initializing Device/Processor/Thermal objects by executing _INI methods:..
Executed 2 _INI methods requiring 1 _STA executions (examined 72 objects)
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI: enabled onboard AC97/MC97 devices
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *5
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *5
ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 6 7 10 11 12)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [ALKA] (IRQs 20) *0
ACPI: PCI Interrupt Link [ALKB] (IRQs 21) *0
ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *0
ACPI: PCI Interrupt Link [ALKD] (IRQs 23) *0
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 13 devices
SCSI subsystem initialized
libata version 2.20 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
pnp: 00:00: iomem range 0xcf800-0xcffff has been reserved
pnp: 00:00: iomem range 0xf0000-0xf7fff could not be reserved
pnp: 00:00: iomem range 0xf8000-0xfbfff could not be reserved
pnp: 00:00: iomem range 0xfc000-0xfffff could not be reserved
pnp: 00:02: ioport range 0x4000-0x407f has been reserved
pnp: 00:02: ioport range 0x5000-0x500f has been reserved
ACPI: PCI Interrupt 0000:00:0b.0[A] -> GSI 19 (level, low) -> IRQ 16
Time: tsc clocksource has been installed.
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[16] MMIO=[e6000000-e60007ff] Max Packet=$
PCI: Bridge: 0000:00:01.0
IO window: disabled.
MEM window: e4000000-e5ffffff
PREFETCH window: d0000000-dfffffff
MEM window: e4000000-e5ffffff
PREFETCH window: d0000000-dfffffff
PCI: Setting latency timer of device 0000:00:01.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
Machine check exception polling timer started.
microcode: CPU0 not a capable Intel processor
IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
highmem bounce pool size: 64 pages
Total HugeTLB memory allocated, 0
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
PCI: Bypassing VIA 8237 APIC De-Assert Message
Real Time Clock Driver v1.12ac
Linux agpgart interface v0.102 (c) Dave Jones
Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
Hangcheck: Using get_cycles().
input: Power Button (FF) as /class/input/input0
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /class/input/input1
ACPI: Power Button (CM) [PWRB]
ACPI: Fan [FAN] (on)
ACPI: Unable to turn cooling device [c191ddec] 'on'
ACPI: Thermal Zone [THRM] (60 C)
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
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
loop: loaded (max 8 devices)
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
Copyright (c) 1999-2006 Intel Corporation.
e100: Intel(R) PRO/100 Network Driver, 3.5.17-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
netconsole: not configured, aborting
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Probing IDE interface ide0...
hda: ST3160021A, ATA DISK drive
Probing IDE interface ide1...
ieee1394: Host added: ID:BUS[0-00:1023] GUID[00e018000090e107]
Probing IDE interface ide1...
ieee1394: Host added: ID:BUS[0-00:1023] GUID[00e018000090e107]
hdd: JLMS XJ-HD166S, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 512KiB
hda: 312581808 sectors (160041 MB) w/2048KiB Cache, CHS=19457/255/63
hda: cache flushes supported
hda: hda1 hda2 hda3
hdd: ATAPI 48X DVD-ROM drive, 512kB Cache
Uniform CD-ROM driver Revision: 3.20
3ware Storage Controller device driver for Linux v1.26.02.002.
sata_via 0000:00:0f.0: version 2.1
ACPI: PCI Interrupt Link [ALKA] BIOS reported IRQ 0, using IRQ 20
ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
ACPI: PCI Interrupt 0000:00:0f.0[B] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 17
sata_via 0000:00:0f.0: routed to hard irq line 11
ata1: SATA max UDMA/133 cmd 0x00019400 ctl 0x00019802 bmdma 0x0001a400 irq 17
sata_via 0000:00:0f.0: routed to hard irq line 11
ata1: SATA max UDMA/133 cmd 0x00019400 ctl 0x00019802 bmdma 0x0001a400 irq 17
ata2: SATA max UDMA/133 cmd 0x00019c00 ctl 0x0001a002 bmdma 0x0001a408 irq 17
scsi0 : sata_via
ata1: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
ATA: abnormal status 0x7F on port 0x00019407
scsi1 : sata_via
ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
ATA: abnormal status 0x7F on port 0x00019c07
Fusion MPT base driver 3.04.04
Copyright (c) 1999-2007 LSI Logic Corporation
Fusion MPT SPI Host driver 3.04.04
ieee1394: raw1394: /dev/raw1394 device initialized
usbmon: debugfs is not available
ACPI: PCI Interrupt Link [ALKB] BIOS reported IRQ 0, using IRQ 21
ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
ACPI: PCI Interrupt 0000:00:10.4[C] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
ehci_hcd 0000:00:10.4: EHCI Host Controller
CPI: PCI Interrupt 0000:00:10.4[C] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
ehci_hcd 0000:00:10.4: EHCI Host Controller
ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:10.4: irq 18, io mem 0xe6001000
ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:10.0: irq 18, io base 0x0000b000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:10.1[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:10.1[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:10.1: irq 18, io base 0x0000b400
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:10.2[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:10.2: irq 18, io base 0x0000b800
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:10.3[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 18
uhci_hcd 0000:00:10.3: UHCI Host Controller
uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:10.3: UHCI Host Controller
uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:10.3: irq 18, io base 0x0000bc00
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 2-2: new full speed USB device using uhci_hcd and address 2
usb 2-2: configuration #1 chosen from 1 choice
usb 5-1: new full speed USB device using uhci_hcd and address 2
usb 5-1: configuration #1 chosen from 1 choice
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vi$
usbcore: registered new interface driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
scsi2 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 2
USB Mass Storage support registered.
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
HID device not claimed by input or hiddev
usbcore: registered new interface driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input2
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
Intel 810 + AC97 Audio, version 1.01, 23:27:11 Aug 2 2007
oprofile: using NMI interrupt.
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
NET: Registered protocol family 17
powernow-k8: Processor cpuid 6a0 not supported
Using IPI Shortcut mode
input: ImPS/2 Logitech Wheel Mouse as /class/input/input3
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 276k freed
ACPI: Unable to turn cooling device [c191ddec] 'on'
scsi 2:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
sd 2:0:0:0: [sda] Attached SCSI removable disk
sd 2:0:0:0: Attached scsi generic sg0 type 0
scsi 2:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
sd 2:0:0:1: [sdb] Attached SCSI removable disk
sd 2:0:0:1: Attached scsi generic sg1 type 0
scsi 2:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
sd 2:0:0:1: Attached scsi generic sg1 type 0
scsi 2:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
sd 2:0:0:2: [sdc] Attached SCSI removable disk
sd 2:0:0:2: Attached scsi generic sg2 type 0
scsi 2:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
sd 2:0:0:3: [sdd] Attached SCSI removable disk
sd 2:0:0:3: Attached scsi generic sg3 type 0
usb-storage: device scan complete
EXT3 FS on hda3, internal journal
Adding 2008116k swap on /dev/hda2. Priority:-1 extents:1 across:2008116k
ACPI: Unable to turn cooling device [c191ddec] 'on'
ACPI: Unable to turn cooling device [c191ddec] 'on'
ACPI: Unable to turn cooling device [c191ddec] 'on'
ACPI: Unable to turn cooling device [c191ddec] 'on'
ACPI: Unable to turn cooling device [c191ddec] 'on'
ACPI: Unable to turn cooling device [c191ddec] 'on'
ACPI: Unable to turn cooling device [c191ddec] 'on'
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>


Last edited by Gankfest on Sat Aug 04, 2007 6:34 am; edited 1 time in total
Back to top
View user's profile Send private message
gsoe
Apprentice
Apprentice


Joined: 10 Dec 2006
Posts: 289
Location: Denmark

PostPosted: Sat Aug 04, 2007 6:30 am    Post subject: Reply with quote

I don't know either. But if you boot your knoppix CD, you should have all sorts of graphical programs. By the way: You shouldn't use "localhost" as hostname, that might make some confusion, choose whatever else.

Have to leave now, i'll check later.
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 6:35 am    Post subject: Reply with quote

it's up their
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
gsoe
Apprentice
Apprentice


Joined: 10 Dec 2006
Posts: 289
Location: Denmark

PostPosted: Sat Aug 04, 2007 6:47 am    Post subject: Reply with quote

Quote:
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
Copyright (c) 1999-2006 Intel Corporation.
e100: Intel(R) PRO/100 Network Driver, 3.5.17-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
netconsole: not configured, aborting

Your kernel seems to only have the forcedeth and e100 NIC drivers. I guess that the new kernel with the VIA Rhine compiled in is not the one that is booted. You should check your /boot to be positive that the new kernel is there, and you should check /boot/grub/grub.conf to direct grub to boot the wanted kernel.
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 6:59 am    Post subject: Reply with quote

gsoe wrote:
Quote:
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
Copyright (c) 1999-2006 Intel Corporation.
e100: Intel(R) PRO/100 Network Driver, 3.5.17-k2-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.60.
netconsole: not configured, aborting

Your kernel seems to only have the forcedeth and e100 NIC drivers. I guess that the new kernel with the VIA Rhine compiled in is not the one that is booted. You should check your /boot to be positive that the new kernel is there, and you should check /boot/grub/grub.conf to direct grub to boot the wanted kernel.


how can i check if it is the kernel or not since they are the same. I checked the /usr/src/linux/.config file and it is in their so maybe I messed up when I did cp /arch/i386---->. I'll try to do that again and see what happens.
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
gsoe
Apprentice
Apprentice


Joined: 10 Dec 2006
Posts: 289
Location: Denmark

PostPosted: Sat Aug 04, 2007 7:21 am    Post subject: Reply with quote

Ok, here's a trick:

When you are compiling your kernel i suppose you do
Code:
make && make modules_install
like the handbook suggests.

Try this one instead:
Code:
mount /boot
cd /usr/src/linux
make && make modules && make modules_install && make install


That will install your new kernel in boot and make a symlink "vmlinuz" pointing to it. It will also append ".old" to your old kernel and make a symlink "vmlinuz.old" pointing to that. Now edit your /boot/grub/grub.conf so the kernel line points to "vmlinuz":
Code:
kernel /vmlinuz root=/dev/someting
Now everytime you compile a new kernel, grub will automatically boot that. You can also make a duplicate entry in grub pointing to "vmlinuz.old"
Code:
title  Gentoo Linux old
root (hd0,0)
kernel /vmlinuz.old root=/dev/something
so you can boot that directly from the grub menu, if something goes wrong with the new kernel.
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 7:36 am    Post subject: Reply with quote

ok doing it now wanted to make sure this isn't a problem after I make the kernel

Warning: you may need to install module-init-tools
See http://www.codemonkey.org.uk/docs/post-halloween-2.6.txt
grep: /dev/null: Permission denied
/bin/sh: /dev/null: Permission denied
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map ; fi
/bin/sh: /dev/null: Permission denied
/bin/sh: /dev/null: Permission denied
WARNING: Couldn't open directory /lib/modules/2.6.12: No such file or directory
FATAL: Could not open /lib/modules/2.6.12/modules.dep.temp for writing: No such file or directory
make: *** [_modinst_post] Error 1
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 7:46 am    Post subject: Reply with quote

my gub.conf I did what you said and got an error 15:

default 0

timeout 30

splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux 2.6.21-r4
root (hd0,0)
kernel /vmlinuz root=/dev/hda3

title=Gentoo Linux 2.6.21-r4 (rescue)
root (hd0,0)
kernel /vmlinuz root=/dev/hda3 init=/bin/bb
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
Back to top
View user's profile Send private message
gsoe
Apprentice
Apprentice


Joined: 10 Dec 2006
Posts: 289
Location: Denmark

PostPosted: Sat Aug 04, 2007 7:52 am    Post subject: Reply with quote

Yes, the new kernel isn't installed. Try
Code:
cd /usr/src/linux
make && make install
Does that give an error? What's in your /boot afterwards?
Code:
ls -l /boot
Do you see something like
Code:
lrwxrwxrwx 1 root root      24 12 jul 22:00 vmlinuz -> vmlinuz-2.6.21-gentoo-r4
Back to top
View user's profile Send private message
Gankfest
l33t
l33t


Joined: 01 Aug 2007
Posts: 946
Location: Miami Beach, FL

PostPosted: Sat Aug 04, 2007 8:03 am    Post subject: Reply with quote

gsoe wrote:
Yes, the new kernel isn't installed. Try
Code:
cd /usr/src/linux
make && make install
Does that give an error? What's in your /boot afterwards?
Code:
ls -l /boot
Do you see something like
Code:
lrwxrwxrwx 1 root root      24 12 jul 22:00 vmlinuz -> vmlinuz-2.6.21-gentoo-r4


error when i do make && make install and no vmlinuz is not in the /boot dir

sh /usr/src/linux-2.6.21-gentoo-r4/arch/i386/boot/install.sh arch/i386/boot/bzImage System.map "/boot"

*** Missing file: /boot
*** You need to run "make" before "make install".

make[1]: *** [install] Error 1
make: *** [install] Error 2

says that, but I'm 99.9% sure that /boot is mounted

/dev/root on / type ext2 (rw)
/ramdisk on /ramdisk type tmpfs (rw,size=813028k)
/UNIONFS on /UNIONFS type unionfs (rw,dirs=/ramdisk=rw:/KNOPPIX=ro:/KNOPPIX2=ro)
/dev/hdd on /cdrom type iso9660 (ro)
/dev/cloop on /KNOPPIX type iso9660 (ro)
/dev/cloop2 on /KNOPPIX2 type iso9660 (ro)
/UNIONFS/dev/pts on /UNIONFS/dev/pts type devpts (rw)
/proc/bus/usb on /proc/bus/usb type usbfs (rw,devmode=0666)
automount(pid2262) on /mnt/auto type autofs (rw,fd=4,pgrp=2262,minproto=2,maxproto=4)
/UNIONFS/dev/hda1 on /UNIONFS/boot type ext2 (rw)
/UNIONFS/dev/hda3 on /mnt/hda3 type ext3 (rw,nosuid,nodev)

sorry
_________________
Gankfest™ (>")> ~*

Everyone has to start somewhere, it depends on where you end up that counts! (>")>
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
Goto page 1, 2  Next
Page 1 of 2

 
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