LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 06-26-2010, 12:05 PM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
PCI Address space collision memory 0000xxxx Already in use,etc?


When booting my new x86_64 arch install using custom 2.6.33.3 kernel
I see that message scrool by quickly when booting

Is it bad thing or nothing serious?
The message scrolls by too fast to see all of it...

Just need to know if it's hurting my PC or what?

PC is HP a810n amd athlon64 3300+ 1GB RAM 2.4ghz
this is my first 64bit distro
as all others are 32bit and have never seen this boot message with them...

Thanks
 
Old 06-26-2010, 01:47 PM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
You can view anything that has scrolled by if you run 'dmesg' in a terminal. Try doing that and post the output.
 
1 members found this post helpful.
Old 06-26-2010, 02:09 PM   #3
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
well, I'm compiling new kernel so I have to reboot on that kernel to get messages
However; after installing default kernel26 2.6.34 x86_64
it now says PCI memory colliding with GART?

Here's present dmesg output
http://multidistro.com/dmesg.txt

seems like Chinese to me...?
 
Old 06-26-2010, 02:30 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
There are also:

Code:
spurious 8259A interrupt: IRQ7.
Code:
EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
 (Note that use of the override may cause unknown side effects.)
amd64_edac: probe of 0000:00:18.2 failed with error -22
Interestingly they are the same as:
http://www.linuxquestions.org/questi...8/#post4012853

For the other message, you can try the 'noioapic' boot option.

Can you also post the output of 'cat /proc/interrupts', maybe it says what IRQ 7 is associated with.
 
1 members found this post helpful.
Old 06-26-2010, 02:40 PM   #5
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
here's 'cat /proc/interrupts'
http://multidistro.com/interrupts

So, is it 'cause it's not really a 64bit PC or what?
thanks H_TeXMeX_H
 
Old 06-26-2010, 03:01 PM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Code:
  7:          1   IO-APIC-edge      parport0
Looks like IRQ 7 is the parallel port, you got a printer attached to it ?

I doubt it has something to do with 64-bit. It may have something to do with visualization tho (but maybe not), from the dmesg it seems you're using Xen perhaps ?
 
Old 06-26-2010, 04:15 PM   #7
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Ummm...no printer and no Xen...
it's pretty strange huh?

But, it's no harm or what?

I dont have any of this with any 32bit OS'
maybe I should stick with 32bit stuff or what?
 
Old 06-27-2010, 04:23 AM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Well it says 'Booting paravirtualized kernel on bare hardware', which is odd. Are you sure this kernel was build properly. You can stick to 32-bit if this only happens with 64-bit. Although, I do wonder why this would happen only with 64-bit.
 
Old 06-27-2010, 06:14 AM   #9
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
hey H_TeXMeX_H

The kernel is ARCH's default kernel25 for x86_64

I'm gonna try again today to compile one from source
any hints?
also, I'm gonna post what dmesg, etc says on same PC with ARCH 32bit
Thanks
 
Old 06-27-2010, 06:21 AM   #10
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK
heres dmesg and /proc/interrupts on same PC but arch 32bit
any differences?

http://multidistro.com/dmesg32

http://multidistro.com/interrupts32
 
Old 06-27-2010, 06:23 AM   #11
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Well, read the help if you don't understand an item, and if it says "say N here if you aren't sure", then say no for that option. My other recommendations were mostly for performance, but in general you should build things as modules, not built-in, that way they can be unloaded if they cause problems. You should also disable things that you never use, they just make the kernel large and can cause problems.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Application Virtual address space memory allocation - memory does not get free chamara82 Linux - General 4 01-01-2011 08:19 PM
Network card not working: Address space collision m.alma Linux - Hardware 1 02-15-2010 07:20 AM
acessing PCI memory space - how to modify it RedOctober45 Linux - Software 1 01-17-2008 01:22 PM
PCI: Address space collision on region 0 mickk29 Linux - Hardware 0 08-01-2006 08:11 AM
Accessing PCI memory space HTS Programming 7 04-30-2004 10:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 06:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration