public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  Gentoo still not up -- now no kbd driver
@ 2007-09-01 16:34 Hendrik Boom
  2007-09-01 16:53 ` Daniel Pielmeier
  0 siblings, 1 reply; 10+ messages in thread
From: Hendrik Boom @ 2007-09-01 16:34 UTC (permalink / raw
  To: gentoo-user

Still having trouble with my first gentoo install.  Now X fails to come
up.

The relevant message seems to be;

# grep EE /var/log/Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) Failed to load module "kbd" (module does not exist, 0)
(EE) No Input driver matching `kbd'

Presumably this indicates something isn't installed you -- but what is it
I have to emerge to get module 'kbd'?  Or is it more complicated than
that?  Would it help to post a batch of config files and the entire log
file, or would that just be wasting bandwidth?

-- hendrik

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Gentoo still not up -- now no kbd driver
  2007-09-01 16:34 [gentoo-user] Gentoo still not up -- now no kbd driver Hendrik Boom
@ 2007-09-01 16:53 ` Daniel Pielmeier
  2007-09-01 17:24   ` [gentoo-user] " Hendrik Boom
  0 siblings, 1 reply; 10+ messages in thread
From: Daniel Pielmeier @ 2007-09-01 16:53 UTC (permalink / raw
  To: gentoo-user

Hendrik Boom schrieb:
> Still having trouble with my first gentoo install.  Now X fails to come
> up.
> 
> The relevant message seems to be;
> 
> # grep EE /var/log/Xorg.0.log
>         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (II) Loading extension MIT-SCREEN-SAVER
> (EE) Failed to load module "kbd" (module does not exist, 0)
> (EE) No Input driver matching `kbd'
> 
> Presumably this indicates something isn't installed you -- but what is it
> I have to emerge to get module 'kbd'?  Or is it more complicated than
> that?  Would it help to post a batch of config files and the entire log
> file, or would that just be wasting bandwidth?
> 
> -- hendrik
> 

Have you enabled the keyboard USE flag under INPUT_DEVICES in
xorg-xserver? You can set this in make.conf.

For information take a look here:
http://www.gentoo.org/doc/en/xorg-config.xml
Step 2 Installing Xorg.

Have you also enabled keyboard support in your kernel?

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: Gentoo still not up -- now no kbd driver
  2007-09-01 16:53 ` Daniel Pielmeier
@ 2007-09-01 17:24   ` Hendrik Boom
  2007-09-01 17:45     ` Daniel Pielmeier
  2007-09-01 17:52     ` Bo Ørsted Andresen
  0 siblings, 2 replies; 10+ messages in thread
From: Hendrik Boom @ 2007-09-01 17:24 UTC (permalink / raw
  To: gentoo-user

On Sat, 01 Sep 2007 18:53:08 +0200, Daniel Pielmeier wrote:

> Hendrik Boom schrieb:
>> Still having trouble with my first gentoo install.  Now X fails to come
>> up.
>> 
>> The relevant message seems to be;
>> 
>> # grep EE /var/log/Xorg.0.log
>>         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
>> (II) Loading extension MIT-SCREEN-SAVER
>> (EE) Failed to load module "kbd" (module does not exist, 0)
>> (EE) No Input driver matching `kbd'
>> 
>> Presumably this indicates something isn't installed you -- but what is it
>> I have to emerge to get module 'kbd'?  Or is it more complicated than
>> that?  Would it help to post a batch of config files and the entire log
>> file, or would that just be wasting bandwidth?
>> 
>> -- hendrik
>> 
> 
> Have you enabled the keyboard USE flag under INPUT_DEVICES in
> xorg-xserver? You can set this in make.conf.
> 

make.conf ends with the lines

INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="radeon"

Is this what you mean?

> For information take a look here:
> http://www.gentoo.org/doc/en/xorg-config.xml
> Step 2 Installing Xorg.
> 
> Have you also enabled keyboard support in your kernel?
>

I use genkernel to create the kernel.  Mind you, I ran genkernel in a
chroot under Debian Etch.  How can I tell whether keyboard support has
been enabled?

It is possible to log in as root on a text console as soon
as gentoo finishes booting (without X, of course).  Is this the keyboard
support you mean, or is this something else?

-- hendrik

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Re: Gentoo still not up -- now no kbd driver
  2007-09-01 17:24   ` [gentoo-user] " Hendrik Boom
@ 2007-09-01 17:45     ` Daniel Pielmeier
  2007-09-01 17:52     ` Bo Ørsted Andresen
  1 sibling, 0 replies; 10+ messages in thread
From: Daniel Pielmeier @ 2007-09-01 17:45 UTC (permalink / raw
  To: gentoo-user

 > make.conf ends with the lines
> 
> INPUT_DEVICES="keyboard mouse"
> VIDEO_CARDS="radeon"
> 
> Is this what you mean?

Seems to be okay

 > I use genkernel to create the kernel.  Mind you, I ran genkernel in a
> chroot under Debian Etch.  How can I tell whether keyboard support has
> been enabled?

You can check with

zcat /proc/config.gz | grep KEYBOARD

> It is possible to log in as root on a text console as soon
> as gentoo finishes booting (without X, of course).  Is this the keyboard
> support you mean, or is this something else?
> 
> -- hendrik
>

If this is working and you can type commands you have the module enabled!

I was just guessing and don't know what is causing this problems maybe a
problem with your xorg.conf

Regards,

Daniel
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Re: Gentoo still not up -- now no kbd driver
  2007-09-01 17:24   ` [gentoo-user] " Hendrik Boom
  2007-09-01 17:45     ` Daniel Pielmeier
@ 2007-09-01 17:52     ` Bo Ørsted Andresen
  2007-09-02 11:30       ` Hendrik Boom
  1 sibling, 1 reply; 10+ messages in thread
From: Bo Ørsted Andresen @ 2007-09-01 17:52 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

On Saturday 01 September 2007 19:24:51 Hendrik Boom wrote:
> > Have you enabled the keyboard USE flag under INPUT_DEVICES in
> > xorg-xserver? You can set this in make.conf.
>
> make.conf ends with the lines
>
> INPUT_DEVICES="keyboard mouse"
> VIDEO_CARDS="radeon"
>
> Is this what you mean?

*nod*

# emerge -pv xorg-server
# equery check x11-drivers/xf86-input-keyboard

?

-- 
Bo Andresen

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: Gentoo still not up -- now no kbd driver
  2007-09-01 17:52     ` Bo Ørsted Andresen
@ 2007-09-02 11:30       ` Hendrik Boom
  2007-09-02 11:37         ` Eric Martin
  2007-09-02 13:42         ` [gentoo-user] Re: X now starts. (was: Gentoo still not up ...) Hendrik Boom
  0 siblings, 2 replies; 10+ messages in thread
From: Hendrik Boom @ 2007-09-02 11:30 UTC (permalink / raw
  To: gentoo-user

On Sat, 01 Sep 2007 19:52:11 +0200, Bo Ørsted Andresen wrote:

> On Saturday 01 September 2007 19:24:51 Hendrik Boom wrote:
>> > Have you enabled the keyboard USE flag under INPUT_DEVICES in
>> > xorg-xserver? You can set this in make.conf.
>>
>> make.conf ends with the lines
>>
>> INPUT_DEVICES="keyboard mouse"
>> VIDEO_CARDS="radeon"
>>
>> Is this what you mean?
> 
> *nod*
> 

Aha!  xorg-server!  All I saw in the docs I had been
looking at was xorg-x11.

> # emerge -pv xorg-server

These are the packages that would be merged, in order:

Calculating dependencies  ..... done!
[ebuild  N    ] x11-drivers/xf86-input-keyboard-1.1.1  USE="-debug" 230 kB
[ebuild   R   ] x11-base/xorg-server-1.2.0-r3  USE="dri ipv6 nptl xorg -3dfx -debug -dmx -kdrive -minimal -sdl -xprint" INPUT_DEVICES="keyboard* mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="radeon -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga -neomagic (-newport) -nsc -nv -nvidia -r128 -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo" 0 kB

Total: 2 packages (1 new, 1 reinstall), Size of downloads: 230 kB

> # equery check x11-drivers/xf86-input-keyboard

-bash: equery: command not found

> 

So I proceeded to emerge xorg-server for real.  No more keyboard problems.
 Instead I get the black screen of death.  The monitor on light starts
 bliking, indicating it is getting no signal, ctrl-alt-backspace and
 ctrl-alt-delete don't work, and only a hard reset on the box itself
 gets anything going.

My make.conf specifies VIDEO_CARDS="radeon", even though the automatically
generated /root/xorg.conf.new specifies

        Driver      "ati"

in the "Device" section.  Could this be a problem?  The hardware is a. ATI
Radeon all-in-wonder card.

I tried replacing ati by fbdev just to get something working, but it just
told me it couldn't find fbdev.  Presumably this driver was not installed.
 Is the proper way to install this add in fbdev to the make.conf file:

 VIDEO_CARDS="radeon fbdev"

or even 

 VIDEO_CARDS="radeon ati fbdev"

and then re-emerge xorg-server?  Or is there a more straightforward way?  I
still haven't found a way to browse the list of available packages the way
I used to do in Debian using aptitude or packages.debian.org.

-- hendrik

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Re: Gentoo still not up -- now no kbd driver
  2007-09-02 11:30       ` Hendrik Boom
@ 2007-09-02 11:37         ` Eric Martin
  2007-09-02 13:42         ` [gentoo-user] Re: X now starts. (was: Gentoo still not up ...) Hendrik Boom
  1 sibling, 0 replies; 10+ messages in thread
From: Eric Martin @ 2007-09-02 11:37 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hendrik Boom wrote:
> Total: 2 packages (1 new, 1 reinstall), Size of downloads: 230 kB
> 
>> # equery check x11-drivers/xf86-input-keyboard
> 
> -bash: equery: command not found
> 
> 

emerge gentoolkit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG2qBmaiVxdKlBO58RAhKyAJ9uDDr6Ual0VQDDgh0z3um0vo+UXgCcCk1Y
tem37Zg4gzYbfL+1woTpc54=
=AV4j
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-user]  Re: X now starts. (was: Gentoo still not up ...)
  2007-09-02 11:30       ` Hendrik Boom
  2007-09-02 11:37         ` Eric Martin
@ 2007-09-02 13:42         ` Hendrik Boom
  2007-09-02 16:21           ` [gentoo-user] Re: X now starts b.n.
  1 sibling, 1 reply; 10+ messages in thread
From: Hendrik Boom @ 2007-09-02 13:42 UTC (permalink / raw
  To: gentoo-user

On Sun, 02 Sep 2007 11:30:03 +0000, Hendrik Boom wrote:

> 
> So I proceeded to emerge xorg-server for real.  No more keyboard problems.
>  Instead I get the black screen of death.  The monitor on light starts
>  bliking, indicating it is getting no signal, ctrl-alt-backspace and
>  ctrl-alt-delete don't work, and only a hard reset on the box itself
>  gets anything going.
> 
> My make.conf specifies VIDEO_CARDS="radeon", even though the automatically
> generated /root/xorg.conf.new specifies
> 
>         Driver      "ati"
> 
> in the "Device" section.  Could this be a problem?  The hardware is a. ATI
> Radeon all-in-wonder card.
> 
> I tried replacing ati by fbdev just to get something working, but it just
> told me it couldn't find fbdev.  Presumably this driver was not installed.
>  Is the proper way to install this add in fbdev to the make.conf file:
> 
>  VIDEO_CARDS="radeon fbdev"
> 
> or even 
> 
>  VIDEO_CARDS="radeon ati fbdev"
> 
> and then re-emerge xorg-server? 

Well, that worked.

  X -config /root/xorg.conf.new

gives me the usual grey tweed pattern and an X cursor.  Both the ati and
radeon drivers work, but fbdev doesn't -- not that I need it any more, of
course.

> Or is there a more
straightforward way?
>  I still haven't found a way to browse the list of available packages
> the way I used to do in Debian using aptitude or packages.debian.org.
> 
> -- hendrik
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Re: X now starts.
  2007-09-02 13:42         ` [gentoo-user] Re: X now starts. (was: Gentoo still not up ...) Hendrik Boom
@ 2007-09-02 16:21           ` b.n.
  2007-09-02 16:37             ` Arturo 'Buanzo' Busleiman
  0 siblings, 1 reply; 10+ messages in thread
From: b.n. @ 2007-09-02 16:21 UTC (permalink / raw
  To: gentoo-user

Hendrik Boom ha scritto:

>>  I still haven't found a way to browse the list of available packages
>> the way I used to do in Debian using aptitude or packages.debian.org.

Well, before the "incident", http://packages.gentoo.org/ was online. Now
we have to wait.

In the meantime, emerge gentoolkit and emerge eix .Eix is a great tool.

As for Portage (X-based) GUIs, I don't use them, but AFAIK the most
mature of them is Kuroo. I don't know of text-based interfaces, I
remember me and some guy on the ML planned to write one but never did.

m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [gentoo-user]  Re: X now starts.
  2007-09-02 16:21           ` [gentoo-user] Re: X now starts b.n.
@ 2007-09-02 16:37             ` Arturo 'Buanzo' Busleiman
  0 siblings, 0 replies; 10+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2007-09-02 16:37 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

b.n. wrote:
> As for Portage (X-based) GUIs, I don't use them, but AFAIK the most
> mature of them is Kuroo. I don't know of text-based interfaces, I
> remember me and some guy on the ML planned to write one but never did.

Yep. With me. Genetic. The devel team members had other things to do, so they said goodbye. You
started your own, and I went into the OpenPGP Extensions for HTTP project.

- --
Arturo "Buanzo" Busleiman - Consultor Independiente en Seguridad Informatica
Servicios Ofrecidos: http://www.buanzo.com.ar/pro/
Unase a los Foros GNU/Buanzo - La palabra Comunidad en su maxima expresion.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG2ua5AlpOsGhXcE0RCsCNAJ9mSA0iYpe+nYJGbA6uPWTcwvKNhwCfZj7s
Nh7zk7INylh0XwO1NnX5kvY=
=Jt71
-----END PGP SIGNATURE-----
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-09-02 16:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-01 16:34 [gentoo-user] Gentoo still not up -- now no kbd driver Hendrik Boom
2007-09-01 16:53 ` Daniel Pielmeier
2007-09-01 17:24   ` [gentoo-user] " Hendrik Boom
2007-09-01 17:45     ` Daniel Pielmeier
2007-09-01 17:52     ` Bo Ørsted Andresen
2007-09-02 11:30       ` Hendrik Boom
2007-09-02 11:37         ` Eric Martin
2007-09-02 13:42         ` [gentoo-user] Re: X now starts. (was: Gentoo still not up ...) Hendrik Boom
2007-09-02 16:21           ` [gentoo-user] Re: X now starts b.n.
2007-09-02 16:37             ` Arturo 'Buanzo' Busleiman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox