* [parisc-linux] console switching with C160 Hyperdrive option card
@ 2001-12-11 2:55 James P. Kinney III
2001-12-11 8:50 ` Helge Deller
0 siblings, 1 reply; 5+ messages in thread
From: James P. Kinney III @ 2001-12-11 2:55 UTC (permalink / raw)
To: palinux
[-- Attachment #1: Type: text/plain, Size: 824 bytes --]
I loaded up the 0.9.3-rc6 iso. Loaded great onto a C160. I have a
Hyperdrive optional graphics card that my A4033A monitor is attached to.
The main Gecko GSC core graphics is not used. I can get a serial console
with no problem.
How do I tell palo to use the Hyperdrive card?
I tried telling it console=fb0, but never got anything. I tried telling
it sti=1, no luck there. Tried both.
Suggestions welcome !
--
James P. Kinney III \Changing the mobile computing world/
President and COO \ one Linux user /
Local Net Solutions,LLC \ at a time. /
770-493-8244 \.___________________________./
GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
<jkinney@localnetsolutions.com>
Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] console switching with C160 Hyperdrive option card
2001-12-11 2:55 [parisc-linux] console switching with C160 Hyperdrive option card James P. Kinney III
@ 2001-12-11 8:50 ` Helge Deller
2001-12-11 19:07 ` James P. Kinney III
0 siblings, 1 reply; 5+ messages in thread
From: Helge Deller @ 2001-12-11 8:50 UTC (permalink / raw)
To: James P. Kinney III, palinux
On Tuesday 11 December 2001 03:55, James P. Kinney III wrote:
> I loaded up the 0.9.3-rc6 iso. Loaded great onto a C160. I have a
> Hyperdrive optional graphics card that my A4033A monitor is attached to.
> The main Gecko GSC core graphics is not used. I can get a serial console
> with no problem.
>
> How do I tell palo to use the Hyperdrive card?
>
> I tried telling it console=fb0, but never got anything. I tried telling
> it sti=1, no luck there. Tried both.
>
> Suggestions welcome !
Hi James,
sti=1 should be the right value if the stifb driver detects and supports your
hyperdrive. Maybe you could post the boot-messages regarding your
graphic cards (`dmesg | grep sti`) ?
Helge
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] console switching with C160 Hyperdrive option card
2001-12-11 8:50 ` Helge Deller
@ 2001-12-11 19:07 ` James P. Kinney III
2001-12-11 21:12 ` Matt Taggart
2001-12-12 4:40 ` Grant Grundler
0 siblings, 2 replies; 5+ messages in thread
From: James P. Kinney III @ 2001-12-11 19:07 UTC (permalink / raw)
Cc: palinux
[-- Attachment #1: Type: text/plain, Size: 2007 bytes --]
Ah, Ha! Lots of sti stuff in dmesg output. All positive. Found
everything.
Grabbed a new kernel source from kernel.org and ran make oldconfig. I
think it uses the current running kernel for a starting point.
Looked at the .config file afterwards. No sti frame buffer configured.
Hmm.
More research. Current firmware is 2.1. Latest firmware from HP is 6.1.
And it "fixes" some 3rd party graphics card problems.
As soon as I get a blank tape, I'll upgrade the firmware (scary
process!).
Did the sti framebuffer get compiled into the kernel on the 0.9.3-rc6
iso or am I missing something?
On Tue, 2001-12-11 at 03:50, Helge Deller wrote:
> On Tuesday 11 December 2001 03:55, James P. Kinney III wrote:
> > I loaded up the 0.9.3-rc6 iso. Loaded great onto a C160. I have a
> > Hyperdrive optional graphics card that my A4033A monitor is attached to.
> > The main Gecko GSC core graphics is not used. I can get a serial console
> > with no problem.
> >
> > How do I tell palo to use the Hyperdrive card?
> >
> > I tried telling it console=fb0, but never got anything. I tried telling
> > it sti=1, no luck there. Tried both.
> >
> > Suggestions welcome !
>
> Hi James,
>
> sti=1 should be the right value if the stifb driver detects and supports your
> hyperdrive. Maybe you could post the boot-messages regarding your
> graphic cards (`dmesg | grep sti`) ?
>
> Helge
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>
--
James P. Kinney III \Changing the mobile computing world/
President and COO \ one Linux user /
Local Net Solutions,LLC \ at a time. /
770-493-8244 \.___________________________./
GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
<jkinney@localnetsolutions.com>
Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] console switching with C160 Hyperdrive option card
2001-12-11 19:07 ` James P. Kinney III
@ 2001-12-11 21:12 ` Matt Taggart
2001-12-12 4:40 ` Grant Grundler
1 sibling, 0 replies; 5+ messages in thread
From: Matt Taggart @ 2001-12-11 21:12 UTC (permalink / raw)
To: James P. Kinney III; +Cc: palinux
"James P. Kinney III" writes...
> More research. Current firmware is 2.1. Latest firmware from HP is 6.1.
> And it "fixes" some 3rd party graphics card problems.
>
> As soon as I get a blank tape, I'll upgrade the firmware (scary
> process!).
IMHO, updating via bootp/tftp is the easiest way(assuming you have them
setup). You can also burn the firmware image on a CDROM and boot from that.
You can even boot it from a harddisk by putting it in the right place (using
the right dd command).
--
Matt Taggart Linux Development Lab
taggart@fc.hp.com HP Linux Systems Operation
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] console switching with C160 Hyperdrive option card
2001-12-11 19:07 ` James P. Kinney III
2001-12-11 21:12 ` Matt Taggart
@ 2001-12-12 4:40 ` Grant Grundler
1 sibling, 0 replies; 5+ messages in thread
From: Grant Grundler @ 2001-12-12 4:40 UTC (permalink / raw)
To: James P. Kinney III; +Cc: palinux
"James P. Kinney III" wrote:
> Grabbed a new kernel source from kernel.org and ran make oldconfig. I
> think it uses the current running kernel for a starting point.
A) It definitelly does not. You either need to find the config file
from the CD or something else.
B) forget kernel.org. parisc tree is at cvs.parisc-linux.org or
ftp.parisc-linux.org (nightly cvs snapshots). parisc isn't
fully merged back into linus's tree.
> Looked at the .config file afterwards. No sti frame buffer configured.
> Hmm.=20
Looking arch/parisc/defconfig:
CONFIG_FB=y
CONFIG_FB_STI=y
you just ahd the wrong source tree.
> More research. Current firmware is 2.1. Latest firmware from HP is 6.1.
> And it "fixes" some 3rd party graphics card problems.
It fixes alot more than just that.
I believe 2.1 is the original firmware shipped with the machine.
6.1 *will* disable PCI if anything other than an HP PCI grapchis
card is plugged into a PCI slot *and* you have an "old" Dino.
> As soon as I get a blank tape, I'll upgrade the firmware (scary
> process!).
Yes. But you can do it via LAN/bootp too.
Boot the update image just a a kernel image as described
in previous emails to this list (eg NFS root).
(Archive is at lists.parisc-linux.org)
grant
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-12-12 4:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-11 2:55 [parisc-linux] console switching with C160 Hyperdrive option card James P. Kinney III
2001-12-11 8:50 ` Helge Deller
2001-12-11 19:07 ` James P. Kinney III
2001-12-11 21:12 ` Matt Taggart
2001-12-12 4:40 ` Grant Grundler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox