Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Cc: Maxim Wexler <maxim.wexler@×××××.com>
Subject: Re: [gentoo-user] strange dmesg output - RESOLVED
Date: Tue, 27 Oct 2009 09:11:20
Message-Id: 200910271110.13489.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] strange dmesg output - RESOLVED by Maxim Wexler
1 On Tuesday 27 October 2009 03:38:53 Maxim Wexler wrote:
2 > Ok, this is too weird. While mucking around in the kernel I noticed
3 > that the scroll back buffer wasn't set. So I configured it and gave it
4 > 128 bytes to play with.
5
6 It's 128 kilo bytes just btw :-)
7
8
9 > Sez I, well at least I'll be able to scroll
10 > back to the start of all that verbiage. That's the only change I've
11 > made since turning USB_STORAGE debugging off.
12 >
13 > After a reboot, dmesg behaved and gives me a complete rundown on
14 > startup all the way back to the prompt!
15 >
16 > So, since in the digital world, things don't "just happen", can
17 > someone enlighten me, or anyone else who's interested, in the
18 > connection between the scrollback buffer and usb-storage, if any?
19
20
21 There isn't a connection. Why do you think there is one?
22
23 You enabled scrollback so now the console has retained enough of the kernel
24 console output that you can scroll back to the beginning without using all
25 128K.
26
27
28
29 Symbol: VGACON_SOFT_SCROLLBACK_SIZE [=256]
30 Prompt: Scrollback Buffer Size (in KB)
31 Defined at drivers/video/console/Kconfig:37
32 Depends on: HAS_IOMEM && VT && VGACON_SOFT_SCROLLBACK
33
34 Symbol: VGACON_SOFT_SCROLLBACK [=y]
35 Prompt: Enable Scrollback Buffer in System RAM
36 Defined at drivers/video/console/Kconfig:22
37 Depends on: HAS_IOMEM && VT && VGA_CONSOLE
38
39 Symbol: USB_STORAGE [=m]
40 Prompt: USB Mass Storage support
41 Defined at drivers/usb/storage/Kconfig:9
42 Depends on: USB_SUPPORT && USB && SCSI
43
44 Symbol: USB_STORAGE_DEBUG [=n]
45 Prompt: USB Mass Storage verbose debug
46 Defined at drivers/usb/storage/Kconfig:27
47 Depends on: USB_SUPPORT && USB_STORAGE
48
49 Symbol: USB_SUPPORT [=y]
50 Prompt: USB support
51 Defined at drivers/usb/Kconfig:5
52 Depends on: HAS_IOMEM
53
54
55 --
56 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] strange dmesg output - RESOLVED Maxim Wexler <maxim.wexler@×××××.com>
Re: [gentoo-user] strange dmesg output - RESOLVED Mick <michaelkintzios@×××××.com>