[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#279648: kernel-source-2.6.9: no console on vga mode



On Friday 05 November 2004 08:07, Horms wrote:
> On Fri, Nov 05, 2004 at 12:22:26AM +0100, Klaus Maria Pfeiffer wrote:
> > Package: kernel-source-2.6.9
> > Version: 2.6.9-1
> > Followup-For: Bug #279648
> >
> > same problem here with vga=0x318, config is same as from
> > kernel-image-2.6.9-1-686 exept # CONFIG_BLK_DEV_UB is not set where the
> > console is OK.
>
> Could you please clarify what you wrote above?

sorry, I'll clarify.

> Are you saying that when CONFIG_BLK_DEV_UB is disabled the
> conslole works fine? Or that the only config change is CONFIG_BLK_DEV_UB
> but the console doesn't work anyway.

I'm running all kernels with vga=0x318.


o kernel-image-2.6.8-1-686 (2.6.8-4):
console is ok

o kernel-image-2.6.9-1-686 (2.6.9-1):
console is ok
does a kernel panic in timer.c:414 (imho because of the new introduced block 
device UB)

o the selfbuilt kernel with make-kpkg from kernel-source-2.6.9 (2.6.9-1):
console is NOT ok (nothing displaying, but kde is ok)
no problems with UB, because it's disabled.


find the changes between the .config of the original debian 
kernel-image-2.6.9-1-686 and my selfmade kernel from kernel-source-2.6.9:
;===
klaus@ragnarok:/boot$ diff config-2.6.9 config-2.6.9-1-686
3,4c3,4
< # Linux kernel version: 2.6.9
< # Thu Nov  4 23:18:47 2004
---
> # Linux kernel version: 2.6.9-1-686
> # Sun Oct 31 03:39:00 2004
75c75
< # CONFIG_M686 is not set
---
> CONFIG_M686=y
78c78
< CONFIG_MPENTIUMM=y
---
> # CONFIG_MPENTIUMM is not set
93c93
< CONFIG_X86_L1_CACHE_SHIFT=6
---
> CONFIG_X86_L1_CACHE_SHIFT=5
94a95
> CONFIG_X86_PPRO_FENCE=y
100d100
< CONFIG_X86_INTEL_USERCOPY=y
463c463
< # CONFIG_BLK_DEV_UB is not set
---
> CONFIG_BLK_DEV_UB=m
;===

as you can see, I've only changed the architecture (which has imho no 
influence on the bug) and UB devices.

greetings & hth, Klaus



Reply to: