Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem with grub
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
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Tue Oct 06, 2009 5:44 pm    Post subject: problem with grub Reply with quote

okay so i have installed gentoo through systemrescuecd from scratch with the newest stage3, newest portage, custom kernel, etc... but my issue is with the fact that i installed gentoo onto my logical parition of my hdd and now i cannot boot to it...or setup grub to see atleast the distro from my primary ubuntu grub install...

this is how my hdd looks like right now...

Code:

/hda/sda1 <-- ntfs windows vista

/hda/sda2 <--- ntfs windows vista recovery

/hda/sda3 <--- ext4 ubuntu 9.04

/hda/sda4 <--- extended -----

       /hda/sda5  <-- linux swap---

       /hda/sda6  <---ext4  gentoo amd64 10.0----



now what should i do to make grub recognize gentoo at boot????
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Tue Oct 06, 2009 7:04 pm    Post subject: Reply with quote

adramalech707,

Put your Gentoo booting stanza into your Ubuntu grub.conf. (It may be called menu.lst)
Thats the easiest and tidiest way out. Do not install Gentoos grub at all.
This has the restriction that all the kernels and initrd files must reside on the same filesystem type as grub can only read a single filestem type.
Which type is determined at grub install time.
This means you may need to put your Gentoo kernel and initrd into Ubuntus /boot

The alternative is to install Gentoos grub to the gentoo partition (not the MBR) and chainload it from Ubuntus grub.

The first method gives you a single boot menu, the latter uses grub to chainload grub. Chainloading does not relay on grub reading the filesystem. It blindly reads the first block from the partition and jumps to it. This is mutch as you use grub to boot Windows
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Tue Oct 06, 2009 7:43 pm    Post subject: Reply with quote

thanks for your help!!!!

so far this is what i did with menu.lst on ubuntu

Code:


title   gentoo 2.6.30-gentoo-r5
root   (hd0,6)
chainloader +1



but it doesn't load it says not there!!!


another thing is how do i go about totally uninstalling grub from gentoo that way it won't get confused with grub on ubuntu????
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Tue Oct 06, 2009 7:50 pm    Post subject: Reply with quote

maybe change root (hdx,y)

to rootnoverify (hdx,y)

i think this might work!!! will try if i have problem will repost
Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1214
Location: Massachusetts USA

PostPosted: Tue Oct 06, 2009 7:57 pm    Post subject: Reply with quote

Change root (hd0,6) to root (hd0,5)

If you remove grub from gentoo then you cannot chainload to it.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Tue Oct 06, 2009 8:15 pm    Post subject: Reply with quote

adramalech707,

Its root (hd0,5) as grub counts from 0.
You must install Gentoos grub to /dev/sda6, or (hd0,5) if you do it manually
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Tue Oct 06, 2009 8:33 pm    Post subject: Reply with quote

okay so the norootverify works....i then go to the other grub install on gentoo distro!!

is there a way to natively remove grub from gentoo and not use it so then i can just load into gentoo from ubuntu grub at hd(0,2)
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Tue Oct 06, 2009 9:17 pm    Post subject: Reply with quote

okay soooooo since i cannot get rid of grub on the gentoo partition i have to either reinstall everything on the partition from scratch.....to do way #1 or stay with way #2 but need to figure out wtf is up with menu.lst....something is wrong and here is what menu.lst looks like on gentoo parition /dev/sda6

Code:

default 0
timeout 15

Gentoo Operating System

title Gentoo Linux 2.6.30-r5
root (hd0,5)
kernel /boot/kernel-2.6.30-gentoo-r5 root=/dev/sda6
initrd /boot/initramfs-kernel-2.6.30-gentoo-r5

title Gentoo Linux 2.6.30-gentoo-r5 (recovery)
root (hd0,5)
kernel /boot/kernel-2.6.30-gentoo-r5 root=/dev/sda6 init=/bin/bb
initrd /boot/initramfs-kernel-2.6.30-gentoo-r5


it gives me error 15 file not found when i try to select either one of these recovery and regular......something also about filesystem is ext2fs and partition 0x83 or something like that
Back to top
View user's profile Send private message
jburns
Veteran
Veteran


Joined: 18 Jan 2007
Posts: 1214
Location: Massachusetts USA

PostPosted: Tue Oct 06, 2009 10:32 pm    Post subject: Reply with quote

What does the /boot directory on /dev/sda6 contain?

The kernel line in menu.lst is for booting without an initrd but you have an initrd file.
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Tue Oct 06, 2009 11:08 pm    Post subject: Reply with quote

okay well atleast now i get it to boot.... what i did was get rid of the

initrd /boot/initramfs-kernel-2.6.30-gentoo-r5 and...

initrd /boot/initramfs-kernel-2.6.30-gentoo-r5

out of menu.lst it now boots but i get some strange error that doesn't make me too happy it says:

Code:


Root-NFS:  no nfs server available, giving up.
vfs: unable to mount root fs via nfs, trying floppy
vfs: cannot open root device "sda6" or unknown-block(2,0)
Please append a correct "root=" boot option; here are the available partitions:
Kernel panic -- not syncing: vfs: unable to mount root fs on unknown-block(2,0)
pid: 1, comm: swapper Not tainted 2.6.30-gentoo-r5 #1
call trace:



it then goes through the trace stack pretty much i think i screwed up the menu.lst and thus won't boot up properly....

any suggestions??
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Wed Oct 07, 2009 12:29 am    Post subject: Reply with quote

adramalech707 wrote:

Root-NFS:  no nfs server available, giving up.
vfs: unable to mount root fs via nfs, trying floppy
vfs: cannot open root device "sda6" or unknown-block(2,0)
...

This is not a grub error, but a kernel configuration problem.

You did not include the correct driver in the kernel for the SATA controller that /dev/sda is plugged into.
Back to top
View user's profile Send private message
Quick23t
n00b
n00b


Joined: 07 Aug 2009
Posts: 66
Location: Phoenix, AZ

PostPosted: Wed Oct 07, 2009 1:14 am    Post subject: Reply with quote

You might try removing the /boot portion from the menu.lst


I have a rig that will throw an error 15 if I have /boot in front of the /kernel-2.** I haven't tried to figure out why yet as it's not my main rig and it's turned off most of the time..

kernel /kernel-2.6.30-gentoo-r5 root=/dev/sda6
initrd /initramfs-kernel-2.6.30-gentoo-r5
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Oct 07, 2009 1:35 am    Post subject: Reply with quote

boot the sysresccd, run:
Code:
lspci -k
the output will give names to the drivers that the cd is using, these are the drivers you need to build in the kernel. menuconfig has a limited find capability, type /, in the dialog enter the driver and you will be shown help dialogs of matching drivers. the help will tell where to find the driver in the menu and any dependencies it has.

Quick: grub is fine, he is in the kernel.
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Wed Oct 07, 2009 5:02 pm    Post subject: Reply with quote

sooo i need to chroot back in and like build a new kernel and then link it correctly.....
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Oct 07, 2009 5:13 pm    Post subject: Reply with quote

good summary.
If you need help post the lspci -k results and the results of (in the chroot):
Code:
cat /proc/cpuinfo
cat /etc/fstab
fdisk -l
mount
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Wed Oct 07, 2009 5:30 pm    Post subject: Reply with quote

here u go:

i did this from my ubuntu distro and chrooted into my gentoo partition....

Code:


(chroot) adramalech linux # cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family   : 17
model      : 3
model name   : AMD Turion(tm) X2 Dual-Core Mobile RM-72
stepping   : 1
cpu MHz      : 525.000
cache size   : 512 KB
physical id   : 0
siblings   : 2
core id      : 0
cpu cores   : 2
apicid      : 0
initial apicid   : 0
fpu      : yes
fpu_exception   : yes
cpuid level   : 1
wp      : yes
flags      : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch osvw skinit
bogomips   : 4198.23
TLB size   : 1024 4K pages
clflush size   : 64
cache_alignment   : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor   : 1
vendor_id   : AuthenticAMD
cpu family   : 17
model      : 3
model name   : AMD Turion(tm) X2 Dual-Core Mobile RM-72
stepping   : 1
cpu MHz      : 525.000
cache size   : 512 KB
physical id   : 0
siblings   : 2
core id      : 1
cpu cores   : 2
apicid      : 1
initial apicid   : 1
fpu      : yes
fpu_exception   : yes
cpuid level   : 1
wp      : yes
flags      : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow constant_tsc rep_good nonstop_tsc extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch osvw skinit
bogomips   : 4189.70
TLB size   : 1024 4K pages
clflush size   : 64
cache_alignment   : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate



Code:

# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>         <mountpoint>   <type>      <opts>      <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/BOOT      /boot      ext2      noauto,noatime   1 2
/dev/ROOT      /      ext3   noatime      0 1
#/dev/SWAP      none      swap      sw      0 0
/dev/cdrom      /mnt/cdrom   auto      noauto,ro   0 0
/dev/sda5      none      swap       sw       0 0


# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
shm         /dev/shm   tmpfs      nodev,nosuid,noexec   0 0



Code:

(chroot) adramalech linux # fdisk -l

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x89900f6b

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       27030   217118443+   7  HPFS/NTFS
/dev/sda2           37229       38914    13530112    7  HPFS/NTFS
/dev/sda3           30798       37228    51657007+  83  Linux
/dev/sda4           27031       30797    30258427+   5  Extended
/dev/sda5           27031       27795     6144831   82  Linux swap / Solaris
/dev/sda6           27796       30797    24113533+  83  Linux

Partition table entries are not in disk order


Code:

none on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
none on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type tmpfs (rw,relatime,mode=755)
/dev/disk/by-uuid/60f85f9c-0220-4309-987e-e1e47fc5fe86 on / type ext4 (rw,relatime,errors=remount-ro,barrier=1,data=ordered)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,relatime,mode=755)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
varrun on /var/run type tmpfs (rw,nosuid,relatime,mode=755)
varlock on /var/lock type tmpfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)
securityfs on /sys/kernel/security type securityfs (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
gvfs-fuse-daemon on /home/adramalech/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sda6 on /media/disk type ext4 (rw,nosuid,nodev,relatime,barrier=1,data=ordered)
/dev/sda6 on / type ext4 (rw,relatime,barrier=1,data=ordered)
none on /proc type proc (rw,relatime)
udev on /dev type tmpfs (rw,relatime,mode=755)
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Wed Oct 07, 2009 5:39 pm    Post subject: Reply with quote

okay what i did was made sure that under ide/ata that they weren't build with M but with *

that way i know all the correct stuff was installed and not just have to load in module stuff....
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Oct 07, 2009 6:11 pm    Post subject: Reply with quote

need to fix /etc/fstab (in the chroot)
Code:
nano /etc/fstab

(in ubuntu or sysresccd)
Code:
nano /mnt/gentoo/etc/fstab

# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.

/dev/sda6 / ext4 noatime 0 1
/dev/sda5 none swap sw 0 0


# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0

This is not your current problem but will be after you get hard drive controller driver installed. More to follow. Pls fix and report.
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Wed Oct 07, 2009 6:16 pm    Post subject: Reply with quote

okay well that didn't work same error!!! even after going through the device driver and make sure that the pata, sata, and ata was correct, also added support for ext2 ontop of check that ext3 and ext4 was selected....

i did though go to do the locate for kernel modules that i should load at boot and didn't find any.....so the

find /lib/modules/kernel-2.6.30-gentoo-rc5/ -type f -iname '*.o' -or -iname '*.ko' | less

doesn't return anything


and so this /etc/modules.autoload.d/kernel-2.6

is still blank

maybe this is the cause....

i might just use genkernel then use that .config file later down the road to install custom gentoo-source
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Oct 07, 2009 6:36 pm    Post subject: Reply with quote

Pls post results of
Code:
lspci -k
with cd or ubuntu booted, if in chroot, that's ok.
Now that I notice that you are on genkernel I realize that you should have good hard drive controller drivers.

enter the chroot:
Code:
genkernel --menuconfig all

edit menuconfig:
Quote:
File systems --->
<*> The Extended 4 (ext4) filesystem
[*] Enable ext4dev compatibility
[*] Ext4 extended attributes
[*] Ext4 POSIX Access Control Lists
[*] Ext4 Security Labels
[ ] JBD (ext3) debugging support
[ ] JBD2 (ext4) debugging support

exit saving config and try gentoo boot

Quote:
okay what i did was made sure that under ide/ata that they weren't build with M but with *

that way i know all the correct stuff was installed and not just have to load in module stuff....

appears to be the old legacy not so good drivers.
Quote:
<*> Serial ATA (prod) and Parallel ATA (experimental) drivers --->
is the current set.
Usual thought: to avoid conflict; disable < > ATA/ATAPI/MFM/RLL support --->; enable <*> Serial ATA (prod) and Parallel ATA (experimental) drivers --->
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Oct 07, 2009 6:45 pm    Post subject: Reply with quote

and then i see you aren't genkernel anymore.
would you rather genkernel or manual kernel?

Quote:
okay well that didn't work same error!!!
was fstab fixed at that point?
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Wed Oct 07, 2009 8:20 pm    Post subject: Reply with quote

well from he start I have not use genkernel...

I went custom install route... I was just thinking about using genkernel so I don't have to worry about the problem but I am now just going to re go through menuconfig recopy it and put bzimage in boot... I will go through to reprune the .config file
Back to top
View user's profile Send private message
Quick23t
n00b
n00b


Joined: 07 Aug 2009
Posts: 66
Location: Phoenix, AZ

PostPosted: Wed Oct 07, 2009 8:36 pm    Post subject: Reply with quote

If you did a manual kernel config with your file systems and correct drivers compiled in rather than modules you don't need an initrd line in grub, and make would not have produced an intird anyway..
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Wed Oct 07, 2009 9:03 pm    Post subject: Reply with quote

Ok manual it is
Pls post
Code:
lspci -k
results
Have you fixed fstab?
Back to top
View user's profile Send private message
adramalech707
Apprentice
Apprentice


Joined: 06 Oct 2009
Posts: 236
Location: California, USA

PostPosted: Wed Oct 07, 2009 9:40 pm    Post subject: Reply with quote

okay fixed fstab i did keep the cdrom to put in...

i was in chroot and guess what i cannot do lspci -k or lspci anything....i think i might have done some thing wrong with not installing certain things i don't know...

but here is my lspci -k in ubuntu:

Code:


00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 0
   Capabilities: [c4] HyperTransport: Slave or Primary Interface
   Capabilities: [54] HyperTransport: UnitID Clumping
   Capabilities: [40] HyperTransport: Retry Mode
   Capabilities: [9c] HyperTransport: #1a
   Capabilities: [f8] HyperTransport: #1c

00:01.0 PCI bridge: Hewlett-Packard Company Device 9602
   Flags: bus master, 66MHz, medium devsel, latency 64
   Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
   I/O behind bridge: 00007000-00007fff
   Memory behind bridge: d2300000-d24fffff
   Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
   Capabilities: [44] HyperTransport: MSI Mapping Enable+ Fixed+
   Capabilities: [b0] Subsystem: Hewlett-Packard Company Device 30fc
   Kernel modules: shpchp

00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0)
   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=02, subordinate=07, sec-latency=0
   I/O behind bridge: 00003000-00006fff
   Memory behind bridge: d1300000-d22fffff
   Prefetchable memory behind bridge: 00000000d0000000-00000000d0ffffff
   Capabilities: [50] Power Management version 3
   Capabilities: [58] Express Root Port (Slot+), MSI 00
   Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
   Capabilities: [b0] Subsystem: Hewlett-Packard Company Device 30fc
   Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
   Capabilities: [100] Vendor Specific Information <?>
   Capabilities: [110] Virtual Channel <?>
   Kernel driver in use: pcieport-driver
   Kernel modules: shpchp

00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
   Memory behind bridge: d1200000-d12fffff
   Prefetchable memory behind bridge: ffffffffb0000000-00000000b00fffff
   Capabilities: [50] Power Management version 3
   Capabilities: [58] Express Root Port (Slot+), MSI 00
   Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
   Capabilities: [b0] Subsystem: Hewlett-Packard Company Device 30fc
   Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
   Capabilities: [100] Vendor Specific Information <?>
   Capabilities: [110] Virtual Channel <?>
   Kernel driver in use: pcieport-driver
   Kernel modules: shpchp

00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
   Memory behind bridge: d1100000-d11fffff
   Capabilities: [50] Power Management version 3
   Capabilities: [58] Express Root Port (Slot+), MSI 00
   Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
   Capabilities: [b0] Subsystem: Hewlett-Packard Company Device 30fc
   Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
   Capabilities: [100] Vendor Specific Information <?>
   Capabilities: [110] Virtual Channel <?>
   Kernel driver in use: pcieport-driver
   Kernel modules: shpchp

00:07.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 3)
   Flags: bus master, fast devsel, latency 0
   Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
   I/O behind bridge: 00002000-00002fff
   Memory behind bridge: b0100000-b01fffff
   Prefetchable memory behind bridge: 00000000d1000000-00000000d10fffff
   Capabilities: [50] Power Management version 3
   Capabilities: [58] Express Root Port (Slot+), MSI 00
   Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
   Capabilities: [b0] Subsystem: Hewlett-Packard Company Device 30fc
   Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
   Capabilities: [100] Vendor Specific Information <?>
   Capabilities: [110] Virtual Channel <?>
   Kernel driver in use: pcieport-driver
   Kernel modules: shpchp

00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode] (prog-if 01)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22
   I/O ports at 8038 [size=8]
   I/O ports at 804c [size=4]
   I/O ports at 8030 [size=8]
   I/O ports at 8048 [size=4]
   I/O ports at 8010 [size=16]
   Memory at d2508000 (32-bit, non-prefetchable) [size=1K]
   Capabilities: [60] Power Management version 2
   Capabilities: [70] SATA HBA <?>
   Kernel driver in use: ahci

00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller (prog-if 10)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
   Memory at d2507000 (32-bit, non-prefetchable) [size=4K]
   Kernel driver in use: ohci_hcd

00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller (prog-if 10)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
   Memory at d2506000 (32-bit, non-prefetchable) [size=4K]
   Kernel driver in use: ohci_hcd

00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller (prog-if 20)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 17
   Memory at d2508500 (32-bit, non-prefetchable) [size=256]
   Capabilities: [c0] Power Management version 2
   Capabilities: [e4] Debug port: BAR=1 offset=00e0
   Kernel driver in use: ehci_hcd

00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller (prog-if 10)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
   Memory at d2505000 (32-bit, non-prefetchable) [size=4K]
   Kernel driver in use: ohci_hcd

00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller (prog-if 10)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 18
   Memory at d2504000 (32-bit, non-prefetchable) [size=4K]
   Kernel driver in use: ohci_hcd

00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller (prog-if 20)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 19
   Memory at d2508400 (32-bit, non-prefetchable) [size=256]
   Capabilities: [c0] Power Management version 2
   Capabilities: [e4] Debug port: BAR=1 offset=00e0
   Kernel driver in use: ehci_hcd

00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: 66MHz, medium devsel
   Capabilities: [b0] HyperTransport: MSI Mapping Enable- Fixed+
   Kernel driver in use: piix4_smbus
   Kernel modules: i2c-piix4

00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller (prog-if 8a [Master SecP PriP])
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16
   I/O ports at 01f0 [size=8]
   I/O ports at 03f4 [size=1]
   I/O ports at 0170 [size=8]
   I/O ports at 0374 [size=1]
   I/O ports at 8000 [size=16]
   Capabilities: [70] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
   Kernel driver in use: pata_atiixp

00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, slow devsel, latency 64, IRQ 16
   Memory at d2500000 (64-bit, non-prefetchable) [size=16K]
   Capabilities: [50] Power Management version 2
   Kernel driver in use: HDA Intel
   Kernel modules: snd-hda-intel

00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, 66MHz, medium devsel, latency 0

00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (prog-if 01)
   Flags: bus master, 66MHz, medium devsel, latency 64
   Bus: primary=00, secondary=80, subordinate=8f, sec-latency=64
   I/O behind bridge: 00001000-00001fff

00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 11h HyperTransport Configuration (rev 40)
   Flags: fast devsel
   Capabilities: [80] HyperTransport: Host or Secondary Interface

00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h Address Map
   Flags: fast devsel

00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 11h DRAM Controller
   Flags: fast devsel

00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 11h Miscellaneous Control
   Flags: fast devsel
   Capabilities: [f0] Secure device <?>

00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 11h Link Control
   Flags: fast devsel

01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, fast devsel, latency 0, IRQ 10
   Memory at c0000000 (32-bit, prefetchable) [size=256M]
   I/O ports at 7000 [size=256]
   Memory at d2400000 (32-bit, non-prefetchable) [size=64K]
   Memory at d2300000 (32-bit, non-prefetchable) [size=1M]
   Capabilities: [50] Power Management version 3
   Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
   Kernel modules: fglrx

01:05.1 Audio device: ATI Technologies Inc RS780 Azalia controller
   Subsystem: ATI Technologies Inc RS780 Azalia controller
   Flags: bus master, fast devsel, latency 0, IRQ 19
   Memory at d2410000 (32-bit, non-prefetchable) [size=16K]
   Capabilities: [50] Power Management version 3
   Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
   Kernel driver in use: HDA Intel
   Kernel modules: snd-hda-intel

08:00.0 System peripheral: JMicron Technologies, Inc. SD/MMC Host Controller
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, fast devsel, latency 0, IRQ 17
   Memory at d1200300 (32-bit, non-prefetchable) [size=256]
   Expansion ROM at b0000000 [disabled] [size=64K]
   Capabilities: [a4] Power Management version 3
   Capabilities: [80] Express Endpoint, MSI 00
   Capabilities: [94] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
   Kernel driver in use: sdhci-pci
   Kernel modules: sdhci-pci

08:00.2 SD Host controller: JMicron Technologies, Inc. Standard SD Host Controller (prog-if 01)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: fast devsel, IRQ 17
   Memory at d1200200 (32-bit, non-prefetchable) [size=256]
   Capabilities: [a4] Power Management version 3
   Capabilities: [80] Express Endpoint, MSI 00
   Capabilities: [94] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
   Kernel modules: sdhci-pci

08:00.3 System peripheral: JMicron Technologies, Inc. MS Host Controller
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, fast devsel, latency 0, IRQ 5
   Memory at d1200100 (32-bit, non-prefetchable) [size=256]
   Capabilities: [a4] Power Management version 3
   Capabilities: [80] Express Endpoint, MSI 00
   Capabilities: [94] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-

08:00.4 System peripheral: JMicron Technologies, Inc. xD Host Controller
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, fast devsel, latency 0, IRQ 5
   Memory at d1200000 (32-bit, non-prefetchable) [size=256]
   Capabilities: [a4] Power Management version 3
   Capabilities: [80] Express Endpoint, MSI 00
   Capabilities: [94] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-

09:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
   Subsystem: Hewlett-Packard Company Device 137a
   Flags: bus master, fast devsel, latency 0, IRQ 18
   Memory at d1100000 (64-bit, non-prefetchable) [size=64K]
   Capabilities: [40] Power Management version 2
   Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable-
   Capabilities: [60] Express Legacy Endpoint, MSI 00
   Capabilities: [90] MSI-X: Enable- Mask- TabSize=1
   Capabilities: [100] Advanced Error Reporting <?>
   Capabilities: [140] Virtual Channel <?>
   Kernel driver in use: ath5k
   Kernel modules: ath5k

0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
   Subsystem: Hewlett-Packard Company Device 30fc
   Flags: bus master, fast devsel, latency 0, IRQ 29
   I/O ports at 2000 [size=256]
   Memory at d1010000 (64-bit, prefetchable) [size=4K]
   Memory at d1000000 (64-bit, prefetchable) [size=64K]
   Expansion ROM at d1020000 [disabled] [size=128K]
   Capabilities: [40] Power Management version 3
   Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
   Capabilities: [70] Express Endpoint, MSI 01
   Capabilities: [ac] MSI-X: Enable- Mask- TabSize=2
   Capabilities: [cc] Vital Product Data <?>
   Capabilities: [100] Advanced Error Reporting <?>
   Capabilities: [140] Virtual Channel <?>
   Capabilities: [160] Device Serial Number 00-00-ff-ff-00-00-01-2c
   Kernel driver in use: r8169
   Kernel modules: r8169
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