News: This forum is now permanently frozen.
Pages: [1]
Topic: Nokia IP265  (Read 1316 times)
« on: January 30, 2014, 08:39:54 »
Canus Lupus *
Posts: 4

Hi to all,

I was wondering if somebody fixed the problem of booting newer Version of m0n0wall then 1.236 (overlooking
the fact that this version only boots fully when you hit Enter on the console...)?

All new version boot (without hitting Enter) but end up in a trap 9 error. For me it looks like an driver problem
when i compare the boot log of 1.236, 1.34 and the original IPOS.

Here are the copies of the corresponding parts from the log files:

1,236

Code:
isa0: <ISA bus> on isab0
atapci0: <Intel ICH2 ATA100 controller> port 0x2000-0x200f at device 31.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: <unknown card> (vendor=0x8086, dev=0x2443) at 31.3 irq 9
orm0: <Option ROM> at iomem 0xe0000-0xeffff on isa0
pmtimer0 on isa0
fdc0: cannot reserve interrupt line
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0

1.34

Code:
isa0: <ISA bus> on isab0
atapci0: <Intel ICH2 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x2000-0x200f at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)


Fatal trap 9: general protection fault while in kernel mode
instruction pointer= 0x70:0x72bb
stack pointer        = 0x28:0xfd0
frame pointer        = 0x28:0x401
code segment= base 0xc00f0000, limit 0xffff, type 0x1b
= DPL 0, pres 1, def32 0, gran 0
processor eflags= interrupt enabled, resume, IOPL = 0
current process= 0 (swapper)
trap number= 9
panic: general protection fault
Uptime: 1s
Automatic reboot in 15 seconds - press a key on the console to abort


in the older version m0n0wall is recognizing pci0:31:3 as unknown card and continue booting but in the new versions
m0n0wall is then recognizing pci:31:3 as serial bus, SMBus (which is also correct) and crash directly after it.

Here the part of the boot log from the original IPOS:

Code:
pciich4 <Intel ICH SMBUS> rev 5 on pci0:31:3
Configuring SMBus on Baja


When somebody has solved this or has an idea how to fix it i will be very happy over an answer.

Thank you all already in advance
« Last Edit: February 03, 2014, 11:38:46 by Canus Lupus »
« Reply #1 on: January 30, 2014, 21:10:51 »
Canus Lupus *
Posts: 4

I had some time to test also 1.8.1 and the error message looks slightly different

Code:
isa0: <ISA bus> on isab0
atapci0: <Intel ICH2 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x2000-0x200f at device 31.1 on pci0
ata0: <ATA channel> at channel 0 on atapci0
ata0: [ITHREAD]
ata1: <ATA channel> at channel 1 on atapci0
ata1: [ITHREAD]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
cpu0 on motherboard


Fatal trap 9: general protection fault while in kernel mode
cpuid = 0; apic id = 00
instruction pointer= 0x70:0x72bb
stack pointer        = 0x28:0xfd0
frame pointer        = 0x28:0xfb5
code segment= base 0xc00f0000, limit 0xffff, type 0x1b
= DPL 0, pres 1, def32 0, gran 0
processor eflags= interrupt enabled, resume, IOPL = 0
current process= 0 (swapper)
trap number= 9
panic: general protection fault
cpuid = 0
Uptime: 1s
Automatic reboot in 15 seconds - press a key on the console to abort
« Reply #2 on: February 06, 2014, 00:02:21 »
brushedmoss ****
Posts: 446

 the drivers for the system management bus aren't in freebsd

try this image, it has the drivers

https://drive.google.com/folderview?id=0B-dLEPgIvaeISUJwVWtzSi02ZHc&usp=sharing
« Reply #3 on: February 06, 2014, 01:38:47 »
Canus Lupus *
Posts: 4

Hi,

Thanks i will try and let you know
« Reply #4 on: February 06, 2014, 06:48:56 »
Canus Lupus *
Posts: 4

For first thanks for your help. I had now also time to test it in my system but i run in to the same problem.
Now he is recognizing the SMBus completely but still crash directly after it. I guess when he is trying to
configure it.

Code:
isa0: <ISA bus> on isab0
atapci0: <Intel ICH2 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x2000-0x200f at device 31.1 on pci0
ata0: <ATA channel> at channel 0 on atapci0
ata0: [ITHREAD]
ata1: <ATA channel> at channel 1 on atapci0
ata1: [ITHREAD]
ichsmb0: <Intel 82801BA (ICH2) SMBus controller> port 0x2010-0x201f irq 9 at device 31.3 on pci0
ichsmb0: [ITHREAD]
smbus0: <System Management Bus> on ichsmb0
cpu0 on motherboard


Fatal trap 9: general protection fault while in kernel mode
cpuid = 0; apic id = 00
instruction pointer= 0x70:0x72bb
stack pointer        = 0x28:0xfd0
frame pointer        = 0x28:0x7a5
code segment= base 0xc00f0000, limit 0xffff, type 0x1b
= DPL 0, pres 1, def32 0, gran 0
processor eflags= interrupt enabled, resume, IOPL = 0
current process= 0 (swapper)
trap number= 9
panic: general protection fault
cpuid = 0
Uptime: 1s
Automatic reboot in 15 seconds - press a key on the console to abort
--> Press a key on the console to reboot,
--> or switch off the system now.

Maybe it's a stupid idea but is it possible to test it, if it's only a problem with the SMBus, by removing
the driver complete that the system is again recognizing it as unknown card like in the old OS version?
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines