Your message dated Wed, 29 Aug 2007 20:45:26 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Bug#439941: file system rearranged
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: debian-reference-en
Version: 1.11
Severity: wishlist
File: /usr/share/doc/Debian/reference/ch-install.en.html
It says
$ pager /proc/bus/usb/devices
but all I could find was
$ cat /proc/bus/input/devices
And mainly I cannot figure out how to get
input: Generic USB K/B as /class/input/input5
input: USB HID v1.10 Keyboard [Generic USB K/B] on usb-0000:00:1d.1-2
to get read! I hit on the keys and nothing happens.
I want to try out this second keyboard and I can't.
I see the above dmesg message, but I can't make what I type on that
second keyboard do anything.
$ cat < /dev/input/event0 works great proving my laptop's keyboard is
getting read. But using other numbers than 0 all don't work for the
other keyboard. modprobe usbkbd; modprobe xtkbd; don't help.
--- End Message ---
--- Begin Message ---
On Wed, Aug 29, 2007 at 12:50:43AM +0800, Dan Jacobson wrote:
> Package: debian-reference-en
> Version: 1.11
> Severity: wishlist
> File: /usr/share/doc/Debian/reference/ch-install.en.html
>
> It says
> $ pager /proc/bus/usb/devices
> but all I could find was
> $ cat /proc/bus/input/devices
Yes. It gives you USB devices connected from the information provided
by the kernel's /proc data exported. I see them :-)
> And mainly I cannot figure out how to get
> input: Generic USB K/B as /class/input/input5
Are you talking X input. I am not quite sure how it is done by my
memory. But this seems mapping /dev/input devices to some X input
stream. /etc/X11/xorg.config and devices under /dev/input
> input: USB HID v1.10 Keyboard [Generic USB K/B] on usb-0000:00:1d.1-2
> to get read! I hit on the keys and nothing happens.
That is your installation problem. You should read install guide for
your latest install situation.
> I want to try out this second keyboard and I can't.
> I see the above dmesg message, but I can't make what I type on that
> second keyboard do anything.
> $ cat < /dev/input/event0 works great proving my laptop's keyboard is
> getting read. But using other numbers than 0 all don't work for the
> other keyboard. modprobe usbkbd; modprobe xtkbd; don't help.
I do not think this is bug in debian-reference...
--- End Message ---