You are not logged in.

#51 2008-03-05 13:40:53

lloeki
Member
From: France
Registered: 2007-02-20
Posts: 456
Website

Re: Kernel 2.6.24 and UVesaFB

update on my issue: it works!

I had to change:
HOOKS="base v86d keymap udev autodetect sata uresume filesystems"
to:
HOOKS="base keymap udev v86d autodetect sata uresume filesystems"

WTF?! does uvesafb need access to a device file provided by udev or something? this worked on my AUR package, so I don't get it.

note: the reason I want it this early is that this way, the font set by the keymap hook can indeed be set, because this needs a fb...
I then changed it to:
HOOKS="base udev v86d keymap autodetect sata uresume filesystems"
and everything is fine.

I will thus remove my AUR package from the AUR, unless someone objects.

Last edited by lloeki (2008-03-05 13:50:49)


To know recursion, you must first know recursion.

Offline

#52 2008-03-05 19:19:35

SlodS
Member
Registered: 2007-03-21
Posts: 20

Re: Kernel 2.6.24 and UVesaFB

Off topic, but:
If not intended, you really shouldn't place autodetect hook after other hooks, because you lose the advantage of auto-detection. Take a look at autodetect description: http://wiki.archlinux.org/index.php/Mki … able_hooks

Offline

#53 2008-03-05 19:25:01

lloeki
Member
From: France
Registered: 2007-02-20
Posts: 456
Website

Re: Kernel 2.6.24 and UVesaFB

thanks for the pointer, but it says that you will lose autodetection for those before autodetect. and those I have before are not subject to autodetection anyway, so...


To know recursion, you must first know recursion.

Offline

#54 2008-03-05 22:28:14

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: Kernel 2.6.24 and UVesaFB

lloeki wrote:

WTF?! does uvesafb need access to a device file provided by udev or something? this worked on my AUR package, so I don't get it.

I am confused as well, IMO this should work without udev.

Offline

#55 2008-03-14 10:50:09

airstep
Member
Registered: 2008-01-21
Posts: 54

Re: Kernel 2.6.24 and UVesaFB

Updated from repository and have this error on boot:

uvesafb: Getting VBE info block failed (eax=0x4f00, err=-3)
uvesafb: vbe_init() failed with -22
uvesafb: probe of uvesafb.0 failed with error -22

Same error like in prev posts. Have no issue, pls help what can I do?

Offline

#56 2008-03-14 10:54:05

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Kernel 2.6.24 and UVesaFB

airstep wrote:

Updated from repository and have this error on boot:

uvesafb: Getting VBE info block failed (eax=0x4f00, err=-3)
uvesafb: vbe_init() failed with -22
uvesafb: probe of uvesafb.0 failed with error -22

Same error like in prev posts. Have no issue, pls help what can I do?

Why didn't you start by showing the HOOKS line?


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#57 2008-03-14 14:22:19

airstep
Member
Registered: 2008-01-21
Posts: 54

Re: Kernel 2.6.24 and UVesaFB

I have tried to do like this.

lloeki wrote:

I had to change:
HOOKS="base v86d keymap udev autodetect sata uresume filesystems"
to:
HOOKS="base keymap udev v86d autodetect sata uresume filesystems"

And nothing... Just error on boot.

Offline

#58 2008-03-14 17:12:42

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Kernel 2.6.24 and UVesaFB

airstep wrote:

I have tried to do like this.

lloeki wrote:

I had to change:
HOOKS="base v86d keymap udev autodetect sata uresume filesystems"
to:
HOOKS="base keymap udev v86d autodetect sata uresume filesystems"

And nothing... Just error on boot.

You obviously rebuilt the image after changing the HOOKS, right?


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#59 2008-03-15 09:29:56

airstep
Member
Registered: 2008-01-21
Posts: 54

Re: Kernel 2.6.24 and UVesaFB

Yes ofcourse. I'm already goes around with wiki page about uvesafb. Did this stuff works for you?

Last edited by airstep (2008-03-15 09:30:29)

Offline

#60 2008-03-15 10:28:27

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Kernel 2.6.24 and UVesaFB

airstep wrote:

Yes ofcourse. I'm already goes around with wiki page about uvesafb. Did this stuff works for you?

Sure, after I got that HOOKS line right and rebuilt the initcpio image, it worked fine. Previously I was getting the same error as you. And lloeki experienced the same.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#61 2008-03-15 11:20:19

airstep
Member
Registered: 2008-01-21
Posts: 54

Re: Kernel 2.6.24 and UVesaFB

Can you post your HOOKS line?

Offline

#62 2008-03-15 11:51:49

cucullus
Member
From: Moscow, Russia
Registered: 2007-07-07
Posts: 71

Re: Kernel 2.6.24 and UVesaFB

I had the same issue and just solved it by reinstalling kernel. It seems that "mkinicpio -g kernel26" is not enough.

PS I'm dumbo! That was a wrong command. smile

Last edited by cucullus (2008-03-15 11:54:46)

Offline

#63 2008-03-15 11:52:55

airstep
Member
Registered: 2008-01-21
Posts: 54

Re: Kernel 2.6.24 and UVesaFB

I'm also tried mkinicpio -p kernel26... hmm.
Please describe - how you reinstalling kernel?
Wich command was correct?

Last edited by airstep (2008-03-15 11:56:13)

Offline

#64 2008-03-15 12:18:30

cucullus
Member
From: Moscow, Russia
Registered: 2007-07-07
Posts: 71

Re: Kernel 2.6.24 and UVesaFB

mkinitcpio -g /boot/kernel26.img
or
pacman -S kernel26
wink

... but the list of available video modes is rather unimpressive ...

Last edited by cucullus (2008-03-15 12:22:25)

Offline

#65 2008-03-15 12:27:37

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: Kernel 2.6.24 and UVesaFB

airstep wrote:

I'm also tried mkinicpio -p kernel26... hmm.
Wich command was correct?

Thats the correct command.

my line :
HOOKS="base udev autodetect sata v86d keymap filesystems"

Last edited by shining (2008-03-15 12:28:21)


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#66 2008-03-15 12:52:10

cucullus
Member
From: Moscow, Russia
Registered: 2007-07-07
Posts: 71

Re: Kernel 2.6.24 and UVesaFB

also you can try to comment line "disable uvesafb" in /etc/modeprobe.d/framebuffer_blacklist

Offline

#67 2008-03-15 13:29:32

airstep
Member
Registered: 2008-01-21
Posts: 54

Re: Kernel 2.6.24 and UVesaFB

So, I "disable uvesafb" in /etc/modeprobe.d/framebuffer_blacklist and use HOOKS line like provided by shining and it's not helped me.
Also I try to reinstall kernel with "pacman -S kernel26".

What can I do more? Same error...

Offline

#68 2008-03-15 23:27:40

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: Kernel 2.6.24 and UVesaFB

Quick update: I changed this in mkinitcpio: http://projects.archlinux.org/git/?p=mk … 7bbd34c77a

With the next mkinitcpio release (expect this tomorrow) you will be able to put v86d before udev and thus load uvesafb earlier. There will also be a change in klibc-module-init-tools that may fix some weird problems.

Offline

#69 2008-03-30 17:43:05

airstep
Member
Registered: 2008-01-21
Posts: 54

Re: Kernel 2.6.24 and UVesaFB

Uvesafb is works for me now too. But I'm expect to have more resolution like as 1280x800. For now I have only 1024x768. Any experience?

Offline

#70 2008-03-30 21:07:41

patroclo7
Member
From: Bassano del Grappa, ITALY
Registered: 2006-01-11
Posts: 915

Re: Kernel 2.6.24 and UVesaFB

airstep wrote:

Uvesafb is works for me now too. But I'm expect to have more resolution like as 1280x800. For now I have only 1024x768. Any experience?

Have you an intel integrated chipset? If so, look in the wiki article for uvesafb for the combination with 915resolution-static: uvesafb sees the resolutions seen by your BIOS, and for many intel chipsets the BIOS does not see the native resolution of the sidescreen!

I have heard also of some radeon chips with an analogous problem, but AFAIK there is not yet a tool analogous to 915resolution.


Mortuus in anima, curam gero cutis

Offline

#71 2008-03-31 08:13:43

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: Kernel 2.6.24 and UVesaFB

brain0 wrote:

Quick update: I changed this in mkinitcpio: http://projects.archlinux.org/git/?p=mk … 7bbd34c77a

With the next mkinitcpio release (expect this tomorrow) you will be able to put v86d before udev and thus load uvesafb earlier. There will also be a change in klibc-module-init-tools that may fix some weird problems.

Replying to myself again: The new mkinitcpio is now in core, so you should be able to use HOOKS="base v86d ...." now.

Offline

#72 2008-03-31 09:13:29

airstep
Member
Registered: 2008-01-21
Posts: 54

Re: Kernel 2.6.24 and UVesaFB

patroclo7 wrote:

Have you an intel integrated chipset?

No, I have ATI X1400 Mobile...

Offline

Board footer

Powered by FluxBB