From: Zeno Davatz on
On Sun, Dec 6, 2009 at 5:24 PM, Zac Medico <zmedico(a)gentoo.org> wrote:
> Zeno Davatz wrote:
>> Ok, it does compile but when I insert the module I get:
>>
>> psb: Unknown symbol i2c_bit_add_bus
>
> This might solve it:
>
> �modprobe i2c_algo_bit
>
> That module comes from CONFIG_I2C_ALGOBIT=m in your kernel config.

Yes, thanks. That helped another step. I am getting the correct screen
resolution after enabling that in the kernel as well. The boot [ok]
messages of Gentoo are in a higher resolution now though. That is a
good start.

But after my X starts I get a black screen with a

-

in the top left corner. They keyboard also does not work. May be an
X.org config problem.

Also this is in my /var/log/messages

[ 6.348077] [drm:psb_do_init] *ERROR* Debug is 0x00000000

Best
Zeno
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Éric Piel on
Op 06-12-09 17:35, Zeno Davatz schreef:
:
> Yes, thanks. That helped another step. I am getting the correct screen
> resolution after enabling that in the kernel as well. The boot [ok]
> messages of Gentoo are in a higher resolution now though. That is a
> good start.
>
> But after my X starts I get a black screen with a
>
> -
>
> in the top left corner. They keyboard also does not work. May be an
> X.org config problem.
>
I've got similar behaviour here if psb is loaded before the X server
starts (aka there is a framebuffer). If the console is just ascii (no
vga=... argument on the kernel boot line, and no "modprobe psb"), then X
starts fine.

Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Zeno Davatz on
On Mon, Dec 7, 2009 at 12:05 AM, �ric Piel <Eric.Piel(a)tremplin-utc.net> wrote:
> Op 06-12-09 17:35, Zeno Davatz schreef:
> :
>>
>> Yes, thanks. That helped another step. I am getting the correct screen
>> resolution after enabling that in the kernel as well. The boot [ok]
>> messages of Gentoo are in a higher resolution now though. That is a
>> good start.
>>
>> But after my X starts I get a black screen with a
>>
>> -
>>
>> in the top left corner. They keyboard also does not work. May be an
>> X.org config problem.
>>
> I've got similar behaviour here if psb is loaded before the X server starts
> (aka there is a framebuffer). If the console is just ascii (no vga=...
> argument on the kernel boot line, and no "modprobe psb"), then X starts
> fine.

When I do X -configure I also get:

X: symbol lookup error: /usr/lib/xorg/modules/drivers/psb_drv.so:
undefined symbol: LoaderRefSymLists

Let me know if you need any other info.

I will now try Eric's version from above.

Best
Zeno
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Zeno Davatz on
On Mon, Dec 7, 2009 at 12:05 AM, �ric Piel <Eric.Piel(a)tremplin-utc.net> wrote:
> Op 06-12-09 17:35, Zeno Davatz schreef:
> :
>>
>> Yes, thanks. That helped another step. I am getting the correct screen
>> resolution after enabling that in the kernel as well. The boot [ok]
>> messages of Gentoo are in a higher resolution now though. That is a
>> good start.
>>
>> But after my X starts I get a black screen with a
>>
>> -
>>
>> in the top left corner. They keyboard also does not work. May be an
>> X.org config problem.
>>
> I've got similar behaviour here if psb is loaded before the X server starts
> (aka there is a framebuffer). If the console is just ascii (no vga=...
> argument on the kernel boot line, and no "modprobe psb"), then X starts
> fine.

What are the exact options that you are using for "no vga"?

My terminal seems to automatically load "psb". I have no modprobe
loading "psb" explicitly.

Best
Zeno
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Éric Piel on
Op 07-12-09 10:43, Zeno Davatz schreef:
> On Mon, Dec 7, 2009 at 12:05 AM, �ric Piel <Eric.Piel(a)tremplin-utc.net> wrote:
>> Op 06-12-09 17:35, Zeno Davatz schreef:
>> :
>>> Yes, thanks. That helped another step. I am getting the correct screen
>>> resolution after enabling that in the kernel as well. The boot [ok]
>>> messages of Gentoo are in a higher resolution now though. That is a
>>> good start.
>>>
>>> But after my X starts I get a black screen with a
>>>
>>> -
>>>
>>> in the top left corner. They keyboard also does not work. May be an
>>> X.org config problem.
>>>
>> I've got similar behaviour here if psb is loaded before the X server starts
>> (aka there is a framebuffer). If the console is just ascii (no vga=...
>> argument on the kernel boot line, and no "modprobe psb"), then X starts
>> fine.
>
> What are the exact options that you are using for "no vga"?
>
> My terminal seems to automatically load "psb". I have no modprobe
> loading "psb" explicitly.
>
Well, I don't know exactly how it works, probably it's part of the
initrd. Here, on Mandriva, if I remove the "vga" argument, it
automatically stays in ascii mode.

You could use lsinitrd to check your initrd.
Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/