Re: [opensuse] USB not working with openSuSE 10.2 final version (i.e. retail boxed version)

2007-01-12 Thread Richard Pace
On Monday 08 January 2007 05:50, Richard Pace wrote:
> On Sunday 07 January 2007 14:32, Niels Øtergaard Kjær wrote:
> > Richard Pace wrote:
> > > I've reported this to Novell, bug report 231118, and also posted to
> > > KDE-Linux list with no response from KDE-Linux, and it doesn't appear
> > > that anyone at Novell has any reply yet to the problem report.  I
> > > thought I'd check here if anyone has experienced this problem.  I've
> > > installed SuSE 10.2 on a new HP Pavilion with AMD Athlon 64 X2 Dual. I
> > > had to use boot option ACPI=off in order to install.  Otherwise, the
> > > boot hangs at "Starting udev...". After installation of 10.2, I still
> > > have to use ACPI=off (does not power off at shutdown either, but that's
> > > another problem).
> > >
> > > Now for the problem.  External USB drive is not recogized when plugged
> > > into USB 2.0 port. External drive has its own power supply.  Also, USB
> > > memory stick is not recognized when plugged into USB port. I know the
> > > ports work, since I have Windows XP installed as dual boot, and Windows
> > > XP has no problem recongizing the devices.
> > >
> > > There is no /proc/bus/usb defined.
> > >
> > > lsusb shows no devices.  lsmod shows usbcore installed along with
> > > ohci_hcd and ehci_hcd.
> > >
> > > I have attached my startup log which shows some errors with ohci_hcd
> > > and ehci_hcd drivers.  I'm convinced these errors are at the cord of
> > > the problem.  And from what I've, perhaps it is related to the fact
> > > that I can't boot with ACPI - I'm not an expert in kernel stuff and
> > > drivers, though.
> > > Specifically, these lines appears in the log:
> > >
> > > <6>usbcore: registered new driver usbfs
> > > <6>usbcore: registered new driver hub
> > > 
> > > <7>PCI: Setting latency timer of device :00:10.1 to 64
> > > <7>ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver
> > > (PCI) 
> > > <4>PCI: No IRQ known for interrupt pin A of device :00:0b.0.
> > > Probably buggy MP table. <3>ohci_hcd :00:0b.0: Found HC with no
> > > IRQ.  Check BIOS/PCI :00:0b.0 setup! <3>ohci_hcd :00:0b.0: init
> > > :00:0b.0 fail, -19
> > > <4>PCI: No IRQ known for interrupt pin B of device :00:0b.1.
> > > Probably buggy MP table.
> > > <3>ehci_hcd :00:0b.1: Found HC with no IRQ.  Check
> > > BIOS/PCI :00:0b.1 setup!
> > > <3>ehci_hcd :00:0b.1: init :00:0b.1
> > > fail, -19
> > >
> > > There aren't any BIOS settings that will affect IRQs.  It's an ASUS
> > > A8N-BR motherboard with Phoenix Bios from Sept 2006 (i.e. it's
> > > current). There is a USB Legacy Bios setting which is set to "AUTO". 
> > > I've tried that with "DISABLE" and "ENABLE" with no effect.
> > >
> > > I've tried several other boot options in different combinations with no
> > > effect: acpi_user_timer_override  nomsi pci=routeirq acpi=oldboot
> > > noapic When I use "noapic", boot messages suggest using "pci=biosirq". 
> > > However when I tried using "pci=biosirq", I get "biosirq unknown kernel
> > > option" or something like that.
> > >
> > > Any suggestions and/or comments appreciated.
> > >
> > > Regards,
> > > Richard
> >
> > Let me say that I'm a total newbie  (too ? :).   had the same problem
> > with my hp pavilion.  Tried a lot concerning the USB.  Finally ran an
> > update installation on the full installation  with all my USB gear
> > connected (memcard, printer, USB 2.0 card, ext. harddisk Maxtor,
> > bluetooth usb) , and suse 10.2 found everything concerning the USB's.
> >  maybe worth a try  ?
>
> Tried update installation with same results - i.e. USB devices not
> recognized. The external USB device was connected during the update
> install, but not recognized.  Same ochi_hcd/ehci_hcd driver errors as
> before.
Installation of latest x86_84 kernel fixed the problem.  The new kernel 
allowed me to remove "acpi=off" from the boot parameters, thus allowing acpi 
support and PCI routing to take place.  It also resolved the incomplete 
shutdown problem.  Obtained kernel from:
ftp://ftp.suse.com/pub/projects/kernel/kotd/x86_64/HEAD/kernel-default.x86_64.rpm
 
which as of yesterday is a 2.6.20_rc4... kernel.

So I went from 2.6.18 to 2.6.20 kernel.
Richard
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] USB not working with openSuSE 10.2 final version (i.e. retail boxed version)

2007-01-08 Thread Richard Pace
On Sunday 07 January 2007 14:32, Niels Øtergaard Kjær wrote:
> Richard Pace wrote:
> > I've reported this to Novell, bug report 231118, and also posted to
> > KDE-Linux list with no response from KDE-Linux, and it doesn't appear
> > that anyone at Novell has any reply yet to the problem report.  I thought
> > I'd check here if anyone has experienced this problem.  I've installed
> > SuSE 10.2 on a new HP Pavilion with AMD Athlon 64 X2 Dual. I had to use
> > boot option ACPI=off in order to install.  Otherwise, the boot hangs at
> > "Starting udev...". After installation of 10.2, I still have to use
> > ACPI=off (does not power off at shutdown either, but that's another
> > problem).
> >
> > Now for the problem.  External USB drive is not recogized when plugged
> > into USB 2.0 port. External drive has its own power supply.  Also, USB
> > memory stick is not recognized when plugged into USB port. I know the
> > ports work, since I have Windows XP installed as dual boot, and Windows
> > XP has no problem recongizing the devices.
> >
> > There is no /proc/bus/usb defined.
> >
> > lsusb shows no devices.  lsmod shows usbcore installed along with
> > ohci_hcd and ehci_hcd.
> >
> > I have attached my startup log which shows some errors with ohci_hcd and
> > ehci_hcd drivers.  I'm convinced these errors are at the cord of the
> > problem.  And from what I've, perhaps it is related to the fact that I
> > can't boot with ACPI - I'm not an expert in kernel stuff and drivers,
> > though.
> > Specifically, these lines appears in the log:
> >
> > <6>usbcore: registered new driver usbfs
> > <6>usbcore: registered new driver hub
> > 
> > <7>PCI: Setting latency timer of device :00:10.1 to 64
> > <7>ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver
> > (PCI) 
> > <4>PCI: No IRQ known for interrupt pin A of device :00:0b.0. Probably
> > buggy MP table. <3>ohci_hcd :00:0b.0: Found HC with no IRQ.  Check
> > BIOS/PCI :00:0b.0 setup! <3>ohci_hcd :00:0b.0: init :00:0b.0
> > fail, -19
> > <4>PCI: No IRQ known for interrupt pin B of device :00:0b.1. Probably
> > buggy MP table. 
> > <3>ehci_hcd :00:0b.1: Found HC with no IRQ.  Check 
> > BIOS/PCI :00:0b.1 setup! 
> > <3>ehci_hcd :00:0b.1: init :00:0b.1 
> > fail, -19
> >
> > There aren't any BIOS settings that will affect IRQs.  It's an ASUS
> > A8N-BR motherboard with Phoenix Bios from Sept 2006 (i.e. it's current).
> > There is a USB Legacy Bios setting which is set to "AUTO".  I've tried
> > that with "DISABLE" and "ENABLE" with no effect.
> >
> > I've tried several other boot options in different combinations with no
> > effect: acpi_user_timer_override  nomsi pci=routeirq acpi=oldboot noapic
> > When I use "noapic", boot messages suggest using "pci=biosirq".  However
> > when I tried using "pci=biosirq", I get "biosirq unknown kernel option"
> > or something like that.
> >
> > Any suggestions and/or comments appreciated.
> >
> > Regards,
> > Richard
>
> Let me say that I'm a total newbie  (too ? :).   had the same problem
> with my hp pavilion.  Tried a lot concerning the USB.  Finally ran an
> update installation on the full installation  with all my USB gear
> connected (memcard, printer, USB 2.0 card, ext. harddisk Maxtor,
> bluetooth usb) , and suse 10.2 found everything concerning the USB's.
>  maybe worth a try  ?
Tried update installation with same results - i.e. USB devices not recognized.
The external USB device was connected during the update install, but not 
recognized.  Same ochi_hcd/ehci_hcd driver errors as before.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] USB not working with openSuSE 10.2 final version (i.e. retail boxed version)

2007-01-07 Thread Richard Pace
On Sunday 07 January 2007 20:11, you wrote:
> On Sunday 07 January 2007 18:53, Marc Collin wrote:
> > Le dimanche 7 janvier 2007 16:21, Richard Pace a écrit :
> > > I've reported this to Novell, bug report 231118, and also posted to
> > > KDE-Linux list with no response from KDE-Linux, and it doesn't appear
> > > that anyone at Novell has any reply yet to the problem report.  I
> > > thought I'd check here if anyone has experienced this problem.  I've
> > > installed SuSE 10.2 on a new HP Pavilion with AMD Athlon 64 X2 Dual. I
> > > had to use boot option ACPI=off in order to install.  Otherwise, the
> > > boot hangs at "Starting udev...". After installation of 10.2, I still
> > > have to use ACPI=off (does not power off at shutdown either, but that's
> > > another problem).
> > >
> > > Now for the problem.  External USB drive is not recogized when plugged
> > > into USB 2.0 port. External drive has its own power supply.  Also, USB
> > > memory stick is not recognized when plugged into USB port. I know the
> > > ports work, since I have Windows XP installed as dual boot, and Windows
> > > XP has no problem recongizing the devices.
> > >
> > > There is no /proc/bus/usb defined.
> > >
> > > lsusb shows no devices.  lsmod shows usbcore installed along with
> > > ohci_hcd and ehci_hcd.
> > >
> > > I have attached my startup log which shows some errors with ohci_hcd
> > > and ehci_hcd drivers.  I'm convinced these errors are at the cord of
> > > the problem.  And from what I've, perhaps it is related to the fact
> > > that I can't boot with ACPI - I'm not an expert in kernel stuff and
> > > drivers, though.
> > > Specifically, these lines appears in the log:
> > >
> > > <6>usbcore: registered new driver usbfs
> > > <6>usbcore: registered new driver hub
> > > 
> > > <7>PCI: Setting latency timer of device :00:10.1 to 64
> > > <7>ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver
> > > (PCI) 
> > > <4>PCI: No IRQ known for interrupt pin A of device :00:0b.0.
> > > Probably buggy MP table. <3>ohci_hcd :00:0b.0: Found HC with no
> > > IRQ.  Check BIOS/PCI :00:0b.0 setup! <3>ohci_hcd :00:0b.0: init
> > > :00:0b.0 fail, -19
> > > <4>PCI: No IRQ known for interrupt pin B of device :00:0b.1.
> > > Probably buggy MP table. <3>ehci_hcd :00:0b.1: Found HC with no
> > > IRQ.  Check BIOS/PCI :00:0b.1 setup! <3>ehci_hcd :00:0b.1: init
> > > :00:0b.1 fail, -19
> > >
> > > There aren't any BIOS settings that will affect IRQs.  It's an ASUS
> > > A8N-BR motherboard with Phoenix Bios from Sept 2006 (i.e. it's
> > > current). There is a USB Legacy Bios setting which is set to "AUTO". 
> > > I've tried that with "DISABLE" and "ENABLE" with no effect.
> > >
> > > I've tried several other boot options in different combinations with no
> > > effect: acpi_user_timer_override  nomsi pci=routeirq acpi=oldboot
> > > noapic When I use "noapic", boot messages suggest using "pci=biosirq". 
> > > However when I tried using "pci=biosirq", I get "biosirq unknown kernel
> > > option" or something like that.
> > >
> > > Any suggestions and/or comments appreciated.
> > >
> > > Regards,
> > > Richard
> >
> > what is the hp model?
>
> HP Slimline 7617c.  Chipset is MCP51.
>
> > why brother buy one (hp 1540n) and all work fine without problem
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] USB not working with openSuSE 10.2 final version (i.e. retail boxed version)

2007-01-07 Thread Marc Collin
Le dimanche 7 janvier 2007 16:21, Richard Pace a écrit :
> I've reported this to Novell, bug report 231118, and also posted to
> KDE-Linux list with no response from KDE-Linux, and it doesn't appear that
> anyone at Novell has any reply yet to the problem report.  I thought I'd
> check here if anyone has experienced this problem.  I've installed SuSE
> 10.2 on a new HP Pavilion with AMD Athlon 64 X2 Dual. I had to use boot
> option ACPI=off in order to install.  Otherwise, the boot hangs at
> "Starting udev...". After installation of 10.2, I still have to use
> ACPI=off (does not power off at shutdown either, but that's another
> problem).
>
> Now for the problem.  External USB drive is not recogized when plugged into
> USB 2.0 port. External drive has its own power supply.  Also, USB memory
> stick is not recognized when plugged into USB port. I know the ports work,
> since I have Windows XP installed as dual boot, and Windows XP has no
> problem recongizing the devices.
>
> There is no /proc/bus/usb defined.
>
> lsusb shows no devices.  lsmod shows usbcore installed along with ohci_hcd
> and ehci_hcd.
>
> I have attached my startup log which shows some errors with ohci_hcd and
> ehci_hcd drivers.  I'm convinced these errors are at the cord of the
> problem.  And from what I've, perhaps it is related to the fact that I
> can't boot with ACPI - I'm not an expert in kernel stuff and drivers,
> though.
> Specifically, these lines appears in the log:
>
> <6>usbcore: registered new driver usbfs
> <6>usbcore: registered new driver hub
> 
> <7>PCI: Setting latency timer of device :00:10.1 to 64
> <7>ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver
> (PCI) 
> <4>PCI: No IRQ known for interrupt pin A of device :00:0b.0. Probably
> buggy MP table. <3>ohci_hcd :00:0b.0: Found HC with no IRQ.  Check
> BIOS/PCI :00:0b.0 setup! <3>ohci_hcd :00:0b.0: init :00:0b.0
> fail, -19
> <4>PCI: No IRQ known for interrupt pin B of device :00:0b.1. Probably
> buggy MP table. <3>ehci_hcd :00:0b.1: Found HC with no IRQ.  Check
> BIOS/PCI :00:0b.1 setup! <3>ehci_hcd :00:0b.1: init :00:0b.1
> fail, -19
>
> There aren't any BIOS settings that will affect IRQs.  It's an ASUS A8N-BR
> motherboard with Phoenix Bios from Sept 2006 (i.e. it's current). There is
> a USB Legacy Bios setting which is set to "AUTO".  I've tried that with
> "DISABLE" and "ENABLE" with no effect.
>
> I've tried several other boot options in different combinations with no
> effect: acpi_user_timer_override  nomsi pci=routeirq acpi=oldboot noapic
> When I use "noapic", boot messages suggest using "pci=biosirq".  However
> when I tried using "pci=biosirq", I get "biosirq unknown kernel option" or
> something like that.
>
> Any suggestions and/or comments appreciated.
>
> Regards,
> Richard


what is the hp model?

why brother buy one (hp 1540n) and all work fine without problem
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] USB not working with openSuSE 10.2 final version (i.e. retail boxed version)

2007-01-07 Thread Niels Øtergaard Kjær
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Richard Pace wrote:
> I've reported this to Novell, bug report 231118, and also posted to KDE-Linux 
> list with no response from KDE-Linux, and it doesn't appear
> that anyone at Novell has any reply yet to the problem report.  I thought I'd 
> check here if anyone has
> experienced this problem.  I've installed SuSE 10.2 on a new HP Pavilion with 
> AMD Athlon 64 X2 Dual.
> I had to use boot option ACPI=off in order to install.  Otherwise, the boot 
> hangs at "Starting udev...".
> After installation of 10.2, I still have to use ACPI=off (does not power off 
> at shutdown either,
> but that's another problem).
> 
> Now for the problem.  External USB drive is not recogized when plugged into 
> USB 2.0 port.
> External drive has its own power supply.  Also, USB memory stick is not 
> recognized when plugged into USB port.
> I know the ports work, since I have Windows XP installed as dual boot, and 
> Windows XP has no problem recongizing the devices. 
> 
> There is no /proc/bus/usb defined. 
> 
> lsusb shows no devices.  lsmod shows usbcore installed along with ohci_hcd 
> and ehci_hcd.
> 
> I have attached my startup log which shows some errors with ohci_hcd and 
> ehci_hcd drivers.  I'm convinced these errors are at the cord of 
> the problem.  And from what I've, perhaps it is related to the fact that I 
> can't boot with ACPI - I'm not an expert in kernel stuff and 
> drivers, though. 
> Specifically, these lines appears in the log:
> 
> <6>usbcore: registered new driver usbfs
> <6>usbcore: registered new driver hub
> 
> <7>PCI: Setting latency timer of device :00:10.1 to 64
> <7>ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
> 
> <4>PCI: No IRQ known for interrupt pin A of device :00:0b.0. Probably 
> buggy MP table.
> <3>ohci_hcd :00:0b.0: Found HC with no IRQ.  Check BIOS/PCI :00:0b.0 
> setup!
> <3>ohci_hcd :00:0b.0: init :00:0b.0 fail, -19
> <4>PCI: No IRQ known for interrupt pin B of device :00:0b.1. Probably 
> buggy MP table.
> <3>ehci_hcd :00:0b.1: Found HC with no IRQ.  Check BIOS/PCI :00:0b.1 
> setup!
> <3>ehci_hcd :00:0b.1: init :00:0b.1 fail, -19
> 
> There aren't any BIOS settings that will affect IRQs.  It's an ASUS A8N-BR 
> motherboard with Phoenix Bios from Sept 2006 (i.e. it's current).
> There is a USB Legacy Bios setting which is set to "AUTO".  I've tried that 
> with "DISABLE" and "ENABLE" with no effect. 
> 
> I've tried several other boot options in different combinations with no 
> effect: acpi_user_timer_override  nomsi pci=routeirq acpi=oldboot noapic
> When I use "noapic", boot messages suggest using "pci=biosirq".  However when 
> I tried using "pci=biosirq", I get "biosirq unknown kernel option"
> or something like that.
> 
> Any suggestions and/or comments appreciated.
> 
> Regards, 
> Richard
> 
> 
> 
> 
> Inspecting /boot/System.map-2.6.18.2-34-default
> Loaded 23895 symbols from /boot/System.map-2.6.18.2-34-default.
> Symbols match kernel version 2.6.18.
> No module symbols loaded - kernel modules not enabled.
> 
> klogd 1.4.1, log source = ksyslog started.
> <4>Bootdata ok (command line is root=/dev/sda6 vga=0x317 resume=/dev/sda5 
> splash=silent acpi=off)
> <5>Linux version 2.6.18.2-34-default ([EMAIL PROTECTED]) (gcc version 4.1.2 
> 20061115 (prerelease) (SUSE Linux)) #1 SMP Mon Nov 27 11:46:27 UTC 2006
> <6>BIOS-provided physical RAM map:
> <4> BIOS-e820:  - 0009f000 (usable)
> <4> BIOS-e820: 0009f000 - 000a (reserved)
> <4> BIOS-e820: 000f - 0010 (reserved)
> <4> BIOS-e820: 0010 - 7bef (usable)
> <4> BIOS-e820: 7bef - 7bef3000 (ACPI NVS)
> <4> BIOS-e820: 7bef3000 - 7bf0 (ACPI data)
> <4> BIOS-e820: 7c00 - 8000 (reserved)
> <4> BIOS-e820: f000 - f400 (reserved)
> <4> BIOS-e820: fec0 - 0001 (reserved)
> <6>DMI present.
> <6>Scanning NUMA topology in Northbridge 24
> <6>Number of nodes 1
> <6>Node 0 MemBase  Limit 7bef
> <7>NUMA: Using 63 for the hash shift.
> <6>Using node hash shift of 63
> <6>Bootmem setup node 0 -7bef
> <7>On node 0 totalpages: 499545
> <7>  DMA zone: 2893 pages, LIFO batch:0
> <7>  DMA32 zone: 496652 pages, LIFO batch:31
> <6>Nvidia board detected. Ignoring ACPI timer override.
> <6>If you got timer trouble try acpi_use_timer_override
> <4>Intel MultiProcessor Specification v1.4
> <6>Virtual Wire compatibility mode.
> <6>OEM ID: OEM0 Product ID: PROD APIC at: 0xFEE0
> <6>Processor #0 15:11 APIC version 17
> <6>Processor #1 15:11 APIC version 17
> <4>I/O APIC #2 Version 17 at 0xFEC0.
> <6>Setting APIC routing to physical flat
> <6>Processors: 2
> <6>Allocating PCI reso

[opensuse] USB not working with openSuSE 10.2 final version (i.e. retail boxed version)

2007-01-07 Thread Richard Pace
I've reported this to Novell, bug report 231118, and also posted to KDE-Linux 
list with no response from KDE-Linux, and it doesn't appear
that anyone at Novell has any reply yet to the problem report.  I thought I'd 
check here if anyone has
experienced this problem.  I've installed SuSE 10.2 on a new HP Pavilion with 
AMD Athlon 64 X2 Dual.
I had to use boot option ACPI=off in order to install.  Otherwise, the boot 
hangs at "Starting udev...".
After installation of 10.2, I still have to use ACPI=off (does not power off at 
shutdown either,
but that's another problem).

Now for the problem.  External USB drive is not recogized when plugged into USB 
2.0 port.
External drive has its own power supply.  Also, USB memory stick is not 
recognized when plugged into USB port.
I know the ports work, since I have Windows XP installed as dual boot, and 
Windows XP has no problem recongizing the devices. 

There is no /proc/bus/usb defined. 

lsusb shows no devices.  lsmod shows usbcore installed along with ohci_hcd and 
ehci_hcd.

I have attached my startup log which shows some errors with ohci_hcd and 
ehci_hcd drivers.  I'm convinced these errors are at the cord of 
the problem.  And from what I've, perhaps it is related to the fact that I 
can't boot with ACPI - I'm not an expert in kernel stuff and 
drivers, though. 
Specifically, these lines appears in the log:

<6>usbcore: registered new driver usbfs
<6>usbcore: registered new driver hub

<7>PCI: Setting latency timer of device :00:10.1 to 64
<7>ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)

<4>PCI: No IRQ known for interrupt pin A of device :00:0b.0. Probably buggy 
MP table.
<3>ohci_hcd :00:0b.0: Found HC with no IRQ.  Check BIOS/PCI :00:0b.0 
setup!
<3>ohci_hcd :00:0b.0: init :00:0b.0 fail, -19
<4>PCI: No IRQ known for interrupt pin B of device :00:0b.1. Probably buggy 
MP table.
<3>ehci_hcd :00:0b.1: Found HC with no IRQ.  Check BIOS/PCI :00:0b.1 
setup!
<3>ehci_hcd :00:0b.1: init :00:0b.1 fail, -19

There aren't any BIOS settings that will affect IRQs.  It's an ASUS A8N-BR 
motherboard with Phoenix Bios from Sept 2006 (i.e. it's current).
There is a USB Legacy Bios setting which is set to "AUTO".  I've tried that 
with "DISABLE" and "ENABLE" with no effect. 

I've tried several other boot options in different combinations with no effect: 
acpi_user_timer_override  nomsi pci=routeirq acpi=oldboot noapic
When I use "noapic", boot messages suggest using "pci=biosirq".  However when I 
tried using "pci=biosirq", I get "biosirq unknown kernel option"
or something like that.

Any suggestions and/or comments appreciated.

Regards, 
Richard
Inspecting /boot/System.map-2.6.18.2-34-default
Loaded 23895 symbols from /boot/System.map-2.6.18.2-34-default.
Symbols match kernel version 2.6.18.
No module symbols loaded - kernel modules not enabled.

klogd 1.4.1, log source = ksyslog started.
<4>Bootdata ok (command line is root=/dev/sda6 vga=0x317 resume=/dev/sda5 
splash=silent acpi=off)
<5>Linux version 2.6.18.2-34-default ([EMAIL PROTECTED]) (gcc version 4.1.2 
20061115 (prerelease) (SUSE Linux)) #1 SMP Mon Nov 27 11:46:27 UTC 2006
<6>BIOS-provided physical RAM map:
<4> BIOS-e820:  - 0009f000 (usable)
<4> BIOS-e820: 0009f000 - 000a (reserved)
<4> BIOS-e820: 000f - 0010 (reserved)
<4> BIOS-e820: 0010 - 7bef (usable)
<4> BIOS-e820: 7bef - 7bef3000 (ACPI NVS)
<4> BIOS-e820: 7bef3000 - 7bf0 (ACPI data)
<4> BIOS-e820: 7c00 - 8000 (reserved)
<4> BIOS-e820: f000 - f400 (reserved)
<4> BIOS-e820: fec0 - 0001 (reserved)
<6>DMI present.
<6>Scanning NUMA topology in Northbridge 24
<6>Number of nodes 1
<6>Node 0 MemBase  Limit 7bef
<7>NUMA: Using 63 for the hash shift.
<6>Using node hash shift of 63
<6>Bootmem setup node 0 -7bef
<7>On node 0 totalpages: 499545
<7>  DMA zone: 2893 pages, LIFO batch:0
<7>  DMA32 zone: 496652 pages, LIFO batch:31
<6>Nvidia board detected. Ignoring ACPI timer override.
<6>If you got timer trouble try acpi_use_timer_override
<4>Intel MultiProcessor Specification v1.4
<6>Virtual Wire compatibility mode.
<6>OEM ID: OEM0 Product ID: PROD APIC at: 0xFEE0
<6>Processor #0 15:11 APIC version 17
<6>Processor #1 15:11 APIC version 17
<4>I/O APIC #2 Version 17 at 0xFEC0.
<6>Setting APIC routing to physical flat
<6>Processors: 2
<6>Allocating PCI resources starting at 8800 (gap: 8000:7000)
<6>SMP: Allowing 2 CPUs, 0 hotplug CPUs
<4>Built 1 zonelists.  Total pages: 499545
<5>Kernel command line: root=/dev/sda6 vga=0x317 resume=/dev/sda5 splash=silent 
acpi=off
<6>bootsplash: silent mode.
<4>Initializing CPU#0
<4>PID hash table entries: 4096 (order: 12, 32768 bytes)
<6>time.c: Using 1.193182 M