Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help with kernel config pcchipsp25g and radeon 9250[SOLVED]
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
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Sun Nov 18, 2012 6:44 am    Post subject: help with kernel config pcchipsp25g and radeon 9250[SOLVED] Reply with quote

hi, i have a problem with a radeon 9250 agp
i declared in the makemenu and in make.conf
so when i try to start next to grub i got a blackscreen and i dont see nothing

I guess I have to log in as chroot and install xorg drivers whats your recommend
the the blackscreen looks lighted looks on but black, i folow the gentoo wiky


Last edited by Juan Betancourt on Thu Nov 22, 2012 9:21 pm; edited 2 times in total
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Sun Nov 18, 2012 9:38 am    Post subject: Reply with quote

if you are using the in-kernel open source driver, and you are seeing nothing on boot, this happens before X ever comes into the picture

I suspect either a)some options for radeon are missing from the kernel, or, b)you do not have DEVTMPFS and DEVTMPFS_MOUNT enabled in your kernel config

if this is wrong, can you put your kernel .config on pastebin and share with us?
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Sun Nov 18, 2012 10:44 pm    Post subject: Re: Reply with quote

cach0rr0 wrote:
if you are using the in-kernel open source driver, and you are seeing nothing on boot, this happens before X ever comes into the picture

I suspect either a)some options for radeon are missing from the kernel, or, b)you do not have DEVTMPFS and DEVTMPFS_MOUNT enabled in your kernel config

if this is wrong, can you put your kernel .config on pastebin and share with us?

I decided to reinstall
Could you help with kernel configurations?
I have a P4 2.8 processor
Radeon 9250 AGP
mouse
ide hard drive
mother board chips p25g http://www.pcchips.com.tw/PCCWebSite/Products/ProductsDetail.aspx?CategoryID=1&DetailID=358&DetailName=Feature&MenuID=1&LanID=0
Envision monitor
FLAGS d put ; save falgs wiki to prescott
and an IDE Harddisk 150G
i have 4 partitions sda1 boot, sda2 swap,sda3 root, sda4 home
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Mon Nov 19, 2012 1:35 am    Post subject: Reply with quote

http://www.gentoo.org/doc/en/xorg-config.xml has instructions how to configure your kernel for KMS.

Do not under any circumstances enable radeonfb.
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Mon Nov 19, 2012 2:29 am    Post subject: Reply with quote

Juan Betancourt,

A good radeon outline is posted here :wink:
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
cach0rr0
Bodhisattva
Bodhisattva


Joined: 13 Nov 2008
Posts: 4123
Location: Houston, Republic of Texas

PostPosted: Mon Nov 19, 2012 3:03 am    Post subject: Re: Reply with quote

Juan Betancourt wrote:

Could you help with kernel configurations?


have a look at Pappy's guide. There is a link in my signature.

Juan Betancourt wrote:

FLAGS d put ; save falgs wiki to prescott


the 'safe cflags' wiki is outdated
i would use:
Code:

CFLAGS="-march=native -O2 -pipe"


and nothing more. This lets GCC automatically determine the best settings for your architecture, and has been supported since GCC 4.3 I believe

Also do not set custom LDFLAGS either, the defaults have been changed since that wiki was written, there is little need to customize them.
_________________
Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Tue Nov 20, 2012 5:27 am    Post subject: well i have an other problem Reply with quote

VFS : cannot open root devices sda3 or unknown-block(0,0) error 6
please appended a correct root= boot option

whyyyyyyyyyyyyyyyyyyyy[/quote]
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Tue Nov 20, 2012 6:20 am    Post subject: Reply with quote

your kernel config does not include drivers needed for your hard drives.
if you want more help picking drivers; boot the cd, mount the gentoo partitions, enter the chroot
Code:
emerge wgetpaste pciutils
lspci-k | wgetpaste
post the url returned here
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Tue Nov 20, 2012 8:16 pm    Post subject: the url Reply with quote

DONAHUE wrote:
your kernel config does not include drivers needed for your hard drives.
if you want more help picking drivers; boot the cd, mount the gentoo partitions, enter the chroot
Code:
emerge wgetpaste pciutils
lspci-k | wgetpaste
post the url returned here


this is the url http://bpaste.net/show/59316/


Last edited by Juan Betancourt on Tue Nov 20, 2012 9:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Tue Nov 20, 2012 8:39 pm    Post subject: Reply with quote

Juan Betancourt,

Is CONFIG_PATA_VIA and CONFIG_SATA_VIA set :?:
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Tue Nov 20, 2012 8:40 pm    Post subject: Reply with quote

boot cd, mount gentoo partitions, enter chroot, edit menuconfig to:
Quote:

Device Drivers --->

< > ATA/ATAPI/MFM/RLL support (DEPRECATED) --->

SCSI device support --->
< > RAID Transport Class
-*- SCSI device support
< > SCSI target support
[*] legacy /proc/scsi/ support
*** SCSI support type (disk, tape, CD-ROM) ***
<*> SCSI disk support
< > SCSI tape support
< > SCSI OnStream SC-x0 tape support
<*> SCSI CDROM support
<*> SCSI CDROM support
[ ] Enable vendor-specific extensions (for SCSI CDROM)
<*> SCSI generic support

<*> Serial ATA and Parallel ATA drivers --->
--- Serial ATA and Parallel ATA drivers
[ ] Verbose ATA error reporting
[*] ATA ACPI Support
[ ] SATA Port Multiplier support
*** Controllers with non-SFF native interface ***
< > AHCI SATA support
< > Platform AHCI SATA support
< > Initio 162x SATA support
< > ACard AHCI variant (ATP 8620)
< > Silicon Image 3124/3132 SATA support
[*] ATA SFF support (for legacy IDE and PATA)
*** SFF controllers with custom DMA interface ***
< > Pacific Digital ADMA support
< > Pacific Digital SATA QStor support
< > Promise SATA SX4 support (Experimental)
[*] ATA BMDMA support
*** SATA SFF controllers with BMDMA ***
< > Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support
< > Marvell SATA support
< > NVIDIA SATA support
< > Promise SATA TX2/TX4 support
< > Silicon Image SATA support
< > SiS 964/965/966/180 SATA support
< > ServerWorks Frodo / Apple K2 SATA support
< > ULi Electronics SATA support
<*> VIA SATA support
< > VITESSE VSC-7174 / INTEL 31244 SATA support
*** PATA SFF controllers with BMDMA ***
< > ALi PATA support
< > AMD/NVidia PATA support
< > ARASAN CompactFlash PATA Controller Support
< > ARTOP 6210/6260 PATA support
< > ATI PATA support
< > ARTOP/Acard ATP867X PATA support
< > CMD64x PATA support
< > CS5510/5520 PATA support
< > CS5530 PATA support
< > CS5536 PATA support
< > Cypress CY82C693 PATA support (Very Experimental)
< > EFAR SLC90E66 support
< > HPT 366/368 PATA support
< > HPT 370/370A/371/372/374/302 PATA support
< > HPT 371N/372N/302N PATA support
< > HPT 343/363 PATA support
< > IT8213 PATA support (Experimental)
< > IT8211/2 PATA support
< > JMicron PATA support
< > Marvell PATA support via legacy mode
< > NETCELL Revolution RAID support
< > Ninja32/Delkin Cardbus ATA support
< > Nat Semi NS87415 PATA support
< > Intel PATA old PIIX support
< > OPTI FireStar PATA support (Very Experimental)
< > Promise PATA 2027x support
< > Older Promise PATA controller support
< > RADISYS 82600 PATA support (Experimental)
< > RDC PATA support
< > SC1200 PATA support
< > Intel SCH PATA support
< > SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support
< > CMD / Silicon Image 680 PATA support
< > SiS PATA support
< > Toshiba Piccolo support (Experimental)
< > Compaq Triflex PATA support
<*> VIA PATA support
< > Winbond SL82C105 PATA support
*** PIO-only SFF controllers ***
< > CMD640 PCI PATA support (Experimental)
< > Intel PATA MPIIX support
< > Nat Semi NS87410 PATA support
< > OPTI621/6215 PATA support (Very Experimental)
< > PC Tech RZ1000 PATA support
*** Generic fallback / legacy drivers ***
< > ACPI firmware driver for PATA
< > Generic ATA support
< > Legacy ISA PATA support (Experimental)

File systems --->
< > Second extended fs support
< > Ext3 journalling file system support
<*> The Extended 4 (ext4) filesystem
[*] Use ext4 for ext2/ext3 file systems (NEW)
[*] Ext4 extended attributes (NEW)
[ ] Ext4 POSIX Access Control Lists (NEW)
[ ] Ext4 Security Labels (NEW) *
[ ] EXT4 debugging support (NEW)
[ ] JBD2 (ext4) debugging support (NEW)
recompile and recopy kernel, exit chroot, reboot
assumes ext2/3/4 fs in use, if you use another fs include it as <*> , a built in not a module

Edited for emphasis
_________________
Defund the FCC.


Last edited by DONAHUE on Wed Nov 21, 2012 8:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Tue Nov 20, 2012 9:10 pm    Post subject: Reply with quote

[quote=a built in not a module[/quote]
how do this whith make install
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Tue Nov 20, 2012 9:29 pm    Post subject: Reply with quote

in menuconfig use <*> to build in the code; not <M>, which will create a loadable module
_________________
Defund the FCC.
Back to top
View user's profile Send private message
BillWho
Veteran
Veteran


Joined: 03 Mar 2012
Posts: 1600
Location: US

PostPosted: Tue Nov 20, 2012 9:29 pm    Post subject: Reply with quote

Juan Betancourt,

It's make menuconfig and navigate to the appropriate section(s).
_________________
Good luck :wink:

Since installing gentoo, my life has become one long emerge :)
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Tue Nov 20, 2012 9:38 pm    Post subject: Reply with quote

DONAHUE wrote:
boot cd, mount gentoo partitions, enter chroot, edit menuconfig to:
Quote:

Device Drivers --->

< > ATA/ATAPI/MFM/RLL support (DEPRECATED) --->

SCSI device support --->
< > RAID Transport Class
-*- SCSI device support
< > SCSI target support
[*] legacy /proc/scsi/ support
*** SCSI support type (disk, tape, CD-ROM) ***
<*> SCSI disk support
< > SCSI tape support
< > SCSI OnStream SC-x0 tape support
<*> SCSI CDROM support
<*> SCSI CDROM support
[ ] Enable vendor-specific extensions (for SCSI CDROM)
<*> SCSI generic support

<*> Serial ATA and Parallel ATA drivers --->
--- Serial ATA and Parallel ATA drivers
[ ] Verbose ATA error reporting
[*] ATA ACPI Support
[ ] SATA Port Multiplier support
*** Controllers with non-SFF native interface ***
< > AHCI SATA support
< > Platform AHCI SATA support
< > Initio 162x SATA support
< > ACard AHCI variant (ATP 8620)
< > Silicon Image 3124/3132 SATA support
[*] ATA SFF support (for legacy IDE and PATA)
*** SFF controllers with custom DMA interface ***
< > Pacific Digital ADMA support
< > Pacific Digital SATA QStor support
< > Promise SATA SX4 support (Experimental)
[*] ATA BMDMA support
*** SATA SFF controllers with BMDMA ***
< > Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support
< > Marvell SATA support
< > NVIDIA SATA support
< > Promise SATA TX2/TX4 support
< > Silicon Image SATA support
< > SiS 964/965/966/180 SATA support
< > ServerWorks Frodo / Apple K2 SATA support
< > ULi Electronics SATA support
<*> VIA SATA support
< > VITESSE VSC-7174 / INTEL 31244 SATA support
*** PATA SFF controllers with BMDMA ***
< > ALi PATA support
< > AMD/NVidia PATA support
< > ARASAN CompactFlash PATA Controller Support
< > ARTOP 6210/6260 PATA support
< > ATI PATA support
< > ARTOP/Acard ATP867X PATA support
< > CMD64x PATA support
< > CS5510/5520 PATA support
< > CS5530 PATA support
< > CS5536 PATA support
< > Cypress CY82C693 PATA support (Very Experimental)
< > EFAR SLC90E66 support
< > HPT 366/368 PATA support
< > HPT 370/370A/371/372/374/302 PATA support
< > HPT 371N/372N/302N PATA support
< > HPT 343/363 PATA support
< > IT8213 PATA support (Experimental)
< > IT8211/2 PATA support
< > JMicron PATA support
< > Marvell PATA support via legacy mode
< > NETCELL Revolution RAID support
< > Ninja32/Delkin Cardbus ATA support
< > Nat Semi NS87415 PATA support
< > Intel PATA old PIIX support
< > OPTI FireStar PATA support (Very Experimental)
< > Promise PATA 2027x support
< > Older Promise PATA controller support
< > RADISYS 82600 PATA support (Experimental)
< > RDC PATA support
< > SC1200 PATA support
< > Intel SCH PATA support
< > SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support
< > CMD / Silicon Image 680 PATA support
< > SiS PATA support
< > Toshiba Piccolo support (Experimental)
< > Compaq Triflex PATA support
<*> VIA PATA support
< > Winbond SL82C105 PATA support
*** PIO-only SFF controllers ***
< > CMD640 PCI PATA support (Experimental)
< > Intel PATA MPIIX support
< > Nat Semi NS87410 PATA support
< > OPTI621/6215 PATA support (Very Experimental)
< > PC Tech RZ1000 PATA support
*** Generic fallback / legacy drivers ***
< > ACPI firmware driver for PATA
< > Generic ATA support
< > Legacy ISA PATA support (Experimental)

File systems --->
< > Second extended fs support
< > Ext3 journalling file system support
<*> The Extended 4 (ext4) filesystem
[*] Use ext4 for ext2/ext3 file systems (NEW)
[*] Ext4 extended attributes (NEW)
[ ] Ext4 POSIX Access Control Lists (NEW)
[ ] Ext4 Security Labels (NEW) *
[ ] EXT4 debugging support (NEW)
[ ] JBD2 (ext4) debugging support (NEW)
recompile and recopy kernel, exit chroot, reboot
assumes ext2/3/4 fs in use, if you use another fs include it as <*> , a built in not a module


the error continue
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Tue Nov 20, 2012 10:01 pm    Post subject: Reply with quote

boot cd
Code:
fdisk -l
post result here
then mount the gentoo partition
Code:
mount /dev/sda3 /mnt/gentoo
run
Code:
ls -l /mnt/gentoo/boot
should be empty; post result if not; then run
Code:
mount /dev/sda1 /mount/gentoo/boot
ls -l /mount/gentoo/boot
date
post results here. Then continue into the chroot then run
Code:
 wgetpaste /usr/src/linux/.config
and post the url.
If possible take a photo of the crash screen, digital camera or smart phone, and post on a free photo site posting the url here.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Wed Nov 21, 2012 7:48 pm    Post subject: there it is my .config Reply with quote

DONAHUE wrote:
boot cd
Code:
fdisk -l
post result here
then mount the gentoo partition
Code:
mount /dev/sda3 /mnt/gentoo
run
Code:
ls -l /mnt/gentoo/boot
should be empty; post result if not; then run
Code:
mount /dev/sda1 /mount/gentoo/boot
ls -l /mount/gentoo/boot
date
post results here. Then continue into the chroot then run
Code:
 wgetpaste /usr/src/linux/.config
and post the url.
If possible take a photo of the crash screen, digital camera or smart phone, and post on a free photo site posting the url here.


igot notthing from the ls
then when i chroot
http://bpaste.net/show/59617/
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 Nov 21, 2012 7:58 pm    Post subject: Reply with quote

Quote:
# CONFIG_PATA_VIA is not set
tells us that you missed setting
Quote:
<*> VIA PATA support
in the menuconfig which is exactly the driver your hard drives need. Boot cd, mount the gentoo partitions, enter the chroot, edit menuconfig to include
Quote:
<*> VIA PATA support
recompile and recopy the kernel, exit the chroot and reboot.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Wed Nov 21, 2012 8:25 pm    Post subject: there it is my new .config Reply with quote

http://bpaste.net/show/59622/
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Wed Nov 21, 2012 8:31 pm    Post subject: the same error Reply with quote

no isnt work
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Wed Nov 21, 2012 9:00 pm    Post subject: the picture Reply with quote

[IMG]http://www.subirimagenes.net/thumbnails/1ffda30d4ba1ddf4f42ac533f145a3a3.jpg[/IMG]
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 Nov 21, 2012 9:36 pm    Post subject: Reply with quote

A kernel compiled with the new .config you just posted should boot without the panic shown in the photo. It should show words like "driver sd available partitions sda1 sda2 sda3 driver sr available partitions sr0". This suggests that the new kernel is not being loaded but an older version is. Check that the kernel name in /boot/grub/grub.conf matches the new kernel name in /boot and that the new kernel in /boot was produced in the last hour or so.

I note Pappy's seed was missing
Quote:
Device Drivers │
Generic Driver Options
[*] Automount devtmpfs at /dev, after the kernel mounted the rootfs
and so your new .config is also missing it. Recommend adding it, recompiling and recopying the kernel. This is not related to the current panic.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Wed Nov 21, 2012 11:35 pm    Post subject: jjajajajajajajajajajaja Reply with quote

we did it

Code:
 make && make modules_install && make install
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 Nov 21, 2012 11:59 pm    Post subject: Reply with quote

If still not booting, has the panic message changed? Then
boot cd
Code:
mount /dev/sda3 /mnt/gentoo
cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
mount -t proc none /mnt/gentoo/proc
mount --rbind /sys /mnt/gentoo/sys
mount --rbind /dev /mnt/gentoo/dev
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
export PS1="(chroot) $PS1"
ls -l /boot | wgetpaste
mount /dev/sda1 /boot
ls -l /boot | wgetpaste
wgetpaste /boot/grub/grub.conf
fdisk -l | wgetpaste
post URL for each step here.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
Juan Betancourt
n00b
n00b


Joined: 18 Nov 2012
Posts: 17

PostPosted: Thu Nov 22, 2012 9:20 pm    Post subject: gracias Reply with quote

now is working i reintall anput the selections an is runing
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