hi,
It's been a few weeks since I posted about IRQ problem.
I finally managed to assign proper IRQs to PCI devices.
Sorry I didn't respond to a Peter's question & suggestion.
On Mon Apr 16 19:22:36 CEST 2007 Peter Stuge wrote:
Are you able to boot the system into Linux with the factory BIOS?
No, TeleVideo TC7020 is a WinCE terminal that boots a remote desktop
application straight away (no other apps allowed). As far as I searched
in the factory BIOS it does not have $PIR signature. So I guessed getpir
wouldn't help.
Instead, I fed the factory BIOS to bochs, and waited for outp/inp operation
on PCI config registers. Thanks to folks from #openbios last weekend
helping me, eventually I found a writing operation on 0x5c 0x5d of CS5530
PCI config register, which is IRQ sterring registers.
I put these lines in mainboard.c
device_t pdev;
//CS5530A
pdev = dev_find_slot(0, (0x12 << 3) + 0);
pci_write_config8(pdev, 0x5c, 0xab);
pci_write_config8(pdev, 0x5d, 0x09);
pci_assign_irqs(0, 0x13, usb_irq);
pci_assign_irqs(0, 0x15, nic_irq);
I couldn't find a code in LinuxBIOSv2 that does the same thing
Where should I put these lines if such code does not exist, and
mainboard.c is not a right place? I've read other GeodeGx1 mobo's
code that features GeodeGX1 and CS5530 but I couldn't figure out.
I will submit a patch upon fixing above.
Sometime ago Uwe Hermann wrote:
Can you provide some more information on what works and what doesn't?
works: IDE, USB, NIC
doesn't work: VGA, Sound , Reset(rebooting hangs the machine)
Any pitfalls or things one should know? Which payload are you booting?
The payload is etherboot, and then eb boots filo, filo boots Linux from CF.
It should be straightforward to boot the box with LB, I don't see any pit
falls.
What I will do next is to get VGA and sound. but I'm not sure if BIOS ROM
(256kbytes) has a enough room for it. In the mean time, I'm writing a HOW-TO.
thanks,
Kenji Noguchi
LinuxBIOS-2.0.0.0Normal 2007?? 5·E 4ÆE¶âÍËÆE21:41:48 PDT starting...
Setting up default parameters for memory
Sizing memory
Probing for DIMM0
Found DIMM0
Page Size: 00002000
Component Banks: 4
Module Banks: 1
DIMM size: 08000000
Probing for DIMM1
Found DIMM1
Page Size: 00001000
Component Banks: 4
Module Banks: 1
DIMM size: 04000000
MC_BANK_CFG = 14201530
Copying LinuxBIOS to RAM.
Jumping to LinuxBIOS.
LinuxBIOS-2.0.0.0Normal 2007?? 5·E 4ÆE¶âÍËÆE21:41:48 PDT booting...
end 4f922d0f, start 0
32-bit delta 449
calibrate_tsc 32-bit result is 449
clocks_per_usec: 449
Enumerating buses...
scan_static_bus for Root Device
northbridge.c:enable_dev()
DEVICE_PATH_PCI_DOMAIN
Finding PCI configuration type.
PCI: Using configuration type 1
PCI_DOMAIN: 0000 enabled
PCI_DOMAIN: 0000 scanning...
PCI: pci_scan_bus for bus 00
northbridge.c:enable_dev()
device path type 2
PCI: 00:00.0 [1078/0001] ops
PCI: 00:00.0 [1078/0001] enabled
PCI: devfn 0x8, bad id 0xffffffff
PCI: devfn 0x10, bad id 0xffffffff
PCI: devfn 0x18, bad id 0xffffffff
PCI: devfn 0x20, bad id 0xffffffff
PCI: devfn 0x28, bad id 0xffffffff
PCI: devfn 0x30, bad id 0xffffffff
PCI: devfn 0x38, bad id 0xffffffff
PCI: devfn 0x40, bad id 0xffffffff
PCI: devfn 0x48, bad id 0xffffffff
PCI: devfn 0x50, bad id 0xffffffff
PCI: devfn 0x58, bad id 0xffffffff
PCI: devfn 0x60, bad id 0xffffffff
PCI: devfn 0x68, bad id 0xffffffff
PCI: devfn 0x70, bad id 0xffffffff
PCI: devfn 0x78, bad id 0xffffffff
PCI: devfn 0x80, bad id 0xffffffff
PCI: devfn 0x88, bad id 0xffffffff
PCI: 00:12.0 [1078/0100] bus ops
southbridge_enable: dev is 0000df00
PCI: 00:12.0 [1078/0100] enabled
malloc Enter, size 668, free_mem_ptr 00016000
malloc 0x00016000
PCI: 00:12.1 [1078/0101] enabled
malloc Enter, size 668, free_mem_ptr 0001629c
malloc 0x0001629c
PCI: 00:12.2 [1078/0102] ops
cs5530_ide: ide_enable
PCI: 00:12.2 [1078/0102] enabled
malloc Enter, size 668, free_mem_ptr 00016538
malloc 0x00016538
PCI: 00:12.3 [1078/0103] enabled
malloc Enter, size 668, free_mem_ptr 000167d4
malloc 0x000167d4
PCI: 00:12.4 [1078/0104] enabled
PCI: devfn 0x95, bad id 0xffffffff
PCI: devfn 0x96, bad id 0xffffffff
PCI: devfn 0x97, bad id 0xffffffff
malloc Enter, size 668, free_mem_ptr 00016a70
malloc 0x00016a70
PCI: 00:13.0 [0e11/a0f8] enabled
PCI: devfn 0xa0, bad id 0xffffffff
malloc Enter, size 668, free_mem_ptr 00016d0c
malloc 0x00016d0c
PCI: 00:15.0 [100b/0020] enabled
PCI: devfn 0xb0, bad id 0xffffffff
PCI: devfn 0xb8, bad id 0xffffffff
PCI: devfn 0xc0, bad id 0xffffffff
PCI: devfn 0xc8, bad id 0xffffffff
PCI: devfn 0xd0, bad id 0xffffffff
PCI: devfn 0xd8, bad id 0xffffffff
PCI: devfn 0xe0, bad id 0xffffffff
PCI: devfn 0xe8, bad id 0xffffffff
PCI: devfn 0xf0, bad id 0xffffffff
PCI: devfn 0xf8, bad id 0xffffffff
scan_static_bus for PCI: 00:12.0
PNP: 002e.0 enabled
PNP: 002e.1 enabled
PNP: 002e.2 enabled
PNP: 002e.3 disabled
PNP: 002e.4 enabled
PNP: 002e.5 enabled
PNP: 002e.6 enabled
PNP: 002e.7 enabled
PNP: 002e.8 enabled
PCI: 00:12.1 enabled
PCI: 00:12.2 enabled
PCI: 00:12.3 enabled
PCI: 00:12.4 enabled
PCI: 00:13.0 enabled
PCI: 00:15.0 enabled
scan_static_bus for PCI: 00:12.0 done
PCI: pci_scan_bus returning with max=000
scan_static_bus for Root Device done
done
Allocating resources...
Reading resources...
Root Device compute_allocate_io: base: 00000400 size: 00000000 align: 0 gran: 0
Root Device read_resources bus 0 link: 0
northbridge.c:pci_domain_read_resources()
PCI_DOMAIN: 0000 read_resources bus 0 link: 0
PCI_DOMAIN: 0000 read_resources bus 0 link: 0 done
Root Device read_resources bus 0 link: 0 done
PCI: 00:15.0 10 * [0x00000400 - 0x000004ff] io
PCI: 00:12.2 20 * [0x00000800 - 0x0000087f] io
Root Device compute_allocate_io: base: 00000880 size: 00000480 align: 8 gran: 0
done
Root Device compute_allocate_mem: base: 00000000 size: 00000000 align: 0 gran: 0
Root Device read_resources bus 0 link: 0
Root Device read_resources bus 0 link: 0 done
PCI: 00:15.0 30 * [0x00000000 - 0x0000ffff] mem
PCI: 00:12.4 10 * [0x00010000 - 0x00010fff] mem
PCI: 00:13.0 10 * [0x00011000 - 0x00011fff] mem
PCI: 00:15.0 14 * [0x00012000 - 0x00012fff] mem
PCI: 00:12.1 10 * [0x00013000 - 0x000130ff] mem
PCI: 00:12.3 10 * [0x00014000 - 0x0001407f] mem
Root Device compute_allocate_mem: base: 00014080 size: 00014080 align: 16 gran:
0 done
Done reading resources.
Setting resources...
Root Device compute_allocate_io: base: 00001000 size: 00000480 align: 8 gran: 0
Root Device read_resources bus 0 link: 0
Root Device read_resources bus 0 link: 0 done
PCI: 00:15.0 10 * [0x00001000 - 0x000010ff] io
PCI: 00:12.2 20 * [0x00001400 - 0x0000147f] io
Root Device compute_allocate_io: base: 00001480 size: 00000480 align: 8 gran: 0
done
Root Device compute_allocate_mem: base: febe0000 size: 00014080 align: 16 gran: 0
Root Device read_resources bus 0 link: 0
Root Device read_resources bus 0 link: 0 done
PCI: 00:15.0 30 * [0xfebe0000 - 0xfebeffff] mem
PCI: 00:12.4 10 * [0xfebf0000 - 0xfebf0fff] mem
PCI: 00:13.0 10 * [0xfebf1000 - 0xfebf1fff] mem
PCI: 00:15.0 14 * [0xfebf2000 - 0xfebf2fff] mem
PCI: 00:12.1 10 * [0xfebf3000 - 0xfebf30ff] mem
PCI: 00:12.3 10 * [0xfebf4000 - 0xfebf407f] mem
Root Device compute_allocate_mem: base: febf4080 size: 00014080 align: 16 gran:
0 done
Root Device assign_resources, bus 0 link: 0
BC_DRAM_TOP = 0x0bbfffff
MC_GBASE_ADD = 0x00000178
I would set ram size to 188 Mbytes
PCI_DOMAIN: 0000 assign_resources, bus 0 link: 0
PCI: 00:12.1 10 <- [0x00febf3000 - 0x00febf30ff] mem
PCI: 00:12.2 20 <- [0x0000001400 - 0x000000147f] io
PCI: 00:12.3 10 <- [0x00febf4000 - 0x00febf407f] mem
PCI: 00:12.4 10 <- [0x00febf0000 - 0x00febf0fff] mem
PCI: 00:13.0 10 <- [0x00febf1000 - 0x00febf1fff] mem
PCI: 00:15.0 10 <- [0x0000001000 - 0x00000010ff] io
PCI: 00:15.0 14 <- [0x00febf2000 - 0x00febf2fff] mem
PCI: 00:15.0 30 <- [0x00febe0000 - 0x00febeffff] romem
PCI_DOMAIN: 0000 assign_resources, bus 0 link: 0
Root Device assign_resources, bus 0 link: 0
Done setting resources.
Done allocating resources.
Enabling resources...
PCI: 00:00.0 cmd <- 147
cs5530.c: cs5530_pci_dev_enable_resources()
PCI: 00:12.0 cmd <- 14f
PCI: 00:12.1 missing enable_resources
PCI: 00:12.2 missing enable_resources
PCI: 00:12.3 missing enable_resources
PCI: 00:12.4 missing enable_resources
PCI: 00:13.0 missing enable_resources
PCI: 00:15.0 missing enable_resources
PCI: 00:12.1 cmd <- 142
PCI: 00:12.2 cmd <- 141
PCI: 00:12.3 cmd <- 142
PCI: 00:12.4 cmd <- 142
PCI: 00:13.0 cmd <- 142
PCI: 00:15.0 cmd <- 143
done.
Initializing devices...
Root Device init
TeleVideo TC7020 ENTER init
pci_routing_fixup: dev is 0000d720
Assigning IRQ 11 to 0:13.0
Readback = 11
pci_level_irq: current ints are 0x0
pci_level_irq: try to set ints 0x800
Could not find bus 0, slot 19, func 1
Could not find bus 0, slot 19, func 2
Could not find bus 0, slot 19, func 3
Could not find bus 0, slot 19, func 4
Could not find bus 0, slot 19, func 5
Could not find bus 0, slot 19, func 6
Could not find bus 0, slot 19, func 7
Assigning IRQ 10 to 0:15.0
Readback = 10
pci_level_irq: current ints are 0x800
pci_level_irq: try to set ints 0xc00
Could not find bus 0, slot 21, func 1
Could not find bus 0, slot 21, func 2
Could not find bus 0, slot 21, func 3
Could not find bus 0, slot 21, func 4
Could not find bus 0, slot 21, func 5
Could not find bus 0, slot 21, func 6
Could not find bus 0, slot 21, func 7
TeleVideo TC7020 EXIT init
PCI: 00:00.0 init
northbridge: northbridge_init()
Calling enable_cache()
PCI: 00:12.0 init
cs5530: southbridge_init
PNP: 002e.0 init
PNP: 002e.1 init
PNP: 002e.2 init
PNP: 002e.4 init
PNP: 002e.5 init
PNP: 002e.6 init
PNP: 002e.7 init
PNP: 002e.8 init
PCI: 00:12.1 init
PCI: 00:12.2 init
cs5530_ide: ide_init
PCI: 00:12.3 init
PCI: 00:12.4 init
PCI: 00:13.0 init
PCI: 00:15.0 init
Devices initialized
Copying IRQ routing tables to 0xf0000...done.
Verifing copy of IRQ routing tables at 0xf0000...done
Checking IRQ routing table consistency...
check_pirq_routing_table() - irq_routing_table located at: 0x000f0000
done.
Moving GDT to 0x500...ok
Adjust low_table_end from 0x00000530 to 0x00001000
Adjust rom_table_end from 0x000f0400 to 0x00100000
Wrote linuxbios table at: 00000530 - 000006d0 checksum a861
Welcome to elfboot, the open sourced starter.
January 2002, Eric Biederman.
Version 1.3
rom_stream: 0xfffc0000 - 0xfffcffff
Found ELF candidate at offset 0
header_offset is 0
Try to load at offset 0x0
n_type: 00000001 n_name(8): ELFBoot n_desc(10): Etherboot
n_type: 00000002 n_name(8): ELFBoot n_desc(6): 5.4.3
Loading Etherboot version: 5.4.3
Dropping non PT_LOAD segment
malloc Enter, size 32, free_mem_ptr 00016fa8
malloc 0x00016fa8
New segment addr 0x10000 size 0xad30 offset 0x0 filesize 0x6460
(cleaned up) New segment addr 0x10000 size 0xad30 offset 0x0 filesize 0x6460
lb: [0x0000000000004000, 0x000000000001a000)
segment: [0x0000000000010000, 0x0000000000016460, 0x000000000001ad30)
malloc Enter, size 32, free_mem_ptr 00016fc8
malloc 0x00016fc8
late: [0x000000000001a000, 0x000000000001a000, 0x000000000001ad30)
bounce: [0x000000000bbe0000, 0x000000000bbe6460, 0x000000000bbea000)
Loading Segment: addr: 0x000000000bbe0000 memsz: 0x000000000000a000 filesz:
0x0000000000006460
[ 0x000000000bbe0000, 000000000bbe6460, 0x000000000bbea000) <- 0000000000000000
Clearing Segment: addr: 0x000000000bbe6460 memsz: 0x0000000000003ba0
Loading Segment: addr: 0x000000000001a000 memsz: 0x0000000000000d30 filesz:
0x0000000000000000
[ 0x000000000001a000, 000000000001a000, 0x000000000001ad30) <- 0000000000006460
Clearing Segment: addr: 0x000000000001a000 memsz: 0x0000000000000d30
Loaded segments
verified segments
closed down stream
Jumping to boot code at 0x100b0
entry = 0x000100b0
lb_start = 0x00004000
lb_size = 0x00016000
adjust = 0x0bbe6000
buffer = 0x0bbd4000
elf_boot_notes = 0x00010be0
adjusted_boot_notes = 0x0bbf6be0
CPU 299 Mhz
Etherboot 5.4.3 (GPL) http://etherboot.org
Drivers: NATSEMI Images: ELF
Protocols: DHCP TFTP
Relocating _text from: [000100e0,0001ad30) to [0baf53b0,0bb00000)
Boot from (N)etwork or (Q)uit? N
Probing pci nic...
[dp83815]
natsemi_probe: MAC addr 00:50:F6:22:5B:09 at ioaddr 0X1000
natsemi_probe: Vendor:0X100B Device:0X0020
dp83815: Transceiver default autoneg. enabled, advertise 100 full duplex.
dp83815: Transceiver status 7869 advertising 05E1
dp83815: Setting full-duplex based on negotiated link capability.
Searching for server (DHCP).....
Me: 192.54.239.102, DHCP: 192.54.239.106, TFTP: 192.54.239.106, Gateway
192.54.239.99
Loading 192.54.239.106:filo.elf ...(ELF)...
Loading FILO version: 0.5 ([EMAIL PROTECTED]) Wed Apr 11 19:15:13 PDT 2007
........................................................done
dp83815: Setting full-duplex based on negotiated link capability.
FILO version 0.5 ([EMAIL PROTECTED]) Wed Apr 11 19:15:13 PDT 2007
menu: hda3:/boot/filo/menu.lst
hda: LBA 2040MB: TOSHIBA THNCF2G04PG
Partition 3 does not exist
Press any key to continue.
FILO 0.5
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename.]
grub> kernel (hd0,0)/boot/vmlinuz root=/dev/hda1 console=ttyS0,115200
grub> initrd (hd0,0)/boot/initrd.img
grub> boot
Booting 'hda1:/boot/vmlinuz root=/dev/hda1 console=ttyS0,115200 initrd=hda1:/bo
ot/initrd.img'
Mounted ext2fs
Found Linux version 2.6.18-4-486 ([EMAIL PROTECTED]) #1 Mon Mar 26 16:39:10 UTC
2007 bzImage.
Loading kernel... ok
Loading initrd... ok
Jumping to entry point...
Linux version 2.6.18-4-486 (Debian 2.6.18.dfsg.1-12) ([EMAIL PROTECTED]) (gcc
version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 Mon Mar 26 16:39:10
UTC 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000001000 - 00000000000a0000 (usable)
BIOS-e820: 0000000000100000 - 000000000bc00000 (usable)
188MB LOWMEM available.
DMI not present or invalid.
ACPI: Unable to locate RSDP
Allocating PCI resources starting at 10000000 (gap: 0bc00000:f4400000)
Detected 295.188 MHz processor.
Built 1 zonelists. Total pages: 48128
Kernel command line: root=/dev/hda1 console=ttyS0,115200
No local APIC present or hardware disabled
Initializing CPU#0
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 183228k/192512k available (1502k kernel code, 8756k reserved, 601k
data, 256k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 591.41 BogoMIPS (lpj=1182839)
Security Framework v1.0.0 initialized
SELinux: Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
Working around Cyrix MediaGX virtual DMA bugs.
Enable Memory-Write-back mode on Cyrix/NSC processor.
Enable Memory access reorder on Cyrix/NSC processor.
Enable Incrementor on Cyrix/NSC processor.
Compat vDSO mapped to ffffe000.
CPU: NSC Geode(TM) Integrated Processor by National Semi stepping 01
Checking 'hlt' instruction... OK.
checking if image is initramfs... it is
Freeing initrd memory: 4243k freed
NET: Registered protocol family 16
EISA bus registered
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI: disabled
PnPBIOS: Scanning system for PnP BIOS support...
PnPBIOS: PnP BIOS support was not detected.
PCI: Probing PCI hardware
PCI: Using IRQ router default [1078/0100] at 0000:00:12.0
PCI: Ignore bogus resource 6 [0:0] of 0000:00:12.4
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (established 8192 bind 4096)
TCP reno registered
audit: initializing netlink socket (disabled)
audit(1178454263.004:1): initialized
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
PCI: Fixup for MediaGX/Geode Slave Disconnect Boundary (0x41=0x10)
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
EISA: Probing bus 0 at eisa.0
Cannot allocate resource for EISA slot 1
EISA: Detected 0 cards.
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI Shortcut mode
Time: tsc clocksource has been installed.
Freeing unused kernel memory: 256k freed
Loading, please wait...
Begin: Loading essential drivers... ...
Done.
Begin: Running /scripts/init-premount ...
FATAL: Error inserting fan
(/lib/modules/2.6.18-4-486/kernel/drivers/acpi/fan.ko): No such device
FATAL: Error inserting thermal
(/lib/modules/2.6.18-4-486/kernel/drivers/acpi/thermal.ko): No such device
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
CS5530: IDE controller at PCI slot 0000:00:12.2
CS5530: chipset revision 0
CS5530: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x1400-0x1407, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0x1408-0x140f, BIOS settings: hdc:pio, hdd:pio
usbcore: registered new driver usbfs
usbcore: registered new driver hub
natsemi dp8381x driver, version 2.0, June 27, 2006
originally by Donald Becker <[EMAIL PROTECTED]>
http://www.scyld.com/network/natsemi.html
2.4.x kernel port by Jeff Garzik, Tjeerd Mulder
hda: TOSHIBA THNCF2G04PG, CFA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
natsemi eth0: NatSemi DP8381[56] at 0xfebf2000 (0000:00:15.0),
00:50:f6:22:5b:09, IRQ 10, port TP.
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1
ohci_hcd 0000:00:13.0: irq 11, io mem 0xfebf1000
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
hda: max request size: 128KiB
hda: 3985632 sectors (2040 MB) w/2KiB Cache, CHS=3954/16/63
hda: hda1
usb 1-2: new full speed USB device using ohci_hcd and address 2
Done.
Begin: Mounting root file system... ...
Begin: Running /scripts/local-top ...
usb 1-2: configuration #1 chosen from 1 choice
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
Done.
Begin: Running /scripts/local-premount ...
Done.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
INIT: version 2.86 booting
Starting the hotplug events dispatcher: udevd.
Synthesizing the initial hotplug events... Vendor: DVDRW Model: USB1108
Rev: B030
Type: CD-ROM ANSI SCSI revision: 00
done.
Waiting for /dev to be fully populated...Cyrix Kahlua VSA1 XpressAudio support
(c) Copyright 2003 Red Hat Inc
input: PC Speaker as /class/input/input0
sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 0:0:0:0: Attached scsi generic sg0 type 5
done.
Setting parameters of disc: (none).
Activating swap...done.
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS on hda1, internal journal
Setting the system clock..
Cleaning up ifupdown....
Loading kernel modules...done.
Loading device-mapper supportdevice-mapper: ioctl: 4.7.0-ioctl (2006-06-24)
initialised: [EMAIL PROTECTED]
.
Checking file systems...fsck 1.40-WIP (14-Nov-2006)
done.
Setting kernel variables...done.
Mounting local filesystems...done.
Activating swapfile swap...done.
Setting up networking....
Configuring network interfaces...Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
eth0: DSPCFG accepted after 0 usec.
eth0: link up.
eth0: Setting full-duplex based on negotiated link capability.
Listening on LPF/eth0/00:50:f6:22:5b:09
Sending on LPF/eth0/00:50:f6:22:5b:09
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPOFFER from 192.54.239.106
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.54.239.106
bound to 192.54.239.102 -- renewal in 16334 seconds.
done.
INIT: Entering runlevel: 2
Starting system log daemon: syslogd.
Starting kernel log daemon: klogd.
* Not starting internet superserver: no services enabled.
Starting OpenBSD Secure Shell server: sshdNET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
.
Starting periodic command scheduler: crond.
Debian GNU/Linux 4.0 tv ttyS0
tv login:--
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios