Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
strange boot problem, fb issue probably
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc
View previous topic :: View next topic  
Author Message
shickapooka800
Guru
Guru


Joined: 05 Dec 2004
Posts: 304
Location: no

PostPosted: Thu Feb 02, 2006 9:23 pm    Post subject: strange boot problem, fb issue probably Reply with quote

hello,

i am trying to boot gentoo (and other distros -- all 2 of them) on a RDI britelite 'laptop' (its huge). it is based off of a Sun IPX system, except it has a video card to drive the attached screen. i believe this video card is the source of some of my troubles but i am still lost.

upon booting (both the vanilla kernels and the gentoo ones) the kernel is unpacked, and everything starts to fly by like normal, but around the time when it "switches to colour frame buffer device 80x30" it spits out the following:
Code:
alloc_io_res(cgsix ram): cannot occupy
Program Terminated
ok


where by it leaves me staring back at the 'ok' prompt. is there a place that lists all the video= options for booting (typing 'video' at the SILO prompt does nothing)? is there a way to forego the 'colour frame buffer' and try something else?

also, how easy is it to wire up an adapter to go from the sun vga plug to the normal 14-pin vga plug (it has the onboard video -- it is just an IPX motherboard shoved into a 'laptop' case).

thanks for the help
Back to top
View user's profile Send private message
shickapooka800
Guru
Guru


Joined: 05 Dec 2004
Posts: 304
Location: no

PostPosted: Thu Feb 02, 2006 9:34 pm    Post subject: Reply with quote

ok i have found this, it appears it isnt the framebuffer, but something possibly more serious(or even more obvious and i am a moron)

that error i got, here it is in the kernel code:
Code:

if (allocate_resource(&sparc_iomap, res,
 (offset + sz + PAGE_SIZE-1) & PAGE_MASK,
 sparc_iomap.start, sparc_iomap.end, PAGE_SIZE, NULL, NULL) != 0) {
 /* Usually we cannot see printks in this case. */
 prom_printf("alloc_io_res(%s): cannot occupy\n",
 (res->name != NULL)? res->name: "???");
 prom_halt();
 }


this is from http://kernel25.sourcesdb.com/r.php?num=199

it is a memory issue? what the hell am i doing wrong?! :)
Back to top
View user's profile Send private message
shickapooka800
Guru
Guru


Joined: 05 Dec 2004
Posts: 304
Location: no

PostPosted: Thu Feb 02, 2006 9:59 pm    Post subject: Reply with quote

answering my own questions here:


cgsix (from previous error ) i found is the LEGO 8bpp framebuffer device that on my machine is probably the onboard video i think.

still lost though..... and netbsd wouln't boot (never a good sign -- but i think this is my downfall --looking into it).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on Sparc All times are GMT
Page 1 of 1

 
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