Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2005 15:10:58 -0800
From:      Brooks Davis <brooks@one-eyed-alien.net>
To:        alex <theawel@gmail.com>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: KVM USB
Message-ID:  <20050309231058.GA31288@odin.ac.hmc.edu>
In-Reply-To: <309e3f53330175bc5da8f788e71812bc@gmail.com>
References:  <aa8567bf050309111011a8a824@mail.gmail.com> <20050309194028.GA17398@odin.ac.hmc.edu> <309e3f53330175bc5da8f788e71812bc@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--k+w/mQv8wyuph6w0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

[Please don't top-post.]

On Wed, Mar 09, 2005 at 05:54:23PM -0500, alex wrote:
> Brooks,
>=20
> What I actually did and it seems to work was that I changed dev.conf =20
> this way: (I changed the device name to "ukbd1" instead of "ukbd0"=20
> because when my keyboard remounts itself after being unplugged its=20
> called "ukbd1". Do you think this may cause some other issues Im not=20
> aware of yet? Here is my modified dev.conf snippet.

Ah, intresting.  I suppose it's to too suprising that kbd0 doesn't=20
detach enough to let that slot be reused.  If that works it's probably
OK.

-- Brooks

> # When a USB keyboard arrives, attach it as the console keyboard
> attach 100 {
>         device-name "ukbd1";
>         action "test -c /dev/kbd1 && kbdcontrol -k /dev/kbd1 <=20
> /dev/console";
> };
> detach 100 {
>         device-name "ukbd1";
>         action "kbdcontrol -k /dev/kbd0 < /dev/console";
> };
>=20
>=20
> On Mar 9, 2005, at 2:40 PM, Brooks Davis wrote:
>=20
> >On Wed, Mar 09, 2005 at 02:10:49PM -0500, Alex Welycz wrote:
> >>All,
> >>
> >>I'm using FreeBSD 5.3 and I've run into a bit of a problem. I am using
> >>a KVM switch that does not keep a live connection to the computer when
> >>switching between computers ie. the computers show that the usb
> >>keyboard/mouse are unplugged when you switch between them. My problem
> >>occurs when the i switch from my Windows box back to my FreeBSD box.
> >>The USB deamon on the BSD box shows that the keyboard is recognized
> >>and loads it but when i try to use the keyboard nothing comes up. The
> >>USB keyboard does work when I reboot the BSD box and dont switch
> >>between computers. Now how I get the USB keyboard to work when i
> >>switch between computers I have to run this script.
> >>
> >>sleep 15
> >>kbdcontrol -k /dev/kbd1 < /dev/ttyv0 > /dev/null
> >>
> >>Apparently when I reboot the box everything works fine, the USB
> >>keyboard is accessed as
> >>
> >>kbd0 -> ukbd0
> >>
> >>but when I switch between boxes and switch back the keyboard doesnt
> >>get mounted at
> >>
> >>kbd0 -> ukbd0 but instead is mounted at kbd1 -> ukbd1.
> >>
> >>So my question is how do I get FreeBSD to always mount the keyboard as
> >>kbd0 -> ukbd0 and not kbd1 -> ukbd1
> >>
> >>Because upon bootup my kbdcontrol is called as:
> >>
> >> kbdcontrol -k /dev/kbd0 < /dev/ttyv0 > /dev/null and cannot be called
> >>wih kbd1 because at bootup that device does not exist, and also that
> >>device disappears when I swicth to my other computer so kbdcontrol
> >>sets itself back to kbd0.
> >
> >This is caused by a bug in /etc/devd.conf that I fixed a week ago in 5.
> >Just change the line to refer to ukbd0 instead of bogusly refering to
> >kbd1.  The problem was caused by crappy examples in the manpage making
> >me think you had to use the generic /dev/kbd# device not the specific
> >/dev/ukdb# device with kbdcontrol.
> >
> >-- Brooks
> >
> >--=20
> >Any statement of the form "X is the one, true Y" is FALSE.
> >PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4
--=20
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4

--k+w/mQv8wyuph6w0
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFCL4KBXY6L6fI4GtQRAgc6AKC21GGW5qshmndtS42C4DDyO8wBeACgmZW0
//c6J5jn4UgUto06yOm4ujw=
=XUfH
-----END PGP SIGNATURE-----

--k+w/mQv8wyuph6w0--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050309231058.GA31288>